{
  "issueNumber": 282,
  "issueUrl": "https://github.com/mgifford/open-scans/issues/282",
  "issueTitle": "SCAN: Belgium municipalities (BE-VBR)",
  "scanTitle": "Belgium municipalities (BE-VBR)",
  "submittedBy": "julezrulez",
  "engines": [
    "axe",
    "equalaccess"
  ],
  "scannedAt": "2026-05-05T10:24:37.369Z",
  "totalElapsedMs": 932940,
  "totalSubmitted": 63,
  "acceptedCount": 63,
  "scannedCount": 63,
  "skippedDueToTimeout": 0,
  "skippedDueToErrAborted": 0,
  "rejectedCount": 0,
  "rejected": [],
  "alfaTotals": {
    "passed": 0,
    "failed": 0,
    "cantTell": 0,
    "inapplicable": 0
  },
  "axeTotals": {
    "passed": 47100,
    "failed": 1016,
    "cantTell": 1088,
    "inapplicable": 2687
  },
  "equalAccessTotals": {
    "passed": 142117,
    "failed": 3364,
    "uniqueFailed": 2568,
    "duplicates": 796,
    "cantTell": 2289,
    "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": 808,
  "darkModeUrlCount": 0,
  "reducedMotionUrlCount": 29,
  "highContrastUrlCount": 0,
  "forcedColorsUrlCount": 6,
  "reducedTransparencyUrlCount": 0,
  "results": [
    {
      "submittedUrl": "https://www.aarschot.be/",
      "finalUrl": "https://www.aarschot.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Startpagina - Stad Aarschot",
      "elapsedMs": 15311,
      "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": 649,
          "failed": 9,
          "cantTell": 6,
          "inapplicable": 39
        },
        "failedRules": [
          "color-contrast",
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "autocomplete-valid",
          "avoid-inline-spacing",
          "button-name",
          "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",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".heading > span",
            "html": "<span>Volg ons</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: #ffffff, background color: #00b2ad, font size: 14.5pt (19.38px), font weight: bold). Expected contrast ratio of 3:1",
            "relatedPaths": [
              ".footer-top__row--primary"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1c520ccfbe6d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b2d1cde7"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".phone > span",
            "html": "<span>016 550 350</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: #00b2ad, background color: #ffffff, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".footer-top__row--secondary"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dd9538c1c511",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3219b777"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".mail > span",
            "html": "<span>info<span>@</span>aarschot.be</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: #00b2ad, background color: #ffffff, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".footer-top__row--secondary"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "877f6ac33fcd",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d66cb9c1"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#ct-2-1 > .focus",
            "html": "<span class=\"focus\">Morgen</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.29 (foreground color: #ababab, background color: #ffffff, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".footer-top__row--secondary"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7a8cceeb1638",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ebf0ebaf"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".past > .byappointment",
            "html": "<span class=\"byappointment\">Op afspraak</span>",
            "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: #ababab, background color: #f4f4f4, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3cf2b9cbe194",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e0e1ee18"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".vlw__contact__toggle__label",
            "html": "<span class=\"vlw__contact__toggle__label\">Hulp nodig</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": "03c436840259",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c1791208"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#skip-content",
            "html": "<div id=\"skip-content\" class=\"skip\"> <div class=\"container\"> <a href=\"#content-main\" data-scrollto=\"skip\" rel=\"nofollow\"> <span>Naar inhoud</span> </a> </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": "792e5d971640",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-34285466"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".cookie-compliance-text",
            "html": "<div class=\"cookie-compliance-text cookie-compliance__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": "d1dafca5d168",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-caf65a31"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".btn-cookie-compliance",
            "html": "<a rel=\"nofollow\" href=\"/cookies?url=%2f\" class=\"btn-cookie-compliance btn-link link-cookie-settings\">Beheer mijn cookies</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": "8fed5379aa8a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b6704e35"
          }
        ],
        "outcomeCount": 703,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 9
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1928,
          "failed": 45,
          "cantTell": 35,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_keyboard_handler_exists",
          "element_tabbable_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "svg_graphics_labelled",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link media=\"screen\" href=\"/css/layout/modules/content-blocks.css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b4684dcfbdd5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-cc8d57b6"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link media=\"screen\" href=\"/css/layout/modules/content-blocks.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": "2dea24c46013",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0734e429"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a rel=\"nofollow\" data-scrollto=\"skip\" href=\"#content-main\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf2854cb551d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ced717ec"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.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": "65b5b173dc8a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button value=\"decline\" name=\"action\" class=\"cookie-compliance__btn btn-cookie-decline\" type=\"submit\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "685700a32ea1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8c71e563"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button value=\"acceptall\" name=\"action\" class=\"cookie-compliance__btn btn-cookie-accept\" type=\"submit\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8938f0626a86",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a0a3c19e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"btn-cookie-compliance btn-link link-cookie-settings\" href=\"/cookies?url=%2f\" rel=\"nofollow\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1818c4eb0fcf",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c78f1f5a"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg viewBox=\"0 0 289.6 79.8\" class=\"brand__logo\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1c3e22b10263",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ca6d358b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button aria-expanded=\"false\" type=\"button\" class=\"searchbtn\" data-dismiss=\"modal\" data-toggle=\"offsearch_open\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "317b3086e449",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-56debda1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button aria-expanded=\"false\" type=\"button\" class=\"btn-toggle-menu\" data-dismiss=\"modal\" data-toggle=\"offcanvas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9026a886533c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9eb048d0"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/nieuws/aarschot-volkoren-brengt-duizenden-stemmen-samen-in-het-stadscentrum\" class=\"partial__link\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "366d736ecfe8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6dff1802"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Aarschot Volkoren brengt duizenden stemmen samen in het stadscentrum' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6f0687007262",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b48dfa4b"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/nieuws/nieuwe-startblokken-in-het-stedelijk-zwembad\" class=\"partial__link\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bda88a4cf179",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-42a2e9c7"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Nieuwe startblokken in het stedelijk zwembad' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/vacature-deskundige-communicatie\" class=\"partial__link\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f8ca50620a42",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-87ffecba"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Vacature deskundige communicatie' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/nieuws/doe-mee-aan-de-sint-rochusverlichting-op-15-augustus\" class=\"partial__link\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2fa6e0bf6dac",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-30c86bc2"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Doe mee aan de Sint-Rochusverlichting op 15 augustus' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/nieuws/meetshovenloop\" class=\"partial__link\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5b3a4cfcdf1d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-607cde69"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Meetshovenloop 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/nieuws/rillaar-kermis\" class=\"partial__link\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8dbedc1d5dc1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-57494ae8"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Rillaar kermis 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/nieuws/wetenschappelijk-onderzoek-over-doodswensen-en-zelfdodingsgedachten-bij-ouderen\" class=\"partial__link\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d27330645208",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a88f4374"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Wetenschappelijk onderzoek over doodswensen en zelfdodingsgedachten bij ouderen' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/nieuws/actiedag-kinderraad\" class=\"partial__link\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "17fbfe9014c8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b68a1e41"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Actiedag kinderraad' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/nieuws/wolfsdonk-kermis\" class=\"partial__link\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "325c880a5516",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-aa3b12bd"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Wolfsdonk kermis 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 class=\"btn-secondary partial__btn partial__btn--news\" href=\"/nieuws\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ecfb091ed7d5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-eeb0172b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.63 with its background is less than the WCAG AA minimum requirements for text of size 19.38px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a rel=\"noopener noreferrer\" class=\"list__link social__link social__link-facebook\" data-tooltip=\"Facebook\" target=\"_blank\" href=\"https://www.facebook.com/StadAarschot\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "25ba45fc1c0f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3ab70384"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a rel=\"noopener noreferrer\" class=\"list__link social__link social__link-instagram\" data-tooltip=\"Instagram\" target=\"_blank\" href=\"https://www.instagram.com/stadaarschot\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4a37aecececc",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-899aca6e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a rel=\"noopener noreferrer\" class=\"list__link social__link social__link-youtube\" data-tooltip=\"YouTube\" target=\"_blank\" href=\"https://www.youtube.com/@stadaarschot.\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc00aed7317c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-76f32c52"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.63 with its background is less than the WCAG AA minimum requirements for text of size 17px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.63 with its background is less than the WCAG AA minimum requirements for text of size 17px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_keyboard_handler_exists",
            "xpath": null,
            "html": "<div class=\"automatic contact__tablist\" role=\"tablist\">",
            "message": "Verify the <div> element with \"tablist\" role has keyboard access",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e63129f6956c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-fd173823"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button aria-controls=\"contact-tp1-1\" aria-selected=\"true\" role=\"tab\" type=\"button\" id=\"ct-1-1\" class=\"btn-tab\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "97e0d74145c2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ad4c57d9"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"focus\">",
            "message": "Text contrast of 2.29 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": "9fd19e60e492",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-94188801"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"txt-from hour\">",
            "message": "Text contrast of 2.29 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": "ca49e56e7a37",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-fb7c638b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"txt-to hour\">",
            "message": "Text contrast of 2.29 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": "1e770c666c91",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1397a032"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"byappointment\">",
            "message": "Text contrast of 2.29 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": "2b4655b6ccb4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6459f8fb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"footer-navigation__link btn-secondary\" rel=\"noopener\" target=\"_blank\" href=\"https://aarschot.mijnafspraakmaken.be/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9882da072082",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-53c238c2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"footer-navigation__link btn-secondary\" href=\"/contact-stadhuis-aarschot\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b25e7ee454cb",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f2cf68d1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"footer-navigation__link btn-secondary\" href=\"/stratenplan\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "98bc9af71be4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-01c53808"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button class=\"nav__link meta__link btn-toggle-contrast icon-contrast\" type=\"button\" id=\"btn-toggle-contrast\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e678147379df",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-558e4bc8"
          }
        ],
        "outcomeCount": 1980,
        "uniqueFailedCount": 34,
        "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.affligem.be/",
      "finalUrl": "https://www.affligem.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Home | Affligem",
      "elapsedMs": 16310,
      "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": 714,
          "failed": 12,
          "cantTell": 23,
          "inapplicable": 39
        },
        "failedRules": [
          "link-name",
          "page-has-heading-one",
          "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",
          "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-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "presentation-role-conflict",
          "region",
          "scrollable-region-focusable",
          "skip-link",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "a[href$=\"openingsuren\"]:nth-child(1)",
            "html": "<a href=\"/openingsuren\">",
            "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": "261084acc52a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-83075e60"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".paddle-component--top-section.text.paddle-component > a[href$=\"afspraken-maken\"]:nth-child(1)",
            "html": "<a href=\"/afspraken-maken\">",
            "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": "4408b1d25cca",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0f56116e"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "a[href$=\"klachten-en-meldingen\"]:nth-child(1)",
            "html": "<a href=\"/klachten-en-meldingen\">",
            "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": "879dc7e48028",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9065e80c"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".paddle-component--top-section.text.paddle-component > a[href$=\"e-loket\"]:nth-child(1)",
            "html": "<a href=\"/e-loket\">",
            "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": "6bcfbcc653d5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e5227684"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "article[data-history-node-id=\"1451\"] > div > .field--featured-image.field--type--entity-reference.field > .items > .item > a",
            "html": "<a href=\"/wielerpiste-gesloten-vanaf-11-mei-tot-en-met-18-mei-2026-0\">",
            "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": "79cf348f02a2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-753bf9f9"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "article[data-history-node-id=\"1449\"] > div > .field--featured-image.field--type--entity-reference.field > .items > .item > a",
            "html": "<a href=\"/oproep-aan-leveranciers-groepsaankoop-regenwatertonnen-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": "4b0c3b305cea",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8052dc5c"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "article[data-history-node-id=\"1447\"] > div > .field--featured-image.field--type--entity-reference.field > .items > .item > a",
            "html": "<a href=\"/belastingaangifte-hulp-bij-invullen\">",
            "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": "449be39b684a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-88b82a2a"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "article[data-history-node-id=\"1446\"] > div > .field--featured-image.field--type--entity-reference.field > .items > .item > a",
            "html": "<a href=\"/vacature-bibliotheekmedewerker-c1-c3-deeltijds-contractueel\">",
            "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": "c1333a4f80ae",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e0c93eef"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".item > a[href$=\"seniorenbeurs\"]",
            "html": "<a href=\"/seniorenbeurs\">",
            "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": "2be312ca6c97",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0a484944"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "article[data-history-node-id=\"1445\"] > div > .field--featured-image.field--type--entity-reference.field > .items > .item > a",
            "html": "<a href=\"/natuur-en-bos-schaalt-voor-haar-gebieden-gelegen-in-provincie-vlaams-brabant-op-naar-risicocode-geel\">",
            "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": "9f2b5fde5b07",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-fb5a3bdd"
          },
          {
            "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=\"nl-be\" dir=\"ltr\" prefix=\"og: https://ogp.me/ns#\" class=\" js\">",
            "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": "4d8d4de2a1f6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ee8d7590"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".vlw__contact__toggle__label",
            "html": "<span class=\"vlw__contact__toggle__label\">Hulp nodig</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": "b56b913fdca9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c1791208"
          }
        ],
        "outcomeCount": 788,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 12
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2044,
          "failed": 46,
          "cantTell": 36,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_content_in_landmark",
          "aria_id_unique",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "input_label_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "target_spacing_sufficient",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link href=\"https://use.typekit.net/idw8csl.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": "bb354051751f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-43ca9bff"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_ZC62wWEN-dvD7ltNND7ip2tBIridmR8Qcyd3qFR7ZNM.css?delta=0&language=nl&theme=ocelot_paddle&include=eJx9UltywyAMvBCEIzEC5FgTgTwCOnVPX2wn6TSp-4d2V08WyAH5K0sANpEafWHxi8pEjO4lNvGGiZqohxhFE0lxz9dlUikNSzJR5Ebo4x42H1hGnroDtnfY3uGhVnRJ-wJ8oYbZMtVmsPtnmbwwQYno_gJ9AEWDn42p3B517qFhWKWPCTpxGhNM0jUK-4qxjYkfdKIa5QN1dVJw8EYisjS_QErbEUavQZR2CQxf6z_sWMhWBI3zuUgRUtSew6lkEs02Q4ErJruf_Uw5Qw5dr-OIZwrKo8opm8dvwilbJRKw3UW2zqBUrq_iXptkX9vK7-QyEtqTO0D_LF9_OtU_yM0Eh0V-yM0nUOcgoOkXOg0jrEE-zSLMDw9sb7u5oJrjTzws5KE32c2DDd0Jbo7N_b65C1Ap_oL8XtW9Q5c2Yx7pax0-3hLxG_87UxU\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "496bfd3a6141",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f7516f7c"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_pX_EepgKgew_Fo6qX3oXukGj3PqYkO48tNySi7Qz0gk.css?delta=1&language=nl&theme=ocelot_paddle&include=eJx9UltywyAMvBCEIzEC5FgTgTwCOnVPX2wn6TSp-4d2V08WyAH5K0sANpEafWHxi8pEjO4lNvGGiZqohxhFE0lxz9dlUikNSzJR5Ebo4x42H1hGnroDtnfY3uGhVnRJ-wJ8oYbZMtVmsPtnmbwwQYno_gJ9AEWDn42p3B517qFhWKWPCTpxGhNM0jUK-4qxjYkfdKIa5QN1dVJw8EYisjS_QErbEUavQZR2CQxf6z_sWMhWBI3zuUgRUtSew6lkEs02Q4ErJruf_Uw5Qw5dr-OIZwrKo8opm8dvwilbJRKw3UW2zqBUrq_iXptkX9vK7-QyEtqTO0D_LF9_OtU_yM0Eh0V-yM0nUOcgoOkXOg0jrEE-zSLMDw9sb7u5oJrjTzws5KE32c2DDd0Jbo7N_b65C1Ap_oL8XtW9Q5c2Yx7pax0-3hLxG_87UxU\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0804f09eb540",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-09232d92"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_8LKgc6XnRQFWFSZxGIiQ6jEMRHR7Bndr2P6cf4zhzeE.css?delta=2&language=nl&theme=ocelot_paddle&include=eJx9UltywyAMvBCEIzEC5FgTgTwCOnVPX2wn6TSp-4d2V08WyAH5K0sANpEafWHxi8pEjO4lNvGGiZqohxhFE0lxz9dlUikNSzJR5Ebo4x42H1hGnroDtnfY3uGhVnRJ-wJ8oYbZMtVmsPtnmbwwQYno_gJ9AEWDn42p3B517qFhWKWPCTpxGhNM0jUK-4qxjYkfdKIa5QN1dVJw8EYisjS_QErbEUavQZR2CQxf6z_sWMhWBI3zuUgRUtSew6lkEs02Q4ErJruf_Uw5Qw5dr-OIZwrKo8opm8dvwilbJRKw3UW2zqBUrq_iXptkX9vK7-QyEtqTO0D_LF9_OtU_yM0Eh0V-yM0nUOcgoOkXOg0jrEE-zSLMDw9sb7u5oJrjTzws5KE32c2DDd0Jbo7N_b65C1Ap_oL8XtW9Q5c2Yx7pax0-3hLxG_87UxU\" media=\"print\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "32de16fc3cf1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-be86129b"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable\" href=\"#region-content\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "21b3243e5b62",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2cbaa15c"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable\" href=\"#region-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b6ca7d3d8a0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b875386a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable\" href=\"#region-content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9438b3c081b6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-780e76ef"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"Zoeken\" name=\"op\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"btn-secondary button js-form-submit form-submit btn\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "26ed398de2ae",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8ea86d26"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Zoeken\" name=\"op\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"btn-secondary button js-form-submit form-submit btn\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "86377b13a5a6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-87ad9640"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/openingsuren\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bae806ae648e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-178a1686"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/openingsuren\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "596c5df0bde5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ba5ddf06"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/openingsuren\">",
            "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=\"/afspraken-maken\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4640e5d4fe57",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-37a83897"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/afspraken-maken\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c84d8ef0975a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c8178405"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/afspraken-maken\">",
            "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=\"/klachten-en-meldingen\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e18724e9eb38",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2693d309"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/klachten-en-meldingen\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4feefd553347",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4c9aa9de"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/klachten-en-meldingen\">",
            "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=\"/e-loket\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d4502be4c04e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c7124992"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/e-loket\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d1a2b6143ed",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8a01b5e2"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/e-loket\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "673901084f34",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6201408a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/e-loket\">",
            "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 title=\"cbs - besluiten\" data-entity-substitution=\"canonical\" data-entity-uuid=\"0122a61b-aaa6-4696-9690-7f2900eccc64\" data-entity-type=\"node\" href=\"/cbs-besluiten\" class=\"btn btn-lg btn-light btn-dark\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a1c1aa556cbc",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e4977b8e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"cbs - besluiten\" data-entity-substitution=\"canonical\" data-entity-uuid=\"0122a61b-aaa6-4696-9690-7f2900eccc64\" data-entity-type=\"node\" href=\"/cbs-besluiten\" class=\"btn btn-lg btn-light btn-dark\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c8637041a195",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-dc6f4fe0"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/wielerpiste-gesloten-vanaf-11-mei-tot-en-met-18-mei-2026-0\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "90da4233be97",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-693ca8c8"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"/wielerpiste-gesloten-vanaf-11-mei-tot-en-met-18-mei-2026-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 20px and weight of 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "df046fd5120c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-06a16a99"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<time datetime=\"2026-04-29T12:00:00Z\">",
            "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": "0a1d155ad884",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5319b53b"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/oproep-aan-leveranciers-groepsaankoop-regenwatertonnen-2026\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "14868f4e0850",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-18c16389"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"/oproep-aan-leveranciers-groepsaankoop-regenwatertonnen-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 20px and weight of 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3a652b80bea0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-becaf501"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<time datetime=\"2026-04-28T12:00:00Z\">",
            "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": "af289c1419e7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6b84fd1f"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/belastingaangifte-hulp-bij-invullen\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "02e81d1fee88",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b95060ac"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"/belastingaangifte-hulp-bij-invullen\">",
            "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 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "39aeec720034",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-10ae30cd"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<time datetime=\"2026-04-27T12:00:00Z\">",
            "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": "e9dad26d2a86",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-23066ad9"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/vacature-bibliotheekmedewerker-c1-c3-deeltijds-contractueel\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9e72c3021424",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b6f50a1f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"/vacature-bibliotheekmedewerker-c1-c3-deeltijds-contractueel\">",
            "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 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "185b3106d983",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5d7a31c1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<time datetime=\"2026-04-24T12:00:00Z\">",
            "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": "60b6c1c3ed86",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-93f0817e"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/seniorenbeurs\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "76ebae45b023",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9f42ea6e"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"/seniorenbeurs\">",
            "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": "0e238900dbb3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0a52b4b8"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"/seniorenbeurs\">",
            "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 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1feb193d074d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-10385fe0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<time datetime=\"2026-04-23T12:00:00Z\">",
            "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": "752e01fd2d5e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-74bb9aed"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/natuur-en-bos-schaalt-voor-haar-gebieden-gelegen-in-provincie-vlaams-brabant-op-naar-risicocode-geel\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b372f4ada72",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0add24f3"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"/natuur-en-bos-schaalt-voor-haar-gebieden-gelegen-in-provincie-vlaams-brabant-op-naar-risicocode-geel\">",
            "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 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "84de5bd2cdd1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f2c362e5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<time datetime=\"2026-04-22T12:00:00Z\">",
            "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": "3d2e443f714c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ff0beb92"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<div style=\"bottom: -337.984px;\" class=\"sliding-popup-bottom\" aria-label=\"Cookie compliance banner\" aria-describedby=\"popup-text\" role=\"alertdialog\" id=\"sliding-popup\">",
            "message": "The 'id' \"popup-text\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5e9b74fb49f6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3aed9e16"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button class=\"eu-cookie-withdraw-tab btn btn-secondary\" type=\"button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d3a27cf5269",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-db66cdd1"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<input tabindex=\"-1\" class=\"form-check-input\" value=\"statistics\" id=\"cookie-category-statistics\" name=\"cookie-categories\" type=\"checkbox\">",
            "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": "ebaf6093bc16",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f4cf3122"
          }
        ],
        "outcomeCount": 2096,
        "uniqueFailedCount": 42,
        "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
    },
    {
      "submittedUrl": "https://www.asse.be/",
      "finalUrl": "https://www.asse.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Startpagina - Gemeente Asse",
      "elapsedMs": 16824,
      "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": 646,
          "failed": 5,
          "cantTell": 6,
          "inapplicable": 42
        },
        "failedRules": [
          "color-contrast",
          "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",
          "autocomplete-valid",
          "avoid-inline-spacing",
          "button-name",
          "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",
          "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",
          "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": "li[data-id=\"3891\"] > a > .partial-item-container.news-container.has-media > .partial-content-block.news-content-block > .partial-content.news-content > .alt > span",
            "html": "<span>Hulp nodig bij de aangifte van je personenbelasting?</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.21 (foreground color: #247fa0, background color: #eef8fb, font size: 16.5pt (22px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "li[data-id=\"3891\"] > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3b2c6ef6852a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-74f6fe5a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"nutswerken-ten-broeke\"] > .partial-item-container.news-container.has-media > .partial-content-block.news-content-block > .partial-content.news-content > .alt > span",
            "html": "<span>Inname openbaar domein: nutswerken Ten Broeke</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.21 (foreground color: #247fa0, background color: #eef8fb, font size: 16.5pt (22px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"nutswerken-ten-broeke\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fa341ddcd93b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-795d8251"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"samen-voorbereid\"] > .partial-item-container.news-container.has-media > .partial-content-block.news-content-block > .partial-content.news-content > .alt > span",
            "html": "<span>Samen voorbereid: vind tijdens een noodsituatie snel de juiste info</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.21 (foreground color: #247fa0, background color: #eef8fb, font size: 16.5pt (22px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"samen-voorbereid\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eed02d5b52d2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1f28545a"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".vlw__contact__toggle__label",
            "html": "<span class=\"vlw__contact__toggle__label\">Hulp nodig</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": "022b0c5cafbe",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c1791208"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#skip-content",
            "html": "<div id=\"skip-content\" class=\"skip\">\n<a href=\"#content-main\" class=\"skip-navigation\" data-scrollto=\"skip\">\n<span>Naar content</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": "0e9c9ff37b58",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-34285466"
          }
        ],
        "outcomeCount": 699,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 5
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1889,
          "failed": 27,
          "cantTell": 18,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_descendant_valid",
          "aria_form_label_unique",
          "element_attribute_deprecated",
          "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=\"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": "8f932eb3b83f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3047b1ae"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link data-css=\"Contrastskin-website\" type=\"text/css\" rel=\"stylesheet\" media=\"screen\" href=\"/css/skin-website.css?v=10072024135816\" id=\"skin-stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "325c51517800",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-921de33e"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link data-css=\"Contrastskin-website\" type=\"text/css\" rel=\"stylesheet\" media=\"screen\" href=\"/css/skin-website.css?v=10072024135816\" id=\"skin-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": "e3d0ceb8786a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6d05c386"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<link color=\"#5bbad5\" href=\"/images/skin/safari-pinned-tab.svg\" rel=\"mask-icon\">",
            "message": "The HTML attribute(s) \"color\" is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7e009a7cfd8a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-39f579fd"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form action=\"/cookies?url=%2f\" method=\"post\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "56b9be5ad716",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a6b3a39c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button value=\"acceptall\" name=\"action\" class=\"btn-primary btn-cookie-compliance btn-cookie-decline\" type=\"submit\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cd6ea702e72e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-dae77975"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button value=\"decline\" name=\"action\" class=\"btn-primary btn-cookie-compliance btn-cookie-decline\" type=\"submit\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "85eb64f6a89e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2ee9ef05"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button data-tooltip=\"Hoog contrast\" data-active=\"master-btn-toggle-contast-active\" data-inactive=\"Hoog contrast\" class=\"icon-contrast \" id=\"btn-toggle-contrast\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9b20d8ef45b7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-06af28da"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a data-scrollto=\"skip\" class=\"skip-navigation\" href=\"#content-main\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "15b6f131b84c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bdc94760"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-scrollto=\"skip\" class=\"skip-navigation\" href=\"#content-main\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "209fd4a55b16",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2749edf3"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.32 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": "c34578bea47e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button style=\"display: none;\" data-rsevent-id=\"rs_850855\" data-rs-container=\"readspeaker_button1\" data-rs-direction=\"u\" data-rs-tooltip=\".\" aria-expanded=\"false\" aria-label=\"webReader menu\" title=\"webReader menu\" data-rslang=\"title/arialabel:menu\" data-rsshortcut=\"menu\" class=\"rsbtn_tooltoggle\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8089145e7af1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0e450738"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form class=\"search-form\" id=\"searchForm\" name=\"searchForm\" method=\"GET\" action=\"/zoeken\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "df2ec7fbe1c1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2801ebfa"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input title=\"Zoeken\" id=\"btnSearch\" class=\"btn-search\" value=\"Zoek\" type=\"submit\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "03a5b21ab8ac",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-da0a63eb"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a aria-expanded=\"false\" href=\"/leven-en-welzijn\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "438b2407386b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b3a04641"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a aria-expanded=\"false\" href=\"/ondernemen-en-vrije-tijd\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "716bf76051ef",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-530af57b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<button aria-expanded=\"false\" type=\"button\" class=\"btn-primary btn-toggle-close\" data-dismiss=\"modal\" data-toggle=\"offcanvas\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c5207e291bfb",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-be67ca18"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<button aria-expanded=\"false\" type=\"button\" class=\"btn-primary btn-toggle-close\" data-dismiss=\"modal\" data-toggle=\"offcanvas\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9961b795635e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a28e05ef"
          },
          {
            "rule": "aria_descendant_valid",
            "xpath": null,
            "html": "<button aria-expanded=\"false\" type=\"button\" class=\"btn-primary btn-toggle-close\" data-dismiss=\"modal\" data-toggle=\"offcanvas\">",
            "message": "The element with role \"button\" contains descendants with implicit roles \"generic\" which are ignored by browsers",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "162d8a87a6ee",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c4c647a9"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"spotlight-caption\">",
            "message": "Confirm this text 'Ik wil een afspraak maken' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "485b8097023e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-01fed043"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"spotlight-caption\">",
            "message": "Confirm this text 'E-loket' 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=\"spotlight-caption\">",
            "message": "Confirm this text 'Ik zoek de openingsuren' 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.21 with its background is less than the WCAG AA minimum requirements for text of size 22px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.21 with its background is less than the WCAG AA minimum requirements for text of size 22px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.21 with its background is less than the WCAG AA minimum requirements for text of size 22px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"mailto:%69%6e%66%6f%40%61%73%73%65%2e%62%65\" class=\"mail\">",
            "message": "Text contrast of 4.32 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": "7cff522f8a4c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-dbda1bb1"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"lcplink\" href=\"http://www.lcp.be/\" target=\"_blank\" title=\"e-gov en internet services door LCP\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "044c2e59b34d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b240601c"
          }
        ],
        "outcomeCount": 1933,
        "uniqueFailedCount": 22,
        "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.beersel.be/",
      "finalUrl": "https://www.beersel.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Startpagina - Lokaal Bestuur Beersel",
      "elapsedMs": 14052,
      "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": 645,
          "failed": 13,
          "cantTell": 0,
          "inapplicable": 42
        },
        "failedRules": [
          "aria-hidden-focus",
          "color-contrast",
          "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",
          "autocomplete-valid",
          "avoid-inline-spacing",
          "button-name",
          "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",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region"
        ],
        "failures": [
          {
            "rule": "aria-hidden-focus",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-hidden-focus?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": ".header-readspeaker",
            "html": "<div class=\"header-readspeaker\" 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 be disabled or be removed from the DOM\n  Focusable content should have tabindex=\"-1\" or be removed from the DOM",
            "relatedPaths": [
              ".rsbtn_tooltoggle",
              ".rsbtn_play"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a350bdab902a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-91e6c091"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".vlw__contact__toggle__label",
            "html": "<span class=\"vlw__contact__toggle__label\">Hulp nodig</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.05 (foreground color: #ffffff, background color: #58a618, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".vlw__contact__toggle"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "47d537d0aab7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-64150d30"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".btn-toggle-menu > .toggle__txt",
            "html": "<span class=\"toggle__txt\">Menu</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.05 (foreground color: #ffffff, background color: #58a618, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".btn-toggle-menu"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9285da1eef5c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-68a409f3"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "div[data-id=\"24\"] > .contentblocks__content-block.partial__content-block.link-hover > .contentblocks__content.partial__content > .contentblocks__title > span",
            "html": "<span>UiT in Beersel</span>",
            "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: #d59f0f, background color: #ffffff, font size: 18.0pt (24px), font weight: bold). Expected contrast ratio of 3:1",
            "relatedPaths": [
              "div[data-id=\"24\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1973af3bef8e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b45735ee"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".btn-contentblocks.contentblocks__btn[href$=\"activiteiten\"] > span",
            "html": "<span>Ontdek hier het volledige aanbod!</span>",
            "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: #d59f0f, background color: #ffffff, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "div[data-id=\"24\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9aae4c997613",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4611fb71"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".vlw__contact__toggle__label",
            "html": "<span class=\"vlw__contact__toggle__label\">Hulp nodig</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": "ed69da604de5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c1791208"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#skip-content",
            "html": "<div id=\"skip-content\" class=\"skip\"> <div class=\"container\"> <a href=\"#content-main\" data-scrollto=\"skip\" rel=\"nofollow\"> <span>Naar inhoud</span> </a> </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": "a72badedabe6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-34285466"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".cookie-compliance-text",
            "html": "<div class=\"cookie-compliance-text cookie-compliance__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": "fc956b557b19",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-caf65a31"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".btn-cookie-compliance",
            "html": "<a rel=\"nofollow\" href=\"/cookies?url=%2f\" class=\"btn-cookie-compliance btn-link link-cookie-settings\">Beheer mijn cookies</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": "3d943c5f16be",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b6704e35"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".alertbanner__heading > span",
            "html": "<span>Onze website kreeg een update. Vind je iets niet of werkt er iets niet? Laat het ons weten.</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": "3bc36b626316",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-fd82fdf8"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".btn-cta",
            "html": "<a class=\"btn-cta alertbanner__btn\" href=\"/feedback-over-onze-website\"><span>Lees meer</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": "11ffb1bfbc81",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-99c3a2bc"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".contentblocks--footer > .contentblocks__content-block.partial__content-block.link-hover > .contentblocks__content.partial__content",
            "html": "<div class=\"partial__content contentblocks__content\"> <div class=\"info contentblocks__short\"> <p>Iets fout of onduidelijk op deze pagina? <a href=\"/feedback-over-onze-website\">Meld het ons</a>.</p> </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": "fb844e4510c9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2a01c610"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".btn-totop > span",
            "html": "<span>Naar top</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": "98337423e714",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7ffbdd26"
          }
        ],
        "outcomeCount": 700,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 13
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2202,
          "failed": 46,
          "cantTell": 34,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_form_label_unique",
          "aria_hidden_nontabbable",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "input_label_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "text_block_heading",
          "text_contrast_sufficient",
          "text_sensory_misuse"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link media=\"screen\" href=\"/global/css/layout/icordis/widget.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": "0ceb68e72913",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b03948cc"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link media=\"screen\" href=\"/css/layout/modules/content-blocks.css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c83e78c1b906",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-cc8d57b6"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a rel=\"nofollow\" data-scrollto=\"skip\" href=\"#content-main\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fe736c48c217",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ced717ec"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form class=\"cookie-compliance-form\" action=\"/cookies?url=%2f\" method=\"post\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "958e4690310c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bec41670"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button value=\"decline\" name=\"action\" class=\"cookie-compliance__btn btn-cookie-decline\" type=\"submit\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf930b9924a8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8c71e563"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button value=\"acceptall\" name=\"action\" class=\"cookie-compliance__btn btn-cookie-accept\" type=\"submit\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6627ce894db8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a0a3c19e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"btn-cookie-compliance btn-link link-cookie-settings\" href=\"/cookies?url=%2f\" rel=\"nofollow\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7dd8accee2b0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c78f1f5a"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h1 class=\"alertbanner__heading\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "050d65878138",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d9774e36"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/feedback-over-onze-website\" class=\"btn-cta alertbanner__btn\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1c3b7e380443",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-18c7ad29"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button data-alertbanner=\"close\" type=\"button\" data-snooze=\"5\" data-tooltip=\"Sluiten\" class=\"toggle btn-toggle-close alertbanner__btn--close\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "83ccda1a3bf7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-17e06951"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button data-alertbanner=\"close\" type=\"button\" data-snooze=\"5\" data-tooltip=\"Sluiten\" class=\"toggle btn-toggle-close alertbanner__btn--close\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4129f0bcb757",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ddcb5234"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button toggle-dropdown=\"true\" class=\"dropdown--toggle\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8f119d5b28bf",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0e789a90"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form class=\"search__form\" id=\"lcp-search-form\" name=\"searchForm\" method=\"GET\" action=\"/zoeken\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3faf4f2c16cc",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-24e4b13f"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input data-error=\"Gelieve je microfoon aan te sluiten en je microfoon rechten toe te laten.\" data-listening-text=\"Luisteren...\" data-speak-text=\"Begin nu te spreken\" data-placeholder-mobile=\"Zoeken\" placeholder=\"Waarmee kunnen we jou helpen?\" data-toggle-placeholder=\"1\" autocomplete=\"off\" data-tooltip=\"Waarmee kunnen we jou helpen?\" id=\"lcp-searchbox-keyword\" class=\"form-control txt search__input\" name=\"q\" 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": "661455559966",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-73cb15d7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input data-error=\"Gelieve je microfoon aan te sluiten en je microfoon rechten toe te laten.\" data-listening-text=\"Luisteren...\" data-speak-text=\"Begin nu te spreken\" data-placeholder-mobile=\"Zoeken\" placeholder=\"Waarmee kunnen we jou helpen?\" data-toggle-placeholder=\"1\" autocomplete=\"off\" data-tooltip=\"Waarmee kunnen we jou helpen?\" id=\"lcp-searchbox-keyword\" class=\"form-control txt search__input\" name=\"q\" type=\"text\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1eda1aa9d0d5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-27614b55"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button aria-expanded=\"false\" type=\"button\" class=\"btn-toggle-menu\" data-dismiss=\"modal\" data-toggle=\"offcanvas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "37df50c843c7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9eb048d0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"toggle__txt\">",
            "message": "Text contrast of 3.05 with its background is less than the WCAG AA minimum requirements for text of size 20px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d4a3b9b4756",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1ceae086"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<button style=\"display: none;\" data-rsevent-id=\"rs_882802\" data-rs-container=\"readspeaker_button1\" data-rs-direction=\"u\" data-rs-tooltip=\".\" aria-expanded=\"false\" aria-label=\"webReader menu\" title=\"webReader menu\" data-rslang=\"title/arialabel:menu\" data-rsshortcut=\"menu\" class=\"rsbtn_tooltoggle\">",
            "message": "Element \"button\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a46c4a4971d3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d19112f0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button style=\"display: none;\" data-rsevent-id=\"rs_882802\" data-rs-container=\"readspeaker_button1\" data-rs-direction=\"u\" data-rs-tooltip=\".\" aria-expanded=\"false\" aria-label=\"webReader menu\" title=\"webReader menu\" data-rslang=\"title/arialabel:menu\" data-rsshortcut=\"menu\" class=\"rsbtn_tooltoggle\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "410a91895f5d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-54ba50ee"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button style=\"display: none;\" data-rsevent-id=\"rs_882802\" data-rs-container=\"readspeaker_button1\" data-rs-direction=\"u\" data-rs-tooltip=\".\" aria-expanded=\"false\" aria-label=\"webReader menu\" title=\"webReader menu\" data-rslang=\"title/arialabel:menu\" data-rsshortcut=\"menu\" class=\"rsbtn_tooltoggle\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d5182adb2d43",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-646ad700"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a data-rs-lang=\"nl_be\" data-rsshortcut=\"play\" aria-haspopup=\"menu\" data-rs-direction=\"u\" data-rs-tooltip=\".\" aria-label=\"Lees voor\" role=\"button\" href=\"//app-eu.readspeaker.com/cgi-bin/rsent?customerid=12320&lang=nl_be&readid=wrapper&url=https%3a%2f%2fwww.beersel.be%2f\" title=\"Laat de tekst voorlezen met ReadSpeaker webReader\" class=\"rsbtn_play\" rel=\"nofollow\">",
            "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": "3a432feee783",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6d3deacc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a data-rs-lang=\"nl_be\" data-rsshortcut=\"play\" aria-haspopup=\"menu\" data-rs-direction=\"u\" data-rs-tooltip=\".\" aria-label=\"Lees voor\" role=\"button\" href=\"//app-eu.readspeaker.com/cgi-bin/rsent?customerid=12320&lang=nl_be&readid=wrapper&url=https%3a%2f%2fwww.beersel.be%2f\" title=\"Laat de tekst voorlezen met ReadSpeaker webReader\" class=\"rsbtn_play\" rel=\"nofollow\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d81dc6cef0c4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-39728de1"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/nieuws/nieuwe-openingsuren-burgerzaken\" class=\"partial__link\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d8ad1259642e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8afb5900"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Nieuwe openingsuren burgerzaken' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "463174eb8784",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b48dfa4b"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/tuinrangers-vraag-gratis-tuinadvies-aan\" class=\"partial__link\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6b05efe2cfc1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-be5fb64f"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Tuinrangers: vraag gratis tuinadvies aan !' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/nieuws/word-standhouder-op-de-beerselse-kasteelfeesten-2026\" class=\"partial__link\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b0f8f900ae1f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-143a6b37"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Gezocht: extra smaakmakers voor de Beerselse Kasteelfeesten!' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<span>",
            "message": "Confirm the user instruction is still understandable without the word(s) 'extra'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "18f115deea13",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-54bfb857"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/nieuws/zomerbox-voor-beerselse-verenigingen\" class=\"partial__link\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6e90fc9b09f3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-526621db"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Zomerbox voor Beerselse jeugdbewegingen en verenigingen' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/nieuws/zitdag-belastingen\" class=\"partial__link\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dba7f2bd3e9d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e2c53806"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Hulp nodig bij het invullen van je belastingen?' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/zenneterras-lot\" class=\"partial__link\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d1f868e02e66",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-90472f0f"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Aanleg Zenneterras Lot' 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 class=\"btn-link btn-more partial__btn partial__btn--news\" href=\"/nieuws\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c69e0c6c66ab",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b613ddd1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"btn-link btn-more partial__btn partial__btn--events\" href=\"/activiteiten\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4147396c5d5b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-af90884e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"btn-link btn-more partial__btn partial__btn--projecten\" href=\"/projecten\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "42bb6f630f1f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-930ea2f0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nieuwsbrieven/inschrijven\" class=\"btn-contentblocks contentblocks__btn btn-link\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c30a9063af7c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c1bdc08a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.39 with its background is less than the WCAG AA minimum requirements for text of size 24px and weight of 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a56449588663",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/activiteiten\" class=\"btn-contentblocks contentblocks__btn btn-link\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "24c27f305efc",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8d53738f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.39 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": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "568861fd5012",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a86234de"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button class=\"btn-link btn-toggle-contrast icon-contrast\" type=\"button\" id=\"btn-toggle-contrast\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eabf934a6400",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1085d206"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"btn-totop\" data-tooltip=\"Naar top\" data-scrollto=\"totop\" href=\"#skip-content\" rel=\"nofollow\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "28d85cb46ed3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0a8ac034"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"btn-totop\" data-tooltip=\"Naar top\" data-scrollto=\"totop\" href=\"#skip-content\" rel=\"nofollow\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7aaca5f34098",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-431daa94"
          }
        ],
        "outcomeCount": 2254,
        "uniqueFailedCount": 40,
        "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.begijnendijk.be/",
      "finalUrl": "https://www.begijnendijk.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Startpagina - Gemeente Begijnendijk",
      "elapsedMs": 14510,
      "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": 9,
          "cantTell": 6,
          "inapplicable": 42
        },
        "failedRules": [
          "aria-hidden-focus",
          "link-name",
          "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",
          "autocomplete-valid",
          "avoid-inline-spacing",
          "button-name",
          "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",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region"
        ],
        "failures": [
          {
            "rule": "aria-hidden-focus",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-hidden-focus?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#gmap_c5aef1e1-9e0f-43eb-9629-61f4561ab439",
            "html": "<div id=\"gmap_c5aef1e1-9e0f-4...\" aria-hidden=\"true\" class=\"streetmap leaflet-co...\" data-lng=\"4.7821198\" data-id=\"1\" data-lat=\"51.01997\" data-zoomlevel=\"16\" data-poi-svg=\"\" tabindex=\"0\" data-gesture-handlin...=\"Gebruik twee vingers...\" data-gesture-handlin...=\"Gebruik Ctrl + scrol...\" style=\"positi ...>",
            "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": [
              "#gmap_c5aef1e1-9e0f-43eb-9629-61f4561ab439",
              ".leaflet-marker-icon",
              ".leaflet-control-zoom-in",
              ".leaflet-control-zoom-out",
              ".leaflet-control-layers-toggle",
              "a[href$=\"leafletjs.com\"]",
              ".leaflet-control-attribution > a:nth-child(3)",
              ".leaflet-control-attribution > a[rel=\"nofollow\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a650c3c71d0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-23865fc6"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".column-1 > .spot-box-content > .btn-spot.btn-newsletter.btn-default",
            "html": "<a href=\"https://issuu.com/gemeentebegijnendijk\" target=\"_blank\" rel=\"noopener\" class=\"btn-default btn-spot btn-newsletter\"> <span></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": "e7fe2ef5ef78",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5f55e683"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".column-2 > .spot-box-content > .btn-spot.btn-newsletter.btn-default",
            "html": "<a href=\"/thema/detail/100/herdenking-marcinelle\" class=\"btn-default btn-spot btn-newsletter\"> <span></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": "ceca6ac74801",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9b7f03a1"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".column-3 > .spot-box-content > .btn-spot.btn-newsletter.btn-default",
            "html": "<a href=\"https://www.begijnendijk.be/media\" target=\"_blank\" rel=\"noopener\" class=\"btn-default btn-spot btn-newsletter\"> <span></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": "95d7aa291149",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-04a391a9"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "a[href$=\"nieuwsbrieven\"]",
            "html": "<a href=\"/nieuwsbrieven\" class=\"btn-default btn-spot btn-newsletter\"> <span></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": "e7f93d69c5d0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-83d7177f"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".vlw__contact__toggle__label",
            "html": "<span class=\"vlw__contact__toggle__label\">Hulp nodig</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": "b1c69b13fe16",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c1791208"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".cookie-compliance-text",
            "html": "<div class=\"cookie-compliance-text\">Deze website maakt gebruik van cookies om jouw gebruikservaring te verbeteren. <a rel=\"nofollow\" href=\"/cookies\" class=\"find-more-button eu-cookie-compliance-more-button find-more-button-processed\"><span>Meer informatie over cookies</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": "94c6209f7e62",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-caf65a31"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "a[href=\"/cookies?url=%2f\"]",
            "html": "<a rel=\"nofollow\" href=\"/cookies?url=%2f\" class=\"btn-cookie-compliance btn-cookie-accept\">Beheer mijn cookies</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": "631352d14977",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ee56ea25"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#skip-content",
            "html": "<div id=\"skip-content\" class=\"skip\"><a href=\"#content-main\" class=\"btn-primary skip-navigation\" data-scrollto=\"skip\" rel=\"nofollow\"> <span>Naar inhoud</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": "224621e07240",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-34285466"
          }
        ],
        "outcomeCount": 662,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 9
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1994,
          "failed": 22,
          "cantTell": 6,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_content_in_landmark",
          "aria_form_label_unique",
          "aria_hidden_nontabbable",
          "aria_role_valid",
          "element_attribute_deprecated",
          "input_label_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link media=\"screen\" href=\"https://icons.icordis.be/css/boicon-begijnendijk.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": "6f7a9741d160",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-320dd8bf"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link data-css=\"contrastskin\" data-sw=\"/css/skin-website-contrast.css?v=23042026084622\" href=\"/css/skin-website.css?v=23042026084622\" media=\"screen\" rel=\"stylesheet\" id=\"skin-stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "57f609c9801a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-107c7355"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<link color=\"#26459a\" href=\"/images/skin/safari-pinned-tab.svg\" rel=\"mask-icon\">",
            "message": "The HTML attribute(s) \"color\" is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a615db4ff2b7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-fec945ab"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form action=\"/cookies?url=%2f\" method=\"post\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a188980cb40c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a6b3a39c"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a rel=\"nofollow\" data-scrollto=\"skip\" class=\"btn-primary skip-navigation\" href=\"#content-main\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac628932219d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8d0bbc92"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form class=\"search-form\" id=\"searchForm\" name=\"searchForm\" method=\"GET\" action=\"/zoeken\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2a23a308cd04",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2801ebfa"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<div style=\"position: relative; display: block;\" data-gesture-handling-scroll-content=\"Gebruik Ctrl + scrollen om in- en uit te zoomen op de kaart\" data-gesture-handling-touch-content=\"Gebruik twee vingers om de kaart te verplaatsen\" tabindex=\"0\" data-poi-svg=\"\" data-zoomlevel=\"16\" data-lat=\"51.01997\" data-id=\"1\" data-lng=\"4.7821198\" class=\"streetmap leaflet-container leaflet-touch leaflet-fade-anim leaflet-touch-zoom\" aria-hidden=\"true\" id=\"gmap_bf8c20dc-c83e-4f99-9976-cf1bcbb2628d\">",
            "message": "Element \"div\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4dea91f23ceb",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d6cd0414"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<div style=\"position: relative; display: block;\" data-gesture-handling-scroll-content=\"Gebruik Ctrl + scrollen om in- en uit te zoomen op de kaart\" data-gesture-handling-touch-content=\"Gebruik twee vingers om de kaart te verplaatsen\" tabindex=\"0\" data-poi-svg=\"\" data-zoomlevel=\"16\" data-lat=\"51.01997\" data-id=\"1\" data-lng=\"4.7821198\" class=\"streetmap leaflet-container leaflet-touch leaflet-fade-anim leaflet-touch-zoom\" aria-hidden=\"true\" id=\"gmap_bf8c20dc-c83e-4f99-9976-cf1bcbb2628d\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "06b9b89c496f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-022ef187"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<img style=\"margin-left: -12px; margin-top: -41px; width: 24px; height: 41px; transform: translate3d(131px, 100px, 0px); z-index: 100;\" role=\"button\" tabindex=\"0\" alt=\"\" class=\"leaflet-marker-icon leaflet-zoom-animated leaflet-interactive\" src=\"/images/location.png\">",
            "message": "Element \"img\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c92c6453f469",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-aa24d534"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<img style=\"margin-left: -12px; margin-top: -41px; width: 24px; height: 41px; transform: translate3d(131px, 100px, 0px); z-index: 100;\" role=\"button\" tabindex=\"0\" alt=\"\" class=\"leaflet-marker-icon leaflet-zoom-animated leaflet-interactive\" src=\"/images/location.png\">",
            "message": "The ARIA role 'button' is not valid for the element <img>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bd603a598be7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2f91b820"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<img style=\"margin-left: -12px; margin-top: -41px; width: 24px; height: 41px; transform: translate3d(131px, 100px, 0px); z-index: 100;\" role=\"button\" tabindex=\"0\" alt=\"\" class=\"leaflet-marker-icon leaflet-zoom-animated leaflet-interactive\" src=\"/images/location.png\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6119fe321c19",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bd25b9ff"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<img style=\"margin-left: -12px; margin-top: -41px; width: 24px; height: 41px; transform: translate3d(131px, 100px, 0px); z-index: 100;\" role=\"button\" tabindex=\"0\" alt=\"\" class=\"leaflet-marker-icon leaflet-zoom-animated leaflet-interactive\" src=\"/images/location.png\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "109028e216b2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-05e0487e"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a aria-disabled=\"false\" aria-label=\"Zoom in\" title=\"Zoom in\" href=\"#\" class=\"leaflet-control-zoom-in\">",
            "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": "34c7fb7adda3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-99b876b4"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a aria-disabled=\"false\" aria-label=\"Zoom out\" title=\"Zoom out\" href=\"#\" class=\"leaflet-control-zoom-out\">",
            "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": "3028ee3a3772",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-80d290c4"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a title=\"Layers\" href=\"#\" class=\"leaflet-control-layers-toggle\">",
            "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": "c4d3aeae5f11",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1d8d6a82"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a title=\"A JavaScript library for interactive maps\" href=\"https://leafletjs.com\">",
            "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": "0907ec00f076",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b7924863"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"https://www.openstreetmap.org/copyright\">",
            "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": "3f7c99003190",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6d7e62dc"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a rel=\"nofollow\" href=\"https://www.champs-libres.coop/\">",
            "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": "a928cf928bb2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-12438155"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a class=\"btn-default btn-spot btn-newsletter\" rel=\"noopener\" target=\"_blank\" href=\"https://issuu.com/gemeentebegijnendijk\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b1bf5f54aed",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-238b4894"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a class=\"btn-default btn-spot btn-newsletter\" href=\"/thema/detail/100/herdenking-marcinelle\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1cca9a7bcfb2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-944aa2a4"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a class=\"btn-default btn-spot btn-newsletter\" rel=\"noopener\" target=\"_blank\" href=\"https://www.begijnendijk.be/media\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0faeed2266db",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-16749639"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a class=\"btn-default btn-spot btn-newsletter\" href=\"/nieuwsbrieven\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "841364fdbb1e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-470e27a3"
          }
        ],
        "outcomeCount": 2027,
        "uniqueFailedCount": 22,
        "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.bekkevoort.be/",
      "finalUrl": "https://www.bekkevoort.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Startpagina - Gemeente Bekkevoort",
      "elapsedMs": 15758,
      "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": 607,
          "failed": 52,
          "cantTell": 10,
          "inapplicable": 42
        },
        "failedRules": [
          "color-contrast",
          "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",
          "autocomplete-valid",
          "avoid-inline-spacing",
          "button-name",
          "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",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".btn-cookie-accept",
            "html": "<a href=\"/cookies?url=%2f\" rel=\"nofollow\" class=\"btn-primary btn-cookie-compliance btn-cookie-accept\">Beheer mijn cookies</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.85 (foreground color: #ffffff, background color: #a9cb3c, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".btn-cookie-accept"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "44cb02d51d21",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6e2fa8bc"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "button[value=\"acceptall\"]",
            "html": "<button type=\"submit\" class=\"btn-primary btn-cookie-compliance btn-cookie-decline\" name=\"action\" value=\"acceptall\">Alles aanvaarden</button>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.85 (foreground color: #ffffff, background color: #a9cb3c, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "button[value=\"acceptall\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "18ef7e5754d7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-08e864b5"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "button[value=\"decline\"]",
            "html": "<button type=\"submit\" class=\"btn-primary btn-cookie-compliance btn-cookie-decline\" name=\"action\" value=\"decline\">Alleen essentiële cookies</button>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.85 (foreground color: #ffffff, background color: #a9cb3c, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "button[value=\"decline\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "25573c956c0b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-42678e69"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".hvr-underline-from-center[href$=\"wonen-en-leven\"] > p",
            "html": "<p>Bouwen, mobiliteit, openbare werken, milieu, onderwijs, premies, welzijn en sociale zaken, vrije tijd (bib, jeugd, sport, cultuur, senioren, toerisme)</p>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.33 (foreground color: #ffffff, background color: #588541, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".hvr-underline-from-center[href$=\"wonen-en-leven\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "11a8fc3a2bf8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8d5a23d5"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".hvr-underline-from-center[href$=\"e-loket\"] > p",
            "html": "<p>Via onze online balie bij je thuis (24/24 open) bekom je heel wat documenten digitaal en vaak gratis zonder bezoek aan ons gemeentehuis</p>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.33 (foreground color: #ffffff, background color: #588541, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".hvr-underline-from-center[href$=\"e-loket\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5860329516e4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-65b7e9fd"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(1) > a > .news-container.news-row.has-media > .news-content > .news-heading > h3 > span",
            "html": "<span>Tiensebaan: nutswerken</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.85 (foreground color: #a9cb3c, background color: #ffffff, font size: 15.0pt (20px), font weight: bold). Expected contrast ratio of 3:1",
            "relatedPaths": [
              ".news-partial > .partial-container > .list > li:nth-child(1) > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "643045a40295",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-eabce700"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(1) > a > .news-container.news-row.has-media > .news-content > .partial-date",
            "html": "<div class=\"partial-date\"><span class=\"txt-published\">Gepubliceerd op </span>24-04-26</div>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.21 (foreground color: #aeaeae, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".news-partial > .partial-container > .list > li:nth-child(1) > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7490e23df9c6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d4b8fb9e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(1) > a > .news-container.news-row.has-media > .news-content > .partial-date > .txt-published",
            "html": "<span class=\"txt-published\">Gepubliceerd op </span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.21 (foreground color: #aeaeae, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".news-partial > .partial-container > .list > li:nth-child(1) > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "806dbaf84be7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-52618256"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(1) > a > .news-container.news-row.has-media > .news-content > .btn-more > span",
            "html": "<span>Lees meer</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.85 (foreground color: #a9cb3c, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".news-partial > .partial-container > .list > li:nth-child(1) > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "75e65f8b47f8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c3f1e6ed"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(2) > a > .news-container.news-row.has-media > .news-content > .news-heading > h3 > span",
            "html": "<span>Lokaal bestuur Bekkevoort opent sterrenregister</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.85 (foreground color: #a9cb3c, background color: #ffffff, font size: 15.0pt (20px), font weight: bold). Expected contrast ratio of 3:1",
            "relatedPaths": [
              ".news-partial > .partial-container > .list > li:nth-child(2) > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "92dd7408bf8b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4918ca3e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(2) > a > .news-container.news-row.has-media > .news-content > .partial-date",
            "html": "<div class=\"partial-date\"><span class=\"txt-published\">Gepubliceerd op </span>23-04-26</div>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.21 (foreground color: #aeaeae, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".news-partial > .partial-container > .list > li:nth-child(2) > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "13d9dae53255",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7c53fbdf"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(2) > a > .news-container.news-row.has-media > .news-content > .partial-date > .txt-published",
            "html": "<span class=\"txt-published\">Gepubliceerd op </span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.21 (foreground color: #aeaeae, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".news-partial > .partial-container > .list > li:nth-child(2) > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5b84505e5d40",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8c700739"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(2) > a > .news-container.news-row.has-media > .news-content > .btn-more > span",
            "html": "<span>Lees meer</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.85 (foreground color: #a9cb3c, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".news-partial > .partial-container > .list > li:nth-child(2) > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "315ccf0914dd",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0560072b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(3) > a > .news-container.news-row.has-media > .news-content > .news-heading > h3 > span",
            "html": "<span>Vacature 2 technische assistenten poetsdienst</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.85 (foreground color: #a9cb3c, background color: #ffffff, font size: 15.0pt (20px), font weight: bold). Expected contrast ratio of 3:1",
            "relatedPaths": [
              ".news-partial > .partial-container > .list > li:nth-child(3) > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e75f1ee9250e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2f747835"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(3) > a > .news-container.news-row.has-media > .news-content > .partial-date",
            "html": "<div class=\"partial-date\"><span class=\"txt-published\">Gepubliceerd op </span>22-04-26</div>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.21 (foreground color: #aeaeae, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".news-partial > .partial-container > .list > li:nth-child(3) > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b34035df77f2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-28e6b633"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(3) > a > .news-container.news-row.has-media > .news-content > .partial-date > .txt-published",
            "html": "<span class=\"txt-published\">Gepubliceerd op </span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.21 (foreground color: #aeaeae, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".news-partial > .partial-container > .list > li:nth-child(3) > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6bb65a3c9c94",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0e24b9cb"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(3) > a > .news-container.news-row.has-media > .news-content > .btn-more > span",
            "html": "<span>Lees meer</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.85 (foreground color: #a9cb3c, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".news-partial > .partial-container > .list > li:nth-child(3) > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b14cdb9d2b7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4b43ce5c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".btn-news > span",
            "html": "<span>Alle nieuwsberichten</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.85 (foreground color: #ffffff, background color: #a9cb3c, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".btn-news"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b8769b3010c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b475e5a0"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".event-item:nth-child(1) > a > .event-container.has-media > .event-row > .event-content > .event-block-info > .event-heading > h3 > span",
            "html": "<span>Digibank DIGIDO(e) - Volg de workshop \"Aan de slag met MyMinfin - jouw digitale belasting\"</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.85 (foreground color: #a9cb3c, background color: #ffffff, font size: 15.0pt (20px), font weight: bold). Expected contrast ratio of 3:1",
            "relatedPaths": [
              ".event-item:nth-child(1) > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "643cba4075d3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f3872572"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".event-item:nth-child(1) > a > .event-container.has-media > .event-row > .event-content > .event-block-info > .partial-date > .txt-from-day.date",
            "html": "<span class=\"txt-from-day date\">donderdag 7 mei</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.21 (foreground color: #aeaeae, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".event-item:nth-child(1) > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b2554d8bae5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9f035e96"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".event-item:nth-child(2) > a > .event-container.has-media > .event-row > .event-content > .event-block-info > .event-heading > h3 > span",
            "html": "<span>Digipunt Bekkevoort - Inloopmoment \"Kom gratis langs voor jouw digitale vragen!\"</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.85 (foreground color: #a9cb3c, background color: #ffffff, font size: 15.0pt (20px), font weight: bold). Expected contrast ratio of 3:1",
            "relatedPaths": [
              ".event-item:nth-child(2) > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a4b540d0de29",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-39c7fe09"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".event-item:nth-child(2) > a > .event-container.has-media > .event-row > .event-content > .event-block-info > .partial-date > .txt-from-day.date",
            "html": "<span class=\"txt-from-day date\">dinsdag 12 mei</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.21 (foreground color: #aeaeae, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".event-item:nth-child(2) > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b7ee87624463",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-af5f0069"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".event-item:nth-child(3) > a > .event-container.has-media > .event-row > .event-content > .event-block-info > .event-heading > h3 > span",
            "html": "<span>Gezondheidsworkshop 'Etiketten lezen'</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.85 (foreground color: #a9cb3c, background color: #ffffff, font size: 15.0pt (20px), font weight: bold). Expected contrast ratio of 3:1",
            "relatedPaths": [
              ".event-item:nth-child(3) > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "366c1f7f987c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ed1f03c3"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".event-item:nth-child(3) > a > .event-container.has-media > .event-row > .event-content > .event-block-info > .partial-date > .txt-from-day.date",
            "html": "<span class=\"txt-from-day date\">maandag 1 juni</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.21 (foreground color: #aeaeae, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".event-item:nth-child(3) > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "19a55a3078f1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-fa75fb6d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".btn-events > span",
            "html": "<span>Bekijk volledige evenementenkalender</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.85 (foreground color: #ffffff, background color: #a9cb3c, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".btn-events"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b409d8545f58",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ba7d2252"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".icon-Bwrite > span",
            "html": "<span>Online inschrijven</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.33 (foreground color: #588541, background color: #ffffff, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".footer-int-links"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ee6134814e55",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3766a671"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".icon-Bmessage > span",
            "html": "<span>Contact</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.33 (foreground color: #588541, background color: #ffffff, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".footer-int-links"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2913fa50363b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-29c7d7a4"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".icon-Balert > span",
            "html": "<span>Melding</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.33 (foreground color: #588541, background color: #ffffff, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".footer-int-links"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1d5b62606541",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d2dd5d6c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".icon-Bstreet > span",
            "html": "<span>Stratenplan</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.33 (foreground color: #588541, background color: #ffffff, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".footer-int-links"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5aae2af010fa",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-26d88972"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".icon-Bnews > span",
            "html": "<span>Nieuwsbrieven</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.33 (foreground color: #588541, background color: #ffffff, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".footer-int-links"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "78117f96d350",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8c1e0003"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".icon-Bpicture > span",
            "html": "<span>Fotoalbum</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.33 (foreground color: #588541, background color: #ffffff, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".footer-int-links"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8dd800d397b0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4279ef51"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".uit > a[href$=\"events\"] > span",
            "html": "<span>in Bekkevoort</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.33 (foreground color: #ffffff, background color: #588541, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".footer-ext-links"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fdd28763fa0e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-28b90128"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".politie > a[target=\"_blank\"] > span",
            "html": "<span>Politie</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.33 (foreground color: #ffffff, background color: #588541, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".footer-ext-links"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e184d9e923d5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-42ac2ba0"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"gbsbekkevoort.be/\"] > span",
            "html": "<span>De verre kijker</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.33 (foreground color: #ffffff, background color: #588541, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".footer-ext-links"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a8a1a4f9fe36",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-acf91a39"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".bib > a[href$=\"bibliotheek\"] > span",
            "html": "<span>Bibliotheek</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.33 (foreground color: #ffffff, background color: #588541, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".footer-ext-links"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c9197b9cf4b7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-671b657f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"wegenwerken\"] > span",
            "html": "<span>Wegenwerken</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.33 (foreground color: #ffffff, background color: #588541, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".footer-ext-links"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "789bb5dbe5b7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1bf5f35d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"senioren\"] > span",
            "html": "<span>Senioren Bekoren</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.33 (foreground color: #ffffff, background color: #588541, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".footer-ext-links"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f18789a05dad",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4f2a172f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"hartjehageland.be/\"] > span",
            "html": "<span>Hartje Hageland</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.33 (foreground color: #ffffff, background color: #588541, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".footer-ext-links"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ef5715716bd",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b248cdbb"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href=\"/huis-van-het-kind-bekkevoort\"] > span",
            "html": "<span>Huis van het kind</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.33 (foreground color: #ffffff, background color: #588541, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".footer-ext-links"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c0bbce3e16d9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c00e89f3"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact-footer-container > .title > span",
            "html": "<span>Lokaal bestuur Bekkevoort (algemene contactgegevens)</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.85 (foreground color: #ffffff, background color: #a9cb3c, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f3e3688ae532",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-05ed2996"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".txt-streetnr",
            "html": "<span class=\"txt-streetnr\">E. Coolsstraat&nbsp;17,&nbsp;</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.85 (foreground color: #ffffff, background color: #a9cb3c, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8905dc6dd2b6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a3f0881c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".txt-postal",
            "html": "<span class=\"txt-postal\">3460</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.85 (foreground color: #ffffff, background color: #a9cb3c, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e1b98f556fcf",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d6fd0d3f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".txt-city",
            "html": "<span class=\"txt-city\">Bekkevoort</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.85 (foreground color: #ffffff, background color: #a9cb3c, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d9072ef16fa3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-87e61423"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".phone",
            "html": "<a class=\"phone\" href=\"tel:0134605609129129120013301530912001720912\">013/46 05 60 (telefonisch bereikbaar op maandag 9u-12u, dinsdag 9u-12u, woensdag 9u-12u + 13.30u-15.30u, donderdag 9u-12u + 17u-20u, vrijdag 9u-12u)</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.85 (foreground color: #ffffff, background color: #a9cb3c, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "36763f6c5ab9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-382cee0e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".mail",
            "html": "<a class=\"mail\" href=\"mailto:%69%6e%66%6f%40%62%65%6b%6b%65%76%6f%6f%72%74%2e%62%65\">info@bekkevoort.be</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.85 (foreground color: #ffffff, background color: #a9cb3c, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fe67a750b343",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-933f9714"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"proclaimer\"] > span",
            "html": "<span>Proclaimer</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.85 (foreground color: #ffffff, background color: #a9cb3c, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c521922d3566",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d754f901"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(2) > a[href$=\"cookies\"] > span",
            "html": "<span>Cookies</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.85 (foreground color: #ffffff, background color: #a9cb3c, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3a501ae50506",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-053604ff"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"privacy\"] > span",
            "html": "<span>Privacyverklaring</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.85 (foreground color: #ffffff, background color: #a9cb3c, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d83c80b009d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e2b45b3f"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".vlw__contact__toggle__label",
            "html": "<span class=\"vlw__contact__toggle__label\">Hulp nodig</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": "d1f12a09e5e4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c1791208"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".cookie-compliance-text",
            "html": "<div class=\"cookie-compliance-text\">\nDeze website maakt gebruik van cookies om uw gebruikservaring te verbeteren.\n<a href=\"/cookies\" hide-when-empty=\"1\" class=\"find-more-button eu-cookie-compliance-more-button find-more-button-processed\"><span>Meer informatie over cookies.</span></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": "6bde014ab065",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-caf65a31"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".btn-cookie-accept",
            "html": "<a href=\"/cookies?url=%2f\" rel=\"nofollow\" class=\"btn-primary btn-cookie-compliance btn-cookie-accept\">Beheer mijn cookies</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": "9c6bddab2dae",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-690d017a"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#skip-content",
            "html": "<div id=\"skip-content\" class=\"skip\">\n<a href=\"#content-main\" class=\"skip-navigation\">\n<span>Naar content</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": "9cdf43bec0d6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-34285466"
          }
        ],
        "outcomeCount": 711,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 52
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1815,
          "failed": 87,
          "cantTell": 27,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_form_label_unique",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "input_label_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_contrast_sufficient",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "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": "0ab9cdd6e42e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3047b1ae"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link data-css=\"Contrastskin-website\" type=\"text/css\" rel=\"stylesheet\" media=\"screen\" href=\"/css/skin-website.css?v=17062025131209\" id=\"skin-stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7cbdd3f9c2a8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-498096d5"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link data-css=\"Contrastskin-website\" type=\"text/css\" rel=\"stylesheet\" media=\"screen\" href=\"/css/skin-website.css?v=17062025131209\" id=\"skin-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": "fd6a0554574c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b6e2586e"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form action=\"/cookies?url=%2f\" method=\"post\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b5085f7e109e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a6b3a39c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"btn-primary btn-cookie-compliance btn-cookie-accept\" rel=\"nofollow\" href=\"/cookies?url=%2f\">",
            "message": "Text contrast of 1.86 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": "6859c1dd78d1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5e3c2537"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button value=\"acceptall\" name=\"action\" class=\"btn-primary btn-cookie-compliance btn-cookie-decline\" type=\"submit\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cbaff02bd189",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-dae77975"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"acceptall\" name=\"action\" class=\"btn-primary btn-cookie-compliance btn-cookie-decline\" type=\"submit\">",
            "message": "Text contrast of 1.86 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": "fedfeed16829",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-70249338"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button value=\"decline\" name=\"action\" class=\"btn-primary btn-cookie-compliance btn-cookie-decline\" type=\"submit\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "83e600552ada",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2ee9ef05"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"decline\" name=\"action\" class=\"btn-primary btn-cookie-compliance btn-cookie-decline\" type=\"submit\">",
            "message": "Text contrast of 1.86 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": "55314185d857",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-324f90cd"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"skip-navigation\" href=\"#content-main\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1c92fa67bb23",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-92cb91cd"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"skip-navigation\" href=\"#content-main\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8f8383f5c229",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5fae9414"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.86 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": "787dff7df7b3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button data-tooltip=\"Hoog contrast\" data-active=\"Hoog contrast uit\" data-inactive=\"Hoog contrast\" class=\"icon-contrast \" id=\"btn-toggle-contrast\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c58685e1e467",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2ad2fe1c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"toggle-txt-normal\">",
            "message": "Text contrast of 1.86 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": "d29553a564ae",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-92314087"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form class=\"search-form\" id=\"searchForm\" name=\"searchForm\" method=\"GET\" action=\"/zoeken\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "096208d7c9fd",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2801ebfa"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input data-placeholder-mobile=\"Zoeken\" data-placeholder=\"Waarmee kunnen we je helpen?\" placeholder=\"Waarmee kunnen we je helpen?\" autocomplete=\"off\" data-tooltip=\"Waarmee kunnen we je helpen?\" id=\"txtkeyword\" class=\"form-control txt\" name=\"q\" type=\"text\">",
            "message": "The ‘placeholder’ is the only visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6a3d42b94847",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7e00a4c7"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<button id=\"btnSearch\" class=\"btn-search\" type=\"submit\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1ae78eeeaf1c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ad9d9339"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.74 with its background is less than the WCAG AA minimum requirements for text of size 26px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"color1\" target=\"_blank\" href=\"https://www.bekkevoort.be/afspraak-maken#select/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "96acf0857dd5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5b9f0b37"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.74 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": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"color2\" href=\"/contact\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2281223bdbdd",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b797aa7b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.74 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": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"color3\" target=\"_blank\" href=\"https://www.bekkevoort.be/wegenwerken\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0f684e25f7e6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5f2fc518"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.74 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": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"color4\" target=\"_blank\" href=\"https://www.bekkevoort.be/vacatures\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "52e780bf5f43",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5d441086"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.74 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": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"color5\" target=\"_blank\" href=\"https://www.bekkevoort.be/thema/3241/bekendmakingen\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "42cca5118820",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e24218ee"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.74 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": "<a href=\"\" class=\"bx-prev\">",
            "message": "Text contrast of 1.86 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": "9be1b6649793",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ee460edd"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"\" class=\"bx-next\">",
            "message": "Text contrast of 1.86 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": "2206fd490948",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8a00076b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"bx-pager-link active\" data-slide-index=\"0\" 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": "2db8e04f50d6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-68cda3fd"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"bx-pager-link active\" data-slide-index=\"0\" href=\"\">",
            "message": "Text contrast of 2.33 with its background is less than the WCAG AA minimum requirements for text of size undefinedpx and weight of 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "266c1bd9eab3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c4ce67bb"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"bx-pager-link\" data-slide-index=\"1\" 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": "84936470a010",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f340a6fc"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a class=\"bx-pager-link\" data-slide-index=\"1\" href=\"\">",
            "message": "Undersized target \"a\" does not have sufficient spacing of 12 CSS pixels from another target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2c40fab0a637",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e15a8707"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"bx-pager-link\" data-slide-index=\"1\" href=\"\">",
            "message": "Text contrast of 1.86 with its background is less than the WCAG AA minimum requirements for text of size undefinedpx and weight of 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4534e25a1455",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f63a183a"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"bx-pager-link\" data-slide-index=\"2\" 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": "9af24de4dcb1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-db23ec96"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"bx-pager-link\" data-slide-index=\"2\" href=\"\">",
            "message": "Text contrast of 1.86 with its background is less than the WCAG AA minimum requirements for text of size undefinedpx and weight of 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "69ed0ae8583a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1aec783b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "Text contrast of 4.33 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": "a814dbb2f771",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7acebded"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "Text contrast of 4.33 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>",
            "message": "Text contrast of 1.86 with its background is less than the WCAG AA minimum requirements for text of size 20px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"partial-date\">",
            "message": "Text contrast of 2.22 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "683a4befd590",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b3ecb61d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"txt-published\">",
            "message": "Text contrast of 2.22 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "11b82a1f29df",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bfe347a2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.86 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>",
            "message": "Text contrast of 1.86 with its background is less than the WCAG AA minimum requirements for text of size 20px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"partial-date\">",
            "message": "Text contrast of 2.22 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"txt-published\">",
            "message": "Text contrast of 2.22 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.86 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>",
            "message": "Text contrast of 1.86 with its background is less than the WCAG AA minimum requirements for text of size 20px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"partial-date\">",
            "message": "Text contrast of 2.22 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"txt-published\">",
            "message": "Text contrast of 2.22 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.86 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>",
            "message": "Text contrast of 1.86 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>",
            "message": "Text contrast of 1.86 with its background is less than the WCAG AA minimum requirements for text of size 20px and weight of 700",
            "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: \"Aan de slag met MyMinfin - jouw digitale belasting\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf936f8b524b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a7bb455f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"txt-from-day date\">",
            "message": "Text contrast of 2.22 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e7f45e872e47",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-63b6107d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.86 with its background is less than the WCAG AA minimum requirements for text of size 20px and weight of 700",
            "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: \"Kom gratis langs voor jouw digitale vragen!\"",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"txt-from-day date\">",
            "message": "Text contrast of 2.22 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.86 with its background is less than the WCAG AA minimum requirements for text of size 20px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"txt-from-day date\">",
            "message": "Text contrast of 2.22 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.86 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>",
            "message": "Text contrast of 4.33 with its background is less than the WCAG AA minimum requirements for text of size 17px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.33 with its background is less than the WCAG AA minimum requirements for text of size 17px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.33 with its background is less than the WCAG AA minimum requirements for text of size 17px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.33 with its background is less than the WCAG AA minimum requirements for text of size 17px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.33 with its background is less than the WCAG AA minimum requirements for text of size 17px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.33 with its background is less than the WCAG AA minimum requirements for text of size 17px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/events\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9a7ec86b4cd2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-697f466d"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://www.lokalepolitie.be/5389\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "db0aba2ff368",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bd7bb7d4"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://www.gbsbekkevoort.be/\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0101d8be466a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5fbf870d"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/bibliotheek\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "25fe9e8c431f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6c3fb762"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/wegenwerken\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9ca70594277f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-29c1f54f"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/senioren\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0eb4e7352c61",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2f67935f"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://www.hartjehageland.be/\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2c63238502c5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5b53fe90"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/huis-van-het-kind-bekkevoort\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "80c8e7a437fb",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-379315b8"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.86 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_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.33 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_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"txt-streetnr\">",
            "message": "Text contrast of 1.86 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bd8f8708edbb",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5ac080dc"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"txt-postal\">",
            "message": "Text contrast of 1.86 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6661701f82fa",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-049b67be"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"txt-city\">",
            "message": "Text contrast of 1.86 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6fec1aeadb75",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7d29cd48"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.33 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_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:0134605609129129120013301530912001720912\" class=\"phone\">",
            "message": "Text contrast of 1.86 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d9801ef06a24",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0b42e313"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.33 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_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"mailto:%69%6e%66%6f%40%62%65%6b%6b%65%76%6f%6f%72%74%2e%62%65\" class=\"mail\">",
            "message": "Text contrast of 1.86 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5e3c4aae071a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-91fe4741"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.86 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.86 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.86 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 1915,
        "uniqueFailedCount": 49,
        "duplicateFailedCount": 38,
        "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": 38
    },
    {
      "submittedUrl": "https://www.bertem.be/",
      "finalUrl": "https://www.bertem.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Startpagina - Gemeente Bertem",
      "elapsedMs": 13268,
      "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": 374,
          "failed": 67,
          "cantTell": 0,
          "inapplicable": 46
        },
        "failedRules": [
          "color-contrast",
          "image-redundant-alt",
          "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",
          "autocomplete-valid",
          "avoid-inline-spacing",
          "button-name",
          "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",
          "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",
          "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": ".cookie-compliance-text",
            "html": "<div class=\"cookie-compliance-text\">",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.22 (foreground color: #ffffff, background color: #0087a0, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#cookie-compliance"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "44322d6a7444",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a0070498"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".find-more-button > span",
            "html": "<span>Meer informatie over cookies.</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.22 (foreground color: #ffffff, background color: #0087a0, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#cookie-compliance"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fa30df3921bc",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-59ca7c4e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"e-loket\"] > span",
            "html": "<span>E-loket</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.22 (foreground color: #0087a0, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#header"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a63a802d2ca9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-45476be4"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"melding\"] > span",
            "html": "<span>Melding of klacht</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.22 (foreground color: #0087a0, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#header"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "76e2bfa8dd72",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8d370b22"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"nieuwsbrief\"] > span",
            "html": "<span>Nieuwsbrief</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.22 (foreground color: #0087a0, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#header"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "284764d51621",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-20dc4c1a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"contact\"] > span",
            "html": "<span>Contact en openingsuren</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.22 (foreground color: #0087a0, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#header"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ec28b1d80077",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-43853a99"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#btn-toggle-contrast > span",
            "html": "<span>Hoog contrast </span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.22 (foreground color: #ffffff, background color: #0087a0, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#btn-toggle-contrast"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "61ebc5f5f499",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-fad09b6b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"vrijetijd\"] > span",
            "html": "<span>Vrije tijd</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.22 (foreground color: #ffffff, background color: #0087a0, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"vrijetijd\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a2ffe3698aa4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7913c214"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"wonen-en-leven\"] > span",
            "html": "<span>Wonen en leven</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.22 (foreground color: #ffffff, background color: #0087a0, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"wonen-en-leven\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aaf910e88143",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-fd01ba62"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"Welzijn-en-veiligheid\"] > span",
            "html": "<span>Welzijn en veiligheid</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.22 (foreground color: #ffffff, background color: #0087a0, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"Welzijn-en-veiligheid\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "83895cceab97",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bf6d5508"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"actueel\"] > span",
            "html": "<span>Actueel</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.22 (foreground color: #ffffff, background color: #0087a0, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"actueel\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "10b717760629",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-51a09e2a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"bestuur\"] > span",
            "html": "<span>Bestuur</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.22 (foreground color: #ffffff, background color: #0087a0, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".bestuur > a[href$=\"bestuur\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ea582fc2eda",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-93adcbde"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item:nth-child(3) > a[href=\"/nieuwsoverzicht.aspx?th=2586\"]",
            "html": "<a href=\"/nieuwsoverzicht.aspx?th=2586\" style=\"height: 130px;\">\n\t\t\t\t\tTijdelijke verkeersmaatregelen\n\t\t\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 2.03 (foreground color: #ffffff, background color: #c2ba08, font size: 19.5pt (26px), font weight: normal). Expected contrast ratio of 3:1",
            "relatedPaths": [
              ".item:nth-child(3) > a[href=\"/nieuwsoverzicht.aspx?th=2586\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "72e8a7aa82b9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-549dc357"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"nieuwsoverzicht\"]",
            "html": "<a href=\"/nieuwsoverzicht\" style=\"height: 24px;\">\n\t\t\t\t\t\tNieuws\n\t\t\t\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 4.29 (foreground color: #7a7a7a, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#inner-wrap"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "40df763395fb",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3ba1fd55"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"bibliotheek\"]",
            "html": "<a href=\"bibliotheek\" style=\"height: 24px;\">\n\t\t\t\t\t\t\tBibliotheek\n\t\t\t\t\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 4.29 (foreground color: #7a7a7a, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#inner-wrap"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a9e6a41c6105",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a2c363b5"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".list.popular > .item:nth-child(3) > a",
            "html": "<a href=\"/thema/2542/thwonen-en-levenmilieu-en-natuurafval\" style=\"height: 24px;\">\n\t\t\t\t\t\tAfval\n\t\t\t\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 4.29 (foreground color: #7a7a7a, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#inner-wrap"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6253b2b78043",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6fc5f5d6"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item:nth-child(4) > a[href=\"/nieuwsoverzicht.aspx?th=2586\"]",
            "html": "<a href=\"/nieuwsoverzicht.aspx?th=2586\" style=\"height: 24px;\">\n\t\t\t\t\t\t\tWegenwerken en verkeer\n\t\t\t\t\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 4.29 (foreground color: #7a7a7a, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#inner-wrap"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "45055a31c048",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d348aed5"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"thmelding\"]",
            "html": "<a href=\"/thema/4033/thmelding\" style=\"height: 24px;\">\n\t\t\t\t\t\tMelding of klacht\n\t\t\t\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 4.29 (foreground color: #7a7a7a, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#inner-wrap"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7438401e9810",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a73b7a20"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item:nth-child(6) > a[href$=\"activiteitenoverzicht\"]",
            "html": "<a href=\"/activiteitenoverzicht\" style=\"height: 24px;\">\n\t\t\t\t\t\t\tActiviteiten\n\t\t\t\t\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 4.29 (foreground color: #7a7a7a, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#inner-wrap"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d56a3f1d818",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9f083d00"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item:nth-child(1) > a > h3",
            "html": "<h3>Heraanleg centrum Leefdaal</h3>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.22 (foreground color: #ffffff, background color: #0087a0, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".nws > .item:nth-child(1) > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fb6d3362df5b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-50d8f258"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item:nth-child(2) > a > h3",
            "html": "<h3>Pure Cities - Zo is de luchtkwaliteit momenteel in Bertem</h3>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.22 (foreground color: #ffffff, background color: #0087a0, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".nws > .item:nth-child(2) > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b3c338f6741e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b65c3182"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item:nth-child(3) > a > h3",
            "html": "<h3>Nieuwe brug boven E40</h3>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.22 (foreground color: #ffffff, background color: #0087a0, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".nws > .item:nth-child(3) > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c003dfa839df",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b41ef653"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contactbox > h3",
            "html": "<h3>Gemeentehuis</h3>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.29 (foreground color: #7a7a7a, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contactbox"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d1db62085d4f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-981c18c9"
          },
          {
            "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\">Tervuursesteenweg 178</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.29 (foreground color: #7a7a7a, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contactbox"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b9e971a43497",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-37e57c05"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".postal",
            "html": "<span class=\"postal\">3060 </span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.29 (foreground color: #7a7a7a, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contactbox"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "71775214d8fe",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-37445f25"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".city",
            "html": "<span class=\"city\">Bertem</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.29 (foreground color: #7a7a7a, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contactbox"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b414b0dbfbfe",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-64e44ddb"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".phone:nth-child(3)",
            "html": "<dt class=\"icon phone\">Tel. <span>tel.</span></dt>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.29 (foreground color: #7a7a7a, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contactbox"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8ab97ea7c12c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2391c037"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".phone:nth-child(4)",
            "html": "<dd class=\"phone\">016 49 99 99</dd>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.29 (foreground color: #7a7a7a, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contactbox"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a076c64f76d7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d004e131"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "span[itemprop=\"email\"]",
            "html": "<span itemprop=\"email\">onthaal@bertem.be</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.22 (foreground color: #0087a0, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contactbox"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a39dc645b1d7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-dc2fc6bf"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".ondernemingsnummer:nth-child(7)",
            "html": "<dt class=\"icon ondernemingsnummer\">Ondernemingsnr.&nbsp;</dt>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.29 (foreground color: #7a7a7a, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contactbox"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "293b674ffb1e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1307f363"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".ondernemingsnummer:nth-child(8)",
            "html": "<dd class=\"ondernemingsnummer\">0207.516.256</dd>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.29 (foreground color: #7a7a7a, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contactbox"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f9102d240910",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-95e0650d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"gemeentehuis\"]",
            "html": "<a href=\"/contact/1/gemeentehuis\" class=\"more\">Bekijk de openingsuren</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.22 (foreground color: #0087a0, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contactbox"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9beaf320ceae",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a71afcf9"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".actbox > p",
            "html": "<p>Bekijk het activiteitenaanbod van onze levendige gemeente.</p>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.29 (foreground color: #7a7a7a, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#inner-wrap"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "846a1ae85718",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-378ba8ab"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".more[href$=\"activiteitenoverzicht\"]",
            "html": "<a href=\"/activiteitenoverzicht\" class=\"more\">Alle activiteiten</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.22 (foreground color: #0087a0, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#inner-wrap"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8a78ad8973e6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-dadb6882"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"www.uitdatabank.be\"]",
            "html": "<a href=\"https://www.uitdatabank.be\" target=\"_blank\" class=\"more\">Meld een nieuwe activiteit</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.22 (foreground color: #0087a0, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#inner-wrap"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a514175a616",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f5f65abd"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".footercont",
            "html": "<div class=\"footercont\" role=\"contentinfo\">",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.22 (foreground color: #ffffff, background color: #0087a0, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4ca4ac9334b9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-86b4afb9"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"privacy\"]",
            "html": "<a href=\"/privacy\">Privacybeleid</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.07 (foreground color: #c2ba08, background color: #0087a0, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d4e1eee459f5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-971f2a56"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"sitemap\"]",
            "html": "<a href=\"/sitemap\">Sitemap</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.07 (foreground color: #c2ba08, background color: #0087a0, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a8049b40d7d2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4592ea72"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".footercont > a:nth-child(3)",
            "html": "<a href=\"/product/3200/toegankelijkheidsverklaring\">Toegankelijkheidsverklaring</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.07 (foreground color: #c2ba08, background color: #0087a0, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "654d66000a8f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1a0e82ff"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".footercont > a[href$=\"cookieverklaring\"]",
            "html": "<a href=\"/cookieverklaring\">Cookieverklaring</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.07 (foreground color: #c2ba08, background color: #0087a0, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "109724f3055a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-39aeb068"
          },
          {
            "rule": "image-redundant-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-redundant-alt?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "img[alt=\"Heraanleg centrum Leefdaal\"]",
            "html": "<img src=\"/file_uploads/Cache/fit_350_200_53510.jpeg\" alt=\"Heraanleg centrum Leefdaal\">",
            "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": "0a23346dee23",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4ccfc62b"
          },
          {
            "rule": "image-redundant-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-redundant-alt?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": ".item:nth-child(2) > a > .fotolink > img",
            "html": "<img src=\"/file_uploads/Cache/fit_350_200_55315.png\" alt=\"Pure Cities - Zo is de luchtkwaliteit momenteel in Bertem\">",
            "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": "5a35b012c44d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4a3180f4"
          },
          {
            "rule": "image-redundant-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-redundant-alt?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "img[alt=\"Nieuwe brug boven E40\"]",
            "html": "<img src=\"/file_uploads/Cache/fit_350_200_53669.png\" alt=\"Nieuwe brug boven E40\">",
            "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": "c0ee02c8a150",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-92fca206"
          },
          {
            "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=\"no-js\" lang=\"nl\">",
            "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": "29b04d87ec2c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-85b00be0"
          },
          {
            "rule": "landmark-unique",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-unique?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".topmenu",
            "html": "<div class=\"topmenu\" 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": [
              "#mainmenu"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "67886a376645",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-52076aca"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".vlw__contact__toggle__label",
            "html": "<span class=\"vlw__contact__toggle__label\">Hulp nodig</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": "09fbdcf5d8c9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c1791208"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".cookie-compliance-text",
            "html": "<div class=\"cookie-compliance-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": "7b828f5a5036",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-caf65a31"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "a[href=\"/cookieverklaring?url=%2f\"]",
            "html": "<a rel=\"nofollow\" href=\"/cookieverklaring?url=%2f\" class=\"btn-cookie-compliance btn-cookie-accept\">\n                    <span> Beheer mijn cookies</span>\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": "e408912ab317",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6f08d532"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#toppage",
            "html": "<div id=\"toppage\" class=\"skip\">\n                    <a href=\"#main\" class=\"skip-to-content\">naar inhoud</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": "d89fa8d4dbdf",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0277abe8"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".logotxt",
            "html": "<div class=\"logotxt\">\n                                    <span>Gemeente Bertem</span>\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": "25acabda44db",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ba732ed2"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".rowone",
            "html": "<div class=\"row rowone maxwidthh\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "81b041a46343",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-40815fda"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".rowtwo",
            "html": "<div class=\"row rowtwo maxwidthh\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e8d5c770beda",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0010d690"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".nieuws > h2",
            "html": "<h2 class=\"heading\"><span>In de kijker</span></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": "b36038f6dd03",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e19b03db"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".item:nth-child(1) > a > .fotolink",
            "html": "<div class=\"fotolink\">\n\t\t\t\t\t\t\t<img src=\"/file_uploads/Cache/fit_350_200_53510.jpeg\" alt=\"Heraanleg centrum Leefdaal\">\n\t\t\t\t\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": "aad48889b48f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bb7f5456"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".item:nth-child(1) > a > h3",
            "html": "<h3>Heraanleg centrum Leefdaal</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": "90db078bbfe1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6aadf67a"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".item:nth-child(2) > a > .fotolink",
            "html": "<div class=\"fotolink\">\n\t\t\t\t\t\t\t\t<img src=\"/file_uploads/Cache/fit_350_200_55315.png\" alt=\"Pure Cities - Zo is de luchtkwaliteit momenteel in Bertem\">\n\t\t\t\t\t\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": "512c1738eeb7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-efb7c306"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".item:nth-child(2) > a > h3",
            "html": "<h3>Pure Cities - Zo is de luchtkwaliteit momenteel in Bertem</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": "ad6011877b3e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d79db2ac"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".item:nth-child(3) > a > .fotolink",
            "html": "<div class=\"fotolink\">\n\t\t\t\t\t\t\t<img src=\"/file_uploads/Cache/fit_350_200_53669.png\" alt=\"Nieuwe brug boven E40\">\n\t\t\t\t\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": "9a36b24c9c53",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-335ce21c"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".item:nth-child(3) > a > h3",
            "html": "<h3>Nieuwe brug boven E40</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": "bed0c88540e8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-14892c84"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".contactbox > h2",
            "html": "<h2 class=\"heading\"><span>Contact</span></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": "b356fd243fee",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a20e01c2"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".contactbox > h3",
            "html": "<h3>Gemeentehuis</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": "b5a31a714b82",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e0881c57"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "dl",
            "html": "<dl class=\"contact\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c9947a870a96",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-fe01dd52"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".hours_btn",
            "html": "<div class=\"hours_btn\"><a href=\"/contact/1/gemeentehuis\" class=\"more\">Bekijk de openingsuren</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": "ba42bb1322aa",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ffd733e8"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".external[rel=\"nofollow noreferrer\"][target=\"_blank\"]:nth-child(2) > span",
            "html": "<span>Facebook</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": "28e3ca1fd88a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8b77c29d"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".external[rel=\"nofollow noreferrer\"][target=\"_blank\"]:nth-child(3) > span",
            "html": "<span>Twitter</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": "c0be025d6444",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-75b11f6c"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".actbox",
            "html": "<div class=\"actbox\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "83a6c9aa92a9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4f8c6ea4"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".socialstuff",
            "html": "<div class=\"socialstuff\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cb80b40bea65",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-de1eb745"
          }
        ],
        "outcomeCount": 487,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 67
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1201,
          "failed": 90,
          "cantTell": 15,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_contentinfo_misuse",
          "aria_form_label_unique",
          "aria_landmark_name_unique",
          "aria_navigation_label_unique",
          "aria_role_redundant",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "img_alt_redundant",
          "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 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": "1869b5eb88b0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3047b1ae"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link media=\"print\" type=\"text/css\" href=\"/css/print.css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3cea15f04070",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ef582f7b"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link media=\"print\" type=\"text/css\" href=\"/css/print.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": "bdbee07de0b9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7e125e39"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form action=\"/cookieverklaring?url=%2f\" method=\"post\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "720cb02dcfdc",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-dfec5370"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"cookie-compliance-text\">",
            "message": "Text contrast of 4.22 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": "d6b08301174f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5d5bd0c5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.22 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": "e2cf17c95d44",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button value=\"decline\" name=\"action\" class=\"btn-cookie-compliance btn-cookie-decline\" type=\"submit\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "44f72d92632b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5b5312e8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button value=\"acceptall\" name=\"action\" class=\"btn-cookie-compliance btn-cookie-accept\" type=\"submit\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "187205e2d2ff",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-73e75c7d"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"skip-to-content\" href=\"#main\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8473620c1509",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ecc56985"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"skip-to-content\" href=\"#main\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "00de4b8fdc06",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5c1ce7de"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a title=\"ga naar de startpagina\" href=\"/\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a77e2980200d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ef876989"
          },
          {
            "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": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_landmark_name_unique",
            "xpath": null,
            "html": "<div role=\"navigation\" class=\"topmenu\">",
            "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": "f44f953ed99f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-151519bc"
          },
          {
            "rule": "aria_navigation_label_unique",
            "xpath": null,
            "html": "<div role=\"navigation\" class=\"topmenu\">",
            "message": "Multiple elements with \"navigation\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7b8010140ccf",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7ddfa77a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.22 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 4.22 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 4.22 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 4.22 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": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button data-tooltip=\"master-btn-toggle-contast\" class=\"btn icon-contrast \" id=\"btn-toggle-contrast\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ad575be8e5ee",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-18e63ef6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button data-tooltip=\"master-btn-toggle-contast\" class=\"btn icon-contrast \" id=\"btn-toggle-contrast\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b68f9ce5c0c4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-18fa4875"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.22 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_form_label_unique",
            "xpath": null,
            "html": "<form method=\"GET\" action=\"/zoek\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7173028eb7ae",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a6673ab5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input name=\"keyword\" placeholder=\"Hoe kunnen we u helpen?\" autocomplete=\"off\" title=\"Hoe kunnen we u helpen?\" id=\"txtkeyword\" class=\"txt\" type=\"text\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "064b9f056fc9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c30e8b0c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input title=\"Hoe kunnen we u helpen?\" id=\"btnSearch\" class=\"btn\" value=\"Zoek\" type=\"submit\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1dd52e098268",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ef2c5249"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input title=\"Hoe kunnen we u helpen?\" id=\"btnSearch\" class=\"btn\" value=\"Zoek\" type=\"submit\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9ca3dbaa1d3d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c2081c27"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav class=\"clearfix maxwidth\" role=\"navigation\" id=\"mainmenu\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "60780f0c171f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d601ded8"
          },
          {
            "rule": "aria_landmark_name_unique",
            "xpath": null,
            "html": "<nav class=\"clearfix maxwidth\" role=\"navigation\" id=\"mainmenu\">",
            "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": "44432818bcbe",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3de6c12e"
          },
          {
            "rule": "aria_navigation_label_unique",
            "xpath": null,
            "html": "<nav class=\"clearfix maxwidth\" role=\"navigation\" id=\"mainmenu\">",
            "message": "Multiple elements with \"navigation\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c23471317f5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2528a735"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"#\" class=\"close-btn\" id=\"nav-close-btn\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b24ca7bbbb50",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-147c0de9"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.22 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": "<span>",
            "message": "Text contrast of 4.22 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": "<span>",
            "message": "Text contrast of 4.22 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": "<span>",
            "message": "Text contrast of 4.22 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": "<span>",
            "message": "Text contrast of 4.22 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_content_in_landmark",
            "xpath": null,
            "html": "<h1 class=\"page-heading sr-only\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f0b7f64a49b7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c2fd7f0d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.40 with its background is less than the WCAG AA minimum requirements for text of size 22px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a style=\"height: 169px;\" href=\"/thema/2560/thwonen-en-levenattesten-uittreksels-en-bewijzen\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "980a70212d27",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b9c0ae65"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a style=\"height: 169px;\" href=\"https://afspraken.bertem.be/qmaticwebbooking/index.html#/\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b01122d51a55",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ce28d227"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a style=\"height: 169px;\" href=\"/nieuwsoverzicht.aspx?th=2586\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c705b9731270",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5baf1dc6"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a style=\"height: 169px;\" href=\"/nieuwsoverzicht.aspx?th=2586\">",
            "message": "Text contrast of 2.03 with its background is less than the WCAG AA minimum requirements for text of size 26px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0604e1f451ac",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4a80fb0c"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 class=\"heading\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d594ca2c754",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5990b38e"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a style=\"height: 24px;\" href=\"/nieuwsoverzicht\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e180276fef6b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-002211e0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a style=\"height: 24px;\" href=\"/nieuwsoverzicht\">",
            "message": "Text contrast of 4.29 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": "5e660292c2dd",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d6cf81dc"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a style=\"height: 24px;\" href=\"bibliotheek\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b615d13d8aa",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-dfc199d9"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a style=\"height: 24px;\" href=\"bibliotheek\">",
            "message": "Text contrast of 4.29 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": "795c9e481347",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f2b45452"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a style=\"height: 24px;\" href=\"/thema/2542/thwonen-en-levenmilieu-en-natuurafval\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e900a1615af9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f4d218a7"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a style=\"height: 24px;\" href=\"/thema/2542/thwonen-en-levenmilieu-en-natuurafval\">",
            "message": "Text contrast of 4.29 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": "6232ea853add",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-946503e7"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a style=\"height: 48px;\" href=\"/nieuwsoverzicht.aspx?th=2586\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3640a297618a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-fb16f88c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a style=\"height: 48px;\" href=\"/nieuwsoverzicht.aspx?th=2586\">",
            "message": "Text contrast of 4.29 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": "7826eed459a9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e25125c2"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a style=\"height: 48px;\" href=\"/thema/4033/thmelding\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "de5414e807b8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-22d9af5e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a style=\"height: 48px;\" href=\"/thema/4033/thmelding\">",
            "message": "Text contrast of 4.29 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": "5ab754b37842",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-db67bf5d"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a style=\"height: 48px;\" href=\"/activiteitenoverzicht\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "13d7748ae640",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9f6c13f4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a style=\"height: 48px;\" href=\"/activiteitenoverzicht\">",
            "message": "Text contrast of 4.29 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": "77ba710a108e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c799ceaa"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 class=\"heading\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/thema/4070/thwonen-en-levenwegenwerken-en-verkeeropenbare-werken-in-bertemheraanleg-leefdaal-nieuwe-straat\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a7d8dbbd3c54",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d027b83a"
          },
          {
            "rule": "img_alt_redundant",
            "xpath": null,
            "html": "<img alt=\"Heraanleg centrum Leefdaal\" src=\"/file_uploads/Cache/fit_350_200_53510.jpeg\">",
            "message": "Link text is repeated in an image 'alt' value within the same link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1962cbd16ca4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-237d7b21"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/product/3871/pure-cities---zo-is-de-luchtkwaliteit-in-bertem-op-dit-moment\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "afaced73c074",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-aef5b462"
          },
          {
            "rule": "img_alt_redundant",
            "xpath": null,
            "html": "<img alt=\"Pure Cities - Zo is de luchtkwaliteit momenteel in Bertem\" src=\"/file_uploads/Cache/fit_350_200_55315.png\">",
            "message": "Link text is repeated in an image 'alt' value within the same link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6807c379dd62",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7d857842"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/thema/5116/thwonen-en-levenwegenwerken-en-verkeeropenbare-werken-in-bertemboogbrug-over-de-e40\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "44f8f12b6149",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-200e3cd0"
          },
          {
            "rule": "img_alt_redundant",
            "xpath": null,
            "html": "<img alt=\"Nieuwe brug boven E40\" src=\"/file_uploads/Cache/fit_350_200_53669.png\">",
            "message": "Link text is repeated in an image 'alt' value within the same link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "314977646a5f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b98026ac"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 class=\"heading\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.22 with its background is less than 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": "<h3>",
            "message": "Text contrast of 4.29 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": "f4f8b48bcfe8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-61d6b2cc"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<dl class=\"contact\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2e33f68a3715",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5eee5e67"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"street\">",
            "message": "Text contrast of 4.29 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": "8473fbdd03b5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-fad7f5be"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"postal\">",
            "message": "Text contrast of 4.29 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": "6ad2c5bda5e7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f1c540f0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"city\">",
            "message": "Text contrast of 4.29 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": "7b8a05c27464",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c05c0682"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<dt class=\"icon phone\">",
            "message": "Text contrast of 4.29 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": "2b72efc7e68b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8bd369cb"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<dd class=\"phone\">",
            "message": "Text contrast of 4.29 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": "5c41f62e4b10",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0e777cb2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span itemprop=\"email\">",
            "message": "Text contrast of 4.22 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": "6072bc9de7f3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-29005f16"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<dt class=\"icon ondernemingsnummer\">",
            "message": "Text contrast of 4.29 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": "566df133993a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9c47b6ad"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<dd class=\"ondernemingsnummer\">",
            "message": "Text contrast of 4.29 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": "32b1fdb2e6f7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e7249a21"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"more\" href=\"/contact/1/gemeentehuis\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c6a10d806798",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-02a5e930"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"more\" href=\"/contact/1/gemeentehuis\">",
            "message": "Text contrast of 4.22 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": "e29ae0ca4ad3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-94d75e85"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a target=\"_blank\" rel=\"nofollow noreferrer\" href=\"https://www.facebook.com/lokaalbestuurBertem\" class=\"external\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c0b97f207b84",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ff966a91"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 class=\"heading\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.22 with its background is less than 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": "<p>",
            "message": "Text contrast of 4.29 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": "b87aa9af898f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7acebded"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"more\" href=\"/activiteitenoverzicht\">",
            "message": "Text contrast of 4.22 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": "a8cbbabfa4ae",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-67465a1f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"more\" target=\"_blank\" href=\"https://www.uitdatabank.be\">",
            "message": "Text contrast of 4.22 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": "f8479805c3e9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d492c95a"
          },
          {
            "rule": "aria_contentinfo_misuse",
            "xpath": null,
            "html": "<div role=\"contentinfo\" class=\"footercont\">",
            "message": "Element with \"contentinfo\" role is present without an element with \"main\" role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "905c79bd8491",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4b9d7c41"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div role=\"contentinfo\" class=\"footercont\">",
            "message": "Text contrast of 4.22 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": "8514e560920f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f17076ed"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/privacy\">",
            "message": "Text contrast of 2.08 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": "4b9ed5389fac",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-422478db"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/sitemap\">",
            "message": "Text contrast of 2.08 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": "aedaefd892e6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d40213dc"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/product/3200/toegankelijkheidsverklaring\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "45f4b6fab920",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-dfe4f59d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/product/3200/toegankelijkheidsverklaring\">",
            "message": "Text contrast of 2.08 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": "b025c9bbd7a0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-090284c6"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/cookieverklaring\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3da475367648",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-42926064"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/cookieverklaring\">",
            "message": "Text contrast of 2.08 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": "5f9dabb44b08",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-578e9b72"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"lcplink\" href=\"https://www.lcp.be/\" style=\"float: none;\" target=\"_blank\" title=\"e-gov en internet services door LCP\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bdd9092a6e05",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-08197409"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\"list social\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "40a1ad347054",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1f501dfb"
          }
        ],
        "outcomeCount": 1299,
        "uniqueFailedCount": 73,
        "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.bever-bievene.be/",
      "finalUrl": "https://www.bever-bievene.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Home | Gemeente Bever",
      "elapsedMs": 16274,
      "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": 1072,
          "failed": 5,
          "cantTell": 10,
          "inapplicable": 34
        },
        "failedRules": [
          "image-alt",
          "landmark-complementary-is-top-level",
          "landmark-unique",
          "region"
        ],
        "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-input-field-name",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-toggle-field-name",
          "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-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": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".topbanner > img",
            "html": "<img src=\"/sites/default/files/banners-homepage/dinsdag.jpg\">",
            "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": "d41fe5aa4c92",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c1c2eda8"
          },
          {
            "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": "aside",
            "html": "<aside class=\"pane grid4 sidebar-right\">",
            "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": "43fd8fd36d26",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-fdb4c2a2"
          },
          {
            "rule": "landmark-unique",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-unique?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".language-switcher-language-url",
            "html": "<div class=\"language-switcher-language-url [\"language-switcher-language-url\"] block block-taalkeuze\" 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": [
              "#mainmenu"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c2b5ed628571",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-91710a20"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".topbanner > img",
            "html": "<img src=\"/sites/default/files/banners-homepage/dinsdag.jpg\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c3d1d7573e8a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bf09f884"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".vlw__contact__toggle__label",
            "html": "<span class=\"vlw__contact__toggle__label\">Hulp nodig</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": "ad51307c009a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c1791208"
          }
        ],
        "outcomeCount": 1121,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 5
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2984,
          "failed": 62,
          "cantTell": 43,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_attribute_valid",
          "aria_complementary_labelled",
          "aria_keyboard_handler_exists",
          "aria_navigation_label_unique",
          "combobox_popup_reference",
          "element_attribute_deprecated",
          "element_id_unique",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "figure_label_exists",
          "html_skipnav_exists",
          "img_alt_valid",
          "input_checkboxes_grouped",
          "input_label_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": "html_skipnav_exists",
            "xpath": null,
            "html": "<html class=\" js\" prefix=\"content: http://purl.org/rss/1.0/modules/content/  dc: http://purl.org/dc/terms/  foaf: http://xmlns.com/foaf/0.1/  og: http://ogp.me/ns#  rdfs: http://www.w3.org/2000/01/rdf-schema#  schema: http://schema.org/  sioc: http://rdfs.org/sioc/ns#  sioct: http://rdfs.org/sioc/types#  skos: http://www.w3.org/2004/02/skos/core#  xsd: http://www.w3.org/2001/XMLSchema# \" dir=\"ltr\" lang=\"nl\">",
            "message": "Verify there is a way to bypass blocks of content that are repeated on multiple Web pages",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c243e4bd296d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e8dcecbb"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_c3GYexCNJR-kJOr7uokUlaPX7lXkl6iCyDxdATbwpsg.css?delta=0&language=nl&theme=subtheme&include=eJx1jkkKwzAQBD80WJAn5CNiZDeSQYqGWSD-fUKC8cm3oroPVdjgDQOpnER4IAsrV2Vpliv3Dj2-hxpwx3O-6ZrTpiHcl8ss8ZIofbeGjQysa8sse-bwuc4hHY5048mi_HNOIDvMMX55Hyk1RHM\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "072fcff7cc23",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0435b1f6"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_c3GYexCNJR-kJOr7uokUlaPX7lXkl6iCyDxdATbwpsg.css?delta=0&language=nl&theme=subtheme&include=eJx1jkkKwzAQBD80WJAn5CNiZDeSQYqGWSD-fUKC8cm3oroPVdjgDQOpnER4IAsrV2Vpliv3Dj2-hxpwx3O-6ZrTpiHcl8ss8ZIofbeGjQysa8sse-bwuc4hHY5048mi_HNOIDvMMX55Hyk1RHM\" 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": "6f7a30af2bbc",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a56f509c"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"pd-small bgc-light\" href=\"/\" id=\"logo\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "424ec2593d1e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-91df7ed4"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input autocomplete=\"off\" data-once=\"autocomplete search-api-autocomplete\" maxlength=\"128\" size=\"30\" value=\"\" name=\"keys\" id=\"edit-keys\" type=\"text\" data-autocomplete-path=\"/search_api_autocomplete/search_nl?display=page_1&&filter=keys\" class=\"form-autocomplete form-text ui-autocomplete-input\" data-search-api-autocomplete-search=\"search_nl\" data-drupal-selector=\"edit-keys\" placeholder=\"Wat wil je vinden?\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "43427c24d3e4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6e8f8ac1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input autocomplete=\"off\" data-once=\"autocomplete search-api-autocomplete\" maxlength=\"128\" size=\"30\" value=\"\" name=\"keys\" id=\"edit-keys\" type=\"text\" data-autocomplete-path=\"/search_api_autocomplete/search_nl?display=page_1&&filter=keys\" class=\"form-autocomplete form-text ui-autocomplete-input\" data-search-api-autocomplete-search=\"search_nl\" data-drupal-selector=\"edit-keys\" placeholder=\"Wat wil je vinden?\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1334d7cf993f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2d82dcd7"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input class=\"button js-form-submit form-submit\" value=\"Zoeken\" id=\"edit-submit-search-nl\" type=\"submit\" data-drupal-selector=\"edit-submit-search-nl\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0360408d2f17",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-422b3bae"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input class=\"button js-form-submit form-submit\" value=\"Zoeken\" id=\"edit-submit-search-nl\" type=\"submit\" data-drupal-selector=\"edit-submit-search-nl\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4f087cb9e41b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a58f7ae8"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input class=\"button js-form-submit form-submit\" value=\"Zoeken\" id=\"edit-submit-search-nl\" type=\"submit\" data-drupal-selector=\"edit-submit-search-nl\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2aeffba4a2c8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ce6f52ac"
          },
          {
            "rule": "aria_navigation_label_unique",
            "xpath": null,
            "html": "<div role=\"navigation\" class=\"language-switcher-language-url [\"language-switcher-language-url\"] block block-taalkeuze\">",
            "message": "Multiple elements with \"navigation\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4c738f7a5d87",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bd6b93a8"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a aria-current=\"page\" data-drupal-link-system-path=\"<front>\" hreflang=\"nl\" class=\"language-link is-active\" 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": "a11142fbcdbf",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f866ee9c"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"<front>\" hreflang=\"fr\" class=\"language-link\" href=\"/fr\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac7a5a1e1807",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2a2be0f3"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"volg ons op/suivez nous sur\" href=\"https://www.facebook.com/pages/category/Government-Organization/Gemeente-Bever-1774223389495380/\" class=\"facebook\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc0474e9f162",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-030a37f5"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/sites/default/files/banners-homepage/dinsdag.jpg\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "633e65421671",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-83cc66f3"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/nieuws\" class=\"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": "c5e0c59f6953",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9b158be1"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ta-center bgc-grey mg-none\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "31fcd56dd7b0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5accc7b5"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ta-center bgc-grey mg-none\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ta-center bgc-grey mg-none\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/nieuws/zitdag-invullen-personenbelasting-op-16-juni-publicatie-20-april\">",
            "message": "The foreground text and its background color are both detected as #f7f7f7. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4a0b37116b57",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-19bde8e1"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ta-center bgc-grey mg-none\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/nieuws/mijn-adres-belgie-publicatie-9-april\">",
            "message": "The foreground text and its background color are both detected as #f7f7f7. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d92deb9c3d94",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e88bfd7f"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ta-center bgc-grey mg-none\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/nieuws/studiebeurzen-school-en-academiejaar-2026-2027\">",
            "message": "The foreground text and its background color are both detected as #f7f7f7. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bceceabe79ac",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b58cbb56"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ta-center bgc-grey mg-none\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/nieuws/start-walk-publicatie-13-maart\">",
            "message": "The foreground text and its background color are both detected as #f7f7f7. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d96d4ec3c46e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-093e87ab"
          },
          {
            "rule": "aria_complementary_labelled",
            "xpath": null,
            "html": "<aside class=\"pane grid4 sidebar-right\">",
            "message": "Element with \"complementary\" role does not have a label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f7fe010ecfc8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4f844769"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field grid gt-tiny\">",
            "message": "Confirm this text 'Telefoonnummer' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9a9e96640710",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ec297318"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"label pane grid1 Telefoonnummer\">",
            "message": "Confirm this text 'Telefoonnummer' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f4367a829bb3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a0d5ffd7"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field grid gt-tiny\">",
            "message": "Confirm this text 'Email' 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=\"label pane grid1 Email\">",
            "message": "Confirm this text 'Email' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "33becfb19a2e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e98a1179"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<nav aria-expanded=\"false\" class=\"inline-menu mobile\" id=\"mainmenu\">",
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <nav> with implicit ARIA role \"navigation\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a96b2276eddf",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2982ba39"
          },
          {
            "rule": "aria_navigation_label_unique",
            "xpath": null,
            "html": "<nav aria-expanded=\"false\" class=\"inline-menu mobile\" id=\"mainmenu\">",
            "message": "Multiple elements with \"navigation\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "32fd02ae9f78",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-180f67c0"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"\" href=\"/vrije-tijd/cultuur\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "25bb865d9058",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a4644c4c"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\" cc\" href=\"/vrije-tijd/jeugd\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "78afcd7b8f24",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c801f8ec"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\" cc\" href=\"/leefomgeving/afval\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d8e69716539",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a4e477f7"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<li id=\"veiligheid\" class=\"drop-list\">",
            "message": "The <li> element has the id \"veiligheid\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "30b575462352",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e9a554b9"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"\" href=\"/bouwen-en-wonen/gecoro\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ca26965381a7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4c07e057"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"mailto:info@gemeentebever.be\">",
            "message": "Undersized target \"a\" does not have sufficient spacing of 12 CSS pixels from another target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "903ccfcfe8f6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-47c55fc8"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"contact\" href=\"/contact\">",
            "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": "24a5554a1de4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d36be2fd"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/151\" href=\"/over-bever/administratieve-diensten/privacyverklaring\">",
            "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": "650d3596843c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2cbaba1f"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<div style=\"\" class=\"\" data-nosnippet=\"\" aria-label=\"Cookie consent dialog\" role=\"dialog\" tabindex=\"0\" id=\"cookiescript_injected\">",
            "message": "The tabbable element's role 'dialog' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1400d58e3a39",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5366c42a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<div style=\"\" class=\"\" data-nosnippet=\"\" aria-label=\"Cookie consent dialog\" role=\"dialog\" tabindex=\"0\" id=\"cookiescript_injected\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6610f8852336",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4a6325c9"
          },
          {
            "rule": "aria_keyboard_handler_exists",
            "xpath": null,
            "html": "<div tabindex=\"0\" data-cs-custom-select=\"select\" aria-label=\"Language select\" aria-autocomplete=\"none\" aria-expanded=\"false\" aria-controls=\"cookiescript_custom_select_items_small\" role=\"combobox\" class=\"cookiescript_custom_select\">",
            "message": "Verify the <div> element with \"combobox\" role has keyboard access",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "54bd7975887e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d70f031d"
          },
          {
            "rule": "combobox_popup_reference",
            "xpath": null,
            "html": "<div tabindex=\"0\" data-cs-custom-select=\"select\" aria-label=\"Language select\" aria-autocomplete=\"none\" aria-expanded=\"false\" aria-controls=\"cookiescript_custom_select_items_small\" role=\"combobox\" class=\"cookiescript_custom_select\">",
            "message": "The combobox 'aria-expanded' attribute is false, but the combobox popup is visible",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b2afb420144",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-43a0e474"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<div tabindex=\"0\" data-cs-custom-select=\"select\" aria-label=\"Language select\" aria-autocomplete=\"none\" aria-expanded=\"false\" aria-controls=\"cookiescript_custom_select_items_small\" role=\"combobox\" class=\"cookiescript_custom_select\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cc9a7d53e847",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ce6450b2"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg viewBox=\"0 0 20 20\" xmlns=\"http://www.w3.org/2000/svg\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e1d7fe005033",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-05d0bf38"
          },
          {
            "rule": "input_label_exists",
            "xpath": null,
            "html": "<div role=\"listbox\" id=\"cookiescript_custom_select_items_small\" data-cs-custom-select=\"items\" class=\"cookiescript_custom_select_items\">",
            "message": "Form control with \"listbox\" role has no associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "43a4f1680d65",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-04c65c43"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" viewBox=\"0 0 21 15\" height=\"15px\" width=\"21px\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2423259d5b67",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-28f8ba1b"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<svg xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" viewBox=\"0 0 21 15\" height=\"15px\" width=\"21px\">",
            "message": "The HTML attribute(s) \"version\" is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7e81e794b2ef",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-fd3ab987"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<rect height=\"5\" width=\"21\" y=\"10\" x=\"0\" fill=\"url(#cookiescript-nl-linearGradient-3)\" id=\"cookiescript-nl-Rectangle-2\">",
            "message": "The <rect> element has the id \"cookiescript-nl-Rectangle-2\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8bab1c9c7484",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e57481bd"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<rect height=\"5\" width=\"21\" y=\"5\" x=\"0\" fill=\"url(#cookiescript-nl-linearGradient-1)\" id=\"cookiescript-nl-Rectangle-2\">",
            "message": "The <rect> element has the id \"cookiescript-nl-Rectangle-2\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3baac492f137",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-dbfd492f"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" viewBox=\"0 0 21 15\" height=\"15px\" width=\"21px\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<svg xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" viewBox=\"0 0 21 15\" height=\"15px\" width=\"21px\">",
            "message": "The HTML attribute(s) \"version\" is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-label=\"Close\" role=\"button\" tabindex=\"0\" id=\"cookiescript_close\">",
            "message": "Confirm this text '×' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ab2bfd3ef0ea",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-75172409"
          },
          {
            "rule": "input_checkboxes_grouped",
            "xpath": null,
            "html": "<input checked=\"\" disabled=\"\" value=\"strict\" class=\"mdc-checkbox__native-control cookiescript_checkbox_input\" type=\"checkbox\" data-cookiescript=\"checkbox-input\" id=\"cookiescript_category_strict\" tabindex=\"0\">",
            "message": "Verify that this un-named, ungrouped checkbox input is not related to other checkboxes",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "808d50b3de9b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-416045f0"
          },
          {
            "rule": "input_checkboxes_grouped",
            "xpath": null,
            "html": "<input value=\"performance\" class=\"mdc-checkbox__native-control cookiescript_checkbox_input\" type=\"checkbox\" data-cookiescript=\"checkbox-input\" id=\"cookiescript_category_performance\" tabindex=\"0\">",
            "message": "Verify that this un-named, ungrouped checkbox input is not related to other checkboxes",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "41216898323c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4f3a24cf"
          },
          {
            "rule": "input_checkboxes_grouped",
            "xpath": null,
            "html": "<input value=\"targeting\" class=\"mdc-checkbox__native-control cookiescript_checkbox_input\" type=\"checkbox\" data-cookiescript=\"checkbox-input\" id=\"cookiescript_category_targeting\" tabindex=\"0\">",
            "message": "Verify that this un-named, ungrouped checkbox input is not related to other checkboxes",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "201953226086",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7eacb365"
          },
          {
            "rule": "input_checkboxes_grouped",
            "xpath": null,
            "html": "<input value=\"functionality\" class=\"mdc-checkbox__native-control cookiescript_checkbox_input\" type=\"checkbox\" data-cookiescript=\"checkbox-input\" id=\"cookiescript_category_functionality\" tabindex=\"0\">",
            "message": "Verify that this un-named, ungrouped checkbox input is not related to other checkboxes",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cb3fb0bcd834",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-66716ddb"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div data-cs-i18n-text=\"{\"fr\":\"Accepter tout\",\"nl\":\"Alles accepteren\"}\" role=\"button\" tabindex=\"0\" id=\"cookiescript_accept\">",
            "message": "Confirm this text 'Alles accepteren' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "35550d473014",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1429944b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<div data-cs-i18n-text=\"{\"fr\":\"Accepter tout\",\"nl\":\"Alles accepteren\"}\" role=\"button\" tabindex=\"0\" id=\"cookiescript_accept\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8378dfa430bd",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-01232e72"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div data-cs-i18n-text=\"{\"fr\":\"Refuser tout\",\"nl\":\"Alles afwijzen\"}\" role=\"button\" tabindex=\"0\" id=\"cookiescript_reject\">",
            "message": "Confirm this text 'Alles afwijzen' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2160035cfb15",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-72e67caf"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<div data-cs-i18n-text=\"{\"fr\":\"Refuser tout\",\"nl\":\"Alles afwijzen\"}\" role=\"button\" tabindex=\"0\" id=\"cookiescript_reject\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "df458ca01266",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2735d7bd"
          }
        ],
        "outcomeCount": 3049,
        "uniqueFailedCount": 54,
        "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.bierbeek.be/",
      "finalUrl": "https://www.bierbeek.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Startpagina - Gemeente Bierbeek",
      "elapsedMs": 14610,
      "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": 442,
          "failed": 12,
          "cantTell": 22,
          "inapplicable": 41
        },
        "failedRules": [
          "color-contrast",
          "label-title-only",
          "link-name",
          "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",
          "autocomplete-valid",
          "avoid-inline-spacing",
          "button-name",
          "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",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "label",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "scrollable-region-focusable"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".vlw__contact__toggle__label",
            "html": "<span class=\"vlw__contact__toggle__label\">Hulp nodig</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.56 (foreground color: #ffffff, background color: #009b67, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".vlw__contact__toggle"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "436d2704714b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-64150d30"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".stratenplanlink > span",
            "html": "<span>Stratenplan</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.56 (foreground color: #ffffff, background color: #009b67, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".stratenplanlink"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5bd83f8b37ff",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d6ce087b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"www.ccdeborre.be\"] > span",
            "html": "<span>CC de Borre</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.56 (foreground color: #009b67, 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": "4be768451a5d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-588c7f57"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".containerpark > a[target=\"_blank\"] > span",
            "html": "<span>Recyclagepark</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.56 (foreground color: #009b67, 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": "a9c54898595a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-47a1e609"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"www.pzlubbeek.be\"] > span",
            "html": "<span>Politie</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.56 (foreground color: #009b67, 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": "ae9ccbf37527",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-265253df"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"naar-school\"] > span",
            "html": "<span>Scholen in Bierbeek</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.56 (foreground color: #009b67, 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": "83fa343dc8b0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-92966bf6"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".noodnummers > a[href$=\"noodnummers\"] > span",
            "html": "<span>Noodnummers</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.56 (foreground color: #009b67, 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": "44e4d521171d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-467c5e27"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"deborre\"] > span",
            "html": "<span>informatieblad</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.56 (foreground color: #ffffff, background color: #009b67, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".footer-top"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d2f619253af7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6c896aa2"
          },
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#txtkeyword",
            "html": "<input type=\"text\" name=\"q\" class=\"form-control txt\" id=\"txtkeyword\" title=\"Waarmee kunnen we je helpen?\" autocomplete=\"off\" placeholder=\"Waarmee kunnen we je helpen?\" data-placeholder=\"Waarmee kunnen we je helpen?\" data-placeholder-mobile=\"Zoeken\">",
            "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": "ef79abdd8e5b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f5ce98a2"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".brand",
            "html": "<a href=\"/\" class=\"brand\" title=\"\">\n<img src=\"/images/skin/logo.svg\" alt=\"Gemeente Bierbeek\" title=\"Gemeente Bierbeek\" class=\"logo-img\">\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 an empty title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9e3350569702",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-596ecdbe"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".vlw__contact__toggle__label",
            "html": "<span class=\"vlw__contact__toggle__label\">Hulp nodig</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": "404fbe9b0bf5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c1791208"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#skip-content",
            "html": "<div id=\"skip-content\" class=\"skip\">\n<a href=\"#content-main\" class=\"skip-navigation\" data-scrollto=\"skip\">\n<span>Naar content</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": "b88336bbea5e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-34285466"
          }
        ],
        "outcomeCount": 517,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 12
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1366,
          "failed": 25,
          "cantTell": 14,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_content_in_landmark",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "input_label_visible",
          "style_color_misuse",
          "style_highcontrast_visible",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "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": "2fd99132ab9d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3047b1ae"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link data-css=\"Contrastskin-website\" type=\"text/css\" rel=\"stylesheet\" media=\"screen\" href=\"/css/skin-website.css?v=26022024150453\" id=\"skin-stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7e92a2e79ef0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-136228ee"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link data-css=\"Contrastskin-website\" type=\"text/css\" rel=\"stylesheet\" media=\"screen\" href=\"/css/skin-website.css?v=26022024150453\" id=\"skin-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": "8dd4bb947e06",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6437664f"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<link color=\"#5bbad5\" href=\"/images/skin/safari-pinned-tab.svg\" rel=\"mask-icon\">",
            "message": "The HTML attribute(s) \"color\" is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "914b6b55d136",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-39f579fd"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a data-scrollto=\"skip\" class=\"skip-navigation\" href=\"#content-main\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb0a96f56f62",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bdc94760"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-scrollto=\"skip\" class=\"skip-navigation\" href=\"#content-main\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ed68fa75c1fb",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2749edf3"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "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 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "556e3f734adf",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "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 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"user-profile\" title=\"Meld je aan\" href=\"/profiel\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "070c466ba850",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-76d24426"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input title=\"Zoeken\" id=\"btnSearch\" class=\"btn-search\" value=\"Zoek\" type=\"submit\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bbc47670f7cd",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-da0a63eb"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a title=\"\" class=\"brand\" href=\"/\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2e86ff51016c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e4860bf4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/contact\">",
            "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 17px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "379de8385b74",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-36ee742e"
          },
          {
            "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 21px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"spotlight-caption\">",
            "message": "Confirm this text 'Afspraak Burgerzaken' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "89b9214f5244",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-01fed043"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"spotlight-caption\">",
            "message": "Confirm this text 'Digitaal loket' 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=\"spotlight-caption\">",
            "message": "Confirm this text 'Ik wil iets melden' 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=\"spotlight-caption\">",
            "message": "Confirm this text 'Wat is er te doen?' 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=\"spotlight-caption\">",
            "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": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.57 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": "<span>",
            "message": "Text contrast of 3.57 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>",
            "message": "Text contrast of 3.57 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>",
            "message": "Text contrast of 3.57 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>",
            "message": "Text contrast of 3.57 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>",
            "message": "Text contrast of 3.57 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>",
            "message": "Text contrast of 3.57 with its background is less than the WCAG AA minimum requirements for text of size 20px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 1403,
        "uniqueFailedCount": 12,
        "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.boortmeerbeek.be/",
      "finalUrl": "https://www.boortmeerbeek.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Home Boortmeerbeek | Gemeente Boortmeerbeek",
      "elapsedMs": 18153,
      "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": 925,
          "failed": 9,
          "cantTell": 21,
          "inapplicable": 40
        },
        "failedRules": [
          "color-contrast",
          "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",
          "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",
          "presentation-role-conflict",
          "region",
          "scrollable-region-focusable",
          "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": ".eu-cookie-withdraw-tab",
            "html": "<button type=\"button\" class=\"eu-cookie-withdraw-tab btn btn-secondary\">Privacy-instellingen</button>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.61 (foreground color: #ffffff, background color: #e95616, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".eu-cookie-withdraw-tab"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3b822d3117ed",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7d4ce054"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".eu-cookie-compliance-message > h2",
            "html": "<h2>Surf vlotter met cookies</h2>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.61 (foreground color: #ffffff, background color: #e95616, font size: 13.2pt (17.6px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".eu-cookie-compliance-banner"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a4797d578215",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b9820b35"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".eu-cookie-compliance-message > p",
            "html": "<p>We gebruiken cookies om onze website goed te laten werken. Die cookies kunnen ook geplaatst worden door derde partijen, bijvoorbeeld om het gebruik van de site te meten of inhoud te kunnen delen op sociale media. Je kan je cookievoorkeuren zelf instellen.</p>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.61 (foreground color: #ffffff, background color: #e95616, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".eu-cookie-compliance-banner"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d04d14ab0149",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-dbad8a64"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".find-more-button",
            "html": "<button type=\"button\" class=\"find-more-button btn btn-link find-more-button-processed\" tabindex=\"0\">Meer info</button>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.61 (foreground color: #ffffff, background color: #e95616, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".eu-cookie-compliance-banner"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eac5c92372a9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-123b2d24"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "label[for=\"cookie-category-statistics\"]",
            "html": "<label for=\"cookie-category-statistics\" class=\"form-check-label\">Statistische cookies</label>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.61 (foreground color: #ffffff, background color: #e95616, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".eu-cookie-compliance-banner"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3dfe8251848f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-85a606e1"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".eu-cookie-compliance-category:nth-child(3) > .form-check > .form-check-label",
            "html": "<label for=\"cookie-category-social_media_cookies\" class=\"form-check-label\">Social media cookies</label>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.61 (foreground color: #ffffff, background color: #e95616, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".eu-cookie-compliance-banner"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf34fc588688",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-77c6ba1d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#cookie-compliance-save-preferences-button",
            "html": "<button id=\"cookie-compliance-save-preferences-button\" type=\"button\" class=\"eu-cookie-compliance-save-preferences-button btn btn-outline-light\" tabindex=\"0\">\n              Voorkeuren opslaan\n            </button>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.61 (foreground color: #ffffff, background color: #e95616, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".eu-cookie-compliance-banner"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "422b98011525",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bc869ef3"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#cookie-compliance-agree-button",
            "html": "<button id=\"cookie-compliance-agree-button\" type=\"button\" class=\"agree-button eu-cookie-compliance-default-button btn btn-secondary\" tabindex=\"0\">Aanvaard alle categorieën</button>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.61 (foreground color: #ffffff, background color: #e95616, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".eu-cookie-compliance-banner"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e950cf7bd20c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ab829449"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".vlw__contact__toggle__label",
            "html": "<span class=\"vlw__contact__toggle__label\">Hulp nodig</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": "9318453ca222",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c1791208"
          }
        ],
        "outcomeCount": 995,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 9
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2575,
          "failed": 47,
          "cantTell": 40,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_id_unique",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "input_checkboxes_grouped",
          "input_label_visible",
          "style_background_decorative",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link rel=\"stylesheet\" href=\"https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f6215a87cc45",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-569a3d2b"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_wrPXIanyK47bxpqeLXnFt1LGHaMRitu0u9VFAeoNi9w.css?delta=0&language=nl&theme=ocelot_paddle&include=eJyNU1Fy7CAMuxCEIzEGnI1nATMG2qanL0m26bS7efP-QBKyMQLIANlbZAdReWr0idkW4Zkimj975e8YqLFY8J4lEGdzrqZZODfMQXnmO6H1-7ZZF3mcE3PA-gHrBzzUgiZILxAnaph0pNoUdnvapBIJskfzCrQOBBV-tEj5_u3z2KoIK_fRQacYRgdtEUTP0Vb0bbT8xL_zCzZQ9fyGshrO22mVxhDAjIE0lMlD2cXsMXKzBULYBjf6G-rcJhfhc_0HO4agK4L45VokCMFLT-5SMrMknSDDDYPen-pKuUByXW5j8FcKSsPlkt0vf8lywUz5phfuUi9VlT1B1LuV3h7qP6V1ARnuf8W9Nk62tjU-k2UcaCd3gPa0rz-V6gtyS-KR0x9yCyvUxTFI-IXOI42r4w9VOMbvIG7rxw2PR7ZQyEJvvCcYG5oLXB03t0fYHFTyvyC7u5p5_CZ4x8oJp7PzV8JnaGoLplFnrePXbRXwC9ckl5E\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "98e4c8428a13",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c2b1d29c"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_VggfxsKEE3QB7cVo_VzlBFCfrYcQ-9tygEGd_rzGClU.css?delta=3&language=nl&theme=ocelot_paddle&include=eJyNU1Fy7CAMuxCEIzEGnI1nATMG2qanL0m26bS7efP-QBKyMQLIANlbZAdReWr0idkW4Zkimj975e8YqLFY8J4lEGdzrqZZODfMQXnmO6H1-7ZZF3mcE3PA-gHrBzzUgiZILxAnaph0pNoUdnvapBIJskfzCrQOBBV-tEj5_u3z2KoIK_fRQacYRgdtEUTP0Vb0bbT8xL_zCzZQ9fyGshrO22mVxhDAjIE0lMlD2cXsMXKzBULYBjf6G-rcJhfhc_0HO4agK4L45VokCMFLT-5SMrMknSDDDYPen-pKuUByXW5j8FcKSsPlkt0vf8lywUz5phfuUi9VlT1B1LuV3h7qP6V1ARnuf8W9Nk62tjU-k2UcaCd3gPa0rz-V6gtyS-KR0x9yCyvUxTFI-IXOI42r4w9VOMbvIG7rxw2PR7ZQyEJvvCcYG5oLXB03t0fYHFTyvyC7u5p5_CZ4x8oJp7PzV8JnaGoLplFnrePXbRXwC9ckl5E\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "51225812ff2b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-471b17cd"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_onciMB684vTrIrPpOnZKv6vmrbaiR0DsyHUa1dwPA7s.css?delta=4&language=nl&theme=ocelot_paddle&include=eJyNU1Fy7CAMuxCEIzEGnI1nATMG2qanL0m26bS7efP-QBKyMQLIANlbZAdReWr0idkW4Zkimj975e8YqLFY8J4lEGdzrqZZODfMQXnmO6H1-7ZZF3mcE3PA-gHrBzzUgiZILxAnaph0pNoUdnvapBIJskfzCrQOBBV-tEj5_u3z2KoIK_fRQacYRgdtEUTP0Vb0bbT8xL_zCzZQ9fyGshrO22mVxhDAjIE0lMlD2cXsMXKzBULYBjf6G-rcJhfhc_0HO4agK4L45VokCMFLT-5SMrMknSDDDYPen-pKuUByXW5j8FcKSsPlkt0vf8lywUz5phfuUi9VlT1B1LuV3h7qP6V1ARnuf8W9Nk62tjU-k2UcaCd3gPa0rz-V6gtyS-KR0x9yCyvUxTFI-IXOI42r4w9VOMbvIG7rxw2PR7ZQyEJvvCcYG5oLXB03t0fYHFTyvyC7u5p5_CZ4x8oJp7PzV8JnaGoLplFnrePXbRXwC9ckl5E\" media=\"print\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "577194fdf059",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-92d39ee0"
          },
          {
            "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": "dcbe4fff1116",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-be023ec7"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable\" href=\"#region-content\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a1f3b68675d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2cbaa15c"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable\" href=\"#region-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "55cbb605fcb7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b875386a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable\" href=\"#region-content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "18f4e1a2af93",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-780e76ef"
          },
          {
            "rule": "style_background_decorative",
            "xpath": null,
            "html": "<div style=\"--background:url(https://www.boortmeerbeek.be/sites/default/files/styles/16_9_xxxxl/public/2025-07/2025_HeroBanner_Homepage.webp?itok=9OojbEi_);--parallax-min-height:400px;\" class=\"layout-builder__custom page_wide transparent parallax layout-builder layout layout--onecol\">",
            "message": "Verify the CSS background image does not convey important information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2e687bf0927c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1a1f5268"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"Zoeken\" name=\"op\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"btn-secondary button js-form-submit form-submit btn\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9640d060ceeb",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8ea86d26"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Zoeken\" name=\"op\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"btn-secondary button js-form-submit form-submit btn\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "36e7887c75f5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-87ad9640"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"afspraak\" href=\"/welkom-in-het-gemeentehuis\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6da960cc5a42",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-97da49f5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"afspraak\" href=\"/welkom-in-het-gemeentehuis\">",
            "message": "The foreground text and its background color are both detected as #f7f7f7. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "787e3049b76b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d275ece5"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"(opens in a new window)\" rel=\"noopener nofollow\" target=\"_blank\" data-extlink=\"\" class=\"digitaal ext\" href=\"https://boortmeerbeek.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": "e5d0be5d0e2f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-97afa723"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"(opens in a new window)\" rel=\"noopener nofollow\" target=\"_blank\" data-extlink=\"\" class=\"digitaal ext\" href=\"https://boortmeerbeek.egovflow.be/\">",
            "message": "The foreground text and its background color are both detected as #f7f7f7. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "afb1984841d3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3b37327d"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"melden\" href=\"/iets-melden-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": "a1edcb170e33",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-243c3f5b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"melden\" href=\"/iets-melden-0\">",
            "message": "The foreground text and its background color are both detected as #f7f7f7. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "90902ebb1fb2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-468e625b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"openingsuren\" href=\"/openingsuren-teams-en-diensten\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "83bde3c54778",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-dfb0de56"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"openingsuren\" href=\"/openingsuren-teams-en-diensten\">",
            "message": "The foreground text and its background color are both detected as #f7f7f7. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "77ef3ba7dbee",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f603e8c5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"vacature\" href=\"/werken-bij-boortmeerbeek\">",
            "message": "The foreground text and its background color are both detected as #f7f7f7. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6279178a7d85",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0bb6795a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"wegenwerken\" href=\"/werken-en-verkeershinder\">",
            "message": "The foreground text and its background color are both detected as #f7f7f7. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a1145393c592",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f673b50a"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"paddle-component paddle-component--top-section text\">",
            "message": "Confirm this text 'Nieuws' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "680e29640d72",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-21e33d57"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nieuws-boortmeerbeek\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "46f2f4a70e49",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3fe9bdf9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"UiT in Boortmeerbeek\" data-entity-substitution=\"canonical\" data-entity-uuid=\"0faa067c-7609-4292-8c5d-d1731bd1ad14\" data-entity-type=\"node\" href=\"/vrije-tijd-evenementen/activiteitenkalender/uit-in-boortmeerbeek\" class=\"btn btn-primary\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dd18c820b775",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-436a7c20"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Wat te doen in Boortmeerbeek?\" data-entity-substitution=\"canonical\" data-entity-uuid=\"a7bb37d4-99fe-4839-bd30-bc678eca3552\" data-entity-type=\"node\" href=\"/vrije-tijd-evenementen/activiteiten/wat-te-doen-in-boortmeerbeek\" class=\"btn btn-dark\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "773676038bb8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-aa677413"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/bestuur-organisatie/inspraak-participatie-en-communicatie/bmb-magazine\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d0198f53672f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e0df2e8a"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"paddle-component paddle-component--top-section text\">",
            "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": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"paddle-component paddle-component--top-section text\">",
            "message": "Confirm this text 'Openingsuren' 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=\"vue-opening-hours-status\" id=\"vue-opening-hours-status_475_opening_hours_0\">",
            "message": "Confirm this text 'Gesloten' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4c85a9fce449",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6730174f"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"opening-hour\">",
            "message": "Confirm this text 'Gesloten' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "76899fbd6621",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f1018bca"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.boortmeerbeek.be/nieuwsbrief\" class=\"btn btn-primary\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9336eeb5ddcd",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-64d1adeb"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<div style=\"bottom: -226.19px;\" class=\"sliding-popup-bottom\" aria-label=\"Cookie compliance banner\" aria-describedby=\"popup-text\" role=\"alertdialog\" id=\"sliding-popup\">",
            "message": "The 'id' \"popup-text\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8a61fb3c8ad9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f9293475"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button class=\"eu-cookie-withdraw-tab btn btn-secondary\" type=\"button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "70808e2bb167",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-db66cdd1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2>",
            "message": "Text contrast of 3.62 with its background is less than the WCAG AA minimum requirements for text of size 17.6px and weight of 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2bca80572b32",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9c97642b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "Text contrast of 3.62 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": "4fd9517ea2f9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7acebded"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button tabindex=\"0\" class=\"find-more-button btn btn-link 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": "001868a61b82",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-853f20b8"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"0\" class=\"find-more-button btn btn-link find-more-button-processed\" type=\"button\">",
            "message": "Text contrast of 3.62 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 300",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f181ae1b707",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d5f5d255"
          },
          {
            "rule": "input_checkboxes_grouped",
            "xpath": null,
            "html": "<input tabindex=\"0\" disabled=\"\" checked=\"\" class=\"form-check-input\" value=\"required\" id=\"cookie-category-required\" name=\"cookie-categories\" type=\"checkbox\">",
            "message": "Checkbox input and others with the name \"cookie-categories\" are not grouped together",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "01747cbf1efb",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bb2e601d"
          },
          {
            "rule": "input_checkboxes_grouped",
            "xpath": null,
            "html": "<input tabindex=\"0\" class=\"form-check-input\" value=\"statistics\" id=\"cookie-category-statistics\" name=\"cookie-categories\" type=\"checkbox\">",
            "message": "Checkbox input and others with the name \"cookie-categories\" are not grouped together",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b9e6dbafa602",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7e3709a0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<label class=\"form-check-label\" for=\"cookie-category-statistics\">",
            "message": "Text contrast of 3.62 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": "830c36dd9d5b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-39fe2dd8"
          },
          {
            "rule": "input_checkboxes_grouped",
            "xpath": null,
            "html": "<input tabindex=\"0\" class=\"form-check-input\" value=\"social_media_cookies\" id=\"cookie-category-social_media_cookies\" name=\"cookie-categories\" type=\"checkbox\">",
            "message": "Checkbox input and others with the name \"cookie-categories\" are not grouped together",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3a36443b32d1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a9784bdc"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<label class=\"form-check-label\" for=\"cookie-category-social_media_cookies\">",
            "message": "Text contrast of 3.62 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": "b11e85c941ec",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b40dfda9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button tabindex=\"0\" class=\"eu-cookie-compliance-save-preferences-button btn btn-outline-light\" type=\"button\" id=\"cookie-compliance-save-preferences-button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4abdb0742411",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bd034086"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"0\" class=\"eu-cookie-compliance-save-preferences-button btn btn-outline-light\" type=\"button\" id=\"cookie-compliance-save-preferences-button\">",
            "message": "Text contrast of 3.62 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": "fe953d52bbb4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0e8fcc54"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button tabindex=\"0\" class=\"agree-button eu-cookie-compliance-default-button btn btn-secondary\" type=\"button\" id=\"cookie-compliance-agree-button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f7ff6b068ef1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-37f474e0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"0\" class=\"agree-button eu-cookie-compliance-default-button btn btn-secondary\" type=\"button\" id=\"cookie-compliance-agree-button\">",
            "message": "Text contrast of 3.62 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": "bfda60468c15",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-204d7461"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button tabindex=\"0\" class=\"eu-cookie-withdraw-button visually-hidden btn btn-secondary\" type=\"button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "64345729988c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-062b8071"
          }
        ],
        "outcomeCount": 2627,
        "uniqueFailedCount": 45,
        "duplicateFailedCount": 2,
        "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": 2
    },
    {
      "submittedUrl": "https://www.boutersem.be/",
      "finalUrl": "https://www.boutersem.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Startpagina - Boutersem",
      "elapsedMs": 13039,
      "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": 413,
          "failed": 18,
          "cantTell": 10,
          "inapplicable": 42
        },
        "failedRules": [
          "color-contrast",
          "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",
          "autocomplete-valid",
          "avoid-inline-spacing",
          "button-name",
          "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",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact-footer-container > .title > span",
            "html": "<span>© Gemeente Boutersem</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.68 (foreground color: #ffffff, background color: #81ab39, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5cd148557f53",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-05ed2996"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".txt-streetnr",
            "html": "<span class=\"txt-streetnr\">Neervelpsestraat 11</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.68 (foreground color: #ffffff, background color: #81ab39, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d7b2cf4a040",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a3f0881c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".txt-postal",
            "html": "<span class=\"txt-postal\">3370</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.68 (foreground color: #ffffff, background color: #81ab39, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "49adfa9d69d7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d6fd0d3f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".txt-city",
            "html": "<span class=\"txt-city\">Boutersem</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.68 (foreground color: #ffffff, background color: #81ab39, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fef2803aad88",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-87e61423"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".footer-content-item:nth-child(2) > .title",
            "html": "<span class=\"title\">Info Boutersem</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.68 (foreground color: #ffffff, background color: #81ab39, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c482abb8f220",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d7de288b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".footer-content-item:nth-child(2) > .short",
            "html": "<span class=\"short\">Gemeentelijk informatieblad</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.68 (foreground color: #ffffff, background color: #81ab39, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6a36b9e7552c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8467b054"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".footer-content-item:nth-child(3) > .title",
            "html": "<span class=\"title\">Nieuwsbrief</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.68 (foreground color: #ffffff, background color: #81ab39, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "71f3dec053eb",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5efa45e4"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".footer-content-item:nth-child(3) > .short",
            "html": "<span class=\"short\">Ontvang nieuwtjes per e-mail</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.68 (foreground color: #ffffff, background color: #81ab39, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6aac807d872a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-fbe92a2c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".footer-content-item:nth-child(4) > .title",
            "html": "<span class=\"title\">Sms-dienst</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.68 (foreground color: #ffffff, background color: #81ab39, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "de9adfe327b9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-56dc8d02"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".footer-content-item:nth-child(4) > .short",
            "html": "<span class=\"short\">Blijf op de hoogte via SMS</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.68 (foreground color: #ffffff, background color: #81ab39, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "567306a239af",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b4a67750"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li[data-id=\"6\"] > a[href$=\"cookies\"] > span",
            "html": "<span>Cookiebeleid</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.68 (foreground color: #ffffff, background color: #81ab39, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "86970d479e39",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0aa426ef"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"sitemap\"] > span",
            "html": "<span>Sitemap</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.68 (foreground color: #ffffff, background color: #81ab39, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2301e7679a1f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-11f71139"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href=\"/toegankelijkheidsverklaring\"] > span",
            "html": "<span>Toegankelijkheidsverklaring</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.68 (foreground color: #ffffff, background color: #81ab39, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2e34dacfc2ea",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d22d053b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"privacy\"] > span",
            "html": "<span>Privacy</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.68 (foreground color: #ffffff, background color: #81ab39, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "87c0a319a539",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e2b45b3f"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".vlw__contact__toggle__label",
            "html": "<span class=\"vlw__contact__toggle__label\">Hulp nodig</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": "ca66ef386ed9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c1791208"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".cookie-compliance-text",
            "html": "<div class=\"cookie-compliance-text\">Deze website maakt gebruik van cookies om je gebruikservaring te verbeteren. <a rel=\"nofollow\" href=\"/cookies\" class=\"find-more-button eu-cookie-compliance-more-button find-more-button-processed\"><span>Meer informatie over cookies</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": "63c6de6de9f1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-caf65a31"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "a[href=\"/cookies?url=%2f\"]",
            "html": "<a rel=\"nofollow\" href=\"/cookies?url=%2f\" class=\"btn-cookie-compliance btn-cookie-accept\">Beheer mijn cookies</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": "287a9c623cdd",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ee56ea25"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#skip-content",
            "html": "<div id=\"skip-content\" class=\"skip\"><a href=\"#content-main\" class=\"btn-primary skip-navigation\" data-scrollto=\"skip\" rel=\"nofollow\"> <span>Naar inhoud</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": "4032ba96a65d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-34285466"
          }
        ],
        "outcomeCount": 483,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 18
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1250,
          "failed": 21,
          "cantTell": 3,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_form_label_unique",
          "element_attribute_deprecated",
          "style_color_misuse",
          "style_highcontrast_visible",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link media=\"screen\" href=\"https://icons.icordis.be/css/boicon-boutersemweb.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": "8e83b8d025e8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bce69177"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link data-css=\"contrastskin\" data-sw=\"/css/skin-website-contrast.css?v=22042026130933\" href=\"/css/skin-website.css?v=22042026130933\" media=\"screen\" rel=\"stylesheet\" id=\"skin-stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "34fe418dd0ae",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1d2067f2"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<link color=\"#000000\" href=\"/images/skin/safari-pinned-tab.svg\" rel=\"mask-icon\">",
            "message": "The HTML attribute(s) \"color\" is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "00bbd0a8dcf8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-aa269518"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form action=\"/cookies?url=%2f\" method=\"post\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7566da9f197c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a6b3a39c"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a rel=\"nofollow\" data-scrollto=\"skip\" class=\"btn-primary skip-navigation\" href=\"#content-main\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e5320520e367",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8d0bbc92"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form class=\"search-form\" id=\"searchForm\" name=\"searchForm\" method=\"GET\" action=\"/zoeken\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "32b392f781d4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2801ebfa"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"short\">",
            "message": "Text contrast of 4.24 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": "eb00f1bcd30a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c1b6c6c3"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.69 with its background is less than the WCAG AA minimum requirements for text of size 17px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ada1b3b48365",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"txt-streetnr\">",
            "message": "Text contrast of 2.69 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": "da9ccdb919b9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5ac080dc"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"txt-postal\">",
            "message": "Text contrast of 2.69 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": "0396898f1761",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-049b67be"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"txt-city\">",
            "message": "Text contrast of 2.69 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": "a874642b82f6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7d29cd48"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"title\">",
            "message": "Text contrast of 2.69 with its background is less than the WCAG AA minimum requirements for text of size 17px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8952c3aa54b4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-54dbefec"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"short\">",
            "message": "Text contrast of 2.69 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": "2f7e99eb63a1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b7b9ed41"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"title\">",
            "message": "Text contrast of 2.69 with its background is less than the WCAG AA minimum requirements for text of size 17px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"short\">",
            "message": "Text contrast of 2.69 with its background is less than 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=\"title\">",
            "message": "Text contrast of 2.69 with its background is less than the WCAG AA minimum requirements for text of size 17px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"short\">",
            "message": "Text contrast of 2.69 with its background is less than 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>",
            "message": "Text contrast of 2.69 with its background is less than 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>",
            "message": "Text contrast of 2.69 with its background is less than 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>",
            "message": "Text contrast of 2.69 with its background is less than 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>",
            "message": "Text contrast of 2.69 with its background is less than the WCAG AA minimum requirements for text of size 15px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 1284,
        "uniqueFailedCount": 13,
        "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.diest.be/",
      "finalUrl": "https://www.diest.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Home | Stad Diest",
      "elapsedMs": 20934,
      "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": 1164,
          "failed": 25,
          "cantTell": 56,
          "inapplicable": 41
        },
        "failedRules": [
          "color-contrast",
          "link-name",
          "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",
          "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",
          "presentation-role-conflict",
          "region",
          "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": ".eu-cookie-compliance-message > h2",
            "html": "<h2>We gebruiken cookies op deze site om je gebruikerservaring te verbeteren</h2>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.69 (foreground color: #ffffff, background color: #f47d20, font size: 13.2pt (17.6px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".eu-cookie-compliance-banner"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "86c46d8fbc7c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b9820b35"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".eu-cookie-compliance-message > p",
            "html": "<p>Door op de knop Accepteren te klikken, stem je ermee in dat wij dit doen.</p>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.69 (foreground color: #ffffff, background color: #f47d20, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".eu-cookie-compliance-banner"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3306656ce816",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-dbad8a64"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".find-more-button",
            "html": "<button type=\"button\" class=\"find-more-button btn btn-link find-more-button-processed\" tabindex=\"0\">Meer informatie</button>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.69 (foreground color: #ffffff, background color: #f47d20, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".eu-cookie-compliance-banner"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5e04e6b86010",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-123b2d24"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".eu-cookie-compliance-category:nth-child(2) > .form-check > .form-check-label",
            "html": "<label for=\"cookie-category-analytische_cookies\" class=\"form-check-label\">Analytische cookies</label>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.69 (foreground color: #ffffff, background color: #f47d20, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".eu-cookie-compliance-banner"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "65c5a88212e6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0246d55d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".eu-cookie-compliance-category:nth-child(3) > .form-check > .form-check-label",
            "html": "<label for=\"cookie-category-advertentiecookies\" class=\"form-check-label\">Advertentiecookies, sociale-mediacookies en cookies van andere mediabedrijven</label>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.69 (foreground color: #ffffff, background color: #f47d20, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".eu-cookie-compliance-banner"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "93f0aa1acf56",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-77c6ba1d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#cookie-compliance-save-preferences-button",
            "html": "<button id=\"cookie-compliance-save-preferences-button\" type=\"button\" class=\"eu-cookie-compliance-save-preferences-button btn btn-outline-light\" tabindex=\"0\">\n              Voorkeuren opslaan\n            </button>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.69 (foreground color: #ffffff, background color: #f47d20, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".eu-cookie-compliance-banner"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "65960da57815",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bc869ef3"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#cookie-compliance-agree-button",
            "html": "<button id=\"cookie-compliance-agree-button\" type=\"button\" class=\"agree-button eu-cookie-compliance-default-button btn btn-secondary\" tabindex=\"0\">Accepteer alle 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.69 (foreground color: #ffffff, background color: #f47d20, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".eu-cookie-compliance-banner"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e3a88e64bd5b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ab829449"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "#paddle_components_top_bottom_only_block_3e10c367-e2de-48f0-b888-d80104fbdd8a > .paddle-component--top-bottom-only-block.paddle-component > .image.paddle-component--top-section.paddle-component > a",
            "html": "<a href=\"/aanvragen-en-documenten/e-loket\">",
            "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": "8b9494c5b36e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c47016d3"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".image.paddle-component--top-section.paddle-component > a[href$=\"meldpunt\"]",
            "html": "<a href=\"/meldpunt\">",
            "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": "2b58b6c0c377",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-550ffd4e"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".image.paddle-component--top-section.paddle-component > a[href$=\"openingsuren-zwembad\"]",
            "html": "<a href=\"/openingsuren-zwembad\">",
            "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": "fccead393064",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-55e3e4d9"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".image.paddle-component--top-section.paddle-component > a[href$=\"parkeren-in-diest-0\"]",
            "html": "<a href=\"/parkeren-in-diest-0\">",
            "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": "d297a6bde2e5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e3808a93"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "#paddle_components_top_bottom_only_block_dda815fa-872c-4c59-89c9-538194e0fed6 > .paddle-component--top-bottom-only-block.paddle-component > .image.paddle-component--top-section.paddle-component > a",
            "html": "<a href=\"/mobiliteit/openbare-werken-en-verkeershinder\">",
            "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": "d1d73c5cf4c8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-70ebbbf7"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".uitgelicht > .paddle-component--body-section > .list-unstyled > li > .has-image.node--news-item[data-history-node-id=\"4659\"] > div > .field--featured-image.field--type--entity-reference.field > .items > .item > a",
            "html": "<a href=\"/dwaal-s-nachts-door-onze-musea-tijdens-de-museumnacht\">",
            "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": "938a74544dad",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f6b9144e"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "article[data-history-node-id=\"5241\"] > div > .field--featured-image.field--type--entity-reference.field > .items > .item > a",
            "html": "<a href=\"/hopville-keert-terug-naar-de-citadel-op-27-en-28-juni\">",
            "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": "d3d045383d90",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ccdbfbdf"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".item > a[href$=\"supermercado\"]",
            "html": "<a href=\"/supermercado\">",
            "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": "dbcddd2146fd",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0846311a"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "article[data-history-node-id=\"5240\"] > div > .field--featured-image.field--type--entity-reference.field > .items > .item > a",
            "html": "<a href=\"/breng-tijdens-de-zomer-je-afvalzakken-naar-het-recyclagepark\">",
            "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": "aa0d7c3aba27",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-80c24e34"
          },
          {
            "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) > .has-image.node--news-item[data-history-node-id=\"4659\"] > div > .field--featured-image.field--type--entity-reference.field > .items > .item > a",
            "html": "<a href=\"/dwaal-s-nachts-door-onze-musea-tijdens-de-museumnacht\">",
            "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": "8b6703c3a802",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-103212dd"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "article[data-history-node-id=\"3919\"] > div > .field--featured-image.field--type--entity-reference.field > .items > .item > a",
            "html": "<a href=\"/kom-schatten-jagen-op-de-kinnekesmet-op-zondag-3-mei\">",
            "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": "4f44846904e5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d45a3fa3"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "article[data-history-node-id=\"5235\"] > div > .field--featured-image.field--type--entity-reference.field > .items > .item > a",
            "html": "<a href=\"/zwembad-de-warande-in-diest-voor-een-dag-een-zwemparadijs-voor-honden\">",
            "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": "ce614b23cc82",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-74cb3fc8"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "article[data-history-node-id=\"4681\"] > div > .field--featured-image.field--type--entity-reference.field > .items > .item > a",
            "html": "<a href=\"/kom-samen-op-29-mei-tijdens-de-dag-van-de-buren\">",
            "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": "44eb24ec146a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c3c3d88e"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "article[data-history-node-id=\"5097\"] > div > .field--featured-image.field--type--entity-reference.field > .items > .item > a",
            "html": "<a href=\"/trainingen-voormalig-ziekenhuis-hasseltsestraat\">",
            "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": "aae9cdd14747",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c0643db3"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "article[data-history-node-id=\"5245\"] > div > .field--featured-image.field--type--entity-reference.field > .items > .item > a",
            "html": "<a href=\"/maak-van-jouw-straat-een-speelstraat\">",
            "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": "704ecb990807",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-18804c34"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".image.paddle-component--top-section.paddle-component > a[href$=\"bekendmaking\"]",
            "html": "<a href=\"/bekendmaking\">",
            "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": "0089fb4aead0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-683eb0c9"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".vlw__contact__toggle__label",
            "html": "<span class=\"vlw__contact__toggle__label\">Hulp nodig</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": "f5f8cfea9942",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c1791208"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#block-topnavigation",
            "html": "<div id=\"block-topnavigation\" class=\"system-menu-blocktop-navigation\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2c974f6669ff",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2e91da0c"
          }
        ],
        "outcomeCount": 1286,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 25
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3565,
          "failed": 90,
          "cantTell": 79,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_content_in_landmark",
          "aria_form_label_unique",
          "aria_id_unique",
          "element_id_unique",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "input_checkboxes_grouped",
          "input_label_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "svg_graphics_labelled",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_contrast_sufficient",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link href=\"https://use.typekit.net/nru7qma.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": "e099306e0f09",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2f0ded1b"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_ruOV9RGNAUIB3gpilfujRGs-5opiYxQWmVHJghy1ceM.css?delta=0&language=nl&theme=ocelot_paddle&include=eJx9U1tywyAMvBCEIzEClFgTgTwC2rqnL7aTdJrE_UP7kIVYAzkgf2EJwCZSo28sflY5E6N7qk28YqIm6iFG0URS3ON0OquUhiWZKHIl9HErmw8sw6duh-0Ntjd4qBVd0j4Dn6hhtky1Gez-0SbPTFAiunegD6Bo8Ksxleu9z600DIv0MUEnTmOCNiliFPYVYxsjv_Cf8oZNVKN8oC5Oyuo2EpGl-RlSWnc0RhlEaafA8L38w4772oqgcToWKUKK2nM4lJxFs81Q4ILJbq9ypJwgh66XseMjBeXR5ZDN47HhkJUZC5WLnaRrPVRViQRst1a2TqDD8izutUn2tS38Ss7D0B7cDvpH-_r7pfqG3K63B-0Nu-bsmVyjCHUKApr-oOeRtSXIl5mF-R6z9WzXoFWzv6uHmTz0Jls-saE7wM2-F7_txQWoFP9AfuvqXqFTmzAP-1LHr7Ia8QegI3o6\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "787266dc8b43",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b6c5ecc1"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_SeCYV9POQTIVGQc6HjoVbjJwA7bahZOikPHttY3I8xY.css?delta=1&language=nl&theme=ocelot_paddle&include=eJx9U1tywyAMvBCEIzEClFgTgTwC2rqnL7aTdJrE_UP7kIVYAzkgf2EJwCZSo28sflY5E6N7qk28YqIm6iFG0URS3ON0OquUhiWZKHIl9HErmw8sw6duh-0Ntjd4qBVd0j4Dn6hhtky1Gez-0SbPTFAiunegD6Bo8Ksxleu9z600DIv0MUEnTmOCNiliFPYVYxsjv_Cf8oZNVKN8oC5Oyuo2EpGl-RlSWnc0RhlEaafA8L38w4772oqgcToWKUKK2nM4lJxFs81Q4ILJbq9ypJwgh66XseMjBeXR5ZDN47HhkJUZC5WLnaRrPVRViQRst1a2TqDD8izutUn2tS38Ss7D0B7cDvpH-_r7pfqG3K63B-0Nu-bsmVyjCHUKApr-oOeRtSXIl5mF-R6z9WzXoFWzv6uHmTz0Jls-saE7wM2-F7_txQWoFP9AfuvqXqFTmzAP-1LHr7Ia8QegI3o6\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1c08579c8841",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-33aa5fb9"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_jf3H2e1YQ6VG2TeNVGfY0E1UD_EOQW7a-XDQBbEBVbE.css?delta=2&language=nl&theme=ocelot_paddle&include=eJx9U1tywyAMvBCEIzEClFgTgTwC2rqnL7aTdJrE_UP7kIVYAzkgf2EJwCZSo28sflY5E6N7qk28YqIm6iFG0URS3ON0OquUhiWZKHIl9HErmw8sw6duh-0Ntjd4qBVd0j4Dn6hhtky1Gez-0SbPTFAiunegD6Bo8Ksxleu9z600DIv0MUEnTmOCNiliFPYVYxsjv_Cf8oZNVKN8oC5Oyuo2EpGl-RlSWnc0RhlEaafA8L38w4772oqgcToWKUKK2nM4lJxFs81Q4ILJbq9ypJwgh66XseMjBeXR5ZDN47HhkJUZC5WLnaRrPVRViQRst1a2TqDD8izutUn2tS38Ss7D0B7cDvpH-_r7pfqG3K63B-0Nu-bsmVyjCHUKApr-oOeRtSXIl5mF-R6z9WzXoFWzv6uHmTz0Jls-saE7wM2-F7_txQWoFP9AfuvqXqFTmzAP-1LHr7Ia8QegI3o6\" media=\"print\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0af05a41e4fa",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b92a087b"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable\" href=\"#region-content\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac3e376eaa16",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2cbaa15c"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable\" href=\"#region-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": "23d8cd93d108",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ea525c1d"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable\" href=\"#region-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "95bf68168ecc",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b875386a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable\" href=\"#region-content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9cd6b8a0a0b1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-780e76ef"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"logo\" title=\"Ga naar de homepage\" href=\"/\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e57afb646e07",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4cc82234"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<button aria-label=\"Menu\" aria-expanded=\"false\" aria-controls=\"main-navbar\" data-bs-target=\"#main-navbar\" data-bs-toggle=\"collapse\" type=\"button\" class=\"navbar-toggler hamburger\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3fe45b0623f9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-fbc70b57"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"hamburger-text\">",
            "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": "3ae291afe9f2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0fab59c3"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a style=\"margin-left: 6px;visibility: visible;\" title=\"Laat de tekst voorlezen met Readspeaker (opens in a new window)\" onclick=\"readpage(this.href, 'dcrwin'); return false;\" href=\"//app-eu.readspeaker.com/cgi-bin/rsent?customerid=13252&lang=nl_be&readid=region-content&url=https://www.diest.be/\" rel=\"nofollow noopener\" id=\"readSpeakerBtn\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f5e5357233e7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a37e3199"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg viewBox=\"0 0 23.933 17.753\" height=\"17.753\" width=\"23.933\" xmlns=\"http://www.w3.org/2000/svg\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dd0d10d9b592",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0902c680"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form accept-charset=\"UTF-8\" id=\"paddle-search-form-3931--2\" method=\"post\" action=\"/\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "188bf8f992dc",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-dbf567e7"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input data-once=\"autocomplete search-api-autocomplete\" placeholder=\"Hoe kunnen we je helpen?\" maxlength=\"128\" size=\"60\" value=\"\" name=\"search\" id=\"edit-search--2\" type=\"text\" data-autocomplete-path=\"/search_api_autocomplete/search?display=search_overview&arguments%5B0%5D=all&tid%5B0%5D=all&nid=3931\" class=\"form-autocomplete form-text form-control ui-autocomplete-input\" data-search-api-autocomplete-search=\"search\" data-drupal-selector=\"edit-search\" autocomplete=\"off\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f5c4e5c00e12",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-944fc20e"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input value=\"Zoeken\" name=\"op\" id=\"edit-submit--2\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"btn-secondary button js-form-submit form-submit btn\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ad2e2e22ccb4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-628c5c26"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"Zoeken\" name=\"op\" id=\"edit-submit--2\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"btn-secondary button js-form-submit form-submit btn\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "137e6ee8cd97",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-61a11b8c"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Zoeken\" name=\"op\" id=\"edit-submit--2\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"btn-secondary button js-form-submit form-submit btn\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b320e969c827",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-70946efa"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form accept-charset=\"UTF-8\" id=\"paddle-search-form-3931\" method=\"post\" action=\"/\" novalidate=\"novalidate\" data-drupal-selector=\"paddle-search-form-3931\" class=\"paddle-search-form-3931 paddle-search-form\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f4af3a985af7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0d99e96d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"Zoeken\" name=\"op\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"btn-secondary button js-form-submit form-submit btn\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d3c3dd7de7ef",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8ea86d26"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Zoeken\" name=\"op\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"btn-secondary button js-form-submit form-submit btn\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "72f2e06e0681",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-87ad9640"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/aanvragen-en-documenten/e-loket\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c18d84be9b4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2a83dbe6"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/aanvragen-en-documenten/e-loket\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "25186006f901",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7a4e8c87"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/aanvragen-en-documenten/e-loket\">",
            "message": "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=\"/meldpunt\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6374d5f98f54",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-381bb9fa"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/meldpunt\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "241d9afcbb1c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-65ff5402"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/meldpunt\">",
            "message": "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 title=\"(opens in a new window)\" rel=\"noopener nofollow\" target=\"_blank\" href=\"https://diest.mijnafspraakmaken.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": "3f7b4b4ee9cd",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-fd4541bf"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"(opens in a new window)\" rel=\"noopener nofollow\" target=\"_blank\" data-extlink=\"\" class=\"ext\" href=\"https://diest.mijnafspraakmaken.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": "5393248bc853",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ddc373dd"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/openingsuren-zwembad\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1c09cd3e9fd0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-29da30ab"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/openingsuren-zwembad\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3b94024c7c60",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d1f03315"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/openingsuren-zwembad\">",
            "message": "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=\"/parkeren-in-diest-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": "00e1e4092b68",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-10170afa"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/parkeren-in-diest-0\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3cd34ca2281e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4b4fc952"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/parkeren-in-diest-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": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/mobiliteit/openbare-werken-en-verkeershinder\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac5c90cbf651",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-fdbceb10"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/mobiliteit/openbare-werken-en-verkeershinder\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9b1445d7c64c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b2a59934"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/mobiliteit/openbare-werken-en-verkeershinder\">",
            "message": "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=\"/dwaal-s-nachts-door-onze-musea-tijdens-de-museumnacht\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "52c2cc5fdcdc",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a2e75079"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/hopville-keert-terug-naar-de-citadel-op-27-en-28-juni\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "58ce6de71b7a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d216a673"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<time datetime=\"2026-06-27T12:00:00Z\">",
            "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": "641d57256bae",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ed50118b"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/supermercado\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9bb39385b947",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-826a7833"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<time datetime=\"2026-06-19T12:00:00Z\">",
            "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": "20e04b477096",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-43b739d9"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/breng-tijdens-de-zomer-je-afvalzakken-naar-het-recyclagepark\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "688cc8fc02d8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0cd9576d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<time datetime=\"2026-06-03T12:00:00Z\">",
            "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": "83ef91e05b3e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-edab103b"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<li style=\"height: 650px;\" id=\"paddle_components_list_block_4659\">",
            "message": "The <li> element has the id \"paddle_components_list_block_4659\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8fa22d35f51c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-279179c7"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/dwaal-s-nachts-door-onze-musea-tijdens-de-museumnacht\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<time datetime=\"2026-05-14T12:00:00Z\">",
            "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": "c78ef1a91857",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3f801e99"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/kom-schatten-jagen-op-de-kinnekesmet-op-zondag-3-mei\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "873e26ffe9ba",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-22b1e442"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<time datetime=\"2026-05-03T12:00:00Z\">",
            "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": "f6457661a1d8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a8e008f2"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/zwembad-de-warande-in-diest-voor-een-dag-een-zwemparadijs-voor-honden\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b5147e6fdb05",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-fed86230"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<time datetime=\"2026-05-01T12:00:00Z\">",
            "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": "c513629e875b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-efab7f52"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/kom-samen-op-29-mei-tijdens-de-dag-van-de-buren\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d270ae842328",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-49251e3a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<time datetime=\"2026-05-01T12:00:00Z\">",
            "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": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/trainingen-voormalig-ziekenhuis-hasseltsestraat\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "95b0f0c5ef87",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7e1a071e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<time datetime=\"2026-04-30T12:00:00Z\">",
            "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": "bc456da4b823",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-83818a15"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/maak-van-jouw-straat-een-speelstraat\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e6dd22d864bd",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-11ba1e42"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<time datetime=\"2026-04-29T12:00:00Z\">",
            "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": "c7b3a640d12f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5319b53b"
          },
          {
            "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": "75aceb53a06c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9c97642b"
          },
          {
            "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": "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": "text_quoted_correctly",
            "xpath": null,
            "html": "<h2>",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Adelaïde & Marie\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e0f1efa7f04c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e3599795"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/bekendmaking\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f6114e4e18e9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ce849338"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"paddle-component paddle-component--top-section text\">",
            "message": "Confirm this text 'Schrijf je in voor de nieuwsbrief' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e8104611034d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-21e33d57"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"paddle-component paddle-component--top-section text\">",
            "message": "Confirm this text 'Stadhuis Diest' 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=\"paddle-component paddle-component--top-section text\">",
            "message": "Confirm this text 'Openingsuren' 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=\"vue-opening-hours-status\" id=\"vue-opening-hours-status_2531_opening_hours_0\">",
            "message": "Confirm this text 'Sluit binnenkort' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f8f5bfbf517a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-33d2b5b6"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"opening-hour\">",
            "message": "Confirm this text 'Sluit binnenkort' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c9060ee5affc",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f1018bca"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"paddle-component paddle-component--top-section text\">",
            "message": "Confirm this text 'Volg stad Diest' 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 title=\"(opens in a new window)\" rel=\"noopener nofollow\" target=\"_blank\" data-extlink=\"\" class=\"ext\" href=\"https://www.facebook.com/StadDiest/\">",
            "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 1px and weight of 300",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b8570403cd73",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f40401e5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"(opens in a new window)\" rel=\"noopener nofollow\" target=\"_blank\" data-extlink=\"\" class=\"ext\" href=\"https://www.instagram.com/staddiest/\">",
            "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 1px and weight of 300",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "17b658f0f534",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-33928d9b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"(opens in a new window)\" rel=\"noopener nofollow\" target=\"_blank\" data-extlink=\"\" class=\"ext\" href=\"https://www.linkedin.com/company/stad-diest\">",
            "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 1px and weight of 300",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b412ec232ba9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1119e505"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<div style=\"bottom: -294.069px;\" class=\"sliding-popup-bottom\" aria-label=\"Cookie compliance banner\" aria-describedby=\"popup-text\" role=\"alertdialog\" id=\"sliding-popup\">",
            "message": "The 'id' \"popup-text\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1c300e5ef877",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b2f4526e"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<button class=\"eu-cookie-withdraw-tab btn btn-secondary\" 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": "77a458fd5112",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9401c1cb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button class=\"eu-cookie-withdraw-tab btn btn-secondary\" type=\"button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8e258d13f98f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-db66cdd1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2>",
            "message": "Text contrast of 2.69 with its background is less than the WCAG AA minimum requirements for text of size 17.6px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "Text contrast of 2.69 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 300",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e591d3150d48",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7acebded"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button tabindex=\"0\" class=\"find-more-button btn btn-link 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": "454672ab7330",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-853f20b8"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"0\" class=\"find-more-button btn btn-link find-more-button-processed\" type=\"button\">",
            "message": "Text contrast of 2.69 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 300",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d101aa03bf52",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d5f5d255"
          },
          {
            "rule": "input_checkboxes_grouped",
            "xpath": null,
            "html": "<input tabindex=\"0\" disabled=\"\" checked=\"\" class=\"form-check-input\" value=\"noodzakelijke_cookies\" id=\"cookie-category-noodzakelijke_cookies\" name=\"cookie-categories\" type=\"checkbox\">",
            "message": "Checkbox input and others with the name \"cookie-categories\" are not grouped together",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f5adcf36e03b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ca8d6332"
          },
          {
            "rule": "input_checkboxes_grouped",
            "xpath": null,
            "html": "<input tabindex=\"0\" class=\"form-check-input\" value=\"analytische_cookies\" id=\"cookie-category-analytische_cookies\" name=\"cookie-categories\" type=\"checkbox\">",
            "message": "Checkbox input and others with the name \"cookie-categories\" are not grouped together",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b294b240c036",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c180075f"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<input tabindex=\"0\" class=\"form-check-input\" value=\"analytische_cookies\" id=\"cookie-category-analytische_cookies\" name=\"cookie-categories\" type=\"checkbox\">",
            "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": "468d38ac7bd0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3e967984"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<label class=\"form-check-label\" for=\"cookie-category-analytische_cookies\">",
            "message": "Text contrast of 2.69 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 300",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e1c758f40607",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-935594c4"
          },
          {
            "rule": "input_checkboxes_grouped",
            "xpath": null,
            "html": "<input tabindex=\"0\" class=\"form-check-input\" value=\"advertentiecookies\" id=\"cookie-category-advertentiecookies\" name=\"cookie-categories\" type=\"checkbox\">",
            "message": "Checkbox input and others with the name \"cookie-categories\" are not grouped together",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6cf7d4b59ad3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-02cc12bb"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<label class=\"form-check-label\" for=\"cookie-category-advertentiecookies\">",
            "message": "Text contrast of 2.69 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 300",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f5535fc4f8b0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4b3254a9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button tabindex=\"0\" class=\"eu-cookie-compliance-save-preferences-button btn btn-outline-light\" type=\"button\" id=\"cookie-compliance-save-preferences-button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "800cc2874453",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bd034086"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"0\" class=\"eu-cookie-compliance-save-preferences-button btn btn-outline-light\" type=\"button\" id=\"cookie-compliance-save-preferences-button\">",
            "message": "Text contrast of 2.69 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": "618d331dde94",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0e8fcc54"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button tabindex=\"0\" class=\"agree-button eu-cookie-compliance-default-button btn btn-secondary\" type=\"button\" id=\"cookie-compliance-agree-button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dace5b602dcb",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-37f474e0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"0\" class=\"agree-button eu-cookie-compliance-default-button btn btn-secondary\" type=\"button\" id=\"cookie-compliance-agree-button\">",
            "message": "Text contrast of 2.69 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": "61f5d978dc0e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-204d7461"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button tabindex=\"0\" class=\"eu-cookie-withdraw-button visually-hidden btn btn-secondary\" type=\"button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e417d9aa827a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-062b8071"
          }
        ],
        "outcomeCount": 3675,
        "uniqueFailedCount": 77,
        "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.dilbeek.be/",
      "finalUrl": "https://www.dilbeek.be/nl",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Gemeente Dilbeek | Gemeente Dilbeek",
      "elapsedMs": 10209,
      "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": 615,
          "failed": 15,
          "cantTell": 35,
          "inapplicable": 41
        },
        "failedRules": [
          "color-contrast",
          "image-alt",
          "region"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-command-name",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "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",
          "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-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": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"nieuws\"]",
            "html": "<a class=\"button\" href=\"/nl/nieuws\">Meer nieuws bekijken</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.82 (foreground color: #ffffff, background color: #9ad055, font size: 16.5pt (22px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"nieuws\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ed807c76c7d9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0f1f27c2"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".bannerwrap > img",
            "html": "<img src=\"/sites/default/files/styles/frontpage_image/public/public/Over-Dilbeek/DilArte.jpg?h=9c8be384 \">",
            "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": "a30713d8ee9c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-017f05c2"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".masonry-item.grid4.pane:nth-child(9) > .card.teaser-large > .image-wrap > img",
            "html": "<img src=\"/themes/custom/subtheme/images/dummy.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": "b56bd08b75a1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-cb978fd0"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".topbarwrap",
            "html": "<div id=\"topbar\" class=\"topbarwrap\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e7cedb6775e1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-96cc2f5d"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bannerwrap",
            "html": "<div class=\"bannerwrap\">\n\t\t\t\t  <img src=\"/sites/default/files/styles/frontpage_image/public/public/Over-Dilbeek/DilArte.jpg?h=9c8be384 \">\n\t\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": "a6271f75103c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2c8fec3c"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "article:nth-child(1) > .content-wrapper > .bundle-shortcuts.bundle > .shortcut-wrapper.overlay-link.padding-small:nth-child(2)",
            "html": "<div class=\"shortcut-wrapper  overlay-link padding-small bg-light border shadow\" style=\"cursor: pointer;\">\n\t\n\t<h4><a href=\"/nl/meldingen\" class=\"shortcut-link\" target=\"_self\">Meldingen</a></h4>\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": "25f33ecabddb",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-db3c3a23"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "article:nth-child(1) > .content-wrapper > .bundle-shortcuts.bundle > .shortcut-wrapper.overlay-link.padding-small:nth-child(3)",
            "html": "<div class=\"shortcut-wrapper  overlay-link padding-small bg-light border shadow\" style=\"cursor: pointer;\">\n\t\n\t<h4><a href=\"/nl/themas/vrije-tijd/uit-dilbeek-0\" class=\"shortcut-link\" target=\"_self\">UiT in Dilbeek</a></h4>\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": "ed1990a44f53",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b3bee9ed"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "article:nth-child(1) > .content-wrapper > .bundle-shortcuts.bundle > .shortcut-wrapper.overlay-link.padding-small:nth-child(4)",
            "html": "<div class=\"shortcut-wrapper  overlay-link padding-small bg-light border shadow\" style=\"cursor: pointer;\">\n\t\n\t<h4><a href=\"/nl/themas/milieu-energie/afvalinzameling\" class=\"shortcut-link\" target=\"_self\">Afvalinzameling</a></h4>\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": "312620259722",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-884e97ad"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "article:nth-child(1) > .content-wrapper > .bundle-shortcuts.bundle > .shortcut-wrapper.overlay-link.padding-small:nth-child(5)",
            "html": "<div class=\"shortcut-wrapper  overlay-link padding-small bg-light border shadow\" style=\"cursor: pointer;\">\n\t\n\t<h4><a href=\"/nl/themas/vacatures\" class=\"shortcut-link\" target=\"_self\">Vacatures</a></h4>\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": "f52dfcead974",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-486644ab"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "article:nth-child(1) > .content-wrapper > .bundle-shortcuts.bundle > .shortcut-wrapper.overlay-link.padding-small:nth-child(6)",
            "html": "<div class=\"shortcut-wrapper  overlay-link padding-small bg-light border shadow\" style=\"cursor: pointer;\">\n\t\n\t<h4><a href=\"/nl/hulp-en-noodnummers\" class=\"shortcut-link\" target=\"_self\">Hulp- en noodnummers</a></h4>\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": "797a5f43108c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-67fa58b2"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "article:nth-child(2) > .content-wrapper > .bundle-shortcuts.bundle > .shortcut-wrapper.overlay-link.padding-small:nth-child(2)",
            "html": "<div class=\"shortcut-wrapper  overlay-link padding-small bg-light border shadow\" style=\"cursor: pointer;\">\n\t\n\t<h4><a href=\"https://wb-dilbeek.qmatic.cloud/qmaticwebbooking/\" class=\"shortcut-link\" target=\"_blank\">Afspraak loketten</a></h4>\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": "152c5516e3af",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9eb5a3ad"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "article:nth-child(2) > .content-wrapper > .bundle-shortcuts.bundle > .shortcut-wrapper.overlay-link.padding-small:nth-child(3)",
            "html": "<div class=\"shortcut-wrapper  overlay-link padding-small bg-light border shadow\" style=\"cursor: pointer;\">\n\t\n\t<h4><a href=\"https://dilbeek.egovflow.be/\" class=\"shortcut-link\" target=\"_blank\">Digitaal loket burgerzaken</a></h4>\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": "b342c4455a03",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b9f803c1"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "article:nth-child(2) > .content-wrapper > .bundle-shortcuts.bundle > .shortcut-wrapper.overlay-link.padding-small:nth-child(4)",
            "html": "<div class=\"shortcut-wrapper  overlay-link padding-small bg-light border shadow\" style=\"cursor: pointer;\">\n\t\n\t<h4><a href=\"/nl/themas/vrije-tijd/verenigingen-en-organisatoren\" class=\"shortcut-link\" target=\"_blank\">Verenigingen en (BOA)organisatoren</a></h4>\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": "860aab2a6c83",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-98ee2655"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "article:nth-child(2) > .content-wrapper > .bundle-shortcuts.bundle > .shortcut-wrapper.overlay-link.padding-small:nth-child(5)",
            "html": "<div class=\"shortcut-wrapper  overlay-link padding-small bg-light border shadow\" style=\"cursor: pointer;\">\n\t\n\t<h4><a href=\"/nl/themas/welzijn-ocmw/ldc-kompanie\" class=\"shortcut-link\" target=\"_blank\">LDC In Kompanie</a></h4>\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": "727683f0260f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f1967960"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "article:nth-child(2) > .content-wrapper > .bundle-shortcuts.bundle > .shortcut-wrapper.overlay-link.padding-small:nth-child(6)",
            "html": "<div class=\"shortcut-wrapper  overlay-link padding-small bg-light border shadow\" style=\"cursor: pointer;\">\n\t\n\t<h4><a href=\"/nl/themas/welzijn-ocmw/welzijnspunten\" class=\"shortcut-link\" target=\"_blank\">Welzijnspunten </a></h4>\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": "7090cb05f08c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d70b7859"
          }
        ],
        "outcomeCount": 706,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 15
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1701,
          "failed": 112,
          "cantTell": 82,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_attribute_valid",
          "aria_content_in_landmark",
          "aria_form_label_unique",
          "aria_role_redundant",
          "element_id_unique",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "form_label_unique",
          "html_skipnav_exists",
          "img_alt_valid",
          "input_checkboxes_grouped",
          "input_label_before",
          "input_label_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "html_skipnav_exists",
            "xpath": null,
            "html": "<html class=\" js\" dir=\"ltr\" lang=\"nl\">",
            "message": "Verify there is a way to bypass blocks of content that are repeated on multiple Web pages",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b8c012c9668b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-248a5e3b"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_AafGQBDA0UP222tYy60I5td5ggXGQsLs1MRTyhE8NrU.css?delta=0&language=nl&theme=subtheme&include=eJx1zTEKwCAMQNELBT2SRA2NoDWYZOjtCy3SqdvnLT-jkjENinkXCC48FgprrMsFe_gk-Cmee1OmCkq4CieUltBtljmkk1H8cVDP72sH6KVG43nf2H02yw\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1d651efd3427",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ab26d63e"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_AafGQBDA0UP222tYy60I5td5ggXGQsLs1MRTyhE8NrU.css?delta=0&language=nl&theme=subtheme&include=eJx1zTEKwCAMQNELBT2SRA2NoDWYZOjtCy3SqdvnLT-jkjENinkXCC48FgprrMsFe_gk-Cmee1OmCkq4CieUltBtljmkk1H8cVDP72sH6KVG43nf2H02yw\" 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": "500f31783090",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-fbe7548f"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_G31xX96SBQ35rJpdlVRDwx17hcIhMzEFVGewE2YO9-M.css?delta=1&language=nl&theme=subtheme&include=eJx1zTEKwCAMQNELBT2SRA2NoDWYZOjtCy3SqdvnLT-jkjENinkXCC48FgprrMsFe_gk-Cmee1OmCkq4CieUltBtljmkk1H8cVDP72sH6KVG43nf2H02yw\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "84e04dbb3b9d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-933e96bf"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav role=\"navigation\" class=\"dropdown-menu mobile depth-0\" id=\"main-menu\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a52b44010b06",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-03233f1e"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"false\" class=\"level-1 first drop-list\">",
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <li> with implicit ARIA role \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf68bceaad02",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-369af3c6"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"false\" class=\"level-1 first drop-list\">",
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <li> with implicit ARIA role \"listitem\"",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"false\" class=\"level-1 first drop-list\">",
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <li> with implicit ARIA role \"listitem\"",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div class=\"topbarwrap\" id=\"topbar\">",
            "message": "The <div> element has the id \"topbar\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2c71d79fdf8b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-455bc4a3"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\"clearfix menu\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "539fbaeaddf2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-de9fcb49"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"facebook\" href=\"https://www.facebook.com/GemeenteDilbeek\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "12c50bc5cf95",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-82850703"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/4392\" href=\"/nl/z-index\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f9b48fc65099",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-268c62f8"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/4616\" href=\"/nl/sitemap\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "92d07a5113bf",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ddea21a6"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/4370\" href=\"/nl/contact-en-openingsuren\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2c2d1a3da35f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-838fedd4"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"bgc-light\" href=\"/nl\" id=\"logo\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a51b6e6d21b7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-322d2624"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form accept-charset=\"UTF-8\" id=\"views-exposed-form-search-page-1\" method=\"get\" action=\"/nl/zoek\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1d6139947995",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-eab21900"
          },
          {
            "rule": "input_label_before",
            "xpath": null,
            "html": "<input autocomplete=\"off\" data-once=\"autocomplete search-api-autocomplete\" maxlength=\"128\" size=\"30\" value=\"\" name=\"keys\" id=\"edit-keys\" type=\"text\" data-autocomplete-path=\"/nl/search_api_autocomplete/search?display=page_1&&filter=keys\" class=\"form-autocomplete form-text ui-autocomplete-input\" data-search-api-autocomplete-search=\"search\" data-drupal-selector=\"edit-keys\" placeholder=\"Wat wil je vinden?\">",
            "message": "Label text is located after its associated text input or <select> element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7bee87b142a1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b3ebb4ed"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input autocomplete=\"off\" data-once=\"autocomplete search-api-autocomplete\" maxlength=\"128\" size=\"30\" value=\"\" name=\"keys\" id=\"edit-keys\" type=\"text\" data-autocomplete-path=\"/nl/search_api_autocomplete/search?display=page_1&&filter=keys\" class=\"form-autocomplete form-text ui-autocomplete-input\" data-search-api-autocomplete-search=\"search\" data-drupal-selector=\"edit-keys\" placeholder=\"Wat wil je vinden?\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c8be8fb63dc5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-49ca465b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input autocomplete=\"off\" data-once=\"autocomplete search-api-autocomplete\" maxlength=\"128\" size=\"30\" value=\"\" name=\"keys\" id=\"edit-keys\" type=\"text\" data-autocomplete-path=\"/nl/search_api_autocomplete/search?display=page_1&&filter=keys\" class=\"form-autocomplete form-text ui-autocomplete-input\" data-search-api-autocomplete-search=\"search\" data-drupal-selector=\"edit-keys\" placeholder=\"Wat wil je vinden?\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cc77af22477d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3eb3c101"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input class=\"button js-form-submit form-submit\" value=\"Zoeken\" id=\"edit-submit-search\" type=\"submit\" data-drupal-selector=\"edit-submit-search\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3d31e3153cd3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-30b81604"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input class=\"button js-form-submit form-submit\" value=\"Zoeken\" id=\"edit-submit-search\" type=\"submit\" data-drupal-selector=\"edit-submit-search\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c25c1f60c89f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1e28a44e"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input class=\"button js-form-submit form-submit\" value=\"Zoeken\" id=\"edit-submit-search\" type=\"submit\" data-drupal-selector=\"edit-submit-search\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "76fdcb8af785",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-136f9cfc"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h4>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "54a6bb33e07f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-86729aca"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_self\" class=\"shortcut-link\" href=\"/nl/meldingen\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "725b615a21a7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9a3284d4"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h4>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_self\" class=\"shortcut-link\" href=\"/nl/themas/vrije-tijd/uit-dilbeek-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": "4dee73e75ae6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-abbe39e7"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h4>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_self\" class=\"shortcut-link\" href=\"/nl/themas/milieu-energie/afvalinzameling\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0807f3e8a24e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9a85f6f3"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h4>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_self\" class=\"shortcut-link\" href=\"/nl/themas/vacatures\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d5d82ad16733",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d354ceba"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h4>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_self\" class=\"shortcut-link\" href=\"/nl/hulp-en-noodnummers\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "731fcbe14b5d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a991320d"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h4>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"shortcut-link\" href=\"https://wb-dilbeek.qmatic.cloud/qmaticwebbooking/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c6e24778a59d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ab3a8791"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h4>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"shortcut-link\" href=\"https://dilbeek.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": "bfda9140bc10",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-101c7e15"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h4>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"shortcut-link\" href=\"/nl/themas/vrije-tijd/verenigingen-en-organisatoren\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f7a8d1eee0ad",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-cbcb22a9"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h4>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"shortcut-link\" href=\"/nl/themas/welzijn-ocmw/ldc-kompanie\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f3bde3f40ec3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4847b749"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h4>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"art-date\">",
            "message": "The foreground text and its background color are both detected as #edf8f1. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb19e20994ed",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f4ee59ff"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"teaser_large\" href=\"/nl/nieuws/gemeenteraadscommissie-op-dinsdag-12-mei-2026\">",
            "message": "The foreground text and its background color are both detected as #edf8f1. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "37edde8e103d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-dc300603"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "The foreground text and its background color are both detected as #edf8f1. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a47718d374df",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7acebded"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"readmore\">",
            "message": "Confirm this text '>' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e10645733be7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5ea3ced8"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"art-date\">",
            "message": "The foreground text and its background color are both detected as #edf8f1. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"teaser_large\" href=\"/nl/nieuws/dilbeekse-picknickrugzak-breidt-uit\">",
            "message": "The foreground text and its background color are both detected as #edf8f1. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "74f10979b0fe",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-de15f86c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "The foreground text and its background color are both detected as #edf8f1. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"readmore\">",
            "message": "Confirm this text '>' 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=\"art-date\">",
            "message": "The foreground text and its background color are both detected as #edf8f1. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"teaser_large\" href=\"/nl/nieuws/praatcafe-dementie-draagkracht-en-draaglast-zorgen-voor-jezelf-als-mantelzorger\">",
            "message": "The foreground text and its background color are both detected as #edf8f1. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "40b6800abd1e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5224777e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "The foreground text and its background color are both detected as #edf8f1. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"readmore\">",
            "message": "Confirm this text '>' 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=\"art-date\">",
            "message": "The foreground text and its background color are both detected as #edf8f1. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"teaser_large\" href=\"/nl/nieuws/maai-mei-niet-3\">",
            "message": "The foreground text and its background color are both detected as #edf8f1. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "702761dfdf02",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-32795eee"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "The foreground text and its background color are both detected as #edf8f1. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"readmore\">",
            "message": "Confirm this text '>' 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=\"art-date\">",
            "message": "The foreground text and its background color are both detected as #edf8f1. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"teaser_large\" href=\"/nl/nieuws/werken-darconatistraat-gaan-volgende-fase\">",
            "message": "The foreground text and its background color are both detected as #edf8f1. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d5fb57a8e8c9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-fb4c7a8c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "The foreground text and its background color are both detected as #edf8f1. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"readmore\">",
            "message": "Confirm this text '>' 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=\"art-date\">",
            "message": "The foreground text and its background color are both detected as #edf8f1. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"teaser_large\" href=\"/nl/nieuws/koning-filip-en-koningin-mathilde-bezoeken-dilbeek-op-dinsdag-5-mei\">",
            "message": "The foreground text and its background color are both detected as #edf8f1. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dcf8fde2b62a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3840c856"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "The foreground text and its background color are both detected as #edf8f1. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"readmore\">",
            "message": "Confirm this text '>' 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=\"art-date\">",
            "message": "Text contrast of 1.25 with its background is less than the WCAG AA minimum requirements for text of size 13px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"teaser_large\" href=\"/nl/nieuws/gemeente-dilbeek-stopt-met-hoplr\">",
            "message": "Text contrast of 1.82 with its background is less than the WCAG AA minimum requirements for text of size 22px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b0350da23b63",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bc321294"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "Text contrast of 2.66 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=\"readmore\">",
            "message": "Confirm this text '>' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/themes/custom/subtheme/images/dummy.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "67ae57c8d7ba",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6810c4f9"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"art-date\">",
            "message": "Text contrast of 1.25 with its background is less than the WCAG AA minimum requirements for text of size 13px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"teaser_large\" href=\"/nl/nieuws/ocmw-en-gemeenteraad-op-dinsdag-28-april-2026\">",
            "message": "Text contrast of 1.82 with its background is less than the WCAG AA minimum requirements for text of size 22px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fa8fab39993e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-fba2207c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "Text contrast of 2.66 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=\"readmore\">",
            "message": "Confirm this text '>' 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=\"art-date\">",
            "message": "Text contrast of 1.25 with its background is less than the WCAG AA minimum requirements for text of size 13px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"teaser_large\" href=\"/nl/nieuws/verhakselen-van-snoeiafval-aan-huis-stopgezet\">",
            "message": "Text contrast of 1.82 with its background is less than the WCAG AA minimum requirements for text of size 22px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ae9eb2267248",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-11cae58e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "Text contrast of 2.66 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=\"readmore\">",
            "message": "Confirm this text '>' 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 href=\"/nl/nieuws\" class=\"button\">",
            "message": "Text contrast of 1.82 with its background is less than the WCAG AA minimum requirements for text of size 22px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "388baed6bccf",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bc479d00"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<form accept-charset=\"UTF-8\" id=\"views-exposed-form-search-page-1\" method=\"get\" action=\"/nl/zoek\">",
            "message": "The <form> element has the id \"views-exposed-form-search-page-1\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "943723902b10",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f5e2b605"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form accept-charset=\"UTF-8\" id=\"views-exposed-form-search-page-1\" method=\"get\" action=\"/nl/zoek\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "form_label_unique",
            "xpath": null,
            "html": "<label for=\"edit-keys\">",
            "message": "Form control has more than one label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fd64168b5f92",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-09a34fc1"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<input autocomplete=\"off\" data-once=\"autocomplete search-api-autocomplete\" maxlength=\"128\" size=\"30\" value=\"\" name=\"keys\" id=\"edit-keys\" type=\"text\" data-autocomplete-path=\"/nl/search_api_autocomplete/search?display=page_1&&filter=keys\" class=\"form-autocomplete form-text ui-autocomplete-input\" data-search-api-autocomplete-search=\"search\" data-drupal-selector=\"edit-keys\" placeholder=\"Wat wil je vinden?\">",
            "message": "The <input> element has the id \"edit-keys\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b4bbe5e21548",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d098db39"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input autocomplete=\"off\" data-once=\"autocomplete search-api-autocomplete\" maxlength=\"128\" size=\"30\" value=\"\" name=\"keys\" id=\"edit-keys\" type=\"text\" data-autocomplete-path=\"/nl/search_api_autocomplete/search?display=page_1&&filter=keys\" class=\"form-autocomplete form-text ui-autocomplete-input\" data-search-api-autocomplete-search=\"search\" data-drupal-selector=\"edit-keys\" placeholder=\"Wat wil je vinden?\">",
            "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 id=\"edit-actions\" class=\"form-actions js-form-wrapper form-wrapper\" data-drupal-selector=\"edit-actions\">",
            "message": "The <div> element has the id \"edit-actions\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5ec17e854972",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6e996b94"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<input class=\"button js-form-submit form-submit\" value=\"Zoeken\" id=\"edit-submit-search\" type=\"submit\" data-drupal-selector=\"edit-submit-search\">",
            "message": "The <input> element has the id \"edit-submit-search\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "edc35afbd4f4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-171d5150"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input class=\"button js-form-submit form-submit\" value=\"Zoeken\" id=\"edit-submit-search\" type=\"submit\" data-drupal-selector=\"edit-submit-search\">",
            "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": "<input class=\"button js-form-submit form-submit\" value=\"Zoeken\" id=\"edit-submit-search\" type=\"submit\" data-drupal-selector=\"edit-submit-search\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<a class=\"bgc-light\" href=\"/nl\" id=\"logo\">",
            "message": "The <a> element has the id \"logo\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "21418242d792",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-dcd66879"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<div style=\"\" class=\"\" data-nosnippet=\"\" aria-label=\"Cookie consent dialog\" role=\"dialog\" tabindex=\"0\" id=\"cookiescript_injected\">",
            "message": "The tabbable element's role 'dialog' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "11decd3cf240",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5366c42a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<div style=\"\" class=\"\" data-nosnippet=\"\" aria-label=\"Cookie consent dialog\" role=\"dialog\" tabindex=\"0\" id=\"cookiescript_injected\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6aaf6703f379",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4a6325c9"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-label=\"Close\" role=\"button\" tabindex=\"0\" id=\"cookiescript_close\">",
            "message": "Confirm this text '×' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5610be598158",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-75172409"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.dilbeek.be/nl/over-dilbeek/privacyverklaring-groep-dilbeek\" aria-label=\"Lees verder, opens a new window\" target=\"_blank\" data-cs-i18n-url=\"{\"nl\":\"https:\\/\\/www.dilbeek.be\\/nl\\/over-dilbeek\\/privacyverklaring-groep-dilbeek\"}\" data-cs-i18n-text=\"{\"nl\":\"Lees verder\"}\" id=\"cookiescript_readmore\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fed2866cadf5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0df14fe8"
          },
          {
            "rule": "input_checkboxes_grouped",
            "xpath": null,
            "html": "<input checked=\"\" disabled=\"\" value=\"strict\" class=\"mdc-checkbox__native-control cookiescript_checkbox_input\" type=\"checkbox\" data-cookiescript=\"checkbox-input\" id=\"cookiescript_category_strict\" tabindex=\"0\">",
            "message": "Verify that this un-named, ungrouped checkbox input is not related to other checkboxes",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "19ac524e4df0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-416045f0"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input checked=\"\" disabled=\"\" value=\"strict\" class=\"mdc-checkbox__native-control cookiescript_checkbox_input\" type=\"checkbox\" data-cookiescript=\"checkbox-input\" id=\"cookiescript_category_strict\" tabindex=\"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": "fa20a8e9049f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ce41c46d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input checked=\"\" disabled=\"\" value=\"strict\" class=\"mdc-checkbox__native-control cookiescript_checkbox_input\" type=\"checkbox\" data-cookiescript=\"checkbox-input\" id=\"cookiescript_category_strict\" tabindex=\"0\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2f5d59bc70e2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d81c1c3e"
          },
          {
            "rule": "input_checkboxes_grouped",
            "xpath": null,
            "html": "<input value=\"performance\" class=\"mdc-checkbox__native-control cookiescript_checkbox_input\" type=\"checkbox\" data-cookiescript=\"checkbox-input\" id=\"cookiescript_category_performance\" tabindex=\"0\">",
            "message": "Verify that this un-named, ungrouped checkbox input is not related to other checkboxes",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b97575b82d21",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4f3a24cf"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input value=\"performance\" class=\"mdc-checkbox__native-control cookiescript_checkbox_input\" type=\"checkbox\" data-cookiescript=\"checkbox-input\" id=\"cookiescript_category_performance\" tabindex=\"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": "958df373fb3f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0252e4ae"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"performance\" class=\"mdc-checkbox__native-control cookiescript_checkbox_input\" type=\"checkbox\" data-cookiescript=\"checkbox-input\" id=\"cookiescript_category_performance\" tabindex=\"0\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f3d66d42b867",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7c4f0ab8"
          },
          {
            "rule": "input_checkboxes_grouped",
            "xpath": null,
            "html": "<input value=\"targeting\" class=\"mdc-checkbox__native-control cookiescript_checkbox_input\" type=\"checkbox\" data-cookiescript=\"checkbox-input\" id=\"cookiescript_category_targeting\" tabindex=\"0\">",
            "message": "Verify that this un-named, ungrouped checkbox input is not related to other checkboxes",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bd3e1e46e5ca",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7eacb365"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input value=\"targeting\" class=\"mdc-checkbox__native-control cookiescript_checkbox_input\" type=\"checkbox\" data-cookiescript=\"checkbox-input\" id=\"cookiescript_category_targeting\" tabindex=\"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": "47d6368df706",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5a164871"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"targeting\" class=\"mdc-checkbox__native-control cookiescript_checkbox_input\" type=\"checkbox\" data-cookiescript=\"checkbox-input\" id=\"cookiescript_category_targeting\" tabindex=\"0\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5e8bae141b1f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6b27a1f5"
          },
          {
            "rule": "input_checkboxes_grouped",
            "xpath": null,
            "html": "<input value=\"functionality\" class=\"mdc-checkbox__native-control cookiescript_checkbox_input\" type=\"checkbox\" data-cookiescript=\"checkbox-input\" id=\"cookiescript_category_functionality\" tabindex=\"0\">",
            "message": "Verify that this un-named, ungrouped checkbox input is not related to other checkboxes",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a4e52665975",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-66716ddb"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input value=\"functionality\" class=\"mdc-checkbox__native-control cookiescript_checkbox_input\" type=\"checkbox\" data-cookiescript=\"checkbox-input\" id=\"cookiescript_category_functionality\" tabindex=\"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": "7ffb4a036c5d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ad4eba83"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"functionality\" class=\"mdc-checkbox__native-control cookiescript_checkbox_input\" type=\"checkbox\" data-cookiescript=\"checkbox-input\" id=\"cookiescript_category_functionality\" tabindex=\"0\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "48d8b629cde4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-cb30b4cf"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div data-cs-i18n-text=\"\" role=\"button\" tabindex=\"0\" id=\"cookiescript_accept\">",
            "message": "Confirm this text 'Alles accepteren' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a3c2b62e5a0b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c75b37f6"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<div data-cs-i18n-text=\"\" role=\"button\" tabindex=\"0\" id=\"cookiescript_accept\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c7eece00c287",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d91e884f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<div data-cs-i18n-text=\"\" role=\"button\" tabindex=\"0\" id=\"cookiescript_accept\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3a5e79464369",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-30ae132d"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div data-cs-i18n-text=\"\" role=\"button\" tabindex=\"0\" id=\"cookiescript_reject\">",
            "message": "Confirm this text 'Alles afwijzen' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7a6591d16187",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ac98de06"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<div data-cs-i18n-text=\"\" role=\"button\" tabindex=\"0\" id=\"cookiescript_reject\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "91faaa54a5d8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-be5c10fe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<div data-cs-i18n-text=\"\" role=\"button\" tabindex=\"0\" id=\"cookiescript_reject\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4616c9930171",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-80613e9d"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<div role=\"button\" tabindex=\"0\" id=\"cookiescript_manage_wrap\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "db3581ac6866",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b0d3e8bc"
          }
        ],
        "outcomeCount": 1822,
        "uniqueFailedCount": 73,
        "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.drogenbos.be/",
      "finalUrl": "https://www.drogenbos.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Taalkeuzepagina / Langues page Drogenbos",
      "elapsedMs": 6811,
      "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": 25,
          "failed": 6,
          "cantTell": 0,
          "inapplicable": 76
        },
        "failedRules": [
          "color-contrast",
          "html-has-lang",
          "landmark-one-main",
          "region"
        ],
        "passedRules": [
          "aria-hidden-body",
          "bypass",
          "color-contrast",
          "document-title",
          "empty-heading",
          "heading-order",
          "link-name",
          "meta-viewport",
          "meta-viewport-large",
          "page-has-heading-one",
          "region"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"startpagina\"] > span",
            "html": "<span>Welkom</span>",
            "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: #ffffff, background color: #ee365d, font size: 12.0pt (16.005px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"startpagina\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7939ce68e194",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-53a5176e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"page-de-depart\"] > span",
            "html": "<span>Bienvenue</span>",
            "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: #ffffff, background color: #ee365d, font size: 12.0pt (16.005px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"page-de-depart\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6210b3763ab0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-819262a3"
          },
          {
            "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/1999/xhtml\">",
            "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": "8e82232a8c0b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "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 xmlns=\"http://www.w3.org/1999/xhtml\">",
            "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": "7b95a0f293d5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-85b00be0"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".main",
            "html": "<div class=\"main\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "73eea201bbee",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e6e7b0d4"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".copy",
            "html": "<span class=\"copy\">© 2016 - Gemeente / Commune Drogenbos</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": "2f749947cb56",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c339b068"
          }
        ],
        "outcomeCount": 107,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 6
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 99,
          "failed": 9,
          "cantTell": 3,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "element_attribute_deprecated",
          "html_lang_exists",
          "skip_main_exists",
          "style_color_misuse",
          "style_highcontrast_visible",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "html_lang_exists",
            "xpath": null,
            "html": "<html xmlns=\"http://www.w3.org/1999/xhtml\">",
            "message": "Page detected as HTML, but does not have a 'lang' attribute",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "31015162de28",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a178d414"
          },
          {
            "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": "2110c7cf7f0b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3047b1ae"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link rel=\"stylesheet\" type=\"text/css\" media=\"screen,projection\" href=\"/css/default.css\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b3caa9e891b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-fdc47d62"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link rel=\"stylesheet\" type=\"text/css\" media=\"screen,projection\" href=\"/css/default.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": "d5ddf9731712",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b27cb68a"
          },
          {
            "rule": "skip_main_exists",
            "xpath": null,
            "html": "<body class=\"splash\">",
            "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": "0f431c14f9f9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b1990529"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h1>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "334b42484c88",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-642a24d8"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a title=\"Nederlands\" href=\"/nl/startpagina\" class=\"more\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a279c982c57e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8516d9c0"
          },
          {
            "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 16.005px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "46e0ee79d1da",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "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 16.005px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 109,
        "uniqueFailedCount": 8,
        "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.geetbets.be/",
      "finalUrl": "https://www.geetbets.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Home | Geetbets",
      "elapsedMs": 11855,
      "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": 882,
          "failed": 16,
          "cantTell": 14,
          "inapplicable": 40
        },
        "failedRules": [
          "color-contrast",
          "heading-order",
          "image-alt",
          "landmark-complementary-is-top-level",
          "region"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-command-name",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "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",
          "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-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": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#menu-bar > .menu-level-0.clearfix.menu > .menu-item--expanded.level-1.first:nth-child(1) > a[href$=\"bestuur-en-diensten\"][data-drupal-link-system-path=\"node/2558\"]",
            "html": "<a href=\"/bestuur-en-diensten\" data-drupal-link-system-path=\"node/2558\">Bestuur en Diensten</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: #58ac25, font size: 12.6pt (16.8px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".menu-bar > .wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9b3d01123c98",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-478809df"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#menu-bar > .menu-level-0.clearfix.menu > .menu-item--expanded.level-1.first:nth-child(2) > a[href$=\"leven-werken-0\"][data-drupal-link-system-path=\"node/2453\"]",
            "html": "<a href=\"/leven-werken-0\" data-drupal-link-system-path=\"node/2453\">Leven &amp; Werken</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: #58ac25, font size: 12.6pt (16.8px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".menu-bar > .wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "71e915ad0515",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-66ad98c4"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#menu-bar > .menu-level-0.clearfix.menu > .menu-item--expanded.level-1.first:nth-child(3) > a[href$=\"wonen-omgeving\"][data-drupal-link-system-path=\"node/2464\"]",
            "html": "<a href=\"/wonen-omgeving\" data-drupal-link-system-path=\"node/2464\">Wonen &amp; Omgeving</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: #58ac25, font size: 12.6pt (16.8px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".menu-bar > .wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bd3bd2a71bc2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f0633f32"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#menu-bar > .menu-level-0.clearfix.menu > .menu-item--expanded.level-1.first:nth-child(4) > a[href$=\"welzijn-gezin\"][data-drupal-link-system-path=\"node/2479\"]",
            "html": "<a href=\"/welzijn-gezin\" data-drupal-link-system-path=\"node/2479\">Welzijn &amp; Gezin</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: #58ac25, font size: 12.6pt (16.8px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".menu-bar > .wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5b41b4ddfc92",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ff06820b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#menu-bar > .menu-level-0.clearfix.menu > .menu-item--expanded.level-1.first:nth-child(5) > a[href$=\"vrije-tijd\"][data-drupal-link-system-path=\"node/2784\"]",
            "html": "<a href=\"/vrije-tijd\" data-drupal-link-system-path=\"node/2784\">Vrije Tijd</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: #58ac25, font size: 12.6pt (16.8px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".menu-bar > .wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "566489f5dd6a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b7db0468"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#menu-bar > .menu-level-0.clearfix.menu > .menu-item--expanded.level-1.first:nth-child(6) > a[target=\"_blank\"]",
            "html": "<a href=\"https://geetbets.mijnafspraakmaken.be/\" target=\"_blank\">Maak een afspraak</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: #58ac25, font size: 12.6pt (16.8px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".menu-bar > .wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9134c6797214",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-021c95da"
          },
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".shortcut-wrapper.overlay-link.padding-small:nth-child(1) > h4",
            "html": "<h4><a href=\"https://www.geetbets.be/welzijn-gezin/sociale-dienst\" class=\"shortcut-link\" target=\"_blank\">OCMW Geetsbets</a></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": "0c9e75d691a7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-50cae880"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".wrapper > img",
            "html": "<img src=\"/sites/default/files/styles/banner/public/public/foto%27s/banner/headerfoto.jpg?h=78fd98c3&amp;itok=HQcy5yLe \">",
            "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": "52c408891933",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ccd099ab"
          },
          {
            "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": "aside",
            "html": "<aside class=\"pane grid4 sidebar-right\">",
            "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": "29f0ae28c492",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-fdb4c2a2"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#menu-bar > .menu-level-0.clearfix.menu > .menu-item--expanded.level-1.first:nth-child(1) > a[href$=\"bestuur-en-diensten\"][data-drupal-link-system-path=\"node/2558\"]",
            "html": "<a href=\"/bestuur-en-diensten\" data-drupal-link-system-path=\"node/2558\">Bestuur en Diensten</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": "cd798a7d22f4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-99ca9d3c"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#menu-bar > .menu-level-0.clearfix.menu > .menu-item--expanded.level-1.first:nth-child(2) > a[href$=\"leven-werken-0\"][data-drupal-link-system-path=\"node/2453\"]",
            "html": "<a href=\"/leven-werken-0\" data-drupal-link-system-path=\"node/2453\">Leven &amp; Werken</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": "fb79bd84b09f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e258a6ca"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#menu-bar > .menu-level-0.clearfix.menu > .menu-item--expanded.level-1.first:nth-child(3) > a[href$=\"wonen-omgeving\"][data-drupal-link-system-path=\"node/2464\"]",
            "html": "<a href=\"/wonen-omgeving\" data-drupal-link-system-path=\"node/2464\">Wonen &amp; Omgeving</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": "ac817646b25a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-dffe022a"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#menu-bar > .menu-level-0.clearfix.menu > .menu-item--expanded.level-1.first:nth-child(4) > a[href$=\"welzijn-gezin\"][data-drupal-link-system-path=\"node/2479\"]",
            "html": "<a href=\"/welzijn-gezin\" data-drupal-link-system-path=\"node/2479\">Welzijn &amp; Gezin</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": "8ab2f4dbd80d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-59c4825a"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#menu-bar > .menu-level-0.clearfix.menu > .menu-item--expanded.level-1.first:nth-child(5) > a[href$=\"vrije-tijd\"][data-drupal-link-system-path=\"node/2784\"]",
            "html": "<a href=\"/vrije-tijd\" data-drupal-link-system-path=\"node/2784\">Vrije Tijd</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": "b74935042e51",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7d72a6b0"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#menu-bar > .menu-level-0.clearfix.menu > .menu-item--expanded.level-1.first:nth-child(6) > a[target=\"_blank\"]",
            "html": "<a href=\"https://geetbets.mijnafspraakmaken.be/\" target=\"_blank\">Maak een afspraak</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": "cfce67b96323",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1fe5bae5"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bannerimage",
            "html": "<div class=\"bannerimage\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bc83448dad6b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-788818e7"
          }
        ],
        "outcomeCount": 952,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 16
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2640,
          "failed": 84,
          "cantTell": 50,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_attribute_valid",
          "aria_complementary_labelled",
          "aria_content_in_landmark",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "heading_markup_misuse",
          "html_skipnav_exists",
          "img_alt_redundant",
          "img_alt_valid",
          "input_checkboxes_grouped",
          "input_label_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "text_block_heading",
          "text_contrast_sufficient",
          "text_sensory_misuse"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "html_skipnav_exists",
            "xpath": null,
            "html": "<html class=\" js\" prefix=\"content: http://purl.org/rss/1.0/modules/content/  dc: http://purl.org/dc/terms/  foaf: http://xmlns.com/foaf/0.1/  og: http://ogp.me/ns#  rdfs: http://www.w3.org/2000/01/rdf-schema#  schema: http://schema.org/  sioc: http://rdfs.org/sioc/ns#  sioct: http://rdfs.org/sioc/types#  skos: http://www.w3.org/2004/02/skos/core#  xsd: http://www.w3.org/2001/XMLSchema# \" dir=\"ltr\" lang=\"nl\">",
            "message": "Verify there is a way to bypass blocks of content that are repeated on multiple Web pages",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "204f4317d4a2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e8dcecbb"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_XJlv1qBFfoazmdB05PigEZdUZ--Irz-S-iU-tCplFfM.css?delta=0&language=nl&theme=subtheme&include=eJx1zTEKwCAMQNELBT2SRA2NoDWYZOjtCy3SqdvnLT-jkjENinkXCC48FgprrMsFe_gk-Cmee1OmCkq4CieUltBtljmkk1H8cVDP72sH6KVG43nf2H02yw\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7a2356b0502c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9f3c277b"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_XJlv1qBFfoazmdB05PigEZdUZ--Irz-S-iU-tCplFfM.css?delta=0&language=nl&theme=subtheme&include=eJx1zTEKwCAMQNELBT2SRA2NoDWYZOjtCy3SqdvnLT-jkjENinkXCC48FgprrMsFe_gk-Cmee1OmCkq4CieUltBtljmkk1H8cVDP72sH6KVG43nf2H02yw\" 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": "13dd203d2395",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4512a756"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<nav aria-expanded=\"false\" class=\"inline-menu\" id=\"mainmenu\">",
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <nav> with implicit ARIA role \"navigation\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "989c67a820bd",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5da1ae16"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<button aria-label=\"Menu\" type=\"button\" class=\"hamburger hamburger--squeeze\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a78ad783f06b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-57a35434"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span id=\"tmenu\" href=\"#\">",
            "message": "Text contrast of 2.86 with its background is less than the WCAG AA minimum requirements for text of size 22px and weight of 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "894685260fa7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-42d27b06"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<button aria-label=\"Menu\" type=\"button\" 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": "f6bc3091db63",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-eddff50b"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"Menu\" type=\"button\" class=\"searchbutton\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bd004b8bd903",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f787092a"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"pd-small bgc-light\" href=\"/\" id=\"logo\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "52a85aed779c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-91df7ed4"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8dac2fe7f7de",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f9d40766"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-entity-substitution=\"canonical\" data-entity-uuid=\"c88b96cc-594e-433a-9a2a-ef3809b6a99a\" data-entity-type=\"node\" target=\"_blank\" href=\"/kalender-activiteitenevenementen\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e186e484186d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ba0f79ba"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/sites/default/files/styles/banner/public/public/foto%27s/banner/headerfoto.jpg?h=78fd98c3&itok=HQcy5yLe \">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "55c9224e44f5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c8a76d0c"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field grid gt-tiny\">",
            "message": "Confirm this text 'Telefoon' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "00b666954b19",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ec297318"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"label pane grid1 telefoon\">",
            "message": "Confirm this text 'Telefoon' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cd997147f7f4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-566c4b01"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field grid gt-tiny\">",
            "message": "Confirm this text 'Email' 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=\"label pane grid1 email\">",
            "message": "Confirm this text 'Email' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1aa04fc5c70a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e98a1179"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"text \">",
            "message": "Confirm this text 'vrijdag 1 mei (Dag van de Arbeid)' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "272695fc565c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-223668b6"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<br>",
            "message": "Confirm this text 'Vrijdag 8 mei (teambuilding)' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "778baa63f9d8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-94d3c6bd"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<br>",
            "message": "Confirm this text 'Donderdag 14 mei (O.L.H. Hemelvaart)' 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 'Vrijdag 15 mei (brugdag)' 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 'Maandag 25 mei (Pinkstermaandag)' 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": "de03fd4ce846",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "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": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"teaserwrap\">",
            "message": "Confirm this text 'Lees meer' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f917d865600d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bab6ab7c"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"teaser-content\">",
            "message": "Confirm this text 'Lees meer' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "51fc5312f534",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-104be1c5"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "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": "3076a6ecf22d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3a37faa2"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"teaser-content\">",
            "message": "Confirm this text 'Lees meer' 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=\"teaserwrap\">",
            "message": "Confirm this text 'Lees meer' 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=\"teaser-content\">",
            "message": "Confirm this text 'Lees meer' 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=\"teaserwrap\">",
            "message": "Confirm this text 'Lees meer' 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=\"teaser-content\">",
            "message": "Confirm this text 'Lees meer' 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": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm the user instruction is still understandable without the word(s) 'extra'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "46ddd80a4524",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-16897965"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Lees meer' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2c2691de8b59",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f2bf52aa"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"teaser-content\">",
            "message": "Confirm this text 'Lees meer' 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": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"teaser-content\">",
            "message": "Confirm this text 'Lees meer' 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": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_complementary_labelled",
            "xpath": null,
            "html": "<aside class=\"pane grid4 sidebar-right\">",
            "message": "Element with \"complementary\" role does not have a label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "66c5ed810d9d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4f844769"
          },
          {
            "rule": "img_alt_redundant",
            "xpath": null,
            "html": "<img loading=\"lazy\" class=\"align-center\" width=\"174\" src=\"/sites/default/files/inline-images/witkowo.png\" height=\"176\" data-entity-uuid=\"1626c592-ad9b-4fc2-a9df-eff6fa5286e0\" data-entity-type=\"file\" alt=\"Witkowo\">",
            "message": "Link text of previous link is repeated in image 'alt' value of a link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "db138132e596",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8f71c72c"
          },
          {
            "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_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"shortcut-link\" href=\"https://www.geetbets.be/welzijn-gezin/sociale-dienst\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cbdbd5132e54",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9318c9a6"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"shortcut-link\" href=\"https://www.geetbets.be/welzijn-gezin/sociale-dienst\">",
            "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": "6a8d4fc6ff2e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-671643a5"
          },
          {
            "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_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"shortcut-link\" href=\"https://geetbets.bibliotheek.be/\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bce1eed95ffd",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-891ff1bd"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"shortcut-link\" href=\"https://geetbets.bibliotheek.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": "3c5de9bc62a9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4c831e35"
          },
          {
            "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_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"shortcut-link\" href=\"https://www.delijn.be\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c13a001f0d1d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-455c2a60"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"shortcut-link\" href=\"https://www.delijn.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": "1c3d7dc40f41",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-86fae05c"
          },
          {
            "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_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"shortcut-link\" href=\"https://www.jeugd-geetbets.be/\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9937640f3d6d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4352803a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"shortcut-link\" href=\"https://www.jeugd-geetbets.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": "c2032554a135",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9ebbe1ad"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" rel=\"noopener\" href=\"/cookieverklaring\" data-entity-uuid=\"6d976d4e-80e8-4add-800d-af69f748eb37\" data-entity-type=\"node\" data-entity-substitution=\"canonical\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b8afd12e0984",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2e6a2801"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" rel=\"noopener\" href=\"/privacybeleid\" data-entity-uuid=\"19a9ef0a-af0d-431b-b545-e86b61de484d\" data-entity-type=\"node\" data-entity-substitution=\"canonical\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1bf83d466280",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4431db3a"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<div style=\"opacity: 0.45;\" class=\"\" data-nosnippet=\"\" aria-label=\"Cookie consent dialog\" role=\"dialog\" tabindex=\"0\" id=\"cookiescript_injected\">",
            "message": "The tabbable element's role 'dialog' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "14ea97e0f6ab",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a58b271c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<div style=\"opacity: 0.45;\" class=\"\" data-nosnippet=\"\" aria-label=\"Cookie consent dialog\" role=\"dialog\" tabindex=\"0\" id=\"cookiescript_injected\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f73b0ed92447",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2228bd95"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-label=\"Close\" role=\"button\" tabindex=\"0\" id=\"cookiescript_close\">",
            "message": "Confirm this text '×' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc0f3384cc73",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-75172409"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div data-cs-i18n-text=\"\" id=\"cookiescript_header\">",
            "message": "Text contrast of 2.92 with its background is less than the WCAG AA minimum requirements for text of size 21px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b11bdcaa50d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6d04ff55"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span data-cs-i18n-read=\"Deze website gebruikt cookies om uw gebruikerservaring te verbeteren. Door onze website te gebruiken, stemt u in met alle cookies in overeenstemming met ons Cookiebeleid.\" data-cs-i18n-text=\"\" data-cs-desc-box=\"true\">",
            "message": "Text contrast of 2.92 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": "b494a3de8edc",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ac4e51da"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.geetbets.be/privacybeleid\" aria-label=\"Lees verder, opens a new window\" target=\"_blank\" data-cs-i18n-url=\"{\"nl\":\"https:\\/\\/www.geetbets.be\\/privacybeleid\"}\" data-cs-i18n-text=\"{\"nl\":\"Lees verder\"}\" id=\"cookiescript_readmore\">",
            "message": "Text contrast of 2.92 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": "70e3e71d35ea",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-58378561"
          },
          {
            "rule": "input_checkboxes_grouped",
            "xpath": null,
            "html": "<input checked=\"\" disabled=\"\" value=\"strict\" class=\"mdc-checkbox__native-control cookiescript_checkbox_input\" type=\"checkbox\" data-cookiescript=\"checkbox-input\" id=\"cookiescript_category_strict\" tabindex=\"0\">",
            "message": "Verify that this un-named, ungrouped checkbox input is not related to other checkboxes",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3cce9e4665d0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-416045f0"
          },
          {
            "rule": "input_checkboxes_grouped",
            "xpath": null,
            "html": "<input value=\"performance\" class=\"mdc-checkbox__native-control cookiescript_checkbox_input\" type=\"checkbox\" data-cookiescript=\"checkbox-input\" id=\"cookiescript_category_performance\" tabindex=\"0\">",
            "message": "Verify that this un-named, ungrouped checkbox input is not related to other checkboxes",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "58be37cdcbf7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4f3a24cf"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span data-cs-i18n-text=\"\" class=\"cookiescript_checkbox_text\">",
            "message": "Text contrast of 2.92 with its background is less than the WCAG AA minimum requirements for text of size 15px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c5b7e08be30",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-74249fff"
          },
          {
            "rule": "input_checkboxes_grouped",
            "xpath": null,
            "html": "<input value=\"targeting\" class=\"mdc-checkbox__native-control cookiescript_checkbox_input\" type=\"checkbox\" data-cookiescript=\"checkbox-input\" id=\"cookiescript_category_targeting\" tabindex=\"0\">",
            "message": "Verify that this un-named, ungrouped checkbox input is not related to other checkboxes",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "78c3d1e3b360",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7eacb365"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span data-cs-i18n-text=\"\" class=\"cookiescript_checkbox_text\">",
            "message": "Text contrast of 2.92 with its background is less than the WCAG AA minimum requirements for text of size 15px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "input_checkboxes_grouped",
            "xpath": null,
            "html": "<input value=\"functionality\" class=\"mdc-checkbox__native-control cookiescript_checkbox_input\" type=\"checkbox\" data-cookiescript=\"checkbox-input\" id=\"cookiescript_category_functionality\" tabindex=\"0\">",
            "message": "Verify that this un-named, ungrouped checkbox input is not related to other checkboxes",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1ce39444644c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-66716ddb"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span data-cs-i18n-text=\"\" class=\"cookiescript_checkbox_text\">",
            "message": "Text contrast of 2.92 with its background is less than the WCAG AA minimum requirements for text of size 15px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div data-cs-i18n-text=\"\" role=\"button\" tabindex=\"0\" id=\"cookiescript_accept\">",
            "message": "Confirm this text 'Alles accepteren' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7e740628c4db",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c75b37f6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<div data-cs-i18n-text=\"\" role=\"button\" tabindex=\"0\" id=\"cookiescript_accept\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2fa74e40a7b4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-30ae132d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div data-cs-i18n-text=\"\" role=\"button\" tabindex=\"0\" id=\"cookiescript_accept\">",
            "message": "Text contrast of 4.44 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": "dbf620a22bf1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4390e756"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div data-cs-i18n-text=\"\" role=\"button\" tabindex=\"0\" id=\"cookiescript_reject\">",
            "message": "Confirm this text 'Alles afwijzen' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0235ef18124e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ac98de06"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<div data-cs-i18n-text=\"\" role=\"button\" tabindex=\"0\" id=\"cookiescript_reject\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "12c4060c62df",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-80613e9d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div data-cs-i18n-text=\"\" role=\"button\" tabindex=\"0\" id=\"cookiescript_reject\">",
            "message": "Text contrast of 4.44 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": "960a12631937",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c883034a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span data-cs-i18n-text=\"\" data-cs-show-title=\"cookie-script\">",
            "message": "Text contrast of 4.18 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": "16446ce3536e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-624e6169"
          }
        ],
        "outcomeCount": 2740,
        "uniqueFailedCount": 53,
        "duplicateFailedCount": 31,
        "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": 31
    },
    {
      "submittedUrl": "https://www.glabbeek.be/",
      "finalUrl": "https://www.glabbeek.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Startpagina - Gemeente Glabbeek",
      "elapsedMs": 13583,
      "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": 817,
          "failed": 5,
          "cantTell": 0,
          "inapplicable": 42
        },
        "failedRules": [
          "color-contrast",
          "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",
          "autocomplete-valid",
          "avoid-inline-spacing",
          "button-name",
          "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",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#txtkeyword",
            "html": "<input type=\"text\" name=\"q\" class=\"form-control txt\" id=\"txtkeyword\" data-tooltip=\"Waarmee kunnen we jou helpen?\" autocomplete=\"off\" data-toggle-placeholder=\"1\" placeholder=\"Waarmee kunnen we jou helpen?\" data-placeholder-mobile=\"Zoeken\">",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.24 (foreground color: #777777, background color: #f8f9fa, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#txtkeyword"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "316cbd3488ce",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-46d6df2d"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".vlw__contact__toggle__label",
            "html": "<span class=\"vlw__contact__toggle__label\">Hulp nodig</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": "4bf13c84a23c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c1791208"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".cookie-compliance-text",
            "html": "<div class=\"cookie-compliance-text\">Deze website maakt gebruik van cookies om je gebruikservaring te verbeteren. <a rel=\"nofollow\" href=\"/cookies\" class=\"find-more-button eu-cookie-compliance-more-button find-more-button-processed\"><span>Meer informatie over cookies</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": "8239c1722275",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-caf65a31"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".btn-cookie-edit",
            "html": "<a rel=\"nofollow\" href=\"/cookies?url=%2f\" class=\"btn-cookie-compliance btn-cookie-edit link-cookie-settings\">Beheer mijn cookies</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": "e6ad4acb3a8b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b2110de5"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#skip-content",
            "html": "<div id=\"skip-content\" class=\"skip\"><a href=\"#content-main\" class=\"btn-primary skip-navigation\" data-scrollto=\"skip\" rel=\"nofollow\"> <span>Naar inhoud</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": "abad4c58d895",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-34285466"
          }
        ],
        "outcomeCount": 864,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 5
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2162,
          "failed": 12,
          "cantTell": 10,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_form_label_unique",
          "element_tabbable_visible",
          "style_color_misuse",
          "style_highcontrast_visible",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link media=\"screen\" href=\"https://icons.icordis.be/css/boicon-glabbeek.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": "25e44656bc32",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ca066b6f"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link data-css=\"contrastskin\" data-sw=\"/css/skin-website-contrast.css?v=23042026084905\" href=\"/css/skin-website.css?v=23042026084905\" media=\"screen\" rel=\"stylesheet\" id=\"skin-stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "73d567ffa06c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3172666e"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form action=\"/cookies?url=%2f\" method=\"post\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a285a8b4276",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a6b3a39c"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a rel=\"nofollow\" data-scrollto=\"skip\" class=\"btn-primary skip-navigation\" href=\"#content-main\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "abbce1bbeac9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8d0bbc92"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form class=\"search-form\" id=\"searchForm\" name=\"searchForm\" method=\"GET\" action=\"/zoeken\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "35896571af82",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2801ebfa"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"iconcustom-user-image user-profile\" data-tooltip=\"Aanmelden\" href=\"/profiel/aanmelden\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "14a890cbb973",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d274796d"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<span>",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Venster op Glabbeek\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "28fa273f5bcc",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a7bb455f"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"hours-today\">",
            "message": "Confirm this text 'Vandaag' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da9024529b47",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-47ccc999"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"hours-block\">",
            "message": "Confirm this text 'Vandaag' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8efab6c481a4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-53abfe07"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"txt-hours-status\">",
            "message": "Confirm this text 'Nu gesloten' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "03cf68c5113d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-aee2b661"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"hours-tomorrow\">",
            "message": "Confirm this text 'Morgen' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cb9c0d05e36e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-866f8c01"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"hours-block\">",
            "message": "Confirm this text 'Morgen' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 2181,
        "uniqueFailedCount": 11,
        "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.grimbergen.be/",
      "finalUrl": "https://www.grimbergen.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Startpagina - Gemeente Grimbergen",
      "elapsedMs": 13678,
      "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": 537,
          "failed": 10,
          "cantTell": 13,
          "inapplicable": 42
        },
        "failedRules": [
          "color-contrast",
          "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",
          "autocomplete-valid",
          "avoid-inline-spacing",
          "button-name",
          "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",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".cookie-compliance-text",
            "html": "<div class=\"cookie-compliance-text\">Deze website maakt gebruik van cookies om je gebruikservaring te verbeteren. <a rel=\"nofollow\" href=\"/cookies\" class=\"find-more-button eu-cookie-compliance-more-button find-more-button-processed\"><span>Meer informatie over cookies</span></a></div>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.41 (foreground color: #ffffff, background color: #c9523d, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#cookie-compliance"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7efba5f08ea5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a0070498"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".find-more-button > span",
            "html": "<span>Meer informatie over cookies</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.41 (foreground color: #ffffff, background color: #c9523d, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#cookie-compliance"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ae330a82a3eb",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-59ca7c4e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href=\"/cookies?url=%2f\"]",
            "html": "<a rel=\"nofollow\" href=\"/cookies?url=%2f\" class=\"btn-cookie-compliance btn-cookie-accept\">Beheer mijn 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.75 (foreground color: #ffffff, background color: #cf6451, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href=\"/cookies?url=%2f\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f40e981987e9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-33831484"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".btn-cookie-decline",
            "html": "<button type=\"submit\" class=\"btn-cookie-compliance btn-cookie-decline\" name=\"action\" value=\"decline\">Alleen essentiële cookies</button>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.75 (foreground color: #ffffff, background color: #cf6451, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".btn-cookie-decline"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7200e9a8cfcc",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b0186adf"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "button[value=\"acceptall\"]",
            "html": "<button type=\"submit\" class=\"btn-cookie-compliance btn-cookie-accept\" name=\"action\" value=\"acceptall\">Alles aanvaarden</button>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.75 (foreground color: #ffffff, background color: #cf6451, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "button[value=\"acceptall\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "21490728d2b7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-08e864b5"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".btn-menu > .toggle-txt",
            "html": "<span class=\"toggle-txt\">Menu</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.75 (foreground color: #ffffff, background color: #cf6451, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".btn-menu"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1117fdb7b429",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-04c14c70"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".vlw__contact__toggle__label",
            "html": "<span class=\"vlw__contact__toggle__label\">Hulp nodig</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": "0ea073c9cdee",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c1791208"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".cookie-compliance-text",
            "html": "<div class=\"cookie-compliance-text\">Deze website maakt gebruik van cookies om je gebruikservaring te verbeteren. <a rel=\"nofollow\" href=\"/cookies\" class=\"find-more-button eu-cookie-compliance-more-button find-more-button-processed\"><span>Meer informatie over cookies</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": "88134da487d2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-caf65a31"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "a[href=\"/cookies?url=%2f\"]",
            "html": "<a rel=\"nofollow\" href=\"/cookies?url=%2f\" class=\"btn-cookie-compliance btn-cookie-accept\">Beheer mijn cookies</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": "8db828dfe236",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ee56ea25"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#skip-content",
            "html": "<div id=\"skip-content\" class=\"skip\"><a href=\"#content-main\" class=\"btn-primary skip-navigation\" data-scrollto=\"skip\" rel=\"nofollow\"> <span>Naar inhoud</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": "0f599f503b81",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-34285466"
          }
        ],
        "outcomeCount": 602,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 10
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1611,
          "failed": 21,
          "cantTell": 13,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_form_label_unique",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "text_contrast_sufficient",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link media=\"screen\" href=\"https://icons.icordis.be/css/boicon-grimbergen.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": "c9c15617c328",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-073a1bbb"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link data-css=\"contrastskin\" data-sw=\"/css/skin-website-contrast.css?v=04052026083553\" href=\"/css/skin-website.css?v=04052026083553\" media=\"screen\" rel=\"stylesheet\" id=\"skin-stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6acf0f663dda",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1d7e3684"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<link color=\"#CF6451\" href=\"/images/skin/safari-pinned-tab.svg\" rel=\"mask-icon\">",
            "message": "The HTML attribute(s) \"color\" is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "32b7b81ecf71",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2d6e4286"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form action=\"/cookies?url=%2f\" method=\"post\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea7726106ba6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a6b3a39c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"cookie-compliance-text\">",
            "message": "Text contrast of 4.41 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": "a8da1b31c0dd",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5d5bd0c5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.41 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": "11695c2c287a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"btn-cookie-compliance btn-cookie-accept\" href=\"/cookies?url=%2f\" rel=\"nofollow\">",
            "message": "Text contrast of 3.75 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": "9bd120802055",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8e9cd756"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"decline\" name=\"action\" class=\"btn-cookie-compliance btn-cookie-decline\" type=\"submit\">",
            "message": "Text contrast of 3.75 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": "e628d53af6a9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-85a2251d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"acceptall\" name=\"action\" class=\"btn-cookie-compliance btn-cookie-accept\" type=\"submit\">",
            "message": "Text contrast of 3.75 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": "cbf17aa4009e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-aeb23f9f"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a rel=\"nofollow\" data-scrollto=\"skip\" class=\"btn-primary skip-navigation\" href=\"#content-main\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0f252714682b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8d0bbc92"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.75 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": "<button data-tooltip=\"Hoog contrast\" class=\"icon-contrast nav__top btn-toggle__contrast\" id=\"btn-toggle-contrast\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb74ee6e795f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a5a7724e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"toggle-txt\">",
            "message": "Text contrast of 3.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": "cd43d782480c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8432b904"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form class=\"search-form\" id=\"searchForm\" name=\"searchForm\" method=\"GET\" action=\"/zoeken\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "62fc1a4f5d7b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2801ebfa"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input data-placeholder-mobile=\"Zoeken\" placeholder=\"Wat is jouw vraag?\" data-toggle-placeholder=\"1\" autocomplete=\"off\" data-tooltip=\"Wat is jouw vraag?\" id=\"txtkeyword\" class=\"form-control txt\" name=\"q\" 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": "fd93981ee147",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-241fea0f"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<button data-tooltip=\"Zoeken\" id=\"btnSearch\" class=\"btn-search\" type=\"submit\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ec2a88b8ea2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-43c917fe"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"toggle-txt\">",
            "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_visible",
            "xpath": null,
            "html": "<a data-tooltip=\"Volg ons op Facebook\" href=\"https://www.facebook.com/Gemeente-Grimbergen-307206849987562/\" rel=\"noopener noreferrer\" target=\"_blank\" class=\"iconcustom-facebook-fill external\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7b156941a9d1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-65d64df0"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a data-tooltip=\"Volg ons op Linkedin\" href=\"https://www.linkedin.com/company/gemeente-grimbergen/\" rel=\"noopener noreferrer\" target=\"_blank\" class=\"icon-linkedin external\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b725dc2f5092",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-22f36ae7"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a data-tooltip=\"Volg ons op UiT in Vlaanderen\" href=\"https://www.grimbergen.be/activiteiten\" rel=\"noopener noreferrer\" target=\"_blank\" class=\"icon-uitin external\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1bff46c02467",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-764cf5d8"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<div class=\"short\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Driesbos - Langblok - 's Gravenbos\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ab6b6037c331",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-01f4177d"
          }
        ],
        "outcomeCount": 1654,
        "uniqueFailedCount": 19,
        "duplicateFailedCount": 2,
        "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": 2
    },
    {
      "submittedUrl": "https://www.haacht.be/",
      "finalUrl": "https://www.haacht.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Startpagina - Gemeente Haacht",
      "elapsedMs": 13585,
      "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": 697,
          "failed": 7,
          "cantTell": 13,
          "inapplicable": 39
        },
        "failedRules": [
          "aria-hidden-focus",
          "color-contrast",
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "autocomplete-valid",
          "avoid-inline-spacing",
          "button-name",
          "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",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "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": ".header-readspeaker",
            "html": "<div class=\"header-readspeaker\" 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 be disabled or be removed from the DOM\n  Focusable content should have tabindex=\"-1\" or be removed from the DOM",
            "relatedPaths": [
              ".rsbtn_tooltoggle",
              ".rs-summary-btn",
              ".rsbtn_play"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "abefac108c65",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-91e6c091"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".vlw__contact__toggle__label",
            "html": "<span class=\"vlw__contact__toggle__label\">Hulp nodig</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.03 (foreground color: #ffffff, background color: #e83f38, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".vlw__contact__toggle"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7a4ff720bf92",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-64150d30"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#ct-2-1 > .focus",
            "html": "<span class=\"focus\">Morgen</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.39 (foreground color: #a8a5bd, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5784b98d514b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ebf0ebaf"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".vlw__contact__toggle__label",
            "html": "<span class=\"vlw__contact__toggle__label\">Hulp nodig</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": "d62b104af535",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c1791208"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#skip-content",
            "html": "<div id=\"skip-content\" class=\"skip\"> <div class=\"container\"> <a href=\"#content-main\" data-scrollto=\"skip\" rel=\"nofollow\"> <span>Naar inhoud</span> </a> </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": "31e2b0e010c0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-34285466"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".cookie-compliance-text",
            "html": "<div class=\"cookie-compliance-text cookie-compliance__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": "6a4a0433c383",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-caf65a31"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".btn-cookie-compliance",
            "html": "<a rel=\"nofollow\" href=\"/cookies?url=%2f\" class=\"btn-cookie-compliance btn-link link-cookie-settings\">Beheer mijn cookies</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": "f449247b87c4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b6704e35"
          }
        ],
        "outcomeCount": 756,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 7
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2616,
          "failed": 46,
          "cantTell": 41,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_form_label_unique",
          "aria_hidden_nontabbable",
          "aria_keyboard_handler_exists",
          "element_tabbable_visible",
          "input_label_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link media=\"screen\" href=\"/css/layout/modules/content-blocks.css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "58eae733b521",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-cc8d57b6"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link media=\"screen\" href=\"/css/layout/modules/content-blocks.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": "25c5aeb122a3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0734e429"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a rel=\"nofollow\" data-scrollto=\"skip\" href=\"#content-main\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9dec0c500533",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ced717ec"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form class=\"cookie-compliance-form\" action=\"/cookies?url=%2f\" method=\"post\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "17ebc3476a41",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bec41670"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button value=\"decline\" name=\"action\" class=\"cookie-compliance__btn btn-cookie-decline\" type=\"submit\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2583561ed956",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8c71e563"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button value=\"acceptall\" name=\"action\" class=\"cookie-compliance__btn btn-cookie-accept\" type=\"submit\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b8713c979c0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a0a3c19e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"btn-cookie-compliance btn-link link-cookie-settings\" href=\"/cookies?url=%2f\" rel=\"nofollow\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "71db2d16286c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c78f1f5a"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<button style=\"display: none;\" data-rsevent-id=\"rs_654146\" data-rs-container=\"readspeaker_button1\" data-rs-direction=\"u\" data-rs-tooltip=\".\" aria-expanded=\"false\" aria-label=\"webReader menu\" title=\"webReader menu\" data-rslang=\"title/arialabel:menu\" data-rsshortcut=\"menu\" class=\"rsbtn_tooltoggle\">",
            "message": "Element \"button\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b5ee3702caac",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a2b247eb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button style=\"display: none;\" data-rsevent-id=\"rs_654146\" data-rs-container=\"readspeaker_button1\" data-rs-direction=\"u\" data-rs-tooltip=\".\" aria-expanded=\"false\" aria-label=\"webReader menu\" title=\"webReader menu\" data-rslang=\"title/arialabel:menu\" data-rsshortcut=\"menu\" class=\"rsbtn_tooltoggle\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "443e1743bc8e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5bd41b8a"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button style=\"display: none;\" data-rsevent-id=\"rs_654146\" data-rs-container=\"readspeaker_button1\" data-rs-direction=\"u\" data-rs-tooltip=\".\" aria-expanded=\"false\" aria-label=\"webReader menu\" title=\"webReader menu\" data-rslang=\"title/arialabel:menu\" data-rsshortcut=\"menu\" class=\"rsbtn_tooltoggle\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dcb62b031c2e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2ee12926"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a data-rs-lang=\"nl_be\" data-rsshortcut=\"play\" aria-haspopup=\"menu\" data-rs-direction=\"u\" data-rs-tooltip=\".\" aria-label=\"Lees voor\" role=\"button\" href=\"//app-eu.readspeaker.com/cgi-bin/rsent?customerid=11788&lang=nl_be&readid=wrapper&url=https%3a%2f%2fwww.haacht.be%2f\" title=\"Laat de tekst voorlezen met ReadSpeaker webReader\" class=\"rsbtn_play\" rel=\"nofollow\">",
            "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": "5e0de98b73e3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d20dd87d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a data-rs-lang=\"nl_be\" data-rsshortcut=\"play\" aria-haspopup=\"menu\" data-rs-direction=\"u\" data-rs-tooltip=\".\" aria-label=\"Lees voor\" role=\"button\" href=\"//app-eu.readspeaker.com/cgi-bin/rsent?customerid=11788&lang=nl_be&readid=wrapper&url=https%3a%2f%2fwww.haacht.be%2f\" title=\"Laat de tekst voorlezen met ReadSpeaker webReader\" class=\"rsbtn_play\" rel=\"nofollow\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1058a292167e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-67a13719"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<button data-rslang=\"title:summary-button\" title=\"Eenvoudige tekst\" position=\"inside\" class=\"rs-summary-btn rs_preserve rs_skip_always\">",
            "message": "Element \"button\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "db9a0d8e6d68",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-06115dbc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button data-rslang=\"title:summary-button\" title=\"Eenvoudige tekst\" position=\"inside\" class=\"rs-summary-btn rs_preserve rs_skip_always\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "de0e2486dff1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-45ba9c91"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button aria-expanded=\"false\" type=\"button\" class=\"btn-toggle-menu\" data-dismiss=\"modal\" data-toggle=\"offcanvas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1eb63e539988",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9eb048d0"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form class=\"search__form\" id=\"lcp-search-form\" name=\"searchForm\" method=\"GET\" action=\"/zoeken\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f9627a382293",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-24e4b13f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input data-error=\"Gelieve je microfoon aan te sluiten en je microfoon rechten toe te laten.\" data-listening-text=\"Luisteren...\" data-speak-text=\"Begin nu te spreken\" data-placeholder-mobile=\"Zoeken\" placeholder=\"Waarmee kunnen we jou helpen?\" data-toggle-placeholder=\"1\" autocomplete=\"off\" data-tooltip=\"Waarmee kunnen we jou helpen?\" id=\"lcp-searchbox-keyword\" class=\"form-control txt search__input\" name=\"q\" type=\"text\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a8fd373a5046",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-27614b55"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"partial__link\" href=\"/nieuws/maak-kennis-met-het-haachtse-wijkteam\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8314213db954",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b5f1914f"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Maak kennis met het Haachtse wijkteam' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f9744e33081d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b48dfa4b"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"partial__link\" href=\"/nieuws/gratis-zakjes-bloemenzaad\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d3b8d2caedba",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-810bf914"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Gratis zakjes bloemenzaad' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"partial__link\" href=\"/nieuws/faire-ronde\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d5fc9c17b383",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0b0780b1"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Faire Ronde Haacht zaterdag 9 mei 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"partial__link\" rel=\"noopener\" target=\"_blank\" href=\"https://www.haacht.be/projecten/detail/20/werken-aan-het-spoor\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "57a6e8cdefbc",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-11c2391e"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Werken aan het spoor' 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 class=\"partial__btn partial__btn--news\" href=\"/nieuws\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea93096e7bd5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-445db29d"
          },
          {
            "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 37px and weight of 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "519bd472f122",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/activiteiten/detail/444/elkaar-helpen-bij-verlies-en-verdriet-manu-keirse\" class=\"partial__link\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1ce1e2df895a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-27b8eec5"
          },
          {
            "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": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Elkaar helpen bij verlies en verdriet - Manu Keirse' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/activiteiten/detail/457/wat-na-mantelzorg\" class=\"partial__link\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "25048fe15600",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ad7bbcd1"
          },
          {
            "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": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Wat na mantelzorg?' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/activiteiten/detail/735/lezing-eerste-hulp-bij-slaap\" class=\"partial__link\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "160a437e611e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2130c4a6"
          },
          {
            "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": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Lezing: eerste hulp bij slaap' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/activiteiten/detail/806/familiehappening\" class=\"partial__link\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "395ece28fa35",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-cd16af06"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Familiehappening' 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 class=\"partial__btn partial__btn--events\" href=\"/activiteiten\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c1718da5bc65",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6c9f85aa"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/gcdenbreughel\" class=\"btn-link contentblocks__btn has-icon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "39826543732b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-aa058d73"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.huisvanhetkindhaacht.be/\" rel=\"noopener noreferrer\" target=\"_blank\" class=\"btn-link contentblocks__btn external has-icon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9200627a93ed",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ac39ba55"
          },
          {
            "rule": "aria_keyboard_handler_exists",
            "xpath": null,
            "html": "<div class=\"automatic contact__tablist\" role=\"tablist\">",
            "message": "Verify the <div> element with \"tablist\" role has keyboard access",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "172d902af224",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-fd173823"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button aria-controls=\"contact-tp1-1\" aria-selected=\"true\" role=\"tab\" type=\"button\" id=\"ct-1-1\" class=\"btn-tab\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "94ffbaddba67",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ad4c57d9"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"focus\">",
            "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 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2cd8572fef53",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-94188801"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"btn-link\" href=\"/contact\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "399de0f91887",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1e20e9f9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button class=\"nav__link btn__link btn-toggle-contrast icon-contrast\" type=\"button\" id=\"btn-toggle-contrast\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a80c4ca157d3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-76e8e3db"
          }
        ],
        "outcomeCount": 2674,
        "uniqueFailedCount": 36,
        "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.halle.be/",
      "finalUrl": "https://www.halle.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Home | Stad Halle",
      "elapsedMs": 14794,
      "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": 1127,
          "failed": 29,
          "cantTell": 33,
          "inapplicable": 34
        },
        "failedRules": [
          "color-contrast",
          "frame-title",
          "image-alt",
          "label",
          "region"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-command-name",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "autocomplete-valid",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "frame-tested",
          "frame-title",
          "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-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",
          "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": ".flex-iframe",
            "html": "<button type=\"submit\" class=\"btn btn-small btn-success\" onclick=\"disableButton()\" id=\"btn-send\">Verzenden</button>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.31 (foreground color: #ffffff, background color: #578636, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".flex-iframe"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "582b87857f0b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2014b479"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"aanvragen-en-documenten\"]",
            "html": "<a href=\"/menu/aanvragen-en-documenten\" class=\"shortcut-link\" target=\"_parent\">Aanvragen en documenten</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.31 (foreground color: #578636, background color: #ffffff, font size: 16.5pt (22px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".shortcut-wrapper.overlay-link.padding-small:nth-child(1)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "919386a5ef8b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-fdb1f63f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"afval-en-recyclagepark\"]",
            "html": "<a href=\"/menu/afval-en-recyclagepark\" class=\"shortcut-link\" target=\"_parent\">Afval en recyclagepark</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.31 (foreground color: #578636, background color: #ffffff, font size: 16.5pt (22px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".shortcut-wrapper.overlay-link.padding-small:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d89436158f6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0f4b21e3"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".shortcut-wrapper.overlay-link.padding-small:nth-child(3) > h3 > .shortcut-link[target=\"_parent\"]",
            "html": "<a href=\"/menu/mobiliteit-en-wegenwerken\" class=\"shortcut-link\" target=\"_parent\">Mobiliteit en wegenwerken</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.31 (foreground color: #578636, background color: #ffffff, font size: 16.5pt (22px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".shortcut-wrapper.overlay-link.padding-small:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "93a3c42d71a4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7d227e96"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"zorg-en-ondersteuning\"]",
            "html": "<a href=\"/menu/zorg-en-ondersteuning\" class=\"shortcut-link\" target=\"_parent\">Zorg en ondersteuning</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.31 (foreground color: #578636, background color: #ffffff, font size: 16.5pt (22px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".shortcut-wrapper.overlay-link.padding-small:nth-child(4)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ce1e69cf84dd",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-59997094"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"vrije-tijd-en-recreatie\"]",
            "html": "<a href=\"/menu/vrije-tijd-en-recreatie\" class=\"shortcut-link\" target=\"_parent\">Vrije tijd en recreatie</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.31 (foreground color: #578636, background color: #ffffff, font size: 16.5pt (22px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".shortcut-wrapper.overlay-link.padding-small:nth-child(5)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c83296c706d0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-fd150e6b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"stad-en-bestuur\"]",
            "html": "<a href=\"/menu/stad-en-bestuur\" class=\"shortcut-link\" target=\"_parent\">Stad en Bestuur</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.31 (foreground color: #578636, background color: #ffffff, font size: 16.5pt (22px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".shortcut-wrapper.overlay-link.padding-small:nth-child(6)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0b6d56efbab4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-05a1d48d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".shortcut-wrapper.overlay-link.padding-small:nth-child(7) > h3 > .shortcut-link[target=\"_parent\"]",
            "html": "<a href=\"/menu/bouwen-wonen-en-ondernemen\" class=\"shortcut-link\" target=\"_parent\">Bouwen, wonen en ondernemen</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.31 (foreground color: #578636, background color: #ffffff, font size: 16.5pt (22px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".shortcut-wrapper.overlay-link.padding-small:nth-child(7)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "be1348f79a28",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-25d510db"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".shortcut-wrapper.overlay-link.padding-small:nth-child(8) > h3 > .shortcut-link[target=\"_parent\"]",
            "html": "<a href=\"/menu/kinderopvang-en-onderwijs\" class=\"shortcut-link\" target=\"_parent\">Kinderopvang en onderwijs</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.31 (foreground color: #578636, background color: #ffffff, font size: 16.5pt (22px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".shortcut-wrapper.overlay-link.padding-small:nth-child(8)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "41946030a89d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-738679c8"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".shortcut-wrapper.overlay-link.padding-small:nth-child(9) > h3 > .shortcut-link[target=\"_parent\"]",
            "html": "<a href=\"/menu/afspraken-en-openingsuren\" class=\"shortcut-link\" target=\"_parent\">Afspraken en openingsuren</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.31 (foreground color: #578636, background color: #ffffff, font size: 16.5pt (22px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".shortcut-wrapper.overlay-link.padding-small:nth-child(9)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "013b08af4e33",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ccc7f476"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"nieuwsberichten\"]",
            "html": "<a class=\"button \" href=\"/nieuwsberichten\">Bekijk alle nieuwsberichten</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.31 (foreground color: #ffffff, background color: #578636, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"nieuwsberichten\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "42b21a1e340b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-63eace56"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[data-yt-id=\"0\"]",
            "html": "<a data-yt-id=\"0\" role=\"button\" tabindex=\"0\" data-keyboard-activate=\"\">Halle NIEUWS</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: #207ac2, background color: #fafafa, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".yottie-widget-nav"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "efc489c72e24",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-64dac344"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[data-yt-id=\"1\"]",
            "html": "<a data-yt-id=\"1\" role=\"button\" tabindex=\"0\" data-keyboard-activate=\"\">Gemeenteraad in 't kort</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #868686, background color: #fafafa, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".yottie-widget-nav"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c2d077db7b16",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f0208b98"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[data-yt-id=\"2\"]",
            "html": "<a data-yt-id=\"2\" role=\"button\" tabindex=\"0\" data-keyboard-activate=\"\">Hallemaalbruggen</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #868686, background color: #fafafa, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".yottie-widget-nav"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a7dbf1f386f8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8910954f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[data-yt-id=\"3\"]",
            "html": "<a data-yt-id=\"3\" role=\"button\" tabindex=\"0\" data-keyboard-activate=\"\">Halle Fietst</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.48 (foreground color: #868686, background color: #fafafa, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".yottie-widget-nav"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a6c67ba4b2e6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2c06b33e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#cookiescript_readmore",
            "html": "<a id=\"cookiescript_readmore\" data-cs-i18n-text=\"{\"nl\":\"Lees verder\"}\" data-cs-i18n-url=\"{\"nl\":\"https:\\/\\/www.halle.be\\/cookiebeleid\"}\" target=\"_blank\" aria-label=\"Lees verder, opens a new window\" href=\"https://www.halle.be/cookiebeleid\">",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.08 (foreground color: #ffffff, background color: #f3f6f4, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#cookiescript_injected"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "60a675895acf",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-dca56b6b"
          },
          {
            "rule": "frame-title",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/frame-title?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": ".flex-iframe",
            "html": "<iframe id=\"iframe_flxml_form\" onload=\"javascript: fm.load();\" src=\"https://www.flexmail.eu/sf-3390074f826348615228b8a3ef4ad61b48708\" frameborder=\"0\" scrolling=\"no\" style=\"overflow:hidden;height:535px;width:100%\" height=\"100%\" width=\"100%\"></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",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "849bf74df416",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-24bcaa98"
          },
          {
            "rule": "frame-title",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/frame-title?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": ".flex-iframe",
            "html": "<iframe id=\"iframe_flxml_submit\" name=\"iframe_flxml_submit\" style=\"width:100%;height:70px;visibility:visible;display:block;background-color:transparent\" allowtransparency=\"true\" src=\"//www.flexmail.eu/public/blank.html\" frameborder=\"0\" scrolling=\"no\"></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",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".footerlogo > img",
            "html": "<img src=\"/themes/subtheme/css/footerlogo.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": "16d8e32f1358",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-cf9f57f1"
          },
          {
            "rule": "label",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": ".flex-iframe",
            "html": "<input style=\"width:274px;height:16px;padding:3px;border-radius:3px;border: 1px solid #a9a9a9\" type=\"text\" maxlength=\"100\" name=\"fields[117979cc352353c57a691a947b04167f]\" value=\"\">",
            "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": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "label",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": ".flex-iframe",
            "html": "<input style=\"width:274px;height:16px;padding:3px;border-radius:3px;border: 1px solid #a9a9a9\" type=\"text\" maxlength=\"100\" name=\"fields[1a2f3e3b4cebe60c0e9659520e7e121a]\" value=\"\">",
            "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": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "label",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": ".flex-iframe",
            "html": "<input style=\"width:274px;height:16px;padding:3px;border-radius:3px;border: 1px solid #a9a9a9\" type=\"text\" maxlength=\"100\" name=\"fields[2426ced136024a631a2a0672a269b700]\" value=\"\">",
            "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": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#myNav > .closebtn[onclick=\"closeNav()\"][href=\"javascript:void(0)\"]",
            "html": "<a href=\"javascript:void(0)\" class=\"closebtn\" onclick=\"closeNav()\">×</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": "a7027003fbe2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-46cfc2bc"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".flex-iframe",
            "html": "<h3>Schrijf je in op onze nieuwsbrief</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": "2ee8ecf9043c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-31b52d80"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".flex-iframe",
            "html": "<p>\n    Wil je graag op de hoogte blijven?    <br>\n    Schrijf je dan hieronder in</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": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".flex-iframe",
            "html": "<input type=\"checkbox\" class=\"is-required\" name=\"confirmation\" value=\"1\" autocomplete=\"off\" tabindex=\"-1\" placeholder=\"Please confirm your subscription\">",
            "message": "All page content should 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": ".flex-iframe",
            "html": "<table style=\"border:0;padding:0;margin: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": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".flex-iframe",
            "html": "<p class=\"small\">\n    <a href=\"https://flexmail.be\" target=\"_blank\">Powered by Flexmail</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": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".vlw__contact__toggle__label",
            "html": "<span class=\"vlw__contact__toggle__label\">Hulp nodig</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": "3dfe424e1760",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c1791208"
          }
        ],
        "outcomeCount": 1223,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 8,
        "uniqueFailedCount": 21
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2877,
          "failed": 79,
          "cantTell": 73,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_content_in_landmark",
          "aria_eventhandler_role_valid",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "frame_src_valid",
          "frame_title_exists",
          "html_lang_exists",
          "html_skipnav_exists",
          "img_alt_valid",
          "input_checkboxes_grouped",
          "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_fnvIKkBe9xi4EoeD66X6H3ViEh1RJdXvm44HtzsRvJ0.css?delta=0&language=nl&theme=subtheme&include=eJx1yjsKwCAQRdENiS5JnjpEQeMwnyK7T4qQLt3lcBmCQ8BdUxNnzMifRD_ZyxzaqQUlSO0ZPDLcdt2LJxmlHw_qxTqtZ3gj6KVGKxUo3fbcLxQ\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4ff437c0193e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7b0f0b29"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_fnvIKkBe9xi4EoeD66X6H3ViEh1RJdXvm44HtzsRvJ0.css?delta=0&language=nl&theme=subtheme&include=eJx1yjsKwCAQRdENiS5JnjpEQeMwnyK7T4qQLt3lcBmCQ8BdUxNnzMifRD_ZyxzaqQUlSO0ZPDLcdt2LJxmlHw_qxTqtZ3gj6KVGKxUo3fbcLxQ\" 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": "0779269983fa",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-99f55c89"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a onclick=\"closeNav()\" class=\"closebtn\" href=\"javascript:void(0)\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6b0625d0ee86",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b6abdca3"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a onclick=\"closeNav()\" class=\"closebtn\" href=\"javascript:void(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": "555e189b41d7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-24e46ecc"
          },
          {
            "rule": "frame_title_exists",
            "xpath": null,
            "html": "<iframe data-gtm-yt-inspected-8=\"true\" src=\"/themes/subtheme/flexmail/flexmail.html?1\" class=\"flex-iframe\">",
            "message": "Inline frame does not have a 'title' attribute",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d8bb5e7daf06",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e4d70e1d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<iframe data-gtm-yt-inspected-8=\"true\" src=\"/themes/subtheme/flexmail/flexmail.html?1\" class=\"flex-iframe\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0b58ba7cf7a3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7ccf980b"
          },
          {
            "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": "c62927787cb8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "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": "63c3be5de3af",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5de5dc40"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<style id=\"flx-styles\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d3d848a63b6d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2d1f52e7"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style id=\"flx-styles\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a69e720a5f5d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4e976931"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h3>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9af2d8aa700d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e9f90e78"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<iframe width=\"100%\" height=\"100%\" style=\"overflow:hidden;height:535px;width:100%\" scrolling=\"no\" frameborder=\"0\" src=\"https://www.flexmail.eu/sf-3390074f826348615228b8a3ef4ad61b48708\" onload=\"javascript: fm.load();\" id=\"iframe_flxml_form\">",
            "message": "The HTML attribute(s) \"frameborder, scrolling\" is deprecated for the <iframe> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "703e97e99cd3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3fff322c"
          },
          {
            "rule": "frame_src_valid",
            "xpath": null,
            "html": "<iframe width=\"100%\" height=\"100%\" style=\"overflow:hidden;height:535px;width:100%\" scrolling=\"no\" frameborder=\"0\" src=\"https://www.flexmail.eu/sf-3390074f826348615228b8a3ef4ad61b48708\" onload=\"javascript: fm.load();\" id=\"iframe_flxml_form\">",
            "message": "Verify <frame> content is accessible",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac64aed7b2ac",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b70ca3a2"
          },
          {
            "rule": "frame_title_exists",
            "xpath": null,
            "html": "<iframe width=\"100%\" height=\"100%\" style=\"overflow:hidden;height:535px;width:100%\" scrolling=\"no\" frameborder=\"0\" src=\"https://www.flexmail.eu/sf-3390074f826348615228b8a3ef4ad61b48708\" onload=\"javascript: fm.load();\" id=\"iframe_flxml_form\">",
            "message": "Inline frame does not have a 'title' attribute",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bfc68cfd2f78",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1dca2c77"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://flexmail.be\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9c73053d91cc",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0000e841"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"pd-small bgc-light\" href=\"/\" id=\"logo\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3c9603a8955e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-91df7ed4"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"mobile_search\" href=\"javascript:void(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": "659d03235216",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-49667fa3"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a class=\"mobile_search\" href=\"javascript:void(0)\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "99f85fcdd360",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5ae96a2e"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<input autocomplete=\"off\" data-once=\"autocomplete search-api-autocomplete\" maxlength=\"128\" size=\"30\" value=\"\" name=\"keys\" id=\"edit-keys\" type=\"text\" data-autocomplete-path=\"/search_api_autocomplete/search?display=page_1&&filter=keys\" class=\"form-autocomplete form-text ui-autocomplete-input\" data-search-api-autocomplete-search=\"search\" data-drupal-selector=\"edit-keys\" placeholder=\"Wat wil je vinden?\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d88a875c3c12",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-94c0158e"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<input class=\"button js-form-submit form-submit\" value=\"Zoeken\" id=\"edit-submit-search\" type=\"submit\" data-drupal-selector=\"edit-submit-search\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d84d912a0e79",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-42449fbe"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input class=\"button js-form-submit form-submit\" value=\"Zoeken\" id=\"edit-submit-search\" type=\"submit\" data-drupal-selector=\"edit-submit-search\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c63e0b3846b2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-136f9cfc"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"togglebutton\" href=\"/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": "20d24c01f7ac",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4d14eba0"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<br>",
            "message": "Confirm this text 'En ook op donderdagavond van 17u tot 20u' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6f8aba423aa7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-94d3c6bd"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"mailto:Info@halle.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": "e4e0d699e0bc",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ff64817c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"mailto:Info@halle.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": "7e811aee0600",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-129abe77"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://afspraken.halle.be/\" class=\"button afspraak\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "afda36066f33",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-04fdde41"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://afspraken.halle.be/\" class=\"button afspraak\">",
            "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": "e377581887ec",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f60d7446"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/melding\" class=\"button melden\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fbb80355e40f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-76e4155b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/melding\" class=\"button melden\">",
            "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": "3d534e38ac32",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-64c82156"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/openingsuren\" class=\"button openingsuren\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c91e6b0f9a79",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b8612ac9"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/openingsuren\" class=\"button openingsuren\">",
            "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": "9a6d530f9c25",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d3a8b4ef"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://kaart.halle.be/\" class=\"button stadskaart\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "833696ca9811",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-de3be3af"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://kaart.halle.be/\" class=\"button stadskaart\">",
            "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": "8f2e0c2ff493",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e184cd04"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_parent\" class=\"shortcut-link\" href=\"/menu/aanvragen-en-documenten\">",
            "message": "Text contrast of 4.31 with its background is less than the WCAG AA minimum requirements for text of size 22px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8dfa6390d213",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9fd99070"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_parent\" class=\"shortcut-link\" href=\"/menu/afval-en-recyclagepark\">",
            "message": "Text contrast of 4.31 with its background is less than the WCAG AA minimum requirements for text of size 22px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea3a1e336da0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2374fe3e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_parent\" class=\"shortcut-link\" href=\"/menu/mobiliteit-en-wegenwerken\">",
            "message": "Text contrast of 4.31 with its background is less than the WCAG AA minimum requirements for text of size 22px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e2227fb70d3e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d341ca2c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_parent\" class=\"shortcut-link\" href=\"/menu/zorg-en-ondersteuning\">",
            "message": "Text contrast of 4.31 with its background is less than the WCAG AA minimum requirements for text of size 22px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d5e872895a1c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-67d1e953"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_parent\" class=\"shortcut-link\" href=\"/menu/vrije-tijd-en-recreatie\">",
            "message": "Text contrast of 4.31 with its background is less than the WCAG AA minimum requirements for text of size 22px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b97d002b88dc",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4ec22f93"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_parent\" class=\"shortcut-link\" href=\"/menu/stad-en-bestuur\">",
            "message": "Text contrast of 4.31 with its background is less than the WCAG AA minimum requirements for text of size 22px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6f54b88682be",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bfd473a0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_parent\" class=\"shortcut-link\" href=\"/menu/bouwen-wonen-en-ondernemen\">",
            "message": "Text contrast of 4.31 with its background is less than the WCAG AA minimum requirements for text of size 22px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a75289458ff2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d6c12b68"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_parent\" class=\"shortcut-link\" href=\"/menu/kinderopvang-en-onderwijs\">",
            "message": "Text contrast of 4.31 with its background is less than the WCAG AA minimum requirements for text of size 22px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e34276ef07b5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4f8eee50"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_parent\" class=\"shortcut-link\" href=\"/menu/afspraken-en-openingsuren\">",
            "message": "Text contrast of 4.31 with its background is less than the WCAG AA minimum requirements for text of size 22px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5594a003c45b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ab6cf063"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/productencatalogus\" class=\"button Products\">",
            "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": "e8aa7da4c6e1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-947563bd"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ta-center mg-none\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3514f68896b2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e7002210"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/nieuwsberichten\" class=\"button \">",
            "message": "Text contrast of 4.31 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": "b0317f601e29",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4876a2a7"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a rel=\"nofollow\" target=\"_blank\" title=\"Go to Stad Halle channel\" href=\"https://www.youtube.com/channel/UCfThSwpnTNOICJKRSQc1nQQ/\" class=\"yottie-widget-header-logo\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0ba787fa0f0a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-965fb945"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" title=\"Go to Stad Halle channel\" href=\"https://www.youtube.com/channel/UCfThSwpnTNOICJKRSQc1nQQ/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "959d9507a8fd",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-616110e4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a data-keyboard-activate=\"\" tabindex=\"0\" role=\"button\" data-yt-id=\"0\">",
            "message": "Text contrast of 4.35 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": "0f309f0332d5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b7990467"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a data-keyboard-activate=\"\" tabindex=\"0\" role=\"button\" data-yt-id=\"1\">",
            "message": "Text contrast of 3.51 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": "f930f003b3cc",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5daa02c2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a data-keyboard-activate=\"\" tabindex=\"0\" role=\"button\" data-yt-id=\"2\">",
            "message": "Text contrast of 3.51 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": "c5e3ad5f0b3e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f1b4642c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a data-keyboard-activate=\"\" tabindex=\"0\" role=\"button\" data-yt-id=\"3\">",
            "message": "Text contrast of 3.51 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": "65f5cd612ab0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-011635d9"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg viewBox=\"0 0 68 48\" class=\"yottie-widget-video-preview-play\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c0e663b79c45",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ac1faf91"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg viewBox=\"0 0 68 48\" class=\"yottie-widget-video-preview-play\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg viewBox=\"0 0 68 48\" class=\"yottie-widget-video-preview-play\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg viewBox=\"0 0 68 48\" class=\"yottie-widget-video-preview-play\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg viewBox=\"0 0 68 48\" class=\"yottie-widget-video-preview-play\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg viewBox=\"0 0 68 48\" class=\"yottie-widget-video-preview-play\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<div aria-label=\"Previous slide\" role=\"button\" tabindex=\"0\" aria-disabled=\"true\" data-keyboard-activate=\"\" class=\"yottie-widget-feed-section-arrow yottie-widget-feed-section-arrow-prev swiper-button-disabled\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "963c4a7c6fef",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0cefd420"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Schrijf je in' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0e41e535cb3a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f2bf52aa"
          },
          {
            "rule": "aria_eventhandler_role_valid",
            "xpath": null,
            "html": "<span onclick=\"openNav()\" class=\"button\">",
            "message": "The <span> element with 'onclick' does not have a valid ARIA role specified",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3b60d278a573",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ae0d7cfb"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p data-end=\"374\" data-start=\"143\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Het is fijn dat zowel jong als oud de weg naar hier vindt.\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a0490a840e24",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-41065eb3"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/themes/subtheme/css/footerlogo.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d6cc743e55b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bf8d0d8f"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Stadhuis Halle Stadhuis Halle' 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": "<p>",
            "message": "Text contrast of 4.24 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": "0e27d6d3377e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7acebded"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<strong>",
            "message": "Text contrast of 4.24 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": "9740ebc77094",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b69be15f"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<br>",
            "message": "Confirm this text 'Oudstrijdersplein 18' 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 '1500 Halle' 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": "<div style=\"\" class=\"\" data-nosnippet=\"\" aria-label=\"Cookie consent dialog\" role=\"dialog\" tabindex=\"0\" id=\"cookiescript_injected\">",
            "message": "The tabbable element's role 'dialog' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c342e834e52e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5366c42a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<div style=\"\" class=\"\" data-nosnippet=\"\" aria-label=\"Cookie consent dialog\" role=\"dialog\" tabindex=\"0\" id=\"cookiescript_injected\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "87561b2a5073",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4a6325c9"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-label=\"Close\" role=\"button\" tabindex=\"0\" id=\"cookiescript_close\">",
            "message": "Confirm this text '×' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2e01f041777a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-75172409"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.halle.be/cookiebeleid\" aria-label=\"Lees verder, opens a new window\" target=\"_blank\" data-cs-i18n-url=\"{\"nl\":\"https:\\/\\/www.halle.be\\/cookiebeleid\"}\" data-cs-i18n-text=\"{\"nl\":\"Lees verder\"}\" id=\"cookiescript_readmore\">",
            "message": "Text contrast of 1.09 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": "6a6b65c06a8b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9aed3dc7"
          },
          {
            "rule": "input_checkboxes_grouped",
            "xpath": null,
            "html": "<input checked=\"\" disabled=\"\" value=\"strict\" class=\"mdc-checkbox__native-control cookiescript_checkbox_input\" type=\"checkbox\" data-cookiescript=\"checkbox-input\" id=\"cookiescript_category_strict\" tabindex=\"0\">",
            "message": "Verify that this un-named, ungrouped checkbox input is not related to other checkboxes",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "61350c9cb8de",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-416045f0"
          },
          {
            "rule": "input_checkboxes_grouped",
            "xpath": null,
            "html": "<input value=\"performance\" class=\"mdc-checkbox__native-control cookiescript_checkbox_input\" type=\"checkbox\" data-cookiescript=\"checkbox-input\" id=\"cookiescript_category_performance\" tabindex=\"0\">",
            "message": "Verify that this un-named, ungrouped checkbox input is not related to other checkboxes",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e89dea60b8f3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4f3a24cf"
          },
          {
            "rule": "input_checkboxes_grouped",
            "xpath": null,
            "html": "<input value=\"targeting\" class=\"mdc-checkbox__native-control cookiescript_checkbox_input\" type=\"checkbox\" data-cookiescript=\"checkbox-input\" id=\"cookiescript_category_targeting\" tabindex=\"0\">",
            "message": "Verify that this un-named, ungrouped checkbox input is not related to other checkboxes",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d8257173365d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7eacb365"
          },
          {
            "rule": "input_checkboxes_grouped",
            "xpath": null,
            "html": "<input value=\"functionality\" class=\"mdc-checkbox__native-control cookiescript_checkbox_input\" type=\"checkbox\" data-cookiescript=\"checkbox-input\" id=\"cookiescript_category_functionality\" tabindex=\"0\">",
            "message": "Verify that this un-named, ungrouped checkbox input is not related to other checkboxes",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e92f56ab01f1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-66716ddb"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div data-cs-i18n-text=\"\" role=\"button\" tabindex=\"0\" id=\"cookiescript_accept\">",
            "message": "Confirm this text 'Alles accepteren' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dcda502415f9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c75b37f6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<div data-cs-i18n-text=\"\" role=\"button\" tabindex=\"0\" id=\"cookiescript_accept\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c0670042a831",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-30ae132d"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div data-cs-i18n-text=\"\" role=\"button\" tabindex=\"0\" id=\"cookiescript_reject\">",
            "message": "Confirm this text 'Enkel noodzakelijke cookies' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d5236596f235",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ac98de06"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<div data-cs-i18n-text=\"\" role=\"button\" tabindex=\"0\" id=\"cookiescript_reject\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "983638f86ebd",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-80613e9d"
          }
        ],
        "outcomeCount": 2998,
        "uniqueFailedCount": 71,
        "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": 16
    },
    {
      "submittedUrl": "https://www.herent.be/",
      "finalUrl": "https://www.herent.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Startpagina - Gemeente Herent",
      "elapsedMs": 15752,
      "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": 654,
          "failed": 44,
          "cantTell": 11,
          "inapplicable": 37
        },
        "failedRules": [
          "color-contrast",
          "label-title-only",
          "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-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "autocomplete-valid",
          "avoid-inline-spacing",
          "button-name",
          "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",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "label",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".btn-cookie-accept",
            "html": "<a href=\"/cookies?url=%2f\" class=\"btn-secondary btn-cookie-compliance btn-cookie-accept\">Beheer mijn cookies</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: #b1ba22, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".btn-cookie-accept"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "11efccd996bd",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6e2fa8bc"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "button[value=\"acceptall\"]",
            "html": "<button type=\"submit\" class=\"btn-secondary btn-cookie-compliance btn-cookie-decline\" name=\"action\" value=\"acceptall\">Alles aanvaarden</button>",
            "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: #b1ba22, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "button[value=\"acceptall\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "57916feeb16c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-08e864b5"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "button[value=\"decline\"]",
            "html": "<button type=\"submit\" class=\"btn-secondary btn-cookie-compliance btn-cookie-decline\" name=\"action\" value=\"decline\">Alleen essentiële 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.11 (foreground color: #ffffff, background color: #b1ba22, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "button[value=\"decline\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b822786d2566",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-42678e69"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#btn-toggle-contrast > span",
            "html": "<span>Toon hoogcontrast</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.64 (foreground color: #ffffff, background color: #1dacd7, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#btn-toggle-contrast"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d9b076898e03",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-fad09b6b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#btnSearch",
            "html": "<input type=\"submit\" value=\"뀂\" class=\"btn-search\" id=\"btnSearch\" title=\"Zoeken\">",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.64 (foreground color: #ffffff, background color: #1dacd7, font size: 18.0pt (24px), font weight: normal). Expected contrast ratio of 3:1",
            "relatedPaths": [
              "#btnSearch"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e5d1eaeab2ac",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c6bb6908"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".icon-calendar-6 > .caption > h3 > span",
            "html": "<span>Afspraken</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.64 (foreground color: #ffffff, background color: #1dacd7, font size: 15.0pt (20px), font weight: bold). Expected contrast ratio of 3:1",
            "relatedPaths": [
              ".icon-calendar-6"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f7f8dbf8d2b9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f1aeaac6"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".icon-push-pin > .caption > h3 > span",
            "html": "<span>Vacatures</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.32 (foreground color: #ffffff, background color: #a7aab1, font size: 15.0pt (20px), font weight: bold). Expected contrast ratio of 3:1",
            "relatedPaths": [
              ".icon-push-pin"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "03aa1d77f6fa",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4249f4ff"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".icon-uitin > .caption > h3 > span",
            "html": "<span>Activiteiten</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: #ffffff, background color: #b1ba22, font size: 15.0pt (20px), font weight: bold). Expected contrast ratio of 3:1",
            "relatedPaths": [
              ".icon-uitin"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e172b775d7d6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1462a543"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href=\"/wat-te-doen-bij-wateroverlast\"] > .grid-caption > h2 > span",
            "html": "<span>Wat te doen bij wateroverlast?</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.64 (foreground color: #1dacd7, background color: #ffffff, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href=\"/wat-te-doen-bij-wateroverlast\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "947bf2a24cdf",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-44685f58"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href=\"/wat-te-doen-bij-wateroverlast\"] > .btn-more-grid > .btn-soft-primary",
            "html": "<span class=\"btn-soft-primary\">Meer info</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: #1dacd7, background color: #edf9fd, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href=\"/wat-te-doen-bij-wateroverlast\"] > .btn-more-grid > .btn-soft-primary"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aba6c1f8cea4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-629d4677"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li[data-id=\"6065\"] > a > .grid-caption > h2 > span",
            "html": "<span>Week van de opvoeding 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.64 (foreground color: #1dacd7, background color: #ffffff, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "li[data-id=\"6065\"] > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "54e181a6e602",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a271a2fc"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li[data-id=\"6065\"] > a > .btn-more-grid > .btn-soft-primary",
            "html": "<span class=\"btn-soft-primary\">Meer info</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: #1dacd7, background color: #edf9fd, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "li[data-id=\"6065\"] > a > .btn-more-grid > .btn-soft-primary"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7ae4e4e32716",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bff6b16d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li[data-id=\"6044\"] > a > .grid-caption > h2 > span",
            "html": "<span>Heb je hulp nodig bij je belastingaangifte?</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.64 (foreground color: #1dacd7, background color: #ffffff, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "li[data-id=\"6044\"] > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4bae4da85965",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a22ea942"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li[data-id=\"6044\"] > a > .btn-more-grid > .btn-soft-primary",
            "html": "<span class=\"btn-soft-primary\">Meer info</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: #1dacd7, background color: #edf9fd, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "li[data-id=\"6044\"] > a > .btn-more-grid > .btn-soft-primary"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b73f1ba5cae8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5a582b8c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li[data-id=\"6062\"] > a > .grid-caption > h2 > span",
            "html": "<span>Tel het verkeer in je straat met Straatvinken! </span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.64 (foreground color: #1dacd7, background color: #ffffff, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "li[data-id=\"6062\"] > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "86812d8250ca",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2b460270"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li[data-id=\"6062\"] > a > .btn-more-grid > .btn-soft-primary",
            "html": "<span class=\"btn-soft-primary\">Meer info</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: #1dacd7, background color: #edf9fd, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "li[data-id=\"6062\"] > a > .btn-more-grid > .btn-soft-primary"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d53cc0ab2395",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3cb3f9c8"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li[data-id=\"6061\"] > a > .grid-caption > h2 > span",
            "html": "<span>Vacature deskundige ICT</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.64 (foreground color: #1dacd7, background color: #ffffff, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "li[data-id=\"6061\"] > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "53f39f07ab33",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7185ac9e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li[data-id=\"6061\"] > a > .btn-more-grid > .btn-soft-primary",
            "html": "<span class=\"btn-soft-primary\">Meer info</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: #1dacd7, background color: #edf9fd, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "li[data-id=\"6061\"] > a > .btn-more-grid > .btn-soft-primary"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "93dbed81096f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1cde4bca"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li[data-id=\"6059\"] > a > .grid-caption > h2 > span",
            "html": "<span>Monitoring verkeersdrukte op de Tildonksesteenweg</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.64 (foreground color: #1dacd7, background color: #ffffff, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "li[data-id=\"6059\"] > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "327707d65151",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8909c8fb"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li[data-id=\"6059\"] > a > .btn-more-grid > .btn-soft-primary",
            "html": "<span class=\"btn-soft-primary\">Meer info</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: #1dacd7, background color: #edf9fd, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "li[data-id=\"6059\"] > a > .btn-more-grid > .btn-soft-primary"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7f83b8604e0b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-890672d3"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li[data-id=\"6058\"] > a > .grid-caption > h2 > span",
            "html": "<span>Geen gemeentelijke samenwerking met advertentieaanbod Kartoview</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.64 (foreground color: #1dacd7, background color: #ffffff, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "li[data-id=\"6058\"] > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ff0c39f4df37",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-fb59fe70"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li[data-id=\"6058\"] > a > .btn-more-grid > .btn-soft-primary",
            "html": "<span class=\"btn-soft-primary\">Meer info</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: #1dacd7, background color: #edf9fd, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "li[data-id=\"6058\"] > a > .btn-more-grid > .btn-soft-primary"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dc765d59c71f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5670a8a1"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li[data-id=\"6056\"] > a > .grid-caption > h2 > span",
            "html": "<span>Wil jij mee zorgen voor een feestmaal voor onze bijen en vlinders?</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.64 (foreground color: #1dacd7, background color: #ffffff, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "li[data-id=\"6056\"] > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "82a3abdeee10",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d5a4e197"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li[data-id=\"6056\"] > a > .btn-more-grid > .btn-soft-primary",
            "html": "<span class=\"btn-soft-primary\">Meer info</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: #1dacd7, background color: #edf9fd, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "li[data-id=\"6056\"] > a > .btn-more-grid > .btn-soft-primary"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fd361bac90c3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-29106aad"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"GDK26\"] > .grid-caption > h2 > span",
            "html": "<span>Gala der kampioenen 2026 - Gratis inkom!</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.64 (foreground color: #1dacd7, background color: #ffffff, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"GDK26\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9bba236b0961",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-727a17d5"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"GDK26\"] > .btn-more-grid > .btn-soft-primary",
            "html": "<span class=\"btn-soft-primary\">Meer info</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: #1dacd7, background color: #edf9fd, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"GDK26\"] > .btn-more-grid > .btn-soft-primary"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "283aa24e6234",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-40b89393"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".btn-events > span",
            "html": "<span>Alle activiteiten</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: #ffffff, background color: #b1ba22, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".btn-events"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "521de6de69a9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ba7d2252"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".btn-news > span",
            "html": "<span>Alle nieuws</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: #ffffff, background color: #b1ba22, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".btn-news"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "568191435f6f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b475e5a0"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact-footer-container > .title > span",
            "html": "<span>De Kouter - Het Huis van de Gemeente</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.64 (foreground color: #ffffff, background color: #1dacd7, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6fae68744e6c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-05ed2996"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".txt-streetnr",
            "html": "<span class=\"txt-streetnr\">Spoorwegstraat&nbsp;6,&nbsp;</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.64 (foreground color: #ffffff, background color: #1dacd7, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cbe099f1cce7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a3f0881c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".txt-postal",
            "html": "<span class=\"txt-postal\">3020</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.64 (foreground color: #ffffff, background color: #1dacd7, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a00c84538bcf",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d6fd0d3f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".txt-city",
            "html": "<span class=\"txt-city\">Herent</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.64 (foreground color: #ffffff, background color: #1dacd7, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d0ea99619e19",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-87e61423"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".phone",
            "html": "<a class=\"phone\" href=\"tel:016853020\">016 85 30 20</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.64 (foreground color: #ffffff, background color: #1dacd7, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "614cc477809f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-382cee0e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".mail",
            "html": "<a class=\"mail\" href=\"mailto:%69%6e%66%6f%40%68%65%72%65%6e%74%2e%62%65\">info@herent.be</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.64 (foreground color: #ffffff, background color: #1dacd7, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "be01ce266678",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-933f9714"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(1) > a[href$=\"cookies\"] > span",
            "html": "<span>cookies</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.64 (foreground color: #ffffff, background color: #1dacd7, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1049a8f11849",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-488e4c4b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"Privacy\"] > span",
            "html": "<span>privacyverklaring</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.64 (foreground color: #ffffff, background color: #1dacd7, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c0dd9db84d29",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e2b45b3f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"proclaimer\"] > span",
            "html": "<span>proclaimer</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.64 (foreground color: #ffffff, background color: #1dacd7, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "44e896281a1d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d754f901"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".footer-right > .list > li:nth-child(4) > a > span",
            "html": "<span>toegankelijkheidsverklaring</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.64 (foreground color: #ffffff, background color: #1dacd7, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "12fd35bc11a7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3b07ac97"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"sitemap\"] > span",
            "html": "<span>sitemap</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.64 (foreground color: #ffffff, background color: #1dacd7, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a4b748e81db7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-11f71139"
          },
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#txtkeyword",
            "html": "<input type=\"text\" name=\"q\" class=\"form-control txt\" id=\"txtkeyword\" title=\"Waarmee kunnen we je helpen?\" autocomplete=\"off\" placeholder=\"Waarmee kunnen we je helpen?\" data-placeholder=\"Waarmee kunnen we je helpen?\" data-placeholder-mobile=\"Zoeken\">",
            "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": "1f64a6826837",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f5ce98a2"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".vlw__contact__toggle__label",
            "html": "<span class=\"vlw__contact__toggle__label\">Hulp nodig</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": "cfa9794a2a25",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c1791208"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".cookie-compliance-text",
            "html": "<div class=\"cookie-compliance-text\">\nDeze website maakt gebruik van cookies om uw gebruikservaring te verbeteren.\n<a href=\"/cookies\" hide-when-empty=\"1\" class=\"find-more-button eu-cookie-compliance-more-button find-more-button-processed\"><span>Meer informatie over cookies.</span></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": "d730c9a70fdf",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-caf65a31"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".btn-cookie-accept",
            "html": "<a href=\"/cookies?url=%2f\" class=\"btn-secondary btn-cookie-compliance btn-cookie-accept\">Beheer mijn cookies</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": "cb05ef0e7cf8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-690d017a"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#skip-content",
            "html": "<div id=\"skip-content\" class=\"skip\">\n<a href=\"#content-main\" class=\"skip-navigation\">\n<span>Naar content</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": "097955ee7e35",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-34285466"
          }
        ],
        "outcomeCount": 746,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 44
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1764,
          "failed": 73,
          "cantTell": 18,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_child_valid",
          "aria_content_in_landmark",
          "aria_form_label_unique",
          "aria_keyboard_handler_exists",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "input_label_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "text_contrast_sufficient",
          "widget_tabbable_single"
        ],
        "passedRules": [],
        "failures": [
          {
            "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": "af79970d3c09",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3047b1ae"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link data-css=\"Contrastskin-website\" type=\"text/css\" rel=\"stylesheet\" media=\"screen\" href=\"/css/skin-website.css?v=11022026160902\" id=\"skin-stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "77eec6cd9fe0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f213d864"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link data-css=\"Contrastskin-website\" type=\"text/css\" rel=\"stylesheet\" media=\"screen\" href=\"/css/skin-website.css?v=11022026160902\" id=\"skin-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": "ecb51584a3b2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7ea01dde"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form action=\"/cookies?url=%2f\" method=\"post\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c45f466fb768",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a6b3a39c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"btn-secondary btn-cookie-compliance btn-cookie-accept\" href=\"/cookies?url=%2f\">",
            "message": "Text contrast of 2.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": "792e940d643a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ee05b9e4"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button value=\"acceptall\" name=\"action\" class=\"btn-secondary btn-cookie-compliance btn-cookie-decline\" type=\"submit\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0f49019718aa",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-05580dbf"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"acceptall\" name=\"action\" class=\"btn-secondary btn-cookie-compliance btn-cookie-decline\" type=\"submit\">",
            "message": "Text contrast of 2.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": "2c40e3372e42",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5a1138e4"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button value=\"decline\" name=\"action\" class=\"btn-secondary btn-cookie-compliance btn-cookie-decline\" type=\"submit\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2f7f9c55de46",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-442d0fa4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"decline\" name=\"action\" class=\"btn-secondary btn-cookie-compliance btn-cookie-decline\" type=\"submit\">",
            "message": "Text contrast of 2.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": "4fb7667da350",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d4268501"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button data-tooltip=\"Toon hoogcontrast\" data-active=\"Hoogcontrast uitschakelen\" data-inactive=\"Toon hoogcontrast\" class=\"icon-contrast \" id=\"btn-toggle-contrast\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "10b34933d6d6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bb718cb4"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button data-tooltip=\"Toon hoogcontrast\" data-active=\"Hoogcontrast uitschakelen\" data-inactive=\"Toon hoogcontrast\" class=\"icon-contrast \" id=\"btn-toggle-contrast\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7eb9cc26f0d6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-05f41f5c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.09 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": "51e4a125b2c1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"skip-navigation\" href=\"#content-main\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c6340f739185",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-92cb91cd"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"skip-navigation\" href=\"#content-main\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "452593306ef9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3edcb09c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.65 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_keyboard_handler_exists",
            "xpath": null,
            "html": "<ul role=\"menubar\" id=\"nav\" class=\"nav-main eqh\">",
            "message": "Verify the <ul> element with \"menubar\" role has keyboard access",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8fc21ec0f4f8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a8f7d337"
          },
          {
            "rule": "widget_tabbable_single",
            "xpath": null,
            "html": "<li role=\"menuitem\" tabindex=\"0\" aria-haspopup=\"true\" class=\"nav1 dropdown\">",
            "message": "Component with \"menuitem\" role has more than one tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "acdf76242fe3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f465c74d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.65 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": "widget_tabbable_single",
            "xpath": null,
            "html": "<li role=\"menuitem\" tabindex=\"0\" aria-haspopup=\"true\" class=\"nav2 dropdown\">",
            "message": "Component with \"menuitem\" role has more than one tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6f0210e7ded5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5f2d2b6a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.65 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": "widget_tabbable_single",
            "xpath": null,
            "html": "<li role=\"menuitem\" tabindex=\"0\" aria-haspopup=\"true\" class=\"nav3 dropdown\">",
            "message": "Component with \"menuitem\" role has more than one tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "896752e93ba5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-aaaa16ce"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.65 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": "widget_tabbable_single",
            "xpath": null,
            "html": "<li role=\"menuitem\" tabindex=\"0\" aria-haspopup=\"true\" class=\"nav4 dropdown\">",
            "message": "Component with \"menuitem\" role has more than one tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ad7c9f885859",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-589443ce"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.65 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": "<span>",
            "message": "Text contrast of 2.65 with its background is less than the WCAG AA minimum requirements for text of size 13px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.65 with its background is less than the WCAG AA minimum requirements for text of size 13px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.65 with its background is less than the WCAG AA minimum requirements for text of size 13px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.65 with its background is less than the WCAG AA minimum requirements for text of size 13px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.65 with its background is less than the WCAG AA minimum requirements for text of size 13px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.65 with its background is less than the WCAG AA minimum requirements for text of size 13px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.65 with its background is less than the WCAG AA minimum requirements for text of size 13px 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 32px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form class=\"search-form\" id=\"searchForm\" name=\"searchForm\" method=\"GET\" action=\"/zoeken\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "62170c2f08e4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2801ebfa"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input title=\"Zoeken\" id=\"btnSearch\" class=\"btn-search\" value=\"뀂\" type=\"submit\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0ca3a3e9c824",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3938cc5b"
          },
          {
            "rule": "aria_child_valid",
            "xpath": null,
            "html": "<ul class=\"list-suggestionsearch\">",
            "message": "The element with role \"list\" does not own any child element with any of the following role(s): \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aef21d553b1e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-cf5909e5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.12 with its background is less than 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": "<span>",
            "message": "Text contrast of 2.65 with its background is less than the WCAG AA minimum requirements for text of size 20px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.33 with its background is less than the WCAG AA minimum requirements for text of size 20px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.12 with its background is less than the WCAG AA minimum requirements for text of size 20px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.65 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"btn-soft-primary\">",
            "message": "Text contrast of 2.47 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": "d0d74ede6466",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-fc2fa008"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.65 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"btn-soft-primary\">",
            "message": "Text contrast of 2.47 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>",
            "message": "Text contrast of 2.65 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"btn-soft-primary\">",
            "message": "Text contrast of 2.47 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>",
            "message": "Text contrast of 2.65 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"btn-soft-primary\">",
            "message": "Text contrast of 2.47 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>",
            "message": "Text contrast of 2.65 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"btn-soft-primary\">",
            "message": "Text contrast of 2.47 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>",
            "message": "Text contrast of 2.65 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"btn-soft-primary\">",
            "message": "Text contrast of 2.47 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>",
            "message": "Text contrast of 2.65 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"btn-soft-primary\">",
            "message": "Text contrast of 2.47 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>",
            "message": "Text contrast of 2.65 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"btn-soft-primary\">",
            "message": "Text contrast of 2.47 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>",
            "message": "Text contrast of 2.65 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"btn-soft-primary\">",
            "message": "Text contrast of 2.47 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>",
            "message": "Text contrast of 2.12 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>",
            "message": "Text contrast of 2.12 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>",
            "message": "Text contrast of 2.65 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": "<span>",
            "message": "The foreground text and its background color are both detected as #1dacd7. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"txt-streetnr\">",
            "message": "Text contrast of 2.65 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": "6b71a4eb396a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5ac080dc"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"txt-postal\">",
            "message": "Text contrast of 2.65 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": "9dd18312db9a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-049b67be"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"txt-city\">",
            "message": "Text contrast of 2.65 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": "24d0db29ac93",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7d29cd48"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "The foreground text and its background color are both detected as #1dacd7. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:016853020\" class=\"phone\">",
            "message": "Text contrast of 2.65 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": "6471008e7edb",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-05fe541f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "The foreground text and its background color are both detected as #1dacd7. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"mailto:%69%6e%66%6f%40%68%65%72%65%6e%74%2e%62%65\" class=\"mail\">",
            "message": "Text contrast of 2.65 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": "3db1582d1fd7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5d874847"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.65 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": "<span>",
            "message": "Text contrast of 2.65 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": "<span>",
            "message": "Text contrast of 2.65 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": "<span>",
            "message": "Text contrast of 2.65 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": "<span>",
            "message": "Text contrast of 2.65 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 1845,
        "uniqueFailedCount": 28,
        "duplicateFailedCount": 45,
        "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": 45
    },
    {
      "submittedUrl": "https://www.lokaalbestuurhoegaarden.be/",
      "finalUrl": "https://www.lokaalbestuurhoegaarden.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "home | Lokaal bestuur Hoegaarden",
      "elapsedMs": 17865,
      "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": 770,
          "failed": 4,
          "cantTell": 13,
          "inapplicable": 40
        },
        "failedRules": [
          "link-name",
          "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",
          "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-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "skip-link",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "#paddle_components_top_bottom_only_block_ddb2d412-75fa-4cef-943e-b63d384513cc > .paddle-component--top-bottom-only-block.paddle-component > .text.paddle-component--top-section.paddle-component > a:nth-child(1)",
            "html": "<a href=\"/contact-en-openingsuren-alle-diensten\">",
            "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": "465f3984f7fd",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8c747a76"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "a[href$=\"digitaal-loket\"]:nth-child(1)",
            "html": "<a href=\"/digitaal-loket\">",
            "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": "b8aca4879620",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-180cbfaf"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "a[href$=\"meldpunt\"]:nth-child(1)",
            "html": "<a href=\"/meldpunt\">",
            "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": "0434e9076032",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-59d49131"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".vlw__contact__toggle__label",
            "html": "<span class=\"vlw__contact__toggle__label\">Hulp nodig</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": "b125277b5a9a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c1791208"
          }
        ],
        "outcomeCount": 827,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 4
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2132,
          "failed": 44,
          "cantTell": 45,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_content_in_landmark",
          "aria_id_unique",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "input_checkboxes_grouped",
          "input_label_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link href=\"https://use.typekit.net/uzp4jzx.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": "3cda6891be89",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5fd0e232"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_8Kz5vXx4hqDGO_alOkk6uwgYZmRFCKnXN9sOxRoT-1Q.css?delta=0&language=nl&theme=ocelot_paddle&include=eJx9UtGSgyAM_CGUT2ICRM0UiBPgrvbrD7XtzVm9t2R32QnJAmkgMwa2EJSjQg9MZhYeKKA-9Mrd0FNhMeAciydO-l31g3AqmLxyzDdC47a2GBu4vRO9w90T7p5wUwtqL3WG0FPB2AXKRWE1b5s4B4LkUJ-BxoKgwnsJlG4vn2erAixc2wSVgm8TlEkQHQeT0ZU28gf_zSesp-z4C2XRnNbXih0GLmYG79cdtVEakUpvAzyWf9j23y4jiJuuRYLgndRoLyUDS-wiJBjRd9tVrpQTRFtlbDu-UlBsLpdsbMeGI1tz4WhyWdqCxwM5C7V7v7gdNG-__GudT8htlj0VJ-waiiO55gbyZBnE_0GHFozF8l3NHMIrE2vdranIaj-CgZkM1MJbmLCgvsBVZkcQzLYPs1noT6gvE8amXXILsbaQ8QcwrlKe\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "57858d35ecaa",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7f1c61fc"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_XMaMUIlcZft3ShpZPK7UQNV9nLmN2zOHhfEnyc5v5As.css?delta=1&language=nl&theme=ocelot_paddle&include=eJx9UtGSgyAM_CGUT2ICRM0UiBPgrvbrD7XtzVm9t2R32QnJAmkgMwa2EJSjQg9MZhYeKKA-9Mrd0FNhMeAciydO-l31g3AqmLxyzDdC47a2GBu4vRO9w90T7p5wUwtqL3WG0FPB2AXKRWE1b5s4B4LkUJ-BxoKgwnsJlG4vn2erAixc2wSVgm8TlEkQHQeT0ZU28gf_zSesp-z4C2XRnNbXih0GLmYG79cdtVEakUpvAzyWf9j23y4jiJuuRYLgndRoLyUDS-wiJBjRd9tVrpQTRFtlbDu-UlBsLpdsbMeGI1tz4WhyWdqCxwM5C7V7v7gdNG-__GudT8htlj0VJ-waiiO55gbyZBnE_0GHFozF8l3NHMIrE2vdranIaj-CgZkM1MJbmLCgvsBVZkcQzLYPs1noT6gvE8amXXILsbaQ8QcwrlKe\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b2384d5ff155",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e75ba54a"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_MBy_QJ2hYlvJdWwJRSK0BUvFIZDOz1t0dW-CckBxjfs.css?delta=2&language=nl&theme=ocelot_paddle&include=eJx9UtGSgyAM_CGUT2ICRM0UiBPgrvbrD7XtzVm9t2R32QnJAmkgMwa2EJSjQg9MZhYeKKA-9Mrd0FNhMeAciydO-l31g3AqmLxyzDdC47a2GBu4vRO9w90T7p5wUwtqL3WG0FPB2AXKRWE1b5s4B4LkUJ-BxoKgwnsJlG4vn2erAixc2wSVgm8TlEkQHQeT0ZU28gf_zSesp-z4C2XRnNbXih0GLmYG79cdtVEakUpvAzyWf9j23y4jiJuuRYLgndRoLyUDS-wiJBjRd9tVrpQTRFtlbDu-UlBsLpdsbMeGI1tz4WhyWdqCxwM5C7V7v7gdNG-__GudT8htlj0VJ-waiiO55gbyZBnE_0GHFozF8l3NHMIrE2vdranIaj-CgZkM1MJbmLCgvsBVZkcQzLYPs1noT6gvE8amXXILsbaQ8QcwrlKe\" media=\"print\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f9c6e46f68da",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f9cae44d"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable\" href=\"#region-content\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8364fa9af93f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2cbaa15c"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable\" href=\"#region-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ab08a5de93c6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b875386a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable\" href=\"#region-content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f6548cc8952e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-780e76ef"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input data-once=\"autocomplete search-api-autocomplete\" placeholder=\"WAARMEE KUNNEN WIJ JE HELPEN?\" maxlength=\"128\" size=\"60\" value=\"\" name=\"search\" id=\"edit-search\" type=\"text\" data-autocomplete-path=\"/search_api_autocomplete/search?display=search_overview&arguments%5B0%5D=all&tid%5B0%5D=all&nid=1\" class=\"form-autocomplete form-text form-control ui-autocomplete-input\" data-search-api-autocomplete-search=\"search\" data-drupal-selector=\"edit-search\" autocomplete=\"off\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2e2fb7e421c1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-22a265c4"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input value=\"Zoeken\" name=\"op\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"btn-secondary button js-form-submit form-submit btn\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b44bfb519af9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-47ae879c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"Zoeken\" name=\"op\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"btn-secondary button js-form-submit form-submit btn\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d6ba1024016",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8ea86d26"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Zoeken\" name=\"op\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"btn-secondary button js-form-submit form-submit btn\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4a3097367519",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-87ad9640"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"logo\" title=\"Ga naar de homepage\" 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": "07159d2cbed4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-509d3a1f"
          },
          {
            "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": "93b5d7fd50cd",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-95d397a2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dee7f11cd115",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6cbabc67"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"paddle-component paddle-component--top-section text\">",
            "message": "Confirm this text 'Vaak Gezocht' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef5abe7ea242",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-21e33d57"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/contact-en-openingsuren-alle-diensten\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3326ef857c79",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-07e47347"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/digitaal-loket\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6885ad0ebc42",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-09858146"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/meldpunt\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4496ef2b6057",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-65ff5402"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"paddle-component paddle-component--top-section text\">",
            "message": "Confirm this text 'NIEUWS' 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 rel=\"bookmark\" href=\"/samen-voorbereid-zo-vind-je-tijdens-een-noodsituatie-snel-de-juiste-info\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "76aca163cec6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-49b70081"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"/leg-de-tijgermug-droog-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": "9280496403ea",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1f6f27cd"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"/pleisteractie-rode-kruis-tienen-vanaf-23-april-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": "9e9a596cc899",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-91d740d0"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"(opens in a new window)\" rel=\"noopener nofollow\" target=\"_blank\" href=\"https://uitinvlaanderen.be/agenda/alle/hoegaarden\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b25895e60183",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c93e04fa"
          },
          {
            "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": "7be480d3e2cc",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9c97642b"
          },
          {
            "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": "22ecb412db96",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7acebded"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"(opens in a new window)\" rel=\"noopener nofollow\" target=\"_blank\" data-extlink=\"\" class=\"ext\" href=\"https://www.uitdatabank.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": "513386b6c27c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-25569c1c"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"(opens in a new window)\" rel=\"noopener nofollow\" target=\"_blank\" data-extlink=\"\" class=\"ext\" href=\"https://uitinvlaanderen.be/agenda/alle/hoegaarden\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef1a0781b771",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-fd31c6cf"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"(opens in a new window)\" rel=\"noopener nofollow\" target=\"_blank\" data-extlink=\"\" class=\"ext\" href=\"https://uitinvlaanderen.be/agenda/alle/hoegaarden\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "082004fea02e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f216372f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"(opens in a new window)\" rel=\"noopener nofollow\" target=\"_blank\" data-extlink=\"\" class=\"ext\" href=\"https://uitinvlaanderen.be/agenda/alle/hoegaarden\">",
            "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": "f0f241166233",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8acfc89d"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"paddle-component--body-section\">",
            "message": "Confirm this text 'Lokaal bestuur Hoegaarden' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ed2e10df8cd4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-88a2d159"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Lokaal bestuur Hoegaarden Lokaal bestuur Hoegaarden' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e604e52fbb60",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f2bf52aa"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"paddle-component--body-section\">",
            "message": "Confirm this text 'Volg ons op' 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 'Volg ons op Volg ons op' 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 title=\"(opens in a new window)\" rel=\"noopener nofollow\" target=\"_blank\" data-extlink=\"\" class=\"ext\" href=\"https://www.facebook.com/gemhoegaarden\">",
            "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 1px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bdfa53318ed6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-30f2809f"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a title=\"Disclaimer, privacy- & toegankelijkheidsverklaring\" href=\"/home/disclaimer%26privacyverklaring\" data-entity-uuid=\"b9a2c6dd-291d-4457-9c8e-fc873d0c8cc9\" data-entity-type=\"node\" data-entity-substitution=\"canonical\">",
            "message": "Undersized target \"a\" does not have sufficient spacing of 12 CSS pixels from another target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ba81922a3cb3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9f4a67b1"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a title=\"Cookiebeleid\" href=\"/cookiebeleid\" data-entity-uuid=\"5535017c-4846-4fa1-a45a-0ef01af6bfcd\" data-entity-type=\"node\" data-entity-substitution=\"canonical\">",
            "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": "7d153922ee0d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4d6e6eae"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a title=\"Foutje op de website ? \" href=\"/foutje-op-de-website\" data-entity-uuid=\"2d9e2f52-961c-41de-ae4a-39cfd7660e03\" data-entity-type=\"node\">",
            "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": "8aa92fb03a62",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7b21c049"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<div style=\"bottom: 0px;\" class=\"sliding-popup-bottom\" aria-label=\"Cookie compliance banner\" aria-describedby=\"popup-text\" role=\"alertdialog\" id=\"sliding-popup\">",
            "message": "The 'id' \"popup-text\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "804a82134c07",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4fbc8c09"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button tabindex=\"0\" class=\"find-more-button btn btn-link 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": "57b470be0db4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-853f20b8"
          },
          {
            "rule": "input_checkboxes_grouped",
            "xpath": null,
            "html": "<input tabindex=\"0\" disabled=\"\" checked=\"\" class=\"form-check-input\" value=\"noodzakelijk\" id=\"cookie-category-noodzakelijk\" name=\"cookie-categories\" type=\"checkbox\">",
            "message": "Checkbox input and others with the name \"cookie-categories\" are not grouped together",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ce1cf5be53ff",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a3d57af4"
          },
          {
            "rule": "input_checkboxes_grouped",
            "xpath": null,
            "html": "<input tabindex=\"0\" class=\"form-check-input\" value=\"statistische_cookies\" id=\"cookie-category-statistische_cookies\" name=\"cookie-categories\" type=\"checkbox\">",
            "message": "Checkbox input and others with the name \"cookie-categories\" are not grouped together",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4026d0ac76d0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-30ffa196"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button tabindex=\"0\" class=\"eu-cookie-compliance-save-preferences-button btn btn-outline-light\" type=\"button\" id=\"cookie-compliance-save-preferences-button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e83f537be6d7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bd034086"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button tabindex=\"0\" class=\"agree-button eu-cookie-compliance-default-button btn btn-secondary\" type=\"button\" id=\"cookie-compliance-agree-button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2afaec87163b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-37f474e0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button tabindex=\"0\" class=\"eu-cookie-withdraw-button visually-hidden btn btn-secondary\" type=\"button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "311ae0408760",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-062b8071"
          }
        ],
        "outcomeCount": 2185,
        "uniqueFailedCount": 41,
        "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://hoeilaart.be/",
      "finalUrl": "https://hoeilaart.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Gemeente Hoeilaart",
      "elapsedMs": 14948,
      "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": 1629,
          "failed": 4,
          "cantTell": 62,
          "inapplicable": 42
        },
        "failedRules": [
          "landmark-no-duplicate-contentinfo",
          "landmark-unique",
          "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-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-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "presentation-role-conflict",
          "region",
          "tabindex"
        ],
        "failures": [
          {
            "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 class=\"main-footer\" 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": [
              ".subfooter"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fcb2d247a797",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2cb4f1dc"
          },
          {
            "rule": "landmark-unique",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-unique?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "footer",
            "html": "<footer class=\"main-footer\" 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": [
              ".subfooter"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7cb9bdaf4856",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9e28ded4"
          },
          {
            "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=\"nl\" dir=\"ltr\" prefix=\"og: https://ogp.me/ns#\" class=\" js\">",
            "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": "4500317c55a3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ee8d7590"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#project-search-form > .js-form-type-search-api-autocomplete.form-type-search-api-autocomplete.js-form-item-search-text",
            "html": "<div class=\"js-form-item form-item js-form-type-search-api-autocomplete form-type-search-api-autocomplete js-form-item-search-text form-item-search-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": "41e525a29e1f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5aac8245"
          }
        ],
        "outcomeCount": 1737,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 4
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 4454,
          "failed": 112,
          "cantTell": 105,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_contentinfo_label_unique",
          "aria_contentinfo_single",
          "aria_eventhandler_role_valid",
          "aria_form_label_unique",
          "aria_landmark_name_unique",
          "aria_role_redundant",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "input_label_visible",
          "label_name_visible",
          "script_onclick_misuse",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link rel=\"stylesheet\" href=\"https://fonts.googleapis.com/css?family=Roboto+Slab:400,700|Roboto:400,400i,700,700i&display=swap\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9a5dc8009932",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-df509584"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link color=\"#226d47\" href=\"/themes/custom/epsenkaas_theme/images/favicons/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": "042daefe6f20",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1ae8f8c7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<link color=\"#226d47\" href=\"/themes/custom/epsenkaas_theme/images/favicons/safari-pinned-tab.svg\" rel=\"mask-icon\">",
            "message": "The HTML attribute(s) \"color\" is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ebad5e7f1e61",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-96e1b985"
          },
          {
            "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": "4ca4ebf06b86",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "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": "c236881e07e3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-13065efa"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<header role=\"banner\" class=\"main-header\">",
            "message": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d8cbfd4ca204",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f9dac197"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button class=\"search-toggle js-search-toggle\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fe6815de477c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-40eda612"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"nav-toggle--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": "33abb0b79671",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-23e9f5fd"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"nav-toggle--menu\">",
            "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": "0e1393339e6e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c9e88dae"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button class=\"nav-toggle\" aria-label=\"Menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1625bb5e6aca",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-dc8d9ca2"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form accept-charset=\"UTF-8\" id=\"project-search-form\" method=\"post\" action=\"/\" data-drupal-selector=\"project-search-form\" class=\"project-search-form\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b1a5e749a159",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7e76e06d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input autocomplete=\"off\" data-once=\"autocomplete search-api-autocomplete\" maxlength=\"128\" size=\"60\" value=\"\" name=\"search_text\" id=\"edit-search-text\" type=\"text\" data-autocomplete-path=\"/search_api_autocomplete/search\" class=\"form-autocomplete form-text ui-autocomplete-input\" data-search-api-autocomplete-search=\"search\" data-drupal-selector=\"edit-search-text\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "be53c0a3346b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c3e83737"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input class=\"button js-form-submit form-submit\" value=\"Zoeken\" name=\"op\" id=\"edit-search-submit\" type=\"submit\" data-drupal-selector=\"edit-search-submit\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "15352cfe7a58",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-edac4c84"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input class=\"button js-form-submit form-submit\" value=\"Zoeken\" name=\"op\" id=\"edit-search-submit\" type=\"submit\" data-drupal-selector=\"edit-search-submit\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d026e8b3356b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4f54100f"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<main class=\"col col-md-12\" role=\"main\">",
            "message": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "94a427dbdb65",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-334249d7"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/vacatures-bij-gemeente-en-ocmw\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5253db86b598",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-cee6be31"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field__label\">",
            "message": "Confirm this text 'Telefoon' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e9b55111841b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a9add882"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field__label\">",
            "message": "Confirm this text 'E-mailadres' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a aria-label=\"Read more on Hulp bij invullen belastingaangifte \" class=\"stretched-link\" href=\"/nieuws/hulp-bij-invullen-belastingaangifte\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dec1797e3b67",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-34f19237"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a aria-label=\"Read more on Hulp bij invullen belastingaangifte \" class=\"stretched-link\" href=\"/nieuws/hulp-bij-invullen-belastingaangifte\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3ef115b65333",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7701a3f9"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a aria-label=\"Read more on Inschrijven voor de zomervakantie\" class=\"stretched-link\" href=\"/nieuws/inschrijven-voor-de-zomervakantie\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ff6c53141c45",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c4126139"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a aria-label=\"Read more on Inschrijven voor de zomervakantie\" class=\"stretched-link\" href=\"/nieuws/inschrijven-voor-de-zomervakantie\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5b6ea29ba38c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-813a8785"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a aria-label=\"Read more on Schrijf je in voor het dorpsrestaurant!\" class=\"stretched-link\" href=\"/nieuws/schrijf-je-voor-het-dorpsrestaurant-0\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1d8894f9d93e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8844fd43"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a aria-label=\"Read more on Schrijf je in voor het dorpsrestaurant!\" class=\"stretched-link\" href=\"/nieuws/schrijf-je-voor-het-dorpsrestaurant-0\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a4940eef798f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-73171062"
          },
          {
            "rule": "aria_eventhandler_role_valid",
            "xpath": null,
            "html": "<div onclick=\"location.href='/activiteiten/mediteren-kan-je-leren-4'\" class=\"node node--type-event node--view-mode-teaser\">",
            "message": "The <div> element with 'onclick' does not have a valid ARIA role specified",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5fdfdbd8acc9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-44407ee2"
          },
          {
            "rule": "script_onclick_misuse",
            "xpath": null,
            "html": "<div onclick=\"location.href='/activiteiten/mediteren-kan-je-leren-4'\" class=\"node node--type-event node--view-mode-teaser\">",
            "message": "Possible use of a script to emulate a link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "093146fedeb7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-db01f9ca"
          },
          {
            "rule": "aria_eventhandler_role_valid",
            "xpath": null,
            "html": "<div onclick=\"location.href='/activiteiten/initiatie-ukulele'\" class=\"node node--type-event node--view-mode-teaser\">",
            "message": "The <div> element with 'onclick' does not have a valid ARIA role specified",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "55e08511ad6d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0da8bdae"
          },
          {
            "rule": "script_onclick_misuse",
            "xpath": null,
            "html": "<div onclick=\"location.href='/activiteiten/initiatie-ukulele'\" class=\"node node--type-event node--view-mode-teaser\">",
            "message": "Possible use of a script to emulate a link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fb3e021e8870",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8ca07533"
          },
          {
            "rule": "aria_eventhandler_role_valid",
            "xpath": null,
            "html": "<div onclick=\"location.href='/activiteiten/sportelreeks-qigong-en-tai-qi'\" class=\"node node--type-event node--view-mode-teaser\">",
            "message": "The <div> element with 'onclick' does not have a valid ARIA role specified",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d5cb6602b2ba",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-cab59c47"
          },
          {
            "rule": "script_onclick_misuse",
            "xpath": null,
            "html": "<div onclick=\"location.href='/activiteiten/sportelreeks-qigong-en-tai-qi'\" class=\"node node--type-event node--view-mode-teaser\">",
            "message": "Possible use of a script to emulate a link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b0deed2d0d43",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d466e58a"
          },
          {
            "rule": "aria_eventhandler_role_valid",
            "xpath": null,
            "html": "<div onclick=\"location.href='/bouwen-en-wonen'\" class=\"paragraph paragraph--type-link-to-content paragraph--view-mode-default\">",
            "message": "The <div> element with 'onclick' does not have a valid ARIA role specified",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d3e782125acf",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-269e2330"
          },
          {
            "rule": "script_onclick_misuse",
            "xpath": null,
            "html": "<div onclick=\"location.href='/bouwen-en-wonen'\" class=\"paragraph paragraph--type-link-to-content paragraph--view-mode-default\">",
            "message": "Possible use of a script to emulate a link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a616000cf8e1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f79d2877"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a aria-label=\"Bouwen en wonen\" class=\"arrow-link\" href=\"/bouwen-en-wonen\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f1abe3f27bcb",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f37c4f74"
          },
          {
            "rule": "aria_eventhandler_role_valid",
            "xpath": null,
            "html": "<div onclick=\"location.href='/vrije-tijd'\" class=\"paragraph paragraph--type-link-to-content paragraph--view-mode-default\">",
            "message": "The <div> element with 'onclick' does not have a valid ARIA role specified",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0be9b05c00e0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-da31e0fc"
          },
          {
            "rule": "script_onclick_misuse",
            "xpath": null,
            "html": "<div onclick=\"location.href='/vrije-tijd'\" class=\"paragraph paragraph--type-link-to-content paragraph--view-mode-default\">",
            "message": "Possible use of a script to emulate a link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4737e11eba2e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-34053f99"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a aria-label=\"Vrije tijd\" class=\"arrow-link\" href=\"/vrije-tijd\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0e60870b19e8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-eedffad2"
          },
          {
            "rule": "aria_eventhandler_role_valid",
            "xpath": null,
            "html": "<div onclick=\"location.href='/vrijwilligersloket'\" class=\"paragraph paragraph--type-link-to-content paragraph--view-mode-default\">",
            "message": "The <div> element with 'onclick' does not have a valid ARIA role specified",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "58c45228c875",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c751f80f"
          },
          {
            "rule": "script_onclick_misuse",
            "xpath": null,
            "html": "<div onclick=\"location.href='/vrijwilligersloket'\" class=\"paragraph paragraph--type-link-to-content paragraph--view-mode-default\">",
            "message": "Possible use of a script to emulate a link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "834d814ed43d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a7c329ab"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a aria-label=\"Vrijwilligersloket\" class=\"arrow-link\" href=\"/vrijwilligersloket\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7fc16f333d68",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-611bec79"
          },
          {
            "rule": "aria_eventhandler_role_valid",
            "xpath": null,
            "html": "<div onclick=\"location.href='/afval-milieu-en-klimaat'\" class=\"paragraph paragraph--type-link-to-content paragraph--view-mode-default\">",
            "message": "The <div> element with 'onclick' does not have a valid ARIA role specified",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1c44b369b973",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0bc94c10"
          },
          {
            "rule": "script_onclick_misuse",
            "xpath": null,
            "html": "<div onclick=\"location.href='/afval-milieu-en-klimaat'\" class=\"paragraph paragraph--type-link-to-content paragraph--view-mode-default\">",
            "message": "Possible use of a script to emulate a link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "032457e0f8d1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c0c815ee"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a aria-label=\"Afval, milieu en klimaat\" class=\"arrow-link\" href=\"/afval-milieu-en-klimaat\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9be5b50b7a89",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-29241032"
          },
          {
            "rule": "aria_eventhandler_role_valid",
            "xpath": null,
            "html": "<div onclick=\"location.href='/dierenwelzijn'\" class=\"paragraph paragraph--type-link-to-content paragraph--view-mode-default\">",
            "message": "The <div> element with 'onclick' does not have a valid ARIA role specified",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ec5936dd866",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-db966642"
          },
          {
            "rule": "script_onclick_misuse",
            "xpath": null,
            "html": "<div onclick=\"location.href='/dierenwelzijn'\" class=\"paragraph paragraph--type-link-to-content paragraph--view-mode-default\">",
            "message": "Possible use of a script to emulate a link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "89956ea9532a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-43ca04cb"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a aria-label=\"Dierenwelzijn\" class=\"arrow-link\" href=\"/dierenwelzijn\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a8a66a5e3f0a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d26e015b"
          },
          {
            "rule": "aria_eventhandler_role_valid",
            "xpath": null,
            "html": "<div onclick=\"location.href='/identiteit-en-reizen'\" class=\"paragraph paragraph--type-link-to-content paragraph--view-mode-default\">",
            "message": "The <div> element with 'onclick' does not have a valid ARIA role specified",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "33f1bbeef239",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ba9c611f"
          },
          {
            "rule": "script_onclick_misuse",
            "xpath": null,
            "html": "<div onclick=\"location.href='/identiteit-en-reizen'\" class=\"paragraph paragraph--type-link-to-content paragraph--view-mode-default\">",
            "message": "Possible use of a script to emulate a link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a47097a2002f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1fd04d12"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a aria-label=\"Identiteit en reizen\" class=\"arrow-link\" href=\"/identiteit-en-reizen\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f8db163c3faf",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e8680b6c"
          },
          {
            "rule": "aria_eventhandler_role_valid",
            "xpath": null,
            "html": "<div onclick=\"location.href='/rijbewijzen'\" class=\"paragraph paragraph--type-link-to-content paragraph--view-mode-default\">",
            "message": "The <div> element with 'onclick' does not have a valid ARIA role specified",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9755cddd32a8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b39c3122"
          },
          {
            "rule": "script_onclick_misuse",
            "xpath": null,
            "html": "<div onclick=\"location.href='/rijbewijzen'\" class=\"paragraph paragraph--type-link-to-content paragraph--view-mode-default\">",
            "message": "Possible use of a script to emulate a link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cb579909c67d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-dd4ddc3a"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a aria-label=\"Rijbewijzen\" class=\"arrow-link\" href=\"/rijbewijzen\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a41123eae66",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a82caa47"
          },
          {
            "rule": "aria_eventhandler_role_valid",
            "xpath": null,
            "html": "<div onclick=\"location.href='/geboorte-en-overlijden'\" class=\"paragraph paragraph--type-link-to-content paragraph--view-mode-default\">",
            "message": "The <div> element with 'onclick' does not have a valid ARIA role specified",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ad0f51e8c0a2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ca59378b"
          },
          {
            "rule": "script_onclick_misuse",
            "xpath": null,
            "html": "<div onclick=\"location.href='/geboorte-en-overlijden'\" class=\"paragraph paragraph--type-link-to-content paragraph--view-mode-default\">",
            "message": "Possible use of a script to emulate a link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a415f6ba228a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9c33141e"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a aria-label=\"Geboorte en overlijden\" class=\"arrow-link\" href=\"/geboorte-en-overlijden\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c06cc930b54",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-51b15225"
          },
          {
            "rule": "aria_eventhandler_role_valid",
            "xpath": null,
            "html": "<div onclick=\"location.href='/trouwen-en-samenwonen'\" class=\"paragraph paragraph--type-link-to-content paragraph--view-mode-default\">",
            "message": "The <div> element with 'onclick' does not have a valid ARIA role specified",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4ecf6ea5233c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8c1c987b"
          },
          {
            "rule": "script_onclick_misuse",
            "xpath": null,
            "html": "<div onclick=\"location.href='/trouwen-en-samenwonen'\" class=\"paragraph paragraph--type-link-to-content paragraph--view-mode-default\">",
            "message": "Possible use of a script to emulate a link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "864eb5565540",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6be1b5bc"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a aria-label=\"Trouwen en samenwonen\" class=\"arrow-link\" href=\"/trouwen-en-samenwonen\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a49a8d79cc19",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1c845526"
          },
          {
            "rule": "aria_eventhandler_role_valid",
            "xpath": null,
            "html": "<div onclick=\"location.href='/welzijn'\" class=\"paragraph paragraph--type-link-to-content paragraph--view-mode-default\">",
            "message": "The <div> element with 'onclick' does not have a valid ARIA role specified",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ed17c3c60704",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-64c8ce01"
          },
          {
            "rule": "script_onclick_misuse",
            "xpath": null,
            "html": "<div onclick=\"location.href='/welzijn'\" class=\"paragraph paragraph--type-link-to-content paragraph--view-mode-default\">",
            "message": "Possible use of a script to emulate a link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dc0a3df37ccd",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-06e0f4dc"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a aria-label=\"Welzijn\" class=\"arrow-link\" href=\"/welzijn\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a7466f5ae770",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c5c302aa"
          },
          {
            "rule": "aria_eventhandler_role_valid",
            "xpath": null,
            "html": "<div onclick=\"location.href='/ontwikkelingssamenwerking'\" class=\"paragraph paragraph--type-link-to-content paragraph--view-mode-default\">",
            "message": "The <div> element with 'onclick' does not have a valid ARIA role specified",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cdd160d62364",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ae43c510"
          },
          {
            "rule": "script_onclick_misuse",
            "xpath": null,
            "html": "<div onclick=\"location.href='/ontwikkelingssamenwerking'\" class=\"paragraph paragraph--type-link-to-content paragraph--view-mode-default\">",
            "message": "Possible use of a script to emulate a link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "863bd1db41ff",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-81e439b5"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a aria-label=\"Ontwikkelingssamenwerking\" class=\"arrow-link\" href=\"/ontwikkelingssamenwerking\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d04e2e3d12ea",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e3369895"
          },
          {
            "rule": "aria_eventhandler_role_valid",
            "xpath": null,
            "html": "<div onclick=\"location.href='/scholen-en-kinderopvang'\" class=\"paragraph paragraph--type-link-to-content paragraph--view-mode-default\">",
            "message": "The <div> element with 'onclick' does not have a valid ARIA role specified",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a0148e0651b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-09d95b75"
          },
          {
            "rule": "script_onclick_misuse",
            "xpath": null,
            "html": "<div onclick=\"location.href='/scholen-en-kinderopvang'\" class=\"paragraph paragraph--type-link-to-content paragraph--view-mode-default\">",
            "message": "Possible use of a script to emulate a link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3701fec63c45",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4f81bd6d"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a aria-label=\"Scholen en kinderopvang\" class=\"arrow-link\" href=\"/scholen-en-kinderopvang\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0768ea8cc7a3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-29d2dce7"
          },
          {
            "rule": "aria_eventhandler_role_valid",
            "xpath": null,
            "html": "<div onclick=\"location.href='/inburgering'\" class=\"paragraph paragraph--type-link-to-content paragraph--view-mode-default\">",
            "message": "The <div> element with 'onclick' does not have a valid ARIA role specified",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e312f13c6d75",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c0acf146"
          },
          {
            "rule": "script_onclick_misuse",
            "xpath": null,
            "html": "<div onclick=\"location.href='/inburgering'\" class=\"paragraph paragraph--type-link-to-content paragraph--view-mode-default\">",
            "message": "Possible use of a script to emulate a link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ec2263c838f3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-809f5c48"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a aria-label=\"Inburgering\" class=\"arrow-link\" href=\"/inburgering\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6548b98fe105",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-dd84b6fa"
          },
          {
            "rule": "aria_eventhandler_role_valid",
            "xpath": null,
            "html": "<div onclick=\"location.href='/mobiliteit-en-wegenwerken'\" class=\"paragraph paragraph--type-link-to-content paragraph--view-mode-default\">",
            "message": "The <div> element with 'onclick' does not have a valid ARIA role specified",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f7da7cd91b7f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-18184c7f"
          },
          {
            "rule": "script_onclick_misuse",
            "xpath": null,
            "html": "<div onclick=\"location.href='/mobiliteit-en-wegenwerken'\" class=\"paragraph paragraph--type-link-to-content paragraph--view-mode-default\">",
            "message": "Possible use of a script to emulate a link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "86cca5eac959",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1497302b"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a aria-label=\"Mobiliteit en wegenwerken\" class=\"arrow-link\" href=\"/mobiliteit-en-wegenwerken\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf10d67e5487",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5638fa9d"
          },
          {
            "rule": "aria_eventhandler_role_valid",
            "xpath": null,
            "html": "<div onclick=\"location.href='/ondernemen-en-werken'\" class=\"paragraph paragraph--type-link-to-content paragraph--view-mode-default\">",
            "message": "The <div> element with 'onclick' does not have a valid ARIA role specified",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d10158c04e1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-910c04c8"
          },
          {
            "rule": "script_onclick_misuse",
            "xpath": null,
            "html": "<div onclick=\"location.href='/ondernemen-en-werken'\" class=\"paragraph paragraph--type-link-to-content paragraph--view-mode-default\">",
            "message": "Possible use of a script to emulate a link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "44e29e48363a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-dece40a0"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a aria-label=\"Ondernemen en werken\" class=\"arrow-link\" href=\"/ondernemen-en-werken\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "690ee3e31901",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3883ab6f"
          },
          {
            "rule": "aria_eventhandler_role_valid",
            "xpath": null,
            "html": "<div onclick=\"location.href='/hulpdiensten-en-veiligheid'\" class=\"paragraph paragraph--type-link-to-content paragraph--view-mode-default\">",
            "message": "The <div> element with 'onclick' does not have a valid ARIA role specified",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c9ab4c3d1b8d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-469ad218"
          },
          {
            "rule": "script_onclick_misuse",
            "xpath": null,
            "html": "<div onclick=\"location.href='/hulpdiensten-en-veiligheid'\" class=\"paragraph paragraph--type-link-to-content paragraph--view-mode-default\">",
            "message": "Possible use of a script to emulate a link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "72ae69007f25",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-13967a75"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a aria-label=\"Hulpdiensten en veiligheid\" class=\"arrow-link\" href=\"/hulpdiensten-en-veiligheid\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f72ea5c5d57c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-40988ee4"
          },
          {
            "rule": "aria_eventhandler_role_valid",
            "xpath": null,
            "html": "<div onclick=\"location.href='/participatie'\" class=\"paragraph paragraph--type-link-to-content paragraph--view-mode-default\">",
            "message": "The <div> element with 'onclick' does not have a valid ARIA role specified",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "957b6259ecf6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-561c4ad6"
          },
          {
            "rule": "script_onclick_misuse",
            "xpath": null,
            "html": "<div onclick=\"location.href='/participatie'\" class=\"paragraph paragraph--type-link-to-content paragraph--view-mode-default\">",
            "message": "Possible use of a script to emulate a link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8e547d5be25f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-dc4bb72c"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a aria-label=\"Participatie\" class=\"arrow-link\" href=\"/participatie\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f26dfbaeb1cd",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c1142a24"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form accept-charset=\"UTF-8\" id=\"mention-landing-form\" method=\"post\" action=\"/\" data-drupal-selector=\"mention-landing-form\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "506a9a26db8b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7f4b8315"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input class=\"button js-form-submit form-submit\" value=\"Volgende stap\" name=\"op\" id=\"edit-submit-button\" type=\"submit\" data-drupal-selector=\"edit-submit-button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2f674fa8a9f4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4e37f7e5"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input class=\"button js-form-submit form-submit\" value=\"Volgende stap\" name=\"op\" id=\"edit-submit-button\" type=\"submit\" data-drupal-selector=\"edit-submit-button\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f92677cc4e66",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bc17d082"
          },
          {
            "rule": "aria_eventhandler_role_valid",
            "xpath": null,
            "html": "<div onclick=\"location.href='/diensten'\" class=\"paragraph paragraph--type-link-to-content paragraph--view-mode-default\">",
            "message": "The <div> element with 'onclick' does not have a valid ARIA role specified",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "be57cd1cbaf8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5b029e9d"
          },
          {
            "rule": "script_onclick_misuse",
            "xpath": null,
            "html": "<div onclick=\"location.href='/diensten'\" class=\"paragraph paragraph--type-link-to-content paragraph--view-mode-default\">",
            "message": "Possible use of a script to emulate a link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "71e75e05c9b5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ff947e0f"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a aria-label=\"Diensten\" class=\"arrow-link\" href=\"/diensten\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "adf935e11686",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-76f0ff3a"
          },
          {
            "rule": "aria_eventhandler_role_valid",
            "xpath": null,
            "html": "<div onclick=\"location.href='/het-bestuur'\" class=\"paragraph paragraph--type-link-to-content paragraph--view-mode-default\">",
            "message": "The <div> element with 'onclick' does not have a valid ARIA role specified",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0e8596dc5e9e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d86a0108"
          },
          {
            "rule": "script_onclick_misuse",
            "xpath": null,
            "html": "<div onclick=\"location.href='/het-bestuur'\" class=\"paragraph paragraph--type-link-to-content paragraph--view-mode-default\">",
            "message": "Possible use of a script to emulate a link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "adb6316b8e1c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3c18f8f6"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a aria-label=\"Het bestuur\" class=\"arrow-link\" href=\"/het-bestuur\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fa2ed9fb9956",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-373c84dc"
          },
          {
            "rule": "aria_eventhandler_role_valid",
            "xpath": null,
            "html": "<div onclick=\"location.href='/over-hoeilaart'\" class=\"paragraph paragraph--type-link-to-content paragraph--view-mode-default\">",
            "message": "The <div> element with 'onclick' does not have a valid ARIA role specified",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "449e5b2a3dbd",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-29dce560"
          },
          {
            "rule": "script_onclick_misuse",
            "xpath": null,
            "html": "<div onclick=\"location.href='/over-hoeilaart'\" class=\"paragraph paragraph--type-link-to-content paragraph--view-mode-default\">",
            "message": "Possible use of a script to emulate a link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "99bb2ba92d3c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9b1bc3f7"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a aria-label=\"Over Hoeilaart\" class=\"arrow-link\" href=\"/over-hoeilaart\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a921c5962eb7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b04d37a8"
          },
          {
            "rule": "aria_eventhandler_role_valid",
            "xpath": null,
            "html": "<div onclick=\"location.href='/vacatures'\" class=\"paragraph paragraph--type-link-to-content paragraph--view-mode-default\">",
            "message": "The <div> element with 'onclick' does not have a valid ARIA role specified",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ce1a5fddc060",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-08eb7a10"
          },
          {
            "rule": "script_onclick_misuse",
            "xpath": null,
            "html": "<div onclick=\"location.href='/vacatures'\" class=\"paragraph paragraph--type-link-to-content paragraph--view-mode-default\">",
            "message": "Possible use of a script to emulate a link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "41a8d465c0dd",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-257d4566"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a aria-label=\"Vacatures\" class=\"arrow-link\" href=\"/vacatures\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b9eb1741fa0c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-fb37e05e"
          },
          {
            "rule": "aria_eventhandler_role_valid",
            "xpath": null,
            "html": "<div onclick=\"location.href='/politiereglement'\" class=\"paragraph paragraph--type-link-to-content paragraph--view-mode-default\">",
            "message": "The <div> element with 'onclick' does not have a valid ARIA role specified",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d6fbee72d8eb",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7abad95c"
          },
          {
            "rule": "script_onclick_misuse",
            "xpath": null,
            "html": "<div onclick=\"location.href='/politiereglement'\" class=\"paragraph paragraph--type-link-to-content paragraph--view-mode-default\">",
            "message": "Possible use of a script to emulate a link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dc4592f8f7dc",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d6fe7627"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a aria-label=\"Politiereglement\" class=\"arrow-link\" href=\"/politiereglement\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0bc75dd75165",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-86a19d81"
          },
          {
            "rule": "aria_eventhandler_role_valid",
            "xpath": null,
            "html": "<div onclick=\"location.href='/bekendmakingen'\" class=\"paragraph paragraph--type-link-to-content paragraph--view-mode-default\">",
            "message": "The <div> element with 'onclick' does not have a valid ARIA role specified",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "39a68da8114e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c7192faf"
          },
          {
            "rule": "script_onclick_misuse",
            "xpath": null,
            "html": "<div onclick=\"location.href='/bekendmakingen'\" class=\"paragraph paragraph--type-link-to-content paragraph--view-mode-default\">",
            "message": "Possible use of a script to emulate a link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d245c9233a7d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2bdc163a"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a aria-label=\"Bekendmakingen\" class=\"arrow-link\" href=\"/bekendmakingen\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a5dc70e70c74",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-cd7a374f"
          },
          {
            "rule": "aria_contentinfo_single",
            "xpath": null,
            "html": "<footer role=\"contentinfo\" class=\"main-footer\">",
            "message": "Multiple elements with \"contentinfo\" role found on the page",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1dc815b0a7e0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2f9e01ea"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<footer role=\"contentinfo\" class=\"main-footer\">",
            "message": "The explicitly-assigned ARIA role \"contentinfo\" is redundant with the implicit role of the element <footer>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "38964e18a956",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c11332f7"
          },
          {
            "rule": "aria_contentinfo_label_unique",
            "xpath": null,
            "html": "<footer role=\"contentinfo\" class=\"main-footer\">",
            "message": "Multiple elements with \"contentinfo\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "01d6507679a4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f193f559"
          },
          {
            "rule": "aria_landmark_name_unique",
            "xpath": null,
            "html": "<footer role=\"contentinfo\" class=\"main-footer\">",
            "message": "Multiple elements with \"contentinfo\" landmarks within the same parent region are not distinguished from one another because they have the same \"\" label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4ba9611d8535",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-270af1d3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button class=\"cookiesjsr-btn cookiesjsr-settings\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "40d172c1240a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5c55bdaf"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button class=\"cookiesjsr-btn important denyAll\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0aca7594afb4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a57c94ab"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button class=\"cookiesjsr-btn important allowAll\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "72df60b3391e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9882d0ac"
          },
          {
            "rule": "aria_contentinfo_single",
            "xpath": null,
            "html": "<div role=\"contentinfo\" class=\"subfooter\">",
            "message": "Multiple elements with \"contentinfo\" role found on the page",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "88ad9e753c7e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-95989eab"
          },
          {
            "rule": "aria_contentinfo_label_unique",
            "xpath": null,
            "html": "<div role=\"contentinfo\" class=\"subfooter\">",
            "message": "Multiple elements with \"contentinfo\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b83ca2b904d0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9b8c7f70"
          },
          {
            "rule": "aria_landmark_name_unique",
            "xpath": null,
            "html": "<div role=\"contentinfo\" class=\"subfooter\">",
            "message": "Multiple elements with \"contentinfo\" landmarks within the same parent region are not distinguished from one another because they have the same \"\" label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4ba4cd32fe97",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f39f27f4"
          }
        ],
        "outcomeCount": 4625,
        "uniqueFailedCount": 111,
        "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.holsbeek.be/",
      "finalUrl": "https://www.holsbeek.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Startpagina - Gemeente Holsbeek",
      "elapsedMs": 13030,
      "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": 560,
          "failed": 28,
          "cantTell": 2,
          "inapplicable": 43
        },
        "failedRules": [
          "color-contrast",
          "label-title-only",
          "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",
          "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",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".btn-cookie-accept",
            "html": "<a href=\"/cookies?url=%2f\" rel=\"nofollow\" class=\"btn-primary btn-cookie-compliance btn-cookie-accept\">Beheer mijn cookies</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.79 (foreground color: #ffffff, background color: #f07a27, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".btn-cookie-accept"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "877b423cb561",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6e2fa8bc"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "button[value=\"acceptall\"]",
            "html": "<button type=\"submit\" class=\"btn-primary btn-cookie-compliance btn-cookie-decline\" name=\"action\" value=\"acceptall\">Alles aanvaarden</button>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.79 (foreground color: #ffffff, background color: #f07a27, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "button[value=\"acceptall\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0e1d79cf8df5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-08e864b5"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "button[value=\"decline\"]",
            "html": "<button type=\"submit\" class=\"btn-primary btn-cookie-compliance btn-cookie-decline\" name=\"action\" value=\"decline\">Alleen essentiële 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.79 (foreground color: #ffffff, background color: #f07a27, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "button[value=\"decline\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a983a3884686",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-42678e69"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".txt-open-today",
            "html": "<span class=\"txt-open-today\">Gemeentehuis vandaag <span class=\"txt-open\">open van</span> <span class=\"txt-from\">8.30</span>&nbsp;<span class=\"txt-time-divider\">tot</span>&nbsp;<span class=\"txt-to\">12.00</span> uur </span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.77 (foreground color: #ffffff, background color: #94a33a, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".header-top"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0ed688e93379",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b3f05c69"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".txt-open",
            "html": "<span class=\"txt-open\">open van</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.77 (foreground color: #ffffff, background color: #94a33a, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".header-top"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9f2a9b5ac788",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-188f587e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".txt-from",
            "html": "<span class=\"txt-from\">8.30</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.77 (foreground color: #ffffff, background color: #94a33a, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".header-top"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a663cfb57c99",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5920b2ed"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".txt-time-divider",
            "html": "<span class=\"txt-time-divider\">tot</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.77 (foreground color: #ffffff, background color: #94a33a, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".header-top"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "825e271f7b16",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c13d75aa"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".txt-to",
            "html": "<span class=\"txt-to\">12.00</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.77 (foreground color: #ffffff, background color: #94a33a, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".header-top"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "78fc32500367",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b1c21a3e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"openingsuren-en-contact\"] > span",
            "html": "<span>Openingsuren &amp; Contact</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.77 (foreground color: #ffffff, background color: #94a33a, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".header-top"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "275ada8bdd20",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5c0ab594"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"bereikbaarheid-holsbeek\"] > span",
            "html": "<span>Bereikbaarheid Holsbeek</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.77 (foreground color: #ffffff, background color: #94a33a, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".header-top"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0cb82629a6c8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-14d33c41"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"a-tot-z\"] > span",
            "html": "<span>A tot Z</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.77 (foreground color: #ffffff, background color: #94a33a, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".header-top"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "915fe2304ad3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-75e5f03c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#btnSearch",
            "html": "<input type=\"submit\" value=\"\" class=\"btn-search\" id=\"btnSearch\" title=\"Zoeken\">",
            "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: #ffffff, background color: #b9ce44, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#btnSearch"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4500191a1c5c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c6bb6908"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".spotlight-2 > .vertical-center-block > .center-vertically > .spotlight-caption",
            "html": "<span class=\"spotlight-caption\">\nIk wil iets aanvragen\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.79 (foreground color: #ffffff, background color: #f07a27, font size: 15.8pt (21px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".spotlight-2"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "25940aa8e6cb",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-eaaed105"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(1) > a > .news-container.news-row > .news-content > h3 > span",
            "html": "<span>Prijsuitreiking Maand van de Markt op dindag 12 mei om 15.30u op het marktplein in Nieuwrode</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.17 (foreground color: #f07a27, background color: #e4e3dc, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".news-partial"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c92915bd8608",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-38418bf2"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(1) > a > .news-container.news-row > .news-content > .btn-more",
            "html": "<span class=\"btn-more\">Lees meer</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.79 (foreground color: #ffffff, background color: #f07a27, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "li:nth-child(1) > a > .news-container.news-row > .news-content > .btn-more"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3d032295ffd5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5c4da680"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"kijk-ik-fiets-2026\"] > .news-container.news-row > .news-content > h3 > span",
            "html": "<span>Kijk ik fiets! Leer je kind fietsen op twee wielen</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.17 (foreground color: #f07a27, background color: #e4e3dc, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".news-partial"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f37e4db3405d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-99a86035"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"kijk-ik-fiets-2026\"] > .news-container.news-row > .news-content > .btn-more",
            "html": "<span class=\"btn-more\">Lees meer</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.79 (foreground color: #ffffff, background color: #f07a27, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"kijk-ik-fiets-2026\"] > .news-container.news-row > .news-content > .btn-more"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "72b98c509c39",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5d3605d5"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"straatvinken-2026\"] > .news-container.news-row > .news-content > h3 > span",
            "html": "<span>Straatvinken op donderdag 21 mei: voor gezond verkeer in heel Vlaanderen </span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.17 (foreground color: #f07a27, background color: #e4e3dc, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".news-partial"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d246ad694cb4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f2ea06f1"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"straatvinken-2026\"] > .news-container.news-row > .news-content > .btn-more",
            "html": "<span class=\"btn-more\">Lees meer</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.79 (foreground color: #ffffff, background color: #f07a27, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"straatvinken-2026\"] > .news-container.news-row > .news-content > .btn-more"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4fabaede8db7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6a3be5fa"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"ocmw.holsbeek.be/\"] > span",
            "html": "<span>ocmw</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.62 (foreground color: #888888, background color: #382f3a, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".footer-top"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "118b7b1d630e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f50a53c3"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".bib > .btn > span",
            "html": "<span>de bib</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.62 (foreground color: #888888, background color: #382f3a, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".footer-top"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "18852fc00eee",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-29f47ac9"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"pzlubbeek.be/\"] > span",
            "html": "<span>politie</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.62 (foreground color: #888888, background color: #382f3a, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".footer-top"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c57638ec2024",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c6ea11e8"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"hvzoost.be/\"] > span",
            "html": "<span>brandweer</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.62 (foreground color: #888888, background color: #382f3a, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".footer-top"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bba78ebd3307",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d6d5a320"
          },
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#txtkeyword",
            "html": "<input type=\"text\" name=\"q\" class=\"form-control txt\" id=\"txtkeyword\" title=\"Trefwoord\" autocomplete=\"off\" placeholder=\"Trefwoord\">",
            "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": "13bf37039ef8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f5ce98a2"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".vlw__contact__toggle__label",
            "html": "<span class=\"vlw__contact__toggle__label\">Hulp nodig</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": "0452f40c3143",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c1791208"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".cookie-compliance-text",
            "html": "<div class=\"cookie-compliance-text\">\nDeze website maakt gebruik van cookies om uw gebruikservaring te verbeteren.\n<a href=\"/cookies\" hide-when-empty=\"1\" class=\"find-more-button eu-cookie-compliance-more-button find-more-button-processed\"><span>Meer informatie over cookies.</span></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": "768143358687",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-caf65a31"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".btn-cookie-accept",
            "html": "<a href=\"/cookies?url=%2f\" rel=\"nofollow\" class=\"btn-primary btn-cookie-compliance btn-cookie-accept\">Beheer mijn cookies</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": "538e18e542a3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-690d017a"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".skip",
            "html": "<div class=\"skip\">\n<a href=\"#content-main\" class=\"skip-navigation\" data-scrollto=\"skip\">\n<span>Naar content</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": "2846d988f289",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1bb40db7"
          }
        ],
        "outcomeCount": 633,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 28
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1650,
          "failed": 38,
          "cantTell": 14,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_child_valid",
          "aria_content_in_landmark",
          "aria_form_label_unique",
          "aria_role_redundant",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "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 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": "ffd57dfe4552",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3047b1ae"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link data-css=\"Contrastskin-website\" type=\"text/css\" rel=\"stylesheet\" media=\"screen\" href=\"/css/skin-website.css?v=15092023114619\" id=\"skin-stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "268a3ee2388a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-790274a9"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link data-css=\"Contrastskin-website\" type=\"text/css\" rel=\"stylesheet\" media=\"screen\" href=\"/css/skin-website.css?v=15092023114619\" id=\"skin-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": "d358a7bcaa92",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-46ff24c5"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form action=\"/cookies?url=%2f\" method=\"post\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8884b2e9be2b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a6b3a39c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"btn-primary btn-cookie-compliance btn-cookie-accept\" rel=\"nofollow\" href=\"/cookies?url=%2f\">",
            "message": "Text contrast of 2.79 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": "fdb4e7491b10",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5e3c2537"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button value=\"acceptall\" name=\"action\" class=\"btn-primary btn-cookie-compliance btn-cookie-decline\" type=\"submit\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4a9224a2d1e3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-dae77975"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"acceptall\" name=\"action\" class=\"btn-primary btn-cookie-compliance btn-cookie-decline\" type=\"submit\">",
            "message": "Text contrast of 2.79 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": "053cde944a0d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-70249338"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button value=\"decline\" name=\"action\" class=\"btn-primary btn-cookie-compliance btn-cookie-decline\" type=\"submit\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3a813994e72e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2ee9ef05"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"decline\" name=\"action\" class=\"btn-primary btn-cookie-compliance btn-cookie-decline\" type=\"submit\">",
            "message": "Text contrast of 2.79 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": "46cf5cbf4f9a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-324f90cd"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a data-scrollto=\"skip\" class=\"skip-navigation\" href=\"#content-main\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ba15f6081cab",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bdc94760"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"txt-open-today\">",
            "message": "Text contrast of 2.78 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": "ac575d720890",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3be9854c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"txt-open\">",
            "message": "Text contrast of 2.78 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": "d1b4575874d5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2f14339f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"txt-from\">",
            "message": "Text contrast of 2.78 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": "a65872c52b48",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f42c42c5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"txt-time-divider\">",
            "message": "Text contrast of 2.78 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": "16bed27300d6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5748cd91"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"txt-to\">",
            "message": "Text contrast of 2.78 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": "ee2496f85257",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2daf39a9"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.78 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": "5a3608c67dc5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.78 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>",
            "message": "Text contrast of 2.78 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": "<button data-tooltip=\"hoog contrast\" data-active=\"hoog contrast uit\" data-inactive=\"hoog contrast\" class=\"icon-contrast \" id=\"btn-toggle-contrast\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "678508d1ec8b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2ad2fe1c"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form id=\"searchForm\" name=\"searchForm\" method=\"GET\" action=\"/zoeken\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aaadfb533828",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8245fd73"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input title=\"Zoeken\" id=\"btnSearch\" class=\"btn-search\" value=\"\" type=\"submit\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "311f8ca774e5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a162e197"
          },
          {
            "rule": "aria_child_valid",
            "xpath": null,
            "html": "<ul class=\"list-suggestionsearch\">",
            "message": "The element with role \"list\" does not own any child element with any of the following role(s): \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8ea86ffe012c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-cf5909e5"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav class=\"navbar-default sticky-default-nav\" aria-label=\"Main 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": "fa21ea18b140",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-72908566"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"dropdown-toggle\" href=\"/thema/2786/actueel\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9bd92e7ee6b2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-fc2af9a6"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"dropdown-toggle\" href=\"/beleid\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "96701816ac12",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1e8ad827"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"dropdown-toggle\" href=\"/thema/2744/burgerzaken-reizen\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc43b751e05b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-64ce08dc"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"dropdown-toggle\" href=\"/thema/2747/vrije-tijd\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7635943cccbb",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ece1a459"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"dropdown-toggle\" href=\"/thema/2745/wonen-leven\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b5b6b2f1bd0a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6cce6860"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"dropdown-toggle\" href=\"/welzijn\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7b932de1a158",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-361cda81"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"spotlight-caption\">",
            "message": "Text contrast of 2.78 with its background is less than the WCAG AA minimum requirements for text of size 21px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cd6d85f99794",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d68029b4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"spotlight-caption\">",
            "message": "Text contrast of 2.79 with its background is less than the WCAG AA minimum requirements for text of size 21px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.17 with its background is less than 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": "Text contrast of 2.17 with its background is less than 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": "Text contrast of 2.17 with its background is less than 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": "Text contrast of 3.62 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>",
            "message": "Text contrast of 3.62 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>",
            "message": "Text contrast of 3.62 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>",
            "message": "Text contrast of 3.62 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 1694,
        "uniqueFailedCount": 28,
        "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.huldenberg.be/",
      "finalUrl": "https://www.huldenberg.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Home | Lokaal bestuur Huldenberg",
      "elapsedMs": 19393,
      "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": 867,
          "failed": 7,
          "cantTell": 20,
          "inapplicable": 40
        },
        "failedRules": [
          "link-name",
          "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",
          "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",
          "presentation-role-conflict",
          "region",
          "scrollable-region-focusable",
          "skip-link",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".paddle-component--top-section.text.paddle-component > a[href$=\"maak-een-afspraak\"]:nth-child(1)",
            "html": "<a href=\"/nl/maak-een-afspraak\">",
            "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": "cd23caab6f20",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-cdbf1779"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".paddle-component--top-section.text.paddle-component > a[href$=\"digitaalloket\"]:nth-child(1)",
            "html": "<a href=\"/nl/digitaalloket\">",
            "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": "bd72883f9cf9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-83910219"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "a[href$=\"ik-wil-iets-melden\"]:nth-child(1)",
            "html": "<a href=\"/nl/ik-wil-iets-melden\">",
            "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": "2e5019b1f262",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ef720bb2"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "a[href$=\"openingsuren-en-contact\"]:nth-child(1)",
            "html": "<a href=\"/nl/openingsuren-en-contact\">",
            "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": "7f974a1725be",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6310f229"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".paddle-component--top-section.text.paddle-component > a[href$=\"uit-in-huldenberg\"]:nth-child(1)",
            "html": "<a href=\"/nl/uit-in-huldenberg\">",
            "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": "40d6cd000e3c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-917a6fb8"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "#paddle_components_top_bottom_only_block_3d45652d-ba8f-4c87-81fc-bb96c3a96368 > .paddle-component--top-bottom-only-block.paddle-component > .paddle-component--top-section.text.paddle-component > a:nth-child(1)",
            "html": "<a href=\"/nl/inwoners/mobiliteit/tijdelijke-beperkingsmaatregelen\">",
            "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": "48c0e26dddc5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b03a6555"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".vlw__contact__toggle__label",
            "html": "<span class=\"vlw__contact__toggle__label\">Hulp nodig</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": "390cbcff01d3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c1791208"
          }
        ],
        "outcomeCount": 934,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 7
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2698,
          "failed": 33,
          "cantTell": 28,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_content_in_landmark",
          "aria_id_unique",
          "element_tabbable_visible",
          "input_label_visible",
          "style_background_decorative",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "target_spacing_sufficient",
          "text_block_heading"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link rel=\"stylesheet\" href=\"https://fonts.googleapis.com/css2?family=Chivo:ital,wght@0,100..900;1,100..900&display=swap\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dedf5df96a14",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-41dcad4d"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_vp--bbBwTS-ZNLfK3oHpIOj7gHZtNUc7NkqFTGwh7nA.css?delta=0&language=nl&theme=ocelot_paddle&include=eJx9U-2SpCAMfCEcHokKEDU1QCwIt-s-_UXn42o9nX-ku-kKSQNkgdyU2EMygYR-sLil8kgJ7aE24Y6RhKuDELhG4mLfp9tYuQiWaALzndCFvRTnE-u9ah_w8ISHJ6zqijbWvkC6xcqL7yJcfsEkmIdETQx293bPSyIoAe0Z6DxUNPgticr95fMsTYKVuzbWKUVtbOReAyfXMIg-5EjLXBE_8V98wkZqgf9gXS2X7bbhgInFLRDjNlntVIkiN5_gZ_3A6pSGhlDDfC2qCDHUnv2lZOSahwwFJozDvssr5QzZ9zrpZq4UlNXlkk1Qpq6CoX2RhPmDT9YwwZHtTTi7JqtuajqQSyXN04t7gO7t1_5ZtxNy7_qRuhN2S9eR3AIIbfYMNf5CR03Y6vn7BWYs3Wm4NPwY7RloFk7pFcPtPGxBbOaxWAcLOejCe35R0F7gpnEgSG6fnNst7P_QTWbMql2b_hvroeFfXf6Jcg\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8fc83ede1d89",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f49ce962"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_W_ZFXS1MEHHOcdL3Pbrj1qBhNeFfMcCDYtAxYXLuYkI.css?delta=1&language=nl&theme=ocelot_paddle&include=eJx9U-2SpCAMfCEcHokKEDU1QCwIt-s-_UXn42o9nX-ku-kKSQNkgdyU2EMygYR-sLil8kgJ7aE24Y6RhKuDELhG4mLfp9tYuQiWaALzndCFvRTnE-u9ah_w8ISHJ6zqijbWvkC6xcqL7yJcfsEkmIdETQx293bPSyIoAe0Z6DxUNPgticr95fMsTYKVuzbWKUVtbOReAyfXMIg-5EjLXBE_8V98wkZqgf9gXS2X7bbhgInFLRDjNlntVIkiN5_gZ_3A6pSGhlDDfC2qCDHUnv2lZOSahwwFJozDvssr5QzZ9zrpZq4UlNXlkk1Qpq6CoX2RhPmDT9YwwZHtTTi7JqtuajqQSyXN04t7gO7t1_5ZtxNy7_qRuhN2S9eR3AIIbfYMNf5CR03Y6vn7BWYs3Wm4NPwY7RloFk7pFcPtPGxBbOaxWAcLOejCe35R0F7gpnEgSG6fnNst7P_QTWbMql2b_hvroeFfXf6Jcg\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "05e83fd01f5d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-24b2c57f"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_nKiSQN1Yzmypq1XT1Q0Da-btp9mZI-GMvxy_PPZ129c.css?delta=2&language=nl&theme=ocelot_paddle&include=eJx9U-2SpCAMfCEcHokKEDU1QCwIt-s-_UXn42o9nX-ku-kKSQNkgdyU2EMygYR-sLil8kgJ7aE24Y6RhKuDELhG4mLfp9tYuQiWaALzndCFvRTnE-u9ah_w8ISHJ6zqijbWvkC6xcqL7yJcfsEkmIdETQx293bPSyIoAe0Z6DxUNPgticr95fMsTYKVuzbWKUVtbOReAyfXMIg-5EjLXBE_8V98wkZqgf9gXS2X7bbhgInFLRDjNlntVIkiN5_gZ_3A6pSGhlDDfC2qCDHUnv2lZOSahwwFJozDvssr5QzZ9zrpZq4UlNXlkk1Qpq6CoX2RhPmDT9YwwZHtTTi7JqtuajqQSyXN04t7gO7t1_5ZtxNy7_qRuhN2S9eR3AIIbfYMNf5CR03Y6vn7BWYs3Wm4NPwY7RloFk7pFcPtPGxBbOaxWAcLOejCe35R0F7gpnEgSG6fnNst7P_QTWbMql2b_hvroeFfXf6Jcg\" media=\"print\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c0508691f84c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0f5fd1fd"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable\" href=\"#region-content\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fe7372798fd8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2cbaa15c"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable\" href=\"#region-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ce36ea3eb32a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b875386a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable\" href=\"#region-content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ce5d460706a4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-780e76ef"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button class=\"btn btn-primary show-button\" id=\"toggle-menu-extended-view-button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3fb8c704050f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-48240d99"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"menu-extended-text\" id=\"menu-extended-text\">",
            "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": "e6331ef4eb0a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c961dff0"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/nl\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "29315468b0d6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b11c10bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb8126dc2acd",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4d487e15"
          },
          {
            "rule": "style_background_decorative",
            "xpath": null,
            "html": "<div style=\"--background:url(https://www.huldenberg.be/sites/default/files/styles/original_ratio_xxxxl/public/2024-10/Ooghoogte_bewerkt_2310.webp?itok=zFWjaHOd);\" class=\"layout-builder__custom page_wide transparent sec--hero-banner layout-builder layout layout--onecol\">",
            "message": "Verify the CSS background image does not convey important information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ceb070edad34",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a0b8765d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"Zoeken\" name=\"op\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"btn-secondary button js-form-submit form-submit btn\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9862614876df",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8ea86d26"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Zoeken\" name=\"op\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"btn-secondary button js-form-submit form-submit btn\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "94fb24d02f41",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-87ad9640"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/nl/maak-een-afspraak\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "baf011ad3128",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-47d4e4eb"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/nl/digitaalloket\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a24e17d2b088",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e3473baa"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/nl/ik-wil-iets-melden\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a9b75d2c73a5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1ecf7557"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/nl/openingsuren-en-contact\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b1eeab80d281",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-be73143d"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/nl/uit-in-huldenberg\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "929535e785d8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-88f60c04"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/nl/inwoners/mobiliteit/tijdelijke-beperkingsmaatregelen\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a172c09fafef",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8a8d69a2"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"paddle-component paddle-component--top-section text\">",
            "message": "Confirm this text 'Nieuws' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "46edf8c30f2f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-21e33d57"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/nieuws\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4c6249137e14",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c64c3bff"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a data-click-tracking-label=\"title\" data-click-tracking-action=\"push\" data-click-tracking-category=\"detail\" href=\"/uit-in-huldenberg?cdbid=9dbed3c2-1036-4fac-8ccf-331e42034106&utm_source=www.huldenberg.be&utm_medium=referral&utm_campaign=widgets\">",
            "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": "e8bfe19be874",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9bcaa50a"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a data-click-tracking-label=\"title\" data-click-tracking-action=\"push\" data-click-tracking-category=\"detail\" href=\"/uit-in-huldenberg?cdbid=1020743a-e70f-415c-af16-b3c6acbd207d&utm_source=www.huldenberg.be&utm_medium=referral&utm_campaign=widgets\">",
            "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": "4154ba064a2a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d5649c45"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a data-click-tracking-label=\"title\" data-click-tracking-action=\"push\" data-click-tracking-category=\"detail\" href=\"/uit-in-huldenberg?cdbid=57bc23b9-5ab0-45b4-adc6-9b0ffd49e775&utm_source=www.huldenberg.be&utm_medium=referral&utm_campaign=widgets\">",
            "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": "f36cf69c5033",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-255e18d6"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a data-click-tracking-label=\"title\" data-click-tracking-action=\"push\" data-click-tracking-category=\"detail\" href=\"/uit-in-huldenberg?cdbid=4ddfdd48-819a-4faa-91de-383fd5e41482&utm_source=www.huldenberg.be&utm_medium=referral&utm_campaign=widgets\">",
            "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": "d1cc403582f9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-640487e4"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/activiteiten\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "961346cd6998",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7820706f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a data-entity-type=\"external\" href=\"https://visit.huldenberg.be\" class=\"btn btn-primary\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b726c8cde81b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5ae002eb"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"paddle-component--body-section\">",
            "message": "Confirm this text 'Gemeente Huldenberg' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a5f5747a6bad",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-88a2d159"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Gemeente Huldenberg Gemeente Huldenberg' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0640d2efe53b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f2bf52aa"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.huldenberg.be/maak-een-afspraak\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bad9d1576ef1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-86a0b429"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<div style=\"bottom: -350.547px;\" class=\"sliding-popup-bottom\" aria-label=\"Cookie compliance banner\" aria-describedby=\"popup-text\" role=\"alertdialog\" id=\"sliding-popup\">",
            "message": "The 'id' \"popup-text\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "425587aeed64",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5c239b7a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button class=\"eu-cookie-withdraw-tab btn btn-secondary\" type=\"button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "788a5254c36d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-db66cdd1"
          }
        ],
        "outcomeCount": 2734,
        "uniqueFailedCount": 33,
        "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.kampenhout.be/",
      "finalUrl": "https://www.kampenhout.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Startpagina - Gemeente Kampenhout",
      "elapsedMs": 16957,
      "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": 957,
          "failed": 14,
          "cantTell": 15,
          "inapplicable": 41
        },
        "failedRules": [
          "color-contrast",
          "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",
          "autocomplete-valid",
          "avoid-inline-spacing",
          "button-name",
          "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",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".btn-cookie-accept",
            "html": "<a href=\"/cookies?url=%2f\" rel=\"nofollow\" class=\"btn-primary btn-cookie-compliance btn-cookie-accept\">Beheer mijn 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.98 (foreground color: #ffffff, background color: #308b97, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".btn-cookie-accept"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1c6c3dcacb7d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6e2fa8bc"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "button[value=\"acceptall\"]",
            "html": "<button type=\"submit\" class=\"btn-primary btn-cookie-compliance btn-cookie-decline\" name=\"action\" value=\"acceptall\">Alles aanvaarden</button>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.98 (foreground color: #ffffff, background color: #308b97, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "button[value=\"acceptall\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "460bd69a0cde",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-08e864b5"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "button[value=\"decline\"]",
            "html": "<button type=\"submit\" class=\"btn-primary btn-cookie-compliance btn-cookie-decline\" name=\"action\" value=\"decline\">Alleen essentiële cookies</button>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.98 (foreground color: #ffffff, background color: #308b97, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "button[value=\"decline\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bcd4d5de3e73",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-42678e69"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".nav1 > a[href$=\"bestuur\"] > span",
            "html": "<span>Bestuur</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.98 (foreground color: #ffffff, background color: #308b97, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".nav1 > a[href$=\"bestuur\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "85ead6a4c7b0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-119fd9c7"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"mens-en-zorg\"] > span",
            "html": "<span>Mens en Zorg</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.98 (foreground color: #ffffff, background color: #308b97, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"mens-en-zorg\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "47482c825edb",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3865f1ee"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"ondernemen\"] > span",
            "html": "<span>Ondernemen</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.98 (foreground color: #ffffff, background color: #308b97, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"ondernemen\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9595bd1cdf60",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-26aec5dc"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"ruimte\"] > span",
            "html": "<span>Ruimte</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.98 (foreground color: #ffffff, background color: #308b97, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"ruimte\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d0f6a7189f6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4f7a72f8"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".nav5 > a[href$=\"vrije-tijd\"] > span",
            "html": "<span>Vrije tijd</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.98 (foreground color: #ffffff, background color: #308b97, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".nav5 > a[href$=\"vrije-tijd\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "23c08f5bea72",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ef828515"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".cookie-compliance-text",
            "html": "<div class=\"cookie-compliance-text\">\nDeze website maakt gebruik van cookies om uw gebruikservaring te verbeteren.\n<a href=\"/cookies\" hide-when-empty=\"1\" class=\"find-more-button eu-cookie-compliance-more-button find-more-button-processed\"><span>Meer informatie over cookies.</span></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": "7425a2664879",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-caf65a31"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".btn-cookie-accept",
            "html": "<a href=\"/cookies?url=%2f\" rel=\"nofollow\" class=\"btn-primary btn-cookie-compliance btn-cookie-accept\">Beheer mijn cookies</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": "43a8b6a1bff0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-690d017a"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#skip-content",
            "html": "<div id=\"skip-content\" class=\"skip\">\n<a href=\"#content-main\" class=\"skip-navigation\">\n<span>Naar content</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": "db1007c6f8fb",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-34285466"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bx-pager",
            "html": "<div class=\"bx-pager bx-default-pager\"><div class=\"bx-pager-item\"><a href=\"\" data-slide-index=\"0\" class=\"bx-pager-link active\">1</a></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": "6de105f44cfc",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b0f6a40d"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bx-controls-auto",
            "html": "<div class=\"bx-controls-auto\"><div class=\"bx-controls-auto-item\"><a class=\"bx-start active\" href=\"\"><span>Start</span></a></div><div class=\"bx-controls-auto-item\"><a class=\"bx-stop\" href=\"\"><span>Stop</span></a></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": "0c5590332354",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-51848672"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".banner-caption",
            "html": "<div class=\"banner-caption\">\n<h1 class=\"page-heading sr-only\"><span>Startpagina ViewBag.settings.PortalTitle</span></h1>\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": "3b0fa0064efe",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f9b185e6"
          }
        ],
        "outcomeCount": 1027,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 14
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2845,
          "failed": 52,
          "cantTell": 39,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_form_label_unique",
          "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 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": "4580d35b3a73",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3047b1ae"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link data-css=\"Contrastskin-website2021\" type=\"text/css\" rel=\"stylesheet\" media=\"screen\" href=\"/css/skin-website2021.css?v=11022026161436\" id=\"skin-stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "98b13efc1bc7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d4363275"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link data-css=\"Contrastskin-website2021\" type=\"text/css\" rel=\"stylesheet\" media=\"screen\" href=\"/css/skin-website2021.css?v=11022026161436\" id=\"skin-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": "6073b7ce6cc3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d3971e22"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form action=\"/cookies?url=%2f\" method=\"post\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e58b64cd15cd",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a6b3a39c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"btn-primary btn-cookie-compliance btn-cookie-accept\" rel=\"nofollow\" href=\"/cookies?url=%2f\">",
            "message": "Text contrast of 3.99 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": "e9f8df2da95d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5e3c2537"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button value=\"acceptall\" name=\"action\" class=\"btn-primary btn-cookie-compliance btn-cookie-decline\" type=\"submit\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b31a2d9a6b10",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-dae77975"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"acceptall\" name=\"action\" class=\"btn-primary btn-cookie-compliance btn-cookie-decline\" type=\"submit\">",
            "message": "Text contrast of 3.99 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": "0bbe641e2015",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-70249338"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button value=\"decline\" name=\"action\" class=\"btn-primary btn-cookie-compliance btn-cookie-decline\" type=\"submit\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "04f28fe8fc49",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2ee9ef05"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"decline\" name=\"action\" class=\"btn-primary btn-cookie-compliance btn-cookie-decline\" type=\"submit\">",
            "message": "Text contrast of 3.99 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": "0d6a8feef278",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-324f90cd"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"skip-navigation\" href=\"#content-main\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "618db82d1b40",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-92cb91cd"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"mailto:info@kampenhout.be\" class=\"mail\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f1c6a92d82b6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-368f2d17"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://facebook.com/lokaalbestuurkampenhout\" class=\"external\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3dd409f8964b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5a1869ef"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.instagram.com/lokaalbestuurkampenhout/\" class=\"external\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "31f710075872",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-cec523a1"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.youtube.com/channel/UCOp70yijndJwYFZnIZTOfhg\" class=\"external\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a2e1d1a12ced",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e8523925"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.linkedin.com/company/71697009/\" class=\"external\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "74042f6762a9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8ac65bd3"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<button data-tooltip=\"Hoog contrast\" data-active=\"Hoog contrast uit\" data-inactive=\"Hoog contrast\" class=\"icon-contrast \" id=\"btn-toggle-contrast\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a8afcf8cc91c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c1143f81"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form class=\"search-form\" id=\"searchForm\" name=\"searchForm\" method=\"GET\" action=\"/zoeken\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "93ef1ae09034",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2801ebfa"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input data-placeholder-mobile=\"Zoeken\" data-placeholder=\"Wat zoek je?\" placeholder=\"Wat zoek je?\" autocomplete=\"off\" data-tooltip=\"Wat zoek je?\" id=\"txtkeyword\" class=\"form-control txt\" name=\"q\" type=\"text\">",
            "message": "The ‘placeholder’ is the only visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8906274bd44c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b7dafdf0"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/contact\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "644ff60d6e2c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c90770f9"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/e-loket\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "57910dd0a54f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6201408a"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://stratenplan.kampenhout.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": "615c2752a7c8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-94803521"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/verenigingengids\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "56f631154c8a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7f0aa44b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.99 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": "eb7c46448488",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.99 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": "<span>",
            "message": "Text contrast of 3.99 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": "<span>",
            "message": "Text contrast of 3.99 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": "<span>",
            "message": "Text contrast of 3.99 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": "<a class=\"bx-pager-link active\" data-slide-index=\"0\" href=\"\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "48aa2257ef40",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e0f7b409"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h1 class=\"page-heading sr-only\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f8b27241605c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c2fd7f0d"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"indekijker-caption\">",
            "message": "Confirm this text 'Belastingaangifte invullen via MyMinfin (Tax-on-web)' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "08c0e8c24dc0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f7108427"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"indekijker-caption\">",
            "message": "Confirm this text 'Zwerfvuilactie: jullie ruimden samen 932 kilogram afval op!' 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=\"indekijker-caption\">",
            "message": "Confirm this text 'Houd je itsme-account up-to-date!' 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=\"indekijker-caption\">",
            "message": "Confirm this text 'Sportdag voor 50-plussers in Baal op 2 juni' 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=\"indekijker-caption\">",
            "message": "Confirm this text 'Samen voorbereid: zo blijf je goed geïnformeerd bij een noodsituatie' 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=\"indekijker-caption\">",
            "message": "Confirm this text 'Bloedinzameling Rode Kruis in Kampenhout op 6 mei' 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=\"indekijker-caption\">",
            "message": "Confirm this text 'Kermis in Berg van 15 t.e.m. 18 mei' 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=\"indekijker-caption\">",
            "message": "Confirm this text 'Word jij onze nieuwe dorpsdichter? Stel je nu kandidaat!' 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=\"indekijker-caption\">",
            "message": "Confirm this text 'Wie wint de Kampenhoutse Cultuurprijs 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=\"indekijker-caption\">",
            "message": "Confirm this text 'Herontwikkeling site Kampenhout-Sas van start' 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=\"indekijker-caption\">",
            "message": "Confirm this text 'Bescherm je fiets tegen diefstal met MyBike' 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 #273645. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "The foreground text and its background color are both detected as #273645. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "The foreground text and its background color are both detected as #273645. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "The foreground text and its background color are both detected as #273645. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "The foreground text and its background color are both detected as #273645. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "The foreground text and its background color are both detected as #273645. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "The foreground text and its background color are both detected as #273645. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "The foreground text and its background color are both detected as #273645. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "The foreground text and its background color are both detected as #273645. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "The foreground text and its background color are both detected as #273645. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "The foreground text and its background color are both detected as #273645. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "The foreground text and its background color are both detected as #273645. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 2911,
        "uniqueFailedCount": 26,
        "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.kapelle-op-den-bos.be/",
      "finalUrl": "https://www.kapelle-op-den-bos.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Startpagina - Gemeente Kapelle-op-den-bos",
      "elapsedMs": 14520,
      "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": 913,
          "failed": 2,
          "cantTell": 6,
          "inapplicable": 45
        },
        "failedRules": [
          "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",
          "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",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region"
        ],
        "failures": [
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".vlw__contact__toggle__label",
            "html": "<span class=\"vlw__contact__toggle__label\">Hulp nodig</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": "72f94e10e7bf",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c1791208"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#skip-content",
            "html": "<div id=\"skip-content\" class=\"skip\"><a href=\"#content-main\" class=\"btn-primary skip-navigation\" data-scrollto=\"skip\" rel=\"nofollow\"> <span>Naar inhoud</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": "bbb45acd39f5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-34285466"
          }
        ],
        "outcomeCount": 966,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 2
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2733,
          "failed": 21,
          "cantTell": 40,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_child_valid",
          "aria_content_in_landmark",
          "element_tabbable_unobscured",
          "style_color_misuse",
          "style_highcontrast_visible",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link media=\"screen\" href=\"https://icons.icordis.be/css/boicon-kapelle-op-den-bos.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": "145a37f7a1f3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5146c606"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link data-css=\"contrastskin\" data-sw=\"/css/skin-website-contrast.css?v=27042026113108\" href=\"/css/skin-website.css?v=27042026113108\" media=\"screen\" rel=\"stylesheet\" id=\"skin-stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2ffe7319a6dd",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ce0769b8"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a rel=\"nofollow\" data-scrollto=\"skip\" class=\"btn-primary skip-navigation\" href=\"#content-main\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ca52f470738f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8d0bbc92"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/dienst\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0ea95b33c3e8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9b14ab6f"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/raad\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5b99f750ca58",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a2be59a5"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/contact\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "401717f8e3b8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c90770f9"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/producten\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "307a551bb9d5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f4c3c370"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a rel=\"noopener\" target=\"_blank\" href=\"http://stratenplan.kapelle-op-den-bos.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": "809280148520",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-52edf420"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"icon-user user-profile\" data-tooltip=\"Aanmelden\" href=\"/profiel/aanmelden\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "95c93a4002fa",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ae4ecd94"
          },
          {
            "rule": "aria_child_valid",
            "xpath": null,
            "html": "<ul class=\"list-overview items-0\">",
            "message": "The element with role \"list\" does not own any child element with any of the following role(s): \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1477ad01487c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3e7490d8"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"partial-block-date\">",
            "message": "Confirm this text 'wo 13 mei' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b9299cf1797a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3c9c0f1b"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"entry-date\">",
            "message": "Confirm this text 'wo 13 mei' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f58dc3f78d7e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2722af07"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"partial-block-date\">",
            "message": "Confirm this text 'wo 20 mei' 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=\"entry-date\">",
            "message": "Confirm this text 'wo 20 mei' 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": "<div class=\"short\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: 'de gezonde brooddoos'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "619d7b5a911e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-01f4177d"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"partial-block-date\">",
            "message": "Confirm this text 'wo 6 mei' 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=\"entry-date\">",
            "message": "Confirm this text 'wo 6 mei' 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=\"partial-block-date\">",
            "message": "Confirm this text 'do 14 mei' 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=\"entry-date\">",
            "message": "Confirm this text 'do 14 mei' 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=\"contact-footer-container\">",
            "message": "Confirm this text '© Kapelle-op-den-Bos 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "096b332730b3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ec1d9a1d"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"title\">",
            "message": "Confirm this text '© Kapelle-op-den-Bos 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "25dda4d84674",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8cd9e682"
          }
        ],
        "outcomeCount": 2790,
        "uniqueFailedCount": 15,
        "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.keerbergen.be/",
      "finalUrl": "https://www.keerbergen.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Startpagina - Gemeente Keerbergen",
      "elapsedMs": 13366,
      "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": 547,
          "failed": 24,
          "cantTell": 0,
          "inapplicable": 41
        },
        "failedRules": [
          "color-contrast",
          "empty-heading",
          "label-title-only",
          "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",
          "autocomplete-valid",
          "avoid-inline-spacing",
          "button-name",
          "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",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "label",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".btn-cookie-accept",
            "html": "<a href=\"/cookies?url=%2f\" rel=\"nofollow\" class=\"btn-primary cookie-compliance__btn btn-cookie-accept\">Beheer mijn cookies</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.93 (foreground color: #ffffff, background color: #71c5e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".btn-cookie-accept"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "33dba6728384",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6e2fa8bc"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "button[value=\"acceptall\"]",
            "html": "<button type=\"submit\" class=\"btn-primary cookie-compliance__btn btn-cookie-decline\" name=\"action\" value=\"acceptall\">Alles aanvaarden</button>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.93 (foreground color: #ffffff, background color: #71c5e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "button[value=\"acceptall\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "829155e430de",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-08e864b5"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".uit-in-keerbergen.item.first > a[target=\"_blank\"] > span",
            "html": "<span>Uit in Keerbergen</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.76 (foreground color: #1e8dbb, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#body"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bd299288b03f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-cd3ee32e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"a-z\"] > span",
            "html": "<span>A-Z</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.76 (foreground color: #1e8dbb, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#body"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3b34d4c29e5d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-536facb3"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"contact-en-openingsuren\"] > span",
            "html": "<span>Contact &amp; openingsuren</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.76 (foreground color: #1e8dbb, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#body"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b2e4cdb8e779",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-237f9398"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".stratenplan > a[target=\"_blank\"] > span",
            "html": "<span>Stratenplan</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.76 (foreground color: #1e8dbb, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#body"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aad6902ca800",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-dcd6fb49"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".wegenwerken > a[target=\"_blank\"] > span",
            "html": "<span>Wegenwerken</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.76 (foreground color: #1e8dbb, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#body"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "53e01a294927",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e7927783"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#txtkeyword",
            "html": "<input type=\"text\" name=\"q\" class=\"form-control txt\" id=\"txtkeyword\" title=\"Waarmee kunnen we je helpen?\" autocomplete=\"off\" placeholder=\"Waarmee kunnen we je helpen?\">",
            "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: #1e8dbb, background color: #eaf6fc, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#txtkeyword"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1d1168a442d2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-46d6df2d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".first[data-id=\"0\"][data-type=\"\"] > a[href$=\"diensten\"] > span",
            "html": "<span>Gemeente- en OCMW-diensten</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.06 (foreground color: #169f4d, background color: #e7f5ed, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".fast-to"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "317c06ca6147",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-cccd495a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"producten\"] > span",
            "html": "<span>A-Z</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.06 (foreground color: #169f4d, background color: #e7f5ed, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".fast-to"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "079469706831",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4760b374"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".list-grid > li[data-id=\"0\"][data-type=\"\"]:nth-child(3) > a > span",
            "html": "<span>Vacatures</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.06 (foreground color: #169f4d, background color: #e7f5ed, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".fast-to"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "752476e9f272",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f7b43825"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".list-grid > li[data-id=\"0\"][data-type=\"\"]:nth-child(4) > a[target=\"_blank\"] > span",
            "html": "<span>Wegenwerken</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.06 (foreground color: #169f4d, background color: #e7f5ed, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".fast-to"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5aa2e6a05348",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7f4299e3"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"meldingen\"] > span",
            "html": "<span>Meldingen</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.06 (foreground color: #169f4d, background color: #e7f5ed, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".fast-to"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3c61bc6da430",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9c1c6204"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li[data-id=\"0\"][data-type=\"\"]:nth-child(6) > a > span",
            "html": "<span>Klachten</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.06 (foreground color: #169f4d, background color: #e7f5ed, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".fast-to"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "85a65112a6ec",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-fc761d25"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li[data-id=\"0\"][data-type=\"\"]:nth-child(7) > a[target=\"_blank\"] > span",
            "html": "<span>UiT in Keerbergen</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.06 (foreground color: #169f4d, background color: #e7f5ed, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".fast-to"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "28791d1c03d3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-047d1c06"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li[data-id=\"0\"][data-type=\"\"]:nth-child(8) > a[target=\"_blank\"] > span",
            "html": "<span>Omleidingen</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.06 (foreground color: #169f4d, background color: #e7f5ed, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".fast-to"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "32289b6fc516",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-060a08ee"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".box-block > h3 > span",
            "html": "<span>Gemeentehuis</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.93 (foreground color: #71c5e8, background color: #ffffff, font size: 18.0pt (24px), font weight: normal). Expected contrast ratio of 3:1",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a252ae694b1d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-db015dc4"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".box-btn",
            "html": "<a href=\"/contact\" class=\"box-btn\">Alle contactinfo</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.93 (foreground color: #ffffff, background color: #71c5e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".box-btn"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f00cb2be077d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5bf1a018"
          },
          {
            "rule": "empty-heading",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/empty-heading?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "#content-main > h2",
            "html": "<h2><span></span></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": "1aa89813c49c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c49b5619"
          },
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#txtkeyword",
            "html": "<input type=\"text\" name=\"q\" class=\"form-control txt\" id=\"txtkeyword\" title=\"Waarmee kunnen we je helpen?\" autocomplete=\"off\" placeholder=\"Waarmee kunnen we je helpen?\">",
            "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": "7ad7b1109681",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f5ce98a2"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".vlw__contact__toggle__label",
            "html": "<span class=\"vlw__contact__toggle__label\">Hulp nodig</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": "a72e8e564f28",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c1791208"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".cookie-compliance-text",
            "html": "<div class=\"cookie-compliance-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": "489e55ee6773",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-caf65a31"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".btn-cookie-accept",
            "html": "<a href=\"/cookies?url=%2f\" rel=\"nofollow\" class=\"btn-primary cookie-compliance__btn btn-cookie-accept\">Beheer mijn cookies</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": "1f0b38cf1f13",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-690d017a"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".skip",
            "html": "<div class=\"skip\">\n<a href=\"#content-main\" class=\"skip-navigation\">\n<span>Naar content</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": "9ca7c7a704c5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1bb40db7"
          }
        ],
        "outcomeCount": 612,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 24
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1558,
          "failed": 41,
          "cantTell": 12,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_accessiblename_exists",
          "aria_child_valid",
          "aria_content_in_landmark",
          "aria_form_label_unique",
          "aria_role_redundant",
          "element_attribute_deprecated",
          "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 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": "b7be08e46748",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3047b1ae"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link data-css=\"Contrastskin-website2021\" type=\"text/css\" rel=\"stylesheet\" media=\"screen\" href=\"/css/skin-website2021.css?v=03092025152712\" id=\"skin-stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b488440c48ac",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0e678ee4"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link data-css=\"Contrastskin-website2021\" type=\"text/css\" rel=\"stylesheet\" media=\"screen\" href=\"/css/skin-website2021.css?v=03092025152712\" id=\"skin-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": "6c7d46f1b498",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f6424441"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<link color=\"#169F4D\" href=\"/images/skin-website2021/safari-pinned-tab.svg\" rel=\"mask-icon\">",
            "message": "The HTML attribute(s) \"color\" is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e292127f83b5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9ae98384"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form action=\"/cookies?url=%2f\" method=\"post\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e7ede5bb7d2f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a6b3a39c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button value=\"acceptall\" name=\"action\" class=\"btn-primary cookie-compliance__btn btn-cookie-decline\" type=\"submit\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c0568c00afa5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-39c41ae0"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"skip-navigation\" href=\"#content-main\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8489a141939d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-92cb91cd"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.76 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": "d679b2796221",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.76 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": "<span>",
            "message": "Text contrast of 3.76 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": "<span>",
            "message": "Text contrast of 3.76 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": "<span>",
            "message": "Text contrast of 3.76 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_form_label_unique",
            "xpath": null,
            "html": "<form id=\"searchForm\" name=\"searchForm\" method=\"GET\" action=\"/zoeken\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7f122b36c0c1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8245fd73"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input title=\"Zoeken\" id=\"btnSearch\" class=\"btn-search\" value=\"\" type=\"submit\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7a709ce35638",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a162e197"
          },
          {
            "rule": "aria_child_valid",
            "xpath": null,
            "html": "<ul class=\"list-suggestionsearch\">",
            "message": "The element with role \"list\" does not own any child element with any of the following role(s): \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "81c327249d9d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-cf5909e5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.93 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_role_redundant",
            "xpath": null,
            "html": "<nav class=\"navbar-default \" aria-label=\"Main 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": "45d96d15712a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8d2a240b"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<button type=\"button\" class=\"navbar-toggle btn-menu-close\" data-toggle=\"offcanvas\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b6d16496a76",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8c81f019"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"dropdown-toggle\" href=\"/burger\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "836b0c7d065f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-da10244f"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"dropdown-toggle\" href=\"/ruimte\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "078a7d63a953",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-64c13d9a"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"dropdown-toggle\" href=\"/vrijetijd\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bb5a1f73c859",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-db8d092f"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"dropdown-toggle\" href=\"/welzijn\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0644df3d814a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-33179db6"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"dropdown-toggle\" href=\"/ondernemen\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "36aef833ac80",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-cc9c4c24"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"dropdown-toggle\" href=\"/bestuur\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b1473392dd7d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f9aa96bd"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b98fb741f9b4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "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": "2bb0c17a11fd",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a37c7d8a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.93 with its background is less than the WCAG AA minimum requirements for text of size 32px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.93 with its background is less than 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": "<span>",
            "message": "Text contrast of 1.72 with its background is less than 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": "<span>",
            "message": "Text contrast of 3.06 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.06 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.06 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.06 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.06 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.06 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.06 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.06 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.93 with its background is less than 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": "<span>",
            "message": "Text contrast of 1.93 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.93 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"box-btn\" href=\"/contact\">",
            "message": "Text contrast of 1.93 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": "66962c874844",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d85edddb"
          }
        ],
        "outcomeCount": 1614,
        "uniqueFailedCount": 22,
        "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.kortenaken.be/",
      "finalUrl": "https://www.kortenaken.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Home | Kortenaken",
      "elapsedMs": 18528,
      "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": 970,
          "failed": 12,
          "cantTell": 31,
          "inapplicable": 40
        },
        "failedRules": [
          "link-name",
          "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",
          "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-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "skip-link",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "#paddle_components_text_block_fc9e0373-19a5-4d37-a59c-0148f35650e2 > .paddle-component--text-block.paddle-component > .paddle-component--top-section.text.paddle-component > a:nth-child(1)",
            "html": "<a href=\"/bestuur-organisatie/meldingen-klachten\">",
            "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": "aec1a66297df",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8734c7d0"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".paddle-component--top-section.text.paddle-component > a[href=\"/openingsuren-sluitingsdagen\"]:nth-child(1)",
            "html": "<a href=\"/openingsuren-sluitingsdagen\">",
            "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": "5fcf8a7f9be5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ff82a8f7"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "article[data-history-node-id=\"1297\"] > div > .field--featured-image.field--type--entity-reference.field > .items > .item > a",
            "html": "<a href=\"/rioleringswerken-hoeleden-blijven-op-schema-ondanks-tijdelijke-hinder-bij-aannemer\">",
            "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": "f8007101da66",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-73e746a8"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "article[data-history-node-id=\"1278\"] > div > .field--featured-image.field--type--entity-reference.field > .items > .item > a",
            "html": "<a href=\"/gratis-infosessie-over-abc-internet\">",
            "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": "89376411b37b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8f5c8d57"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "article[data-history-node-id=\"1113\"] > div > .field--featured-image.field--type--entity-reference.field > .items > .item > a",
            "html": "<a href=\"/gemeentelijke-diensten-gesloten-op-1-14-15-en-25-mei\">",
            "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": "ea0ae544932b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7bbe4938"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".item > a[href=\"/seniorensportdag-op-21052026\"]",
            "html": "<a href=\"/seniorensportdag-op-21052026\">",
            "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": "f23def2ce450",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-afff0c19"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "article[data-history-node-id=\"968\"] > div > .field--featured-image.field--type--entity-reference.field > .items > .item > a",
            "html": "<a href=\"/inzage-jaarrekening-en-begrotingswijziging-hulpverleningszone-oost-vlaams-brabant\">",
            "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": "05376256def6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-205b45f5"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "article[data-history-node-id=\"1296\"] > div > .field--featured-image.field--type--entity-reference.field > .items > .item > a",
            "html": "<a href=\"/lentereceptie-voor-alle-inwoners-op-9-mei\">",
            "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": "890b98fe8dc0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-fad3298f"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "article[data-history-node-id=\"1294\"] > div > .field--featured-image.field--type--entity-reference.field > .items > .item > a",
            "html": "<a href=\"/avondsessies-dop-samen-richting-vinden\">",
            "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": "e192afb9cfe9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2e908fc3"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "article[data-history-node-id=\"1293\"] > div > .field--featured-image.field--type--entity-reference.field > .items > .item > a",
            "html": "<a href=\"/presentatie-aziatische-hoornaar\">",
            "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": "89b402861c73",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7cf03efb"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "article[data-history-node-id=\"1290\"] > div > .field--featured-image.field--type--entity-reference.field > .items > .item > a",
            "html": "<a href=\"/ontdek-de-velpe-reizende-expo-in-bibliotheek-kortenaken\">",
            "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": "a4403bd32c44",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-08edaa82"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".vlw__contact__toggle__label",
            "html": "<span class=\"vlw__contact__toggle__label\">Hulp nodig</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": "765fb4df97fb",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c1791208"
          }
        ],
        "outcomeCount": 1053,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 12
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2764,
          "failed": 74,
          "cantTell": 65,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_content_in_landmark",
          "aria_id_unique",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "input_checkboxes_grouped",
          "input_label_visible",
          "style_background_decorative",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_contrast_sufficient",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link href=\"https://use.typekit.net/akf6ivp.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": "9b5c8d4f751a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-fc0f7587"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_9rvNHOXJlCTGvvOAXVtVUyyg6Pjie9aIQCIqq06KjMk.css?delta=0&language=nl&theme=ocelot_paddle&include=eJx9UtGSgyAM_CGUT2ICRM00ECfgTb2vP9TazvXqvZHddQ27AFkgN7J4YBOo0jdmN6sMxGjfZhNuGKmKOghBNJJk-zz1g0qumKMJIjdCF_axOs_SvlN7wN0D7h5wUyvaqMsM3FPF1DGVanBxT5s0M0EOaD-BzoOiwXtlyrfT5zEahlWWtsFCHNsGdVLEIOwKhtpWPvlIJcgX6molb7yRgCzVzRDjlkL7WSNy7T3D9_oP227UFQQN07VIEWLQJflLySCaugQZRozdnvuVcoLkFx1bilcKSs3lkk2tTnhnl1IluVLXFuH4Rs5KrdGTO0D39Csv6_KB3Io9an-RW_dQJi-g8Rc6tHJXL3czC_PZ63butmaLOWJ2MJODpcr-ILCivcBNkUDAbr-x2y3sX6ivE6amXUt7iNZDwR_ccTrO\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e20e4cc57320",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-99a176aa"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_Yo0ipdkQI0yESe13iOpK2hh_FngKUTlOK8mzGm4gA1o.css?delta=1&language=nl&theme=ocelot_paddle&include=eJx9UtGSgyAM_CGUT2ICRM00ECfgTb2vP9TazvXqvZHddQ27AFkgN7J4YBOo0jdmN6sMxGjfZhNuGKmKOghBNJJk-zz1g0qumKMJIjdCF_axOs_SvlN7wN0D7h5wUyvaqMsM3FPF1DGVanBxT5s0M0EOaD-BzoOiwXtlyrfT5zEahlWWtsFCHNsGdVLEIOwKhtpWPvlIJcgX6molb7yRgCzVzRDjlkL7WSNy7T3D9_oP227UFQQN07VIEWLQJflLySCaugQZRozdnvuVcoLkFx1bilcKSs3lkk2tTnhnl1IluVLXFuH4Rs5KrdGTO0D39Csv6_KB3Io9an-RW_dQJi-g8Rc6tHJXL3czC_PZ63butmaLOWJ2MJODpcr-ILCivcBNkUDAbr-x2y3sX6ivE6amXUt7iNZDwR_ccTrO\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "038f6753696f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-17695935"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_N7sLaaF8Pz5fbRW84QxyL19nyByXYXxObEor7m0ve6w.css?delta=2&language=nl&theme=ocelot_paddle&include=eJx9UtGSgyAM_CGUT2ICRM00ECfgTb2vP9TazvXqvZHddQ27AFkgN7J4YBOo0jdmN6sMxGjfZhNuGKmKOghBNJJk-zz1g0qumKMJIjdCF_axOs_SvlN7wN0D7h5wUyvaqMsM3FPF1DGVanBxT5s0M0EOaD-BzoOiwXtlyrfT5zEahlWWtsFCHNsGdVLEIOwKhtpWPvlIJcgX6molb7yRgCzVzRDjlkL7WSNy7T3D9_oP227UFQQN07VIEWLQJflLySCaugQZRozdnvuVcoLkFx1bilcKSs3lkk2tTnhnl1IluVLXFuH4Rs5KrdGTO0D39Csv6_KB3Io9an-RW_dQJi-g8Rc6tHJXL3czC_PZ63butmaLOWJ2MJODpcr-ILCivcBNkUDAbr-x2y3sX6ivE6amXUt7iNZDwR_ccTrO\" media=\"print\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3849d7026b98",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f0e30606"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable\" href=\"#region-content\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "af3820323fe1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2cbaa15c"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable\" href=\"#region-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "91f4da85ed38",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b875386a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable\" href=\"#region-content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "094d3b2b4edc",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-780e76ef"
          },
          {
            "rule": "style_background_decorative",
            "xpath": null,
            "html": "<div style=\"--background:url(https://www.kortenaken.be/sites/default/files/styles/3_1_xxxxl/public/2022-03/73116465_2591411940920042_9052099787746181120_n.webp?itok=WaeMfLer);\" class=\"layout-builder__custom page_wide transparent layout-builder layout layout--onecol\">",
            "message": "Verify the CSS background image does not convey important information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6dc43cc02e0c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b3187adf"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"Zoeken\" name=\"op\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"btn-secondary button js-form-submit form-submit btn\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3750b8dc44fd",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8ea86d26"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Zoeken\" name=\"op\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"btn-secondary button js-form-submit form-submit btn\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "79da70382d2c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-87ad9640"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"(opens in a new window)\" rel=\"noopener nofollow\" target=\"_blank\" href=\"https://kortenaken.mijnafspraakmaken.be/Client/#/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "207aaf0d9766",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b0dc80a1"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"(opens in a new window)\" rel=\"noopener nofollow\" target=\"_blank\" data-extlink=\"\" class=\"ext\" href=\"https://kortenaken.mijnafspraakmaken.be/Client/#/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7de7956a15b5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8a9f3393"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/bestuur-organisatie/meldingen-klachten\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "83e6d26db0d2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7f3efd41"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/bestuur-organisatie/meldingen-klachten\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d9adabfb36b2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9cda7f04"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/bestuur-organisatie/meldingen-klachten\">",
            "message": "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 title=\"(opens in a new window)\" rel=\"noopener nofollow\" target=\"_blank\" href=\"https://kortenaken.onlinesmartcities.be/smartloket/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0860d7b1ad47",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-99c8dbc8"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"(opens in a new window)\" rel=\"noopener nofollow\" target=\"_blank\" data-extlink=\"\" class=\"ext\" href=\"https://kortenaken.onlinesmartcities.be/smartloket/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "13a6cb597bb5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-66730acf"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/openingsuren-sluitingsdagen\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "68cea87a6b4c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5cd44b4b"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/openingsuren-sluitingsdagen\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fba4e0e13e52",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-89f22115"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/openingsuren-sluitingsdagen\">",
            "message": "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 title=\"Vacatures\" data-entity-uuid=\"0c7a54d3-37a8-45a6-bb6d-42fe6b04ed05\" data-entity-type=\"node\" href=\"/ondernemen-werken/werken-voor-gemeente-kortenaken/vacatures\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d24bbd605564",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1f3c1b16"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/agenda/search\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1694408292e6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5189dbf9"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"Help, ik organiseer\" data-entity-substitution=\"canonical\" data-entity-uuid=\"04e91188-1233-4f12-9942-7c6813969197\" data-entity-type=\"node\" href=\"/vrije-tijd/help-ik-organiseer\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ee45388a2341",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-284ca273"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"Burgerzaken\" data-entity-uuid=\"660d2324-f890-4ec6-85cd-28fb7d7dcf80\" data-entity-type=\"node\" href=\"/burgerzaken\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f95bce2ee2e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-685873d2"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"Gemeentelijke zalen\" data-entity-uuid=\"a42b8915-5d6a-45f9-968a-f9dbe20df0b5\" data-entity-type=\"node\" href=\"/vrije-tijd/help-ik-organiseer/gemeentelijke-zalen\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1516fcb9252d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9a48e132"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"Recyclagepark\" data-entity-uuid=\"c42d6562-5a43-4aec-91f7-4e7841ea3412\" data-entity-type=\"node\" href=\"/recyclagepark\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ec5e28f8d43f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8a642082"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"Bedrijvengids\" data-entity-substitution=\"canonical\" data-entity-uuid=\"156ec21a-d708-41bd-aea4-f578238c7c81\" data-entity-type=\"node\" href=\"/bedrijvengids\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f34bdb26b8c0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-16f29ed3"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"Vrijetijdsgids\" data-entity-uuid=\"04000b13-1496-449e-a668-fe65279a81c8\" data-entity-type=\"node\" href=\"/vrije-tijd/verenigingen/vrijetijdsgids\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7514eda2d9c0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ca5a59b4"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"Omgevingsvergunning\" data-entity-uuid=\"1403de8f-5685-4f80-91a4-fb8a28585e2f\" data-entity-type=\"node\" href=\"/milieu-afval/omgevingsvergunning\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4c3c54cf424b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2c40554d"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"(opens in a new window)\" rel=\"noopener nofollow\" target=\"_blank\" data-extlink=\"\" class=\"ext\" href=\"https://www.ocmwonline.be/nl/index.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": "d1905ab092a3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9de04012"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"paddle-component paddle-component--top-section text\">",
            "message": "Confirm this text 'Nieuws uit Kortenaken' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef6f8f9e702a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-21e33d57"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/rioleringswerken-hoeleden-blijven-op-schema-ondanks-tijdelijke-hinder-bij-aannemer\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8398cf84fa44",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-972e33b9"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/rioleringswerken-hoeleden-blijven-op-schema-ondanks-tijdelijke-hinder-bij-aannemer\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c638f27a9d22",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bd871e22"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"/rioleringswerken-hoeleden-blijven-op-schema-ondanks-tijdelijke-hinder-bij-aannemer\">",
            "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": "89facde8bbd0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b3e93ced"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<time datetime=\"2026-05-04T12:00:00Z\">",
            "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": "d6cc05f36797",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5e9ef9f8"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/gratis-infosessie-over-abc-internet\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c191cf28e247",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-36c86a63"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"/gratis-infosessie-over-abc-internet\">",
            "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": "132bad0f42ec",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3c4078d2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<time datetime=\"2026-04-30T12:00:00Z\">",
            "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": "accb225ddd31",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-83818a15"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/gemeentelijke-diensten-gesloten-op-1-14-15-en-25-mei\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fa61b38ac032",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5f6ac5bb"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"/gemeentelijke-diensten-gesloten-op-1-14-15-en-25-mei\">",
            "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": "dfc9fa2f23bd",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a612ef3d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<time datetime=\"2026-04-29T12:00:00Z\">",
            "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": "656a0116e7dc",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5319b53b"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/seniorensportdag-op-21052026\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "54adbb4af5d5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-312f0caf"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"/seniorensportdag-op-21052026\">",
            "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": "12d49c989a03",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-407a7769"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<time datetime=\"2026-04-29T12:00:00Z\">",
            "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 href=\"/inzage-jaarrekening-en-begrotingswijziging-hulpverleningszone-oost-vlaams-brabant\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "878b1be12fbf",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-fe79533a"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/inzage-jaarrekening-en-begrotingswijziging-hulpverleningszone-oost-vlaams-brabant\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bed7608f4b45",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c588a14b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"/inzage-jaarrekening-en-begrotingswijziging-hulpverleningszone-oost-vlaams-brabant\">",
            "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": "14bfdcdec8f3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1738fe2d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<time datetime=\"2026-04-27T12:00:00Z\">",
            "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": "7ede738ad790",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-23066ad9"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/lentereceptie-voor-alle-inwoners-op-9-mei\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "819b034586ff",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a65433a2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"/lentereceptie-voor-alle-inwoners-op-9-mei\">",
            "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": "f5a49c3b8504",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4704ddf4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<time datetime=\"2026-04-27T12:00:00Z\">",
            "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": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/avondsessies-dop-samen-richting-vinden\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d4445cf42752",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-26c99dbf"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"/avondsessies-dop-samen-richting-vinden\">",
            "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": "10c7e3ff8c5a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-51f7f73d"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"/avondsessies-dop-samen-richting-vinden\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: 'Samen Richting Vinden'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ad27c77c2cf9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7cd4e018"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<time datetime=\"2026-04-03T12:00:00Z\">",
            "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": "e94f80e99216",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9414cb9b"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/presentatie-aziatische-hoornaar\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6d66d26a355b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c2ad19d1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"/presentatie-aziatische-hoornaar\">",
            "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": "19037c665b00",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ad14a51d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<time datetime=\"2026-04-01T12:00:00Z\">",
            "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": "066f3649669b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c268d479"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/ontdek-de-velpe-reizende-expo-in-bibliotheek-kortenaken\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b3eb1cf6af6f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7ef65e7e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"/ontdek-de-velpe-reizende-expo-in-bibliotheek-kortenaken\">",
            "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": "4c9a08ca1676",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-74f689db"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<time datetime=\"2026-03-25T12:00:00Z\">",
            "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": "08104ada1c27",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b4a7ec1c"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<div style=\"bottom: -323.264px;\" class=\"sliding-popup-bottom\" aria-label=\"Cookie compliance banner\" aria-describedby=\"popup-text\" role=\"alertdialog\" id=\"sliding-popup\">",
            "message": "The 'id' \"popup-text\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "35295ce44fc6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-504eedfc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button class=\"eu-cookie-withdraw-tab btn btn-secondary\" type=\"button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f540c67fa30",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-db66cdd1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button tabindex=\"0\" class=\"find-more-button btn btn-link 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": "73bbff3e8264",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-853f20b8"
          },
          {
            "rule": "input_checkboxes_grouped",
            "xpath": null,
            "html": "<input tabindex=\"0\" disabled=\"\" checked=\"\" class=\"form-check-input\" value=\"noodzakelijke_cookies\" id=\"cookie-category-noodzakelijke_cookies\" name=\"cookie-categories\" type=\"checkbox\">",
            "message": "Checkbox input and others with the name \"cookie-categories\" are not grouped together",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "76019c0bd5be",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ca8d6332"
          },
          {
            "rule": "input_checkboxes_grouped",
            "xpath": null,
            "html": "<input tabindex=\"0\" class=\"form-check-input\" value=\"analytische_cookies\" id=\"cookie-category-analytische_cookies\" name=\"cookie-categories\" type=\"checkbox\">",
            "message": "Checkbox input and others with the name \"cookie-categories\" are not grouped together",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "69349f13308a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c180075f"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<input tabindex=\"0\" class=\"form-check-input\" value=\"analytische_cookies\" id=\"cookie-category-analytische_cookies\" name=\"cookie-categories\" type=\"checkbox\">",
            "message": "Undersized target \"input\" does not have sufficient spacing of 12 CSS pixels from another target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b812d7299fd3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3e967984"
          },
          {
            "rule": "input_checkboxes_grouped",
            "xpath": null,
            "html": "<input tabindex=\"0\" class=\"form-check-input\" value=\"advertentiecookies\" id=\"cookie-category-advertentiecookies\" name=\"cookie-categories\" type=\"checkbox\">",
            "message": "Checkbox input and others with the name \"cookie-categories\" are not grouped together",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2a77cca6899c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-02cc12bb"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<input tabindex=\"0\" class=\"form-check-input\" value=\"advertentiecookies\" id=\"cookie-category-advertentiecookies\" name=\"cookie-categories\" type=\"checkbox\">",
            "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": "91d27644b918",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2ca22372"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button tabindex=\"0\" class=\"eu-cookie-compliance-save-preferences-button btn btn-outline-light\" type=\"button\" id=\"cookie-compliance-save-preferences-button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "65ec486a4cef",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bd034086"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<button tabindex=\"0\" class=\"agree-button eu-cookie-compliance-default-button btn btn-secondary\" type=\"button\" id=\"cookie-compliance-agree-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": "42a4d9e3f857",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9b170569"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button tabindex=\"0\" class=\"agree-button eu-cookie-compliance-default-button btn btn-secondary\" type=\"button\" id=\"cookie-compliance-agree-button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4c31632cb035",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-37f474e0"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<button tabindex=\"0\" class=\"eu-cookie-withdraw-button visually-hidden btn btn-secondary\" 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": "09ca4b70c4bb",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7bb963a6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button tabindex=\"0\" class=\"eu-cookie-withdraw-button visually-hidden btn btn-secondary\" type=\"button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "458de418c3f7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-062b8071"
          }
        ],
        "outcomeCount": 2846,
        "uniqueFailedCount": 70,
        "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
    },
    {
      "submittedUrl": "https://www.kortenberg.be/",
      "finalUrl": "https://www.kortenberg.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Startpagina - Kortenberg",
      "elapsedMs": 15512,
      "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": 1385,
          "failed": 5,
          "cantTell": 24,
          "inapplicable": 40
        },
        "failedRules": [
          "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",
          "autocomplete-valid",
          "avoid-inline-spacing",
          "button-name",
          "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",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "scrollable-region-focusable",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".vlw__contact__toggle__label",
            "html": "<span class=\"vlw__contact__toggle__label\">Hulp nodig</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": "7aaea6d24df2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c1791208"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#skip-content",
            "html": "<div id=\"skip-content\" class=\"skip\"> <div class=\"container\"> <a href=\"#content-main\" data-scrollto=\"skip\" rel=\"nofollow\"> <span>Naar inhoud</span> </a> </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": "03c5e82b3056",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-34285466"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".cookie-compliance-text",
            "html": "<div class=\"cookie-compliance-text cookie-compliance__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": "acb98d62f8cd",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-caf65a31"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".btn-cookie-compliance",
            "html": "<a rel=\"nofollow\" href=\"/cookies?url=%2f\" class=\"btn-cookie-compliance btn-link link-cookie-settings\">Beheer mijn cookies</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": "1bec7ecc8fd4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b6704e35"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".footer__feedback",
            "html": "<div class=\"footer__feedback\"> <div class=\"container\"> <p>Iets fout of onduidelijk op deze pagina? <a href=\"/een-fout-op-deze-pagina-melden?referrer=%2f\" target=\"_blank\" rel=\"noopener\">Meld het ons</a></p> </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": "81a77c2fd417",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0dc9805d"
          }
        ],
        "outcomeCount": 1454,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 5
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 5314,
          "failed": 65,
          "cantTell": 54,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_form_label_unique",
          "element_tabbable_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "svg_graphics_labelled",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_contrast_sufficient",
          "widget_tabbable_exists"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link media=\"screen\" href=\"/css/layout/modules/content-blocks.css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f3578879cb5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-cc8d57b6"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link media=\"screen\" href=\"/css/layout/modules/content-blocks.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": "370de1016bce",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0734e429"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a rel=\"nofollow\" data-scrollto=\"skip\" href=\"#content-main\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "96776040d223",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ced717ec"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form class=\"cookie-compliance-form\" action=\"/cookies?url=%2f\" method=\"post\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "299a540808c8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bec41670"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button value=\"decline\" name=\"action\" class=\"cookie-compliance__btn btn-cookie-decline\" type=\"submit\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf0f8297441d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8c71e563"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button value=\"acceptall\" name=\"action\" class=\"cookie-compliance__btn btn-cookie-accept\" type=\"submit\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c2c373b81c1e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a0a3c19e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"btn-cookie-compliance btn-link link-cookie-settings\" href=\"/cookies?url=%2f\" rel=\"nofollow\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "285ff02236e9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c78f1f5a"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form class=\"search__form\" id=\"lcp-search-form\" name=\"searchForm\" method=\"GET\" action=\"/zoeken\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e2fe98728238",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-24e4b13f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input data-error=\"Gelieve je microfoon aan te sluiten en je microfoon rechten toe te laten.\" data-listening-text=\"Luisteren...\" data-speak-text=\"Begin nu te spreken\" data-placeholder-mobile=\"Zoeken\" placeholder=\"Waarmee kunnen we jou helpen?\" data-toggle-placeholder=\"1\" autocomplete=\"off\" data-tooltip=\"Waarmee kunnen we jou helpen?\" id=\"lcp-searchbox-keyword\" class=\"form-control txt search__input\" name=\"q\" type=\"text\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "273aa060ab01",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-27614b55"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"partial__title\">",
            "message": "Confirm this text 'Meest gezocht' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f7fb4cb0e96b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7706d085"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.49 with its background is less than the WCAG AA minimum requirements for text of size 22.9842px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3b1d35039b7c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/identiteit-en-reizen\" class=\"btn-link\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f994d207bcb5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d914e086"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/rijbewijzen\" class=\"btn-link\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6cd8018e640e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-09c02965"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/vrije-tijd\" class=\"btn-link\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "15a15a58c5cb",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-215adbcb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/gemeente-en-bestuur\" class=\"btn-link\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "592d90b17211",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6813b5b6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/afval\" class=\"btn-link\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "27fffbce199c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5789634f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/onderwijs-en-kinderopvang\" class=\"btn-link\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7c4f0cac5c65",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-872dd5b6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/bouwen-en-wonen\" class=\"btn-link\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ae9aed68a426",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-77d91f9c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/zorg-en-ondersteuning\" class=\"btn-link\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7ee8bbdf7ffc",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9fed5053"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/mobiliteit-en-wegenwerken\" class=\"btn-link\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dc0779b44fe6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6905436b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/ondernemen-en-werken\" class=\"btn-link\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8446c5f183c8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-721cbfef"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/meer\" class=\"btn-link\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "78c137dd7276",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-86f85034"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"partial__title\">",
            "message": "Confirm this text 'Laat van je horen!' 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 class=\"btn-primary\" href=\"/meldpunt\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f045ed0c444b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3f6c4d91"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"partial__link\" href=\"/nieuws/dag-van-de-sportclubbestuurder\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "093c707e0b8c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-39947600"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Dag van de Sportclubbestuurder' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3a8083bab1b6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b48dfa4b"
          },
          {
            "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_visible",
            "xpath": null,
            "html": "<a class=\"partial__link\" href=\"/nieuws/de-zomer-komt-eraan-spring-zuinig-om-met-water\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4468873b8a88",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2e07ab4b"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'De zomer komt eraan: spring zuinig om met water!' 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": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"partial__link\" href=\"/nieuws/geen-afvalophaling-op-1-mei-wel-op-5-en-6-mei\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e09254b127ca",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b6cf8b2e"
          },
          {
            "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_visible",
            "xpath": null,
            "html": "<a class=\"partial__link\" href=\"/nieuws/trooststoelen-op-de-kortenbergse-begraafplaatsen\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "08b5b47431e8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6739ae1c"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Trooststoelen op de Kortenbergse begraafplaatsen' 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": "widget_tabbable_exists",
            "xpath": null,
            "html": "<button tabindex=\"-1\" data-lcp-swiper-button=\"scroll-right\" class=\"btn-default lcp-swiper__btn next\">",
            "message": "Component with \"button\" role does not have a tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "89a5872b539d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9fd28490"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button data-lcp-swiper-button=\"nav\" class=\"lcp-swiper__navigation-link active\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d98a3070c665",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-77ba039f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button data-lcp-swiper-button=\"nav\" class=\"lcp-swiper__navigation-link\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "65671a60d627",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-91663c89"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<button data-lcp-swiper-button=\"nav\" class=\"lcp-swiper__navigation-link\">",
            "message": "Undersized target \"button\" does not have sufficient spacing of 12 CSS pixels from another target \"button\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f88a79a0e274",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bcad1cb5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button data-lcp-swiper-button=\"nav\" class=\"lcp-swiper__navigation-link\">",
            "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 data-lcp-swiper-button=\"nav\" class=\"lcp-swiper__navigation-link\">",
            "message": "Undersized target \"button\" does not have sufficient spacing of 12 CSS pixels from another target \"button\"",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"partial__btn partial__btn--news\" href=\"/nieuws\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9723f4c11dbe",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-445db29d"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/activiteiten/detail/1113/ontspanningsnamiddag-samana-everberg-samen-blijven-we-bouwen-aan-een-warme-buurt\" class=\"partial__link\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "78ff33a58fae",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-22ea8518"
          },
          {
            "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>",
            "message": "Text contrast of 1.73 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=\"/activiteiten/detail/1498/dorpsrestaurant\" class=\"partial__link\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "36d9addf96c0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d11e142f"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"partial__title\">",
            "message": "Confirm this text 'Dorpsrestaurant' 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>",
            "message": "Text contrast of 1.73 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=\"/activiteiten/detail/985/digipunt\" class=\"partial__link\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c3680ad359e7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-406d82f8"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"partial__title\">",
            "message": "Confirm this text 'Digipunt' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/activiteiten/detail/1127/voorleesuurtje-feest-in-het-dorp\" class=\"partial__link\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "80ff7cf9f4a5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-42d7b89c"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"partial__title\">",
            "message": "Confirm this text 'Voorleesuurtje: Feest in het dorp' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/activiteiten/detail/1416/jong-en-g-oud\" class=\"partial__link\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "40f736c523d0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d965860f"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"partial__title\">",
            "message": "Confirm this text 'Jong en (g)oud' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/activiteiten/detail/1481/zingen-aan-de-kapel-in-de-meimaand\" class=\"partial__link\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "65f539192f21",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d24c1c65"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"partial__title\">",
            "message": "Confirm this text 'Zingen aan de kapel in de meimaand' 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 class=\"partial__btn partial__btn--events\" href=\"/activiteiten\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7edb8cd12709",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6c9f85aa"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form action=\"/nieuwsbrieven/inschrijven\" method=\"post\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2be7d6ed0d95",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ebc1f963"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"form-group partial-newsletter-input\">",
            "message": "Confirm this text 'E-mail' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "017c56762e23",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-971dea96"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input type=\"text\" placeholder=\"E-mail\" name=\"Email\" id=\"Email\" class=\"form-control\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a5d1b2659fa9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e163fec9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button class=\"btn-primary btn-submit\" type=\"submit\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2a3948ae4a15",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9832edd6"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9e64df4098fb",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a86234de"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "The foreground text and its background color are both detected as #147191. 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\" fill=\"none\" viewBox=\"0 0 256 180\" height=\"180\" width=\"256\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bbba6271768a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b1bb03c8"
          }
        ],
        "outcomeCount": 5390,
        "uniqueFailedCount": 46,
        "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.kraainem.be/nl/startpagina",
      "finalUrl": "https://www.kraainem.be/nl/startpagina",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Startpagina -  Kraainem",
      "elapsedMs": 8867,
      "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": 661,
          "failed": 12,
          "cantTell": 4,
          "inapplicable": 49
        },
        "failedRules": [
          "color-contrast",
          "region"
        ],
        "passedRules": [
          "aria-allowed-role",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-required-attr",
          "aria-roles",
          "autocomplete-valid",
          "avoid-inline-spacing",
          "button-name",
          "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",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "label",
          "label-title-only",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "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": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".find-more-button > span",
            "html": "<span>Meer informatie over cookies.</span>",
            "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: #b7dffc, background color: #0668ae, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#cookie-compliance"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f610b59fe460",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-59ca7c4e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".btn-cookie-accept.btn-cookie-compliance[rel=\"nofollow\"] > span",
            "html": "<span> Beheer mijn cookies</span>",
            "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: #b7dffc, background color: #0668ae, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#cookie-compliance"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e750f825a78c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-263832a1"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".btn-cookie-decline",
            "html": "<button type=\"submit\" class=\"btn-cookie-compliance btn-cookie-decline\" name=\"action\" value=\"decline\">\n                    Alleen essentiële cookies\n                </button>",
            "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: #b7dffc, background color: #0668ae, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#cookie-compliance"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f4800423a25c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b0186adf"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "button[value=\"acceptall\"]",
            "html": "<button type=\"submit\" class=\"btn-cookie-compliance btn-cookie-accept\" name=\"action\" value=\"acceptall\">\n                    Alles aanvaarden\n                </button>",
            "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: #b7dffc, background color: #0668ae, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#cookie-compliance"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "22b99280c964",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-08e864b5"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"eloket\"] > span",
            "html": "<span>\n\t\t\t\t\t\t\t\t\tDocumenten online aanvragen\n\t\t\t\t\t\t\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 3.55 (foreground color: #826202, background color: #fcc521, font size: 16.5pt (22px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"eloket\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "36bddffb71c1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c5f91bb8"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(2) > a[target=\"_blank\"] > span",
            "html": "<span>\n\t\t\t\t\t\t\t\t\tOpeningsuren &amp; contact\n\t\t\t\t\t\t\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 4.2 (foreground color: #606060, background color: #d3d3d3, font size: 16.5pt (22px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "li:nth-child(2) > a[target=\"_blank\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8188da9c9f23",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7d598e85"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".spotlight > li:nth-child(3) > a[target=\"_blank\"] > span",
            "html": "<span>\n\t\t\t\t\t\t\t\t\tik wil een afspraak\n\t\t\t\t\t\t\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 3.82 (foreground color: #0668ae, background color: #b2d6f0, font size: 16.5pt (22px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".spotlight > li:nth-child(3) > a[target=\"_blank\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fbb91f8f7122",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ab4d1aa5"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".cookie-compliance-text",
            "html": "<div class=\"cookie-compliance-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": "e8d3b806296e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-caf65a31"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".btn-cookie-accept.btn-cookie-compliance[rel=\"nofollow\"]",
            "html": "<a rel=\"nofollow\" href=\"/nl/cookiebeleid?url=%2fnl%2fstartpagina\" class=\"btn-cookie-compliance btn-cookie-accept\">\n                    <span> Beheer mijn cookies</span>\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": "fb40a9af9e9a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8961573a"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#toppage",
            "html": "<div id=\"toppage\" class=\"skip\">\n                    <a href=\"#main\" class=\"skip-to-content\">naar inhoud</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": "364486b55a8f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0277abe8"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".logo",
            "html": "<div class=\"logo\">\n                                <a href=\"/nl/startpagina\" title=\"ga naar de startpagina\">\n                                    <span>Gemeente Kraainem</span>\n                                    \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": "9b56471d35a2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c906ae67"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".header-social",
            "html": "<div class=\"header-social\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "036f03f71dac",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-58106e06"
          }
        ],
        "outcomeCount": 726,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 12
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1982,
          "failed": 42,
          "cantTell": 33,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_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=\"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": "eedf7111769d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3047b1ae"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link media=\"print\" type=\"text/css\" href=\"/css/print.css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7ac7c523ee15",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ef582f7b"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link media=\"print\" type=\"text/css\" href=\"/css/print.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": "03321a13cffb",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7e125e39"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"find-more-button eu-cookie-compliance-more-button find-more-button-processed\" href=\"/nl/cookiebeleid\" rel=\"nofollow\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e2aa99e753f7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b51ee170"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.16 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": "2501dda4638a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"btn-cookie-compliance btn-cookie-accept\" href=\"/nl/cookiebeleid?url=%2fnl%2fstartpagina\" rel=\"nofollow\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a5f9bb7a5f53",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-fff322eb"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.16 with its background is less than 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": "<button value=\"decline\" name=\"action\" class=\"btn-cookie-compliance btn-cookie-decline\" type=\"submit\">",
            "message": "Text contrast of 4.16 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": "03c9805fd2dc",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-85a2251d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"acceptall\" name=\"action\" class=\"btn-cookie-compliance btn-cookie-accept\" type=\"submit\">",
            "message": "Text contrast of 4.16 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": "387b7f03e34f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-aeb23f9f"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"skip-to-content\" href=\"#main\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4f846415758c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ecc56985"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"skip-to-content\" href=\"#main\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c4ca913eefe9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c1ea31b5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button data-tooltip=\"master-btn-toggle-contast\" class=\"btn more highcontrast \" id=\"btn-toggle-contrast\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a78f631cb47b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-04afbe03"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/nieuwsbrief\" class=\"\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f007fe64e15",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5d9cae9c"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a id=\"changelang\" rel=\"nofollow\" href=\"/fr/page-de-depart\" class=\"nl\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "60b48ecfe64e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9d459b84"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a title=\"ga naar de startpagina\" href=\"/nl/startpagina\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d6b163bc03b6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c5739e5d"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"mobilesearch\" rel=\"nofollow\" href=\"/nl/zoek\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c7504bae431d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a159bdbf"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\"list-social\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c22942dd1741",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-115dbb98"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"heading\">",
            "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 35px and weight of 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "391c1f0411dc",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-744a7a63"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/eloket\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1193ff7a840b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3290545d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.56 with its background is less than the WCAG AA minimum requirements for text of size 22px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.kraainem.be/nl/dienst-bevolking-en-burgerlijke-zaken\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "04b1aad12af6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7cc0b459"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.20 with its background is less than the WCAG AA minimum requirements for text of size 22px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://afspraak.docleas.eu/gemeente-kraainem/start\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "00b91b1df854",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-40670b01"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.83 with its background is less than the WCAG AA minimum requirements for text of size 22px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/octopus\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "36d086e29eb0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9013986e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/nieuwsitem/815/toplaagvernieuwing-in-onze-gemeente-in-2026\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "19e42541fe5d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f2ec2db8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/nieuwsitem/814/werken-vierarmentunnel\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b052a59630b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-858b9de6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/nieuwsitem/811/aziatische-tijgermug-informatie-en-preventie\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d98c91b6932",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-98e9f633"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/nieuwsitem/812/hoeveel-kost-mijn-omgevingsdossier\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9454c6ca07fb",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-29a36942"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/activiteit/472/lichaamsbeweging-stoelyoga\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9748df6c1a76",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-db6fdd5f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/activiteit/499/zitdag-fons\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4184e4e863a6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-fad43044"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/activiteit/471/digitale-hulp---individuele-afspraak\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aa8fc7d19176",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4039933c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/activiteit/493/resto-and-co-gezelschapsspellen-scrabble-rummikub\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "38aeca1c8b90",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4c3bc013"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<br>",
            "message": "Confirm this text '1950 Kraainem' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3da7f15070c2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-94d3c6bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/contact/13/ocmw\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "59d9c093229b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-86197748"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/dienst-bevolking-en-burgerlijke-zaken\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8879480783af",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8d90c1e1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/dienst-omgeving\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a5f5009a5218",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1bd11919"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/contact/39/team-vrije-tijd\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "75b759942101",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-985ead80"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/identiteitsbewijzen-en-paspoorten\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c07b88bbe917",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2679d00f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/vacatures\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3b9039dfc162",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a4a519d1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"product/803/blauwe-zone-bewoners--en-parkeerkaart\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "abab54c97e31",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-59b20e39"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/thema/2987/afval\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d3f882bfa5cd",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-117f1508"
          }
        ],
        "outcomeCount": 2033,
        "uniqueFailedCount": 38,
        "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
    },
    {
      "submittedUrl": "https://www.landen.be/",
      "finalUrl": "https://www.landen.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Startpagina - Stad Landen",
      "elapsedMs": 14716,
      "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": 572,
          "failed": 2,
          "cantTell": 10,
          "inapplicable": 41
        },
        "failedRules": [
          "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",
          "autocomplete-valid",
          "avoid-inline-spacing",
          "button-name",
          "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",
          "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",
          "presentation-role-conflict",
          "region",
          "scrollable-region-focusable"
        ],
        "failures": [
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".vlw__contact__toggle__label",
            "html": "<span class=\"vlw__contact__toggle__label\">Hulp nodig</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": "5d46fc1237ef",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c1791208"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#skip-content",
            "html": "<div id=\"skip-content\" class=\"skip\">\n<a href=\"#content-main\" class=\"skip-navigation\" data-scrollto=\"skip\">\n<span>Naar content</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": "21b78279a92d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-34285466"
          }
        ],
        "outcomeCount": 625,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 2
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1433,
          "failed": 16,
          "cantTell": 12,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "input_label_visible",
          "style_color_misuse",
          "style_highcontrast_visible",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "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": "049dd9d1354a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3047b1ae"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link data-css=\"Contrastskin-website\" type=\"text/css\" rel=\"stylesheet\" media=\"screen\" href=\"/css/skin-website.css?v=06042023141203\" id=\"skin-stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "821231e6b38d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5990a341"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link data-css=\"Contrastskin-website\" type=\"text/css\" rel=\"stylesheet\" media=\"screen\" href=\"/css/skin-website.css?v=06042023141203\" id=\"skin-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": "bb346fa61cab",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d9c55bda"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<link color=\"#5bbad5\" href=\"/images/skin/safari-pinned-tab.svg\" rel=\"mask-icon\">",
            "message": "The HTML attribute(s) \"color\" is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6523266b8c92",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-39f579fd"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a data-scrollto=\"skip\" class=\"skip-navigation\" href=\"#content-main\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "332566f079c1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bdc94760"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-scrollto=\"skip\" class=\"skip-navigation\" href=\"#content-main\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2f0d54ac12bd",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2749edf3"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<button aria-expanded=\"false\" type=\"button\" class=\"navbar-toggle btn-menu\" data-dismiss=\"modal\" data-toggle=\"offcanvas\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f645cc2ce3f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-58380d62"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input title=\"Zoeken\" id=\"btnSearch\" class=\"btn-search\" value=\"Zoek\" type=\"submit\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "37b0b2030837",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-da0a63eb"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"spotlight-caption\">",
            "message": "Confirm this text 'Ik wil een afspraak maken' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "196d51f72135",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-01fed043"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"spotlight-caption\">",
            "message": "Confirm this text 'Digitaal loket' 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=\"spotlight-caption\">",
            "message": "Confirm this text 'Zaalverhuur' 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=\"spotlight-caption\">",
            "message": "Confirm this text 'Uit in Landen' 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 2.88 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": "50f4678da5f8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.88 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.88 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"lcplink\" href=\"https://www.lcp.be/\" target=\"_blank\" data-tooltip=\"e-gov en internet services door LCP\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e119d0e9d6e2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5164f9b2"
          }
        ],
        "outcomeCount": 1455,
        "uniqueFailedCount": 11,
        "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.lennik.be/",
      "finalUrl": "https://www.lennik.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Startpagina - Lennik",
      "elapsedMs": 15588,
      "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": 1116,
          "failed": 4,
          "cantTell": 12,
          "inapplicable": 42
        },
        "failedRules": [
          "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",
          "autocomplete-valid",
          "avoid-inline-spacing",
          "button-name",
          "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",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region"
        ],
        "failures": [
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".vlw__contact__toggle__label",
            "html": "<span class=\"vlw__contact__toggle__label\">Hulp nodig</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": "7ed920304156",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c1791208"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#skip-content",
            "html": "<div id=\"skip-content\" class=\"skip\"> <div class=\"container\"> <a href=\"#content-main\" data-scrollto=\"skip\" rel=\"nofollow\"> <span>Naar inhoud</span> </a> </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": "75fcb051d5a9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-34285466"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".cookie-compliance-text",
            "html": "<div class=\"cookie-compliance-text cookie-compliance__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": "2bdaf519f5b5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-caf65a31"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".btn-cookie-compliance",
            "html": "<a rel=\"nofollow\" href=\"/cookies?url=%2f\" class=\"btn-cookie-compliance btn-link link-cookie-settings\">Beheer mijn cookies</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": "226b45f6616b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b6704e35"
          }
        ],
        "outcomeCount": 1174,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 4
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 4145,
          "failed": 50,
          "cantTell": 47,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_form_label_unique",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link media=\"print\" href=\"/global/css/layout/core/print.css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1aac6d0c5ea6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bdc2dcf2"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link media=\"print\" href=\"/global/css/layout/core/print.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": "85e7588511ea",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c0287128"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a rel=\"nofollow\" data-scrollto=\"skip\" href=\"#content-main\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cb60541c7d5a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ced717ec"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.49 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": "0516197fab47",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form class=\"cookie-compliance-form\" action=\"/cookies?url=%2f\" method=\"post\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "11e5c5c3ef1d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bec41670"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button value=\"decline\" name=\"action\" class=\"cookie-compliance__btn btn-cookie-decline\" type=\"submit\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c74f5b1829be",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8c71e563"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button value=\"acceptall\" name=\"action\" class=\"cookie-compliance__btn btn-cookie-accept\" type=\"submit\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1072a5308cc7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a0a3c19e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"btn-cookie-compliance btn-link link-cookie-settings\" href=\"/cookies?url=%2f\" rel=\"nofollow\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6b2b1f6947dc",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c78f1f5a"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<button toggle-dropdown=\"true\" class=\"dropdown--toggle\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "043ae7e2d026",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9b0b50ca"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button toggle-dropdown=\"true\" class=\"dropdown--toggle\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d59356e874ec",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0e789a90"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-tooltip=\"Terug naar startpagina\" class=\"brand\" 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": "0fb9a71c3ac6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-cf6aa245"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<button aria-expanded=\"false\" type=\"button\" class=\"btn-toggle-menu\" data-dismiss=\"modal\" data-toggle=\"offcanvas\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dd665e71ea33",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ab05ca4d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button aria-expanded=\"false\" type=\"button\" class=\"btn-toggle-menu\" data-dismiss=\"modal\" data-toggle=\"offcanvas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "98e2af1e3cdf",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9eb048d0"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form class=\"search__form\" id=\"lcp-search-form\" name=\"searchForm\" method=\"GET\" action=\"/zoeken\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a3dd0af2cf99",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-24e4b13f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input data-error=\"Gelieve je microfoon aan te sluiten en je microfoon rechten toe te laten.\" data-listening-text=\"Luisteren...\" data-speak-text=\"Begin nu te spreken\" data-placeholder-mobile=\"Zoeken\" placeholder=\"Waarmee kunnen we jou helpen?\" data-toggle-placeholder=\"1\" autocomplete=\"off\" data-tooltip=\"Waarmee kunnen we jou helpen?\" id=\"lcp-searchbox-keyword\" class=\"form-control txt search__input\" name=\"q\" type=\"text\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0ed50867e0e2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-27614b55"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/bestuur-organisatie\" class=\"btn-link\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0f9bcf1a1b9b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8d2f7269"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/burgerzaken\" class=\"btn-link\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8e9e75ce3556",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1337966d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/mobiliteit-werken\" class=\"btn-link\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f550d818b17",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6a65702d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/natuur-milieu-klimaat\" class=\"btn-link\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "20395908f3f2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f36f377f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/ondernemen\" class=\"btn-link\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3908e9ce4ce0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-76db22aa"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/onderwijs-kinderopvang\" class=\"btn-link\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "835439237b39",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6f610381"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/ontspannen-vrije-tijd\" class=\"btn-link\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b92536787904",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-dc0ec06d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/wonen-en-ver-bouwen\" class=\"btn-link\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "27bdbdf29278",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ef630cf1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/zorg-welzijn\" class=\"btn-link\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bef969d731c4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-05866ace"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://lennikaanzet.be/\" rel=\"noopener noreferrer\" target=\"_blank\" class=\"btn-contentblocks contentblocks__btn external\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5d93f4a26ff1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-feee47d1"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"partial__link\" href=\"/nieuws/op-reis-naar-het-buitenland-denk-tijdig-aan-je-reisdocumenten\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "727ce6103c05",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a67b22e6"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Op reis naar het buitenland? Denk tijdig aan je reisdocumenten!' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b849c8de74e2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b48dfa4b"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"btn-link\">",
            "message": "Confirm this text 'Lees meer' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "848b1d3ec281",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-218568ee"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"partial__link\" href=\"/nieuws/blokspot\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "115e7a2692fb",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c1e90316"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Blokspot' 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 aria-hidden=\"true\" class=\"btn-link\">",
            "message": "Confirm this text 'Lees meer' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"partial__link\" href=\"/nieuws/vormingsavond-opvoeden-doen-we-samen-over-grenzen-en-graag-zien\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5d341854d683",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6808c83f"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Vormingsavond: opvoeden doen we samen; over grenzen en graag zien' 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 aria-hidden=\"true\" class=\"btn-link\">",
            "message": "Confirm this text 'Lees meer' 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 class=\"partial__btn partial__btn--news\" href=\"/nieuws\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0fabfcc5011f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-445db29d"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/activiteiten/detail/201/wandelen\" class=\"partial__link\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dd850961c3c8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b447abb1"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Wandelen' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/activiteiten/detail/264/familierondleiding-in-het-kasteel-van-gaasbeek-het-kasteelspel\" class=\"partial__link\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "63db3083b72d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-dd5dffb4"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Familierondleiding in het Kasteel van Gaasbeek / HET KASTEELSPEL' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/activiteiten/detail/239/digipunt-lennik\" class=\"partial__link\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e943b667836e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7905f3f2"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Digipunt Lennik' 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 class=\"partial__btn partial__btn--events\" href=\"/activiteiten\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6469a88e2337",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6c9f85aa"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nieuwsbrieven/inschrijven\" class=\"btn-contentblocks contentblocks__btn\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7c669a2b9e5f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a2e39bf8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/infomagazine-lennik\" class=\"btn-contentblocks contentblocks__btn\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c90ce23e723b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-754e4468"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.burgerprofiel.be/\" rel=\"noopener noreferrer\" target=\"_blank\" class=\"btn-contentblocks contentblocks__btn external\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "11224f3dac55",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f1289031"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "The foreground text and its background color are both detected as #ff6675. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"btn-primary\" href=\"/contact\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf7b9a2e2869",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8245d3e2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"footer-navigation__link btn-link\" rel=\"noopener\" target=\"_blank\" href=\"https://lennik.bibliotheek.be/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3baee2b67fd5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-313650d3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"footer-navigation__link btn-link\" rel=\"noopener\" target=\"_blank\" href=\"https://www.politie.be/5405/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4bc772138efd",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-443d06f0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"footer-navigation__link btn-link\" rel=\"noopener\" target=\"_blank\" href=\"https://vlaamsbrabantwest.be/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f8a4e4e45ad2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8dc26741"
          }
        ],
        "outcomeCount": 4212,
        "uniqueFailedCount": 42,
        "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.leuven.be/",
      "finalUrl": "https://www.leuven.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Homepage | Stad Leuven",
      "elapsedMs": 15468,
      "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": 1203,
          "failed": 4,
          "cantTell": 3,
          "inapplicable": 39
        },
        "failedRules": [
          "region",
          "role-img-alt"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-command-name",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "autocomplete-valid",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "select-name",
          "tabindex"
        ],
        "failures": [
          {
            "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      Overslaan en naar de inhoud gaan\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": "3c7d4c25c741",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4e1b9fc0"
          },
          {
            "rule": "role-img-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/role-img-alt?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"bibliotheek\"] > .fa-ext.extlink[role=\"img\"]",
            "html": "<span class=\"fa-ext extlink\" role=\"img\" aria-hidden=\"false\"><span class=\"ext\" data-extlink-placement=\"append\"></span></span>",
            "message": "[role=\"img\"] elements must have alternative text",
            "fixSummary": "Fix any of the following:\n  aria-label attribute does not exist or is empty\n  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": "3608db5e7061",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-36b2d034"
          },
          {
            "rule": "role-img-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/role-img-alt?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"winkelen\"] > .fa-ext.extlink[role=\"img\"]",
            "html": "<span class=\"fa-ext extlink\" role=\"img\" aria-hidden=\"false\"><span class=\"ext\" data-extlink-placement=\"append\"></span></span>",
            "message": "[role=\"img\"] elements must have alternative text",
            "fixSummary": "Fix any of the following:\n  aria-label attribute does not exist or is empty\n  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": "ece2edc58240",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-09252954"
          },
          {
            "rule": "role-img-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/role-img-alt?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[href$=\"bezoek-leuven\"] > .fa-ext.extlink[role=\"img\"]",
            "html": "<span class=\"fa-ext extlink\" role=\"img\" aria-hidden=\"false\"><span class=\"ext\" data-extlink-placement=\"append\"></span></span>",
            "message": "[role=\"img\"] elements must have alternative text",
            "fixSummary": "Fix any of the following:\n  aria-label attribute does not exist or is empty\n  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": "61ab10dc468a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-53f2ddfa"
          }
        ],
        "outcomeCount": 1249,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 4
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3694,
          "failed": 39,
          "cantTell": 18,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_accessiblename_exists",
          "aria_content_in_landmark",
          "aria_form_label_unique",
          "aria_id_unique",
          "aria_role_redundant",
          "element_id_unique",
          "element_orientation_unlocked",
          "figure_label_exists",
          "input_checkboxes_grouped",
          "input_onchange_review",
          "label_name_visible",
          "script_select_review",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "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": "1dc71bec8f80",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-85b81717"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/leuven.be/files/css/css_4BQqNJYv-HoSBHZ0iOmc1bWwAtfurIkkIPu4zxKQVxk.css?delta=0&language=nl&theme=leuven_rebranding&include=eJx1jtEOgyAMRX-IwCeRglWIlZIW5ravn5uaPbg9tfekOb2B4PlwxDDkMpmYWLG4QXoFsns6oKcc3L7aqGqw-8g8Z9zGUilDieh-QR9A0OC9US7zqT6iIey37eEosODKMtsdHNwLBoHyrnY9qSAwCdSkp_RLbC-1B8qacDCKIDF5qNlDb_xphg3dH270oQ0XF0DRrBhGlsUH5qZtc7sLeQHheH-u\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fe9049d3e453",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c6c99c4d"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/leuven.be/files/css/css_lt11hUG78uS6JOhdEgJ1YW-9ToZyQQiyu1iwJFwVa8M.css?delta=1&language=nl&theme=leuven_rebranding&include=eJx1jtEOgyAMRX-IwCeRglWIlZIW5ravn5uaPbg9tfekOb2B4PlwxDDkMpmYWLG4QXoFsns6oKcc3L7aqGqw-8g8Z9zGUilDieh-QR9A0OC9US7zqT6iIey37eEosODKMtsdHNwLBoHyrnY9qSAwCdSkp_RLbC-1B8qacDCKIDF5qNlDb_xphg3dH270oQ0XF0DRrBhGlsUH5qZtc7sLeQHheH-u\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "81f698771e04",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1ccbbc4c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button tabindex=\"0\" class=\"agree-button eu-cookie-compliance-default-button btn btn-primary\" type=\"button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f6f3e083aad3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-07fcddd0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button tabindex=\"0\" class=\"eu-cookie-compliance-necessary-cookies-accept btn btn-primary\" type=\"button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "42e6788408c7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b8e32793"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button tabindex=\"0\" class=\"f-cookies-choose-categories btn btn-primary\" type=\"button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5d6a02157032",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a0d482e6"
          },
          {
            "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": "72b56001488e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-91188f8b"
          },
          {
            "rule": "input_onchange_review",
            "xpath": null,
            "html": "<select class=\"form-select form-control\" aria-label=\"Language Switcher\" onchange=\"this.options[this.selectedIndex].value && (window.location = this.options[this.selectedIndex].value);\">",
            "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": "6298c65f9aa2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2783c877"
          },
          {
            "rule": "script_select_review",
            "xpath": null,
            "html": "<select class=\"form-select form-control\" aria-label=\"Language Switcher\" onchange=\"this.options[this.selectedIndex].value && (window.location = this.options[this.selectedIndex].value);\">",
            "message": "Verify that no change of context or action occurs when selection options in this component receive focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aaff3c1578f2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-65966228"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form accept-charset=\"UTF-8\" id=\"f-search-form-desktop\" method=\"get\" action=\"/search/results\" class=\"search-form search-form--version-desktop\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e3cc2315c02e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ec9cf5e9"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div id=\"edit-wrapper\" class=\"form-group js-form-wrapper form-wrapper\" data-drupal-selector=\"edit-wrapper\">",
            "message": "The <div> element has the id \"edit-wrapper\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "81d4c6d91662",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0eaacde9"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<button value=\"\" id=\"edit-button\" type=\"submit\" data-drupal-selector=\"edit-button\" class=\"btn btn-primary button js-form-submit form-submit\">",
            "message": "The <button> element has the id \"edit-button\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d0b1084cadca",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-54bdfb83"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button value=\"\" id=\"edit-button\" type=\"submit\" data-drupal-selector=\"edit-button\" class=\"btn btn-primary button js-form-submit form-submit\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c96f75da61f9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3ab29089"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<main class=\"main container js-quickedit-main-content\" role=\"main\">",
            "message": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "496c5db96bdc",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0fc3fd9b"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a aria-label=\"(externe link)\" data-extlink=\"\" data-drupal-link-system-path=\"node/662\" class=\"menu-item__link ext\" data-external=\"true\" href=\"/bibliotheek\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "511571dfa061",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6175cb3b"
          },
          {
            "rule": "aria_accessiblename_exists",
            "xpath": null,
            "html": "<span aria-hidden=\"false\" role=\"img\" class=\"fa-ext extlink\">",
            "message": "Element <span> with \"img\" role has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "100dcfb4f967",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-590e3a00"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a aria-label=\"(externe link)\" data-extlink=\"\" data-drupal-link-system-path=\"node/828\" class=\"menu-item__link ext\" data-external=\"true\" href=\"/winkelen\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "780e40150a5d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-fece5dc9"
          },
          {
            "rule": "aria_accessiblename_exists",
            "xpath": null,
            "html": "<span aria-hidden=\"false\" role=\"img\" class=\"fa-ext extlink\">",
            "message": "Element <span> with \"img\" role has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a aria-label=\"(externe link)\" data-extlink=\"\" data-drupal-link-system-path=\"node/596\" class=\"menu-item__link ext\" data-external=\"true\" href=\"/bezoek-leuven\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3ef29781f669",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-af00a7e3"
          },
          {
            "rule": "aria_accessiblename_exists",
            "xpath": null,
            "html": "<span aria-hidden=\"false\" role=\"img\" class=\"fa-ext extlink\">",
            "message": "Element <span> with \"img\" role has no accessible name",
            "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": "96bd2177fbe2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "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": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field--item\">",
            "message": "Confirm this text 'Kapot wegdek, zwerfvuil, verstopte riool of een andere opmerking?' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a7fe5fcc1830",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4808e5b2"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form accept-charset=\"UTF-8\" id=\"mailchimp-signup-subscribe-block-mc-newsletter-signup-form\" method=\"post\" action=\"/\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7674ccd13080",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-669d9dcd"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<input aria-describedby=\"alert-edit-mergevars-email edit-mergevars-email--description\" required=\"required\" maxlength=\"254\" size=\"25\" value=\"\" name=\"mergevars[EMAIL]\" id=\"edit-mergevars-email\" type=\"email\" placeholder=\"Vul je e-mailadres in\" class=\"form-email required form-control\" data-drupal-selector=\"edit-mergevars-email\" autocomplete=\"email\">",
            "message": "The 'id' \"alert-edit-mergevars-email, edit-mergevars-email--description\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "29708604746e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0cda622b"
          },
          {
            "rule": "input_checkboxes_grouped",
            "xpath": null,
            "html": "<input value=\"6c450cc5f3\" name=\"mailchimp_lists[mailchimp_6c450cc5f3][subscribe]\" id=\"edit-mailchimp-lists-mailchimp-6c450cc5f3-subscribe\" type=\"checkbox\" class=\"form-checkbox\" data-drupal-selector=\"edit-mailchimp-lists-mailchimp-6c450cc5f3-subscribe\">",
            "message": "Verify that this ungrouped checkbox input is not related to other checkboxes",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2cfe8d1bbdff",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a33ab4dc"
          },
          {
            "rule": "input_checkboxes_grouped",
            "xpath": null,
            "html": "<input value=\"df60b4c32f\" name=\"mailchimp_lists[mailchimp_df60b4c32f][subscribe]\" id=\"edit-mailchimp-lists-mailchimp-df60b4c32f-subscribe\" type=\"checkbox\" class=\"form-checkbox\" data-drupal-selector=\"edit-mailchimp-lists-mailchimp-df60b4c32f-subscribe\">",
            "message": "Verify that this ungrouped checkbox input is not related to other checkboxes",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8e80a41ab7a3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-297aa3ca"
          },
          {
            "rule": "input_checkboxes_grouped",
            "xpath": null,
            "html": "<input value=\"1f9dbfac88\" name=\"mailchimp_lists[mailchimp_1f9dbfac88][subscribe]\" id=\"edit-mailchimp-lists-mailchimp-1f9dbfac88-subscribe\" type=\"checkbox\" class=\"form-checkbox\" data-drupal-selector=\"edit-mailchimp-lists-mailchimp-1f9dbfac88-subscribe\">",
            "message": "Verify that this ungrouped checkbox input is not related to other checkboxes",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "67b7b41c7e77",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-587ef88c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button data-once=\"drupal-ajax\" value=\"Inschrijven\" name=\"op\" id=\"mailchimp-signup-subscribe-block-mc-newsletter-signup-form-wrapper-edit-submit\" type=\"submit\" class=\"btn-primary button js-form-submit form-submit btn\" data-drupal-selector=\"mailchimp-signup-subscribe-block-mc-newsletter-signup-form-wrapper-edit-submit\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5fd4335d5912",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3d89ac53"
          },
          {
            "rule": "element_orientation_unlocked",
            "xpath": null,
            "html": "<div class=\"con\">",
            "message": "The element <div> is restricted to either landscape or portrait orientation using CSS transform property",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aef7dd944819",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-03f2f462"
          },
          {
            "rule": "element_orientation_unlocked",
            "xpath": null,
            "html": "<div class=\"con\">",
            "message": "The element <div> is restricted to either landscape or portrait orientation using CSS transform property",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_orientation_unlocked",
            "xpath": null,
            "html": "<div class=\"con\">",
            "message": "The element <div> is restricted to either landscape or portrait orientation using CSS transform property",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<div data-once=\"f-paragraph-contact-block__accordion\" aria-expanded=\"false\" role=\"button\" tabindex=\"0\" class=\"fpcb__open-closed\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b3329be42fbb",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5065d372"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<footer role=\"contentinfo\" class=\"footer container\">",
            "message": "The explicitly-assigned ARIA role \"contentinfo\" is redundant with the implicit role of the element <footer>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0ce5afc88a87",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-87f7ffd8"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav class=\"col-sm-12\" id=\"block-bk-footer\" aria-labelledby=\"block-bk-footer-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": "7523b9c586bf",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bc957f56"
          }
        ],
        "outcomeCount": 3738,
        "uniqueFailedCount": 30,
        "duplicateFailedCount": 9,
        "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": 9
    },
    {
      "submittedUrl": "https://www.liedekerke.be/",
      "finalUrl": "https://www.liedekerke.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Home | Gemeente Liedekerke",
      "elapsedMs": 27703,
      "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": 745,
          "failed": 4,
          "cantTell": 24,
          "inapplicable": 40
        },
        "failedRules": [
          "color-contrast",
          "page-has-heading-one",
          "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",
          "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",
          "presentation-role-conflict",
          "region",
          "scrollable-region-focusable",
          "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": ".vlw__contact__toggle__label",
            "html": "<span class=\"vlw__contact__toggle__label\">Hulp nodig</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.75 (foreground color: #ffffff, background color: #00acba, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".vlw__contact__toggle"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "643130977950",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-64150d30"
          },
          {
            "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=\"nl-be\" dir=\"ltr\" prefix=\"og: https://ogp.me/ns#\" class=\" js\">",
            "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": "66b27d43926f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ee8d7590"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".vlw__contact__toggle__label",
            "html": "<span class=\"vlw__contact__toggle__label\">Hulp nodig</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": "f55b65bd5137",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c1791208"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#paddle-search-form-1 > .search-wrapper.js-form-wrapper[data-drupal-selector=\"edit-search-wrapper\"] > .js-form-type-search-api-autocomplete.form-type-search-api-autocomplete.js-form-item-search",
            "html": "<div class=\"js-form-item form-item js-form-type-search-api-autocomplete form-type-search-api-autocomplete js-form-item-search form-item-search form-no-label form-group\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "60c472da59e7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3207a21b"
          }
        ],
        "outcomeCount": 813,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 4
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2035,
          "failed": 51,
          "cantTell": 40,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_id_unique",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "input_checkboxes_grouped",
          "input_label_visible",
          "style_background_decorative",
          "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": "<link href=\"https://use.typekit.net/gtl4dzo.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": "55993c7dcadc",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7cfacd51"
          },
          {
            "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": "ec6f6092b524",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c772520d"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_pTXMHxMbA7bVKNncQet9QJWvHe9YGuzAHzN9FIO9XYU.css?delta=1&language=nl&theme=ocelot_paddle&include=eJx9Uu1yhCAMfCGUR2ICRM1cIA4f7dmnb_Q-Or2e_aOwuwmQXSAL5GYWD2wCNfrC7NYiEzHal70JF4zUpDgIQUokyfa5GqciuWGOJohcCF04ts15Fq0r9gYPd3i4w6ouaGPpK_BIDdPAVJvB7p5t0soEOaB9B7qIE3TWimtjypdHq_vWMGzS9RKdOOolJuklCLuKoemlH3SkGuQDy2Ylo_JGArI0t0KM-xz0OCVyGz3D1_YPq28aKkIJy7moIMRQevKnkklKGhJkmDEOx-TPlAsk38usczxTUNIup2xSQ-GUlRUz5XlYdGr1VdVrk-Rq23TO8wu5FlLnH9wNdM--9eeI-obcA3CLxw-5ZwTq4gVK_IVOGoLNy9Wswvwwf18Pu_3V3MxwsJKD3uQIDja0J7ipEgjYHXNxRwv7Fxrbgkm1W9XAWg8VzSf63TV7_4_He6oG-g-DrLU63IgNiLWXzDOfyxLWujv4yu-fb7OReJw\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e213f5a6fdfd",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2c746798"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_Kus7EDIVSUxqUHgm4CUq6e0IqzHnUjmzLfNiz-PIxFw.css?delta=2&language=nl&theme=ocelot_paddle&include=eJx9Uu1yhCAMfCGUR2ICRM1cIA4f7dmnb_Q-Or2e_aOwuwmQXSAL5GYWD2wCNfrC7NYiEzHal70JF4zUpDgIQUokyfa5GqciuWGOJohcCF04ts15Fq0r9gYPd3i4w6ouaGPpK_BIDdPAVJvB7p5t0soEOaB9B7qIE3TWimtjypdHq_vWMGzS9RKdOOolJuklCLuKoemlH3SkGuQDy2Ylo_JGArI0t0KM-xz0OCVyGz3D1_YPq28aKkIJy7moIMRQevKnkklKGhJkmDEOx-TPlAsk38usczxTUNIup2xSQ-GUlRUz5XlYdGr1VdVrk-Rq23TO8wu5FlLnH9wNdM--9eeI-obcA3CLxw-5ZwTq4gVK_IVOGoLNy9Wswvwwf18Pu_3V3MxwsJKD3uQIDja0J7ipEgjYHXNxRwv7Fxrbgkm1W9XAWg8VzSf63TV7_4_He6oG-g-DrLU63IgNiLWXzDOfyxLWujv4yu-fb7OReJw\" media=\"print\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a0e9c1e02823",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-290ba6b7"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable\" href=\"#region-content\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e09419611d0e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2cbaa15c"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable\" href=\"#region-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5752cca6f453",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b875386a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable\" href=\"#region-content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aa4fe2d86cc6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-780e76ef"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"parenttekst\">",
            "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": "7475049d848e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e59a6987"
          },
          {
            "rule": "style_background_decorative",
            "xpath": null,
            "html": "<div style=\"--background:url(https://www.liedekerke.be/system/files/styles/original_ratio_xxxxl/private/2024-10/kapel.webp?itok=OlHgaSuK);\" class=\"layout-builder__custom container_region transparent section--hero-banner layout-builder layout layout--onecol\">",
            "message": "Verify the CSS background image does not convey important information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "513600655292",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-70a50dc4"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input data-once=\"autocomplete search-api-autocomplete\" placeholder=\"Zoeken\" maxlength=\"128\" size=\"60\" value=\"\" name=\"search\" id=\"edit-search\" type=\"text\" data-autocomplete-path=\"/search_api_autocomplete/search?display=search_overview&arguments%5B0%5D=all&tid%5B0%5D=all&nid=1\" class=\"form-autocomplete form-text form-control ui-autocomplete-input\" data-search-api-autocomplete-search=\"search\" data-drupal-selector=\"edit-search\" autocomplete=\"off\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d7f69a8f2098",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-072a9bba"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input value=\"Zoeken\" name=\"op\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"btn-secondary button js-form-submit form-submit btn\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "991356c8ea70",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-47ae879c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"Zoeken\" name=\"op\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"btn-secondary button js-form-submit form-submit btn\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9394ffc4342a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8ea86d26"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Zoeken\" name=\"op\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"btn-secondary button js-form-submit form-submit btn\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf2a90d00561",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-87ad9640"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"nieuwsblokje\">",
            "message": "Confirm this text 'Eedaflegging Valérie Van Merris' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f2b203f3e4fe",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-23b170b1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"nieuwsblokje\">",
            "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": "54d5fa0166b3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3b042c0e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<time datetime=\"2026-04-21T12:00:00Z\">",
            "message": "Text contrast of 2.76 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": "a2306176edc7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8e224ca9"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"readmore\">",
            "message": "Confirm this text 'Lees meer' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e16ab57092b0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5ea3ced8"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"readmore\">",
            "message": "Text contrast of 2.76 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": "b546bcac66fc",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-abae29a6"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"nieuwsblokje\">",
            "message": "Confirm this text 'Eedaflegging Steven De Luyck' 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=\"nieuwsblokje\">",
            "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": "<time datetime=\"2026-04-21T12:00:00Z\">",
            "message": "Text contrast of 2.76 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 class=\"readmore\">",
            "message": "Confirm this text 'Lees meer' 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=\"readmore\">",
            "message": "Text contrast of 2.76 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 class=\"nieuwsblokje\">",
            "message": "Confirm this text 'Geef mee vorm aan de toekomst van Liedekerke!' 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=\"nieuwsblokje\">",
            "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": "<time datetime=\"2026-03-17T12:00:00Z\">",
            "message": "Text contrast of 2.76 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": "43a663072215",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f1ce731b"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"readmore\">",
            "message": "Confirm this text 'Lees meer' 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=\"readmore\">",
            "message": "Text contrast of 2.76 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 class=\"nieuwsblokje\">",
            "message": "Confirm this text 'Stel je kandidaat voor het gemeentelijk vrijwilligerskorps' 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=\"nieuwsblokje\">",
            "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": "<time datetime=\"2026-03-17T12:00:00Z\">",
            "message": "Text contrast of 2.76 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 class=\"readmore\">",
            "message": "Confirm this text 'Lees meer' 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=\"readmore\">",
            "message": "Text contrast of 2.76 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": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg viewBox=\"0 0 512 512\" height=\"1em\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "de8f1a0c2b84",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3e42187a"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<div style=\"height: auto; width: 100%; bottom: 0px;\" class=\"sliding-popup-bottom\" aria-label=\"Cookie compliance banner\" aria-describedby=\"popup-text\" role=\"alertdialog\" id=\"sliding-popup\">",
            "message": "The 'id' \"popup-text\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ca3c6802113",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-057cf5f7"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<button class=\"eu-cookie-withdraw-tab btn btn-secondary\" 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": "4ea7b9fee157",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9401c1cb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button class=\"eu-cookie-withdraw-tab btn btn-secondary\" type=\"button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "31cad05019b9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-db66cdd1"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<button tabindex=\"0\" class=\"find-more-button btn btn-link find-more-button-processed\" 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": "74c500b7f1b3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0e380e22"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button tabindex=\"0\" class=\"find-more-button btn btn-link 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": "98e51bdb1dff",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-853f20b8"
          },
          {
            "rule": "input_checkboxes_grouped",
            "xpath": null,
            "html": "<input tabindex=\"0\" disabled=\"\" checked=\"\" class=\"form-check-input\" value=\"required\" id=\"cookie-category-required\" name=\"cookie-categories\" type=\"checkbox\">",
            "message": "Checkbox input and others with the name \"cookie-categories\" are not grouped together",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3e0a6d50226f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bb2e601d"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input tabindex=\"0\" disabled=\"\" checked=\"\" class=\"form-check-input\" value=\"required\" id=\"cookie-category-required\" name=\"cookie-categories\" type=\"checkbox\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b0bfa3b38cf3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-240e323a"
          },
          {
            "rule": "input_checkboxes_grouped",
            "xpath": null,
            "html": "<input tabindex=\"0\" class=\"form-check-input\" value=\"statistics\" id=\"cookie-category-statistics\" name=\"cookie-categories\" type=\"checkbox\">",
            "message": "Checkbox input and others with the name \"cookie-categories\" are not grouped together",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "22395d801719",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7e3709a0"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input tabindex=\"0\" class=\"form-check-input\" value=\"statistics\" id=\"cookie-category-statistics\" name=\"cookie-categories\" type=\"checkbox\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "75e149523deb",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-834d26f4"
          },
          {
            "rule": "input_checkboxes_grouped",
            "xpath": null,
            "html": "<input tabindex=\"0\" class=\"form-check-input\" value=\"social_media_cookies\" id=\"cookie-category-social_media_cookies\" name=\"cookie-categories\" type=\"checkbox\">",
            "message": "Checkbox input and others with the name \"cookie-categories\" are not grouped together",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b13b77bcd3dc",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a9784bdc"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input tabindex=\"0\" class=\"form-check-input\" value=\"social_media_cookies\" id=\"cookie-category-social_media_cookies\" name=\"cookie-categories\" type=\"checkbox\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ebb67f58014d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bf1ee3a0"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<button tabindex=\"0\" class=\"eu-cookie-compliance-save-preferences-button btn btn-outline-light\" type=\"button\" id=\"cookie-compliance-save-preferences-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": "24d40d5ccec5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ed1feb2a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button tabindex=\"0\" class=\"eu-cookie-compliance-save-preferences-button btn btn-outline-light\" type=\"button\" id=\"cookie-compliance-save-preferences-button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e943f051be39",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bd034086"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<button tabindex=\"0\" class=\"agree-button eu-cookie-compliance-default-button btn btn-secondary\" type=\"button\" id=\"cookie-compliance-agree-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": "9d665705ba47",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9b170569"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button tabindex=\"0\" class=\"agree-button eu-cookie-compliance-default-button btn btn-secondary\" type=\"button\" id=\"cookie-compliance-agree-button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d58bf8cc173a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-37f474e0"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<button tabindex=\"0\" class=\"eu-cookie-withdraw-button visually-hidden btn btn-secondary\" 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": "0b9e30d7a665",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7bb963a6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button tabindex=\"0\" class=\"eu-cookie-withdraw-button visually-hidden btn btn-secondary\" type=\"button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "286f981c116e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-062b8071"
          }
        ],
        "outcomeCount": 2089,
        "uniqueFailedCount": 37,
        "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.linkebeek.be/nl/startpagina",
      "finalUrl": "https://www.linkebeek.be/nl/startpagina",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Startpagina -  Linkebeek",
      "elapsedMs": 9730,
      "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": 668,
          "failed": 42,
          "cantTell": 2,
          "inapplicable": 54
        },
        "failedRules": [
          "color-contrast",
          "image-redundant-alt",
          "label-title-only",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "page-has-heading-one",
          "region"
        ],
        "passedRules": [
          "aria-allowed-role",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-required-attr",
          "aria-roles",
          "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",
          "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",
          "meta-viewport-large",
          "nested-interactive",
          "region"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#txtkeyword",
            "html": "<input type=\"text\" class=\"txt\" id=\"txtkeyword\" title=\"Waarmee kunnen wij u helpen?\" autocomplete=\"off\" placeholder=\"Waarmee kunnen wij u helpen?\" name=\"zz\">",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.64 (foreground color: #848080, background color: #f7f7f7, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#txtkeyword",
              ".pagetop"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fd52ce7f38f8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-46d6df2d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#btnSearch",
            "html": "<input type=\"submit\" value=\"Zoek\" class=\"btn\" id=\"btnSearch\" title=\"Zoek\">",
            "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: #ffffff, background color: #848080, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#btnSearch"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "415f0a350632",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c6bb6908"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "span[itemprop=\"email\"]",
            "html": "<span itemprop=\"email\">info@linkebeek.be</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.43 (foreground color: #e12019, background color: #f7f7f7, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".adres"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5b7a57ff7221",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-dc2fc6bf"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".moretxt > span",
            "html": "<span>Alle nieuwsberichten</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.02 (foreground color: #e12019, background color: #edecec, font size: 12.0pt (16.005px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".rowtwo"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e3c016ac85ed",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-144f4f52"
          },
          {
            "rule": "image-redundant-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-redundant-alt?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": ".item:nth-child(1) > a > .fotolink > img",
            "html": "<img src=\"/file_uploads/Cache/fit_400_225_8367.jpeg\" alt=\"Verkeersveiligheid in Linkebeek: bemoedigende resultaten en nieuwe maatregelen\">",
            "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": "352f125430c2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4cbac23e"
          },
          {
            "rule": "image-redundant-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-redundant-alt?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": ".item:nth-child(2) > a > .fotolink > img",
            "html": "<img src=\"/file_uploads/Cache/fit_400_225_8365.png\" alt=\"Autodelen van start in Linkebeek\">",
            "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": "3592b8aaa9c7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4a3180f4"
          },
          {
            "rule": "image-redundant-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-redundant-alt?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": ".item:nth-child(3) > a > .fotolink > img",
            "html": "<img src=\"/file_uploads/Cache/fit_400_225_8337.png\" alt=\"Geef jij binnenkort jouw mening over Linkebeek?\">",
            "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": "f6a4325f7fb5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bc5bc970"
          },
          {
            "rule": "image-redundant-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-redundant-alt?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": ".item:nth-child(4) > a > .fotolink > img",
            "html": "<img src=\"/file_uploads/Cache/fit_400_225_8334.png\" alt=\"Linkebeek plaatst 30 selectieve Aziatische hoornaarsvallen in de gemeente\">",
            "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": "c4650c023939",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-81385ef3"
          },
          {
            "rule": "image-redundant-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-redundant-alt?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": ".item:nth-child(5) > a > .fotolink > img",
            "html": "<img src=\"/file_uploads/Cache/fit_400_225_8322.png\" alt=\"Tuc Rail voert momenteel een mobiliteitsstudie uit in het kader van het GEN en de sluiting van het station van Linkebeek (voorzien tegen eind 2028)\">",
            "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": "d8d846cf1367",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-afedbba7"
          },
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#txtkeyword",
            "html": "<input type=\"text\" class=\"txt\" id=\"txtkeyword\" title=\"Waarmee kunnen wij u helpen?\" autocomplete=\"off\" placeholder=\"Waarmee kunnen wij u helpen?\" name=\"zz\">",
            "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": "474cd678988f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f5ce98a2"
          },
          {
            "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=\"nl\">",
            "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": "dbd079116c7c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-85b00be0"
          },
          {
            "rule": "landmark-unique",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-unique?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".topmenu",
            "html": "<div class=\"topmenu\" 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": [
              "#mainmenu"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9c1bbf389288",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-52076aca"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".btn.more[href=\"/nl/rss?cat=N\"]",
            "html": "<a class=\"more btn\" href=\"/nl/rss?cat=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": "dbc445acaca5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f5a31a94"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".selected",
            "html": "<a href=\"/nl/startpagina\" class=\"selected\"><span>startpagina</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": "a0521ed4a07e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1fe65450"
          },
          {
            "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=\"nl\">",
            "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": "00e1757d03bc",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ee8d7590"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".lang",
            "html": "<div class=\"lang\">\n\t\t\t\t\t\t\t<a class=\"nl\" href=\"/fr/page-de-depart\" rel=\"nofollow\" id=\"changelang\"><span>Français</span></a>\n\t\t\t\t\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": "ce799becdfda",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-30a3be72"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".rowone",
            "html": "<div class=\"row rowone maxwidth\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3bef1abf8954",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-40815fda"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".today > h2",
            "html": "<h2 class=\"heading\"><span class=\"name\" itemprop=\"name\">Gemeentehuis</span></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": "804ed48fe081",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e8ebd65f"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".adress:nth-child(2)",
            "html": "<dd class=\"adress\"><span class=\"street\">Gemeenteplein 2</span><span class=\"postal\">1630 </span><span class=\"city\">Linkebeek</span></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": "53884ac10c4b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1b292d3b"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".mail2",
            "html": "<dd class=\"mail2\"><a class=\"mail\" href=\"mailto:%69%6e%66%6f%40%6c%69%6e%6b%65%62%65%65%6b%2e%62%65\"><span itemprop=\"email\">info@linkebeek.be</span></a></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": "28f6c2bd921f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d9c3cdfc"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".phone:nth-child(6)",
            "html": "<dd class=\"phone\">02/380 62 15</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": "5b64852aef49",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-18a58148"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".hourtoday:nth-child(2)",
            "html": "<div class=\"hourtoday\"><span class=\"opentoday\">Vandaag: </span><span class=\"van first\">9.00 uur</span><span class=\"timedivider\"> - </span><span class=\"tot\">12.00 uur</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": "bc2aa0befb13",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-fbf51431"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".hourtoday:nth-child(3)",
            "html": "<div class=\"hourtoday\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a18b171d8806",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-eab27347"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "p:nth-child(5)",
            "html": "<p>Dienst grondgebiedzaken: ENKEL OP AFSPRAAK</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": "172cc0f3642b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6650a397"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "a[href$=\"gemeentehuis\"]",
            "html": "<a class=\"more contact\" href=\"/nl/contact/8/gemeentehuis\"><span>Alle contactinfo</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": "2451291f3896",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-71f94c9a"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".mostvisited",
            "html": "<div class=\"homerowbox mostvisited\" style=\"height: 407px;\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fb3b283cf91a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4acc0229"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "img[alt=\"Linkebeek Info\"]",
            "html": "<img src=\"/file_uploads/Cache/size_300_900_8393.png\" alt=\"Linkebeek Info\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "df4adaaea924",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-063abaa6"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".item:nth-child(1) > a > .fotolink",
            "html": "<div class=\"fotolink\">\n\t\t\t\t\t\t\t<img src=\"/file_uploads/Cache/fit_400_225_8367.jpeg\" alt=\"Verkeersveiligheid in Linkebeek: bemoedigende resultaten en nieuwe maatregelen\">\n\t\t\t\t\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": "f3d077034074",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bb7f5456"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".item:nth-child(1) > a > h3",
            "html": "<h3>Verkeersveiligheid in Linkebeek: bemoedigende resultaten en nieuwe maatregelen</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": "d7c0dc74a213",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6aadf67a"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".item:nth-child(2) > a > .fotolink",
            "html": "<div class=\"fotolink\">\n\t\t\t\t\t\t\t<img src=\"/file_uploads/Cache/fit_400_225_8365.png\" alt=\"Autodelen van start in Linkebeek\">\n\t\t\t\t\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": "70ef1bef5f8f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-efb7c306"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".item:nth-child(2) > a > h3",
            "html": "<h3>Autodelen van start in Linkebeek</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": "5a1cf16fc991",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d79db2ac"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".item:nth-child(3) > a > .fotolink",
            "html": "<div class=\"fotolink\">\n\t\t\t\t\t\t\t<img src=\"/file_uploads/Cache/fit_400_225_8337.png\" alt=\"Geef jij binnenkort jouw mening over Linkebeek?\">\n\t\t\t\t\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": "b31157d16c04",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-335ce21c"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".item:nth-child(3) > a > h3",
            "html": "<h3>Geef jij binnenkort jouw mening over Linkebeek?</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": "56b4de0b56af",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-14892c84"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".item:nth-child(4) > a > .fotolink",
            "html": "<div class=\"fotolink\">\n\t\t\t\t\t\t\t<img src=\"/file_uploads/Cache/fit_400_225_8334.png\" alt=\"Linkebeek plaatst 30 selectieve Aziatische hoornaarsvallen in de gemeente\">\n\t\t\t\t\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": "efb194589ec6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-10d40483"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".item:nth-child(4) > a > h3",
            "html": "<h3>Linkebeek plaatst 30 selectieve Aziatische hoornaarsvallen in de gemeente</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": "fe5799d130db",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b290155b"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".item:nth-child(5) > a > .fotolink",
            "html": "<div class=\"fotolink\">\n\t\t\t\t\t\t\t<img src=\"/file_uploads/Cache/fit_400_225_8322.png\" alt=\"Tuc Rail voert momenteel een mobiliteitsstudie uit in het kader van het GEN en de sluiting van het station van Linkebeek (voorzien tegen eind 2028)\">\n\t\t\t\t\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": "263fcf0de881",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-31df2767"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".item:nth-child(5) > a > h3",
            "html": "<h3>Tuc Rail voert momenteel een mobiliteitsstudie uit in het kader van het GEN en de sluiting van het station van Linkebeek (voorzien tegen eind 2028)</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": "4c4fde4ed5e4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-891e0b9d"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".item:nth-child(6) > a > .fotolink",
            "html": "<div class=\"fotolink\">\n\t\t\t\t\t\t\t<img src=\"/file_uploads/Cache/fit_400_225_8271.png\" alt=\"Aziatische hoornaar\">\n\t\t\t\t\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": "deb6289aaac5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1de695d4"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".item:nth-child(6) > a > h3",
            "html": "<h3>Aziatische hoornaar</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": "50cc38095413",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3cb4dd17"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".item:nth-child(6) > a > .short",
            "html": "<div class=\"short\">Waakzaamheid in de lente loont</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": "2677b68dc6ce",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-910fe48d"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".actions",
            "html": "<div class=\"actions\">\n\t\t\t\t<a href=\"/nl/nieuws\" class=\"more moretxt nws\">\n\t\t\t\t\t<span>Alle nieuwsberichten</span>\n\t\t\t\t</a>\n\t\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": "55b57f836bc3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ecec32d1"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".subbox > h2",
            "html": "<h2 class=\"heading\">Deel deze pagina</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": "45be00dbe102",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ea69bd75"
          }
        ],
        "outcomeCount": 766,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 42
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2282,
          "failed": 172,
          "cantTell": 137,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_child_valid",
          "aria_content_in_landmark",
          "aria_contentinfo_misuse",
          "aria_landmark_name_unique",
          "aria_navigation_label_unique",
          "aria_role_redundant",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "heading_markup_misuse",
          "img_alt_redundant",
          "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 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": "624ea7b798f7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-14eca608"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link media=\"print\" type=\"text/css\" href=\"/css/print.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": "49088c6e6191",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7e125e39"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/css/default.css\" media=\"screen,projection\" type=\"text/css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "264d62ff3359",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c913f954"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"ga naar de startpagina\" href=\"/nl/startpagina\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e266f3a81fd5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-530b2e4e"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a id=\"changelang\" rel=\"nofollow\" href=\"/fr/page-de-depart\" class=\"nl\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e7872d66d582",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a7ab0c9f"
          },
          {
            "rule": "aria_landmark_name_unique",
            "xpath": null,
            "html": "<div role=\"navigation\" class=\"topmenu\">",
            "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": "0df01451600e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-151519bc"
          },
          {
            "rule": "aria_navigation_label_unique",
            "xpath": null,
            "html": "<div role=\"navigation\" class=\"topmenu\">",
            "message": "Multiple elements with \"navigation\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1c76578626d8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7ddfa77a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/openingsuren\" class=\"\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "72f3cef99d9a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1431d1b0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/Producten\" class=\"\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ff81a205dbed",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7f2ed7ec"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/Diensten\" class=\"\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6c577f371352",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4b7956cb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/eloket\" class=\"\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "911f776488ff",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5a1f1e62"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input name=\"zz\" placeholder=\"Waarmee kunnen wij u helpen?\" autocomplete=\"off\" title=\"Waarmee kunnen wij u helpen?\" id=\"txtkeyword\" class=\"txt\" type=\"text\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e61df6bea109",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-14f7f5b8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input title=\"Zoek\" id=\"btnSearch\" class=\"btn\" value=\"Zoek\" type=\"submit\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ede82e2b76ad",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5ba59d8c"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input title=\"Zoek\" id=\"btnSearch\" class=\"btn\" value=\"Zoek\" type=\"submit\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6f9d90b5e4ea",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-388b4fbd"
          },
          {
            "rule": "aria_child_valid",
            "xpath": null,
            "html": "<ul style=\"display:none\" class=\"compactlist\" id=\"suggestionsearch\">",
            "message": "The element with role \"list\" does not own any child element with any of the following role(s): \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "39d8d6741eaf",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-397b4a6c"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav class=\"clearfix maxwidth\" role=\"navigation\" id=\"mainmenu\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a92f9d24aef5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d601ded8"
          },
          {
            "rule": "aria_landmark_name_unique",
            "xpath": null,
            "html": "<nav class=\"clearfix maxwidth\" role=\"navigation\" id=\"mainmenu\">",
            "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": "b934a6bba5ae",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3de6c12e"
          },
          {
            "rule": "aria_navigation_label_unique",
            "xpath": null,
            "html": "<nav class=\"clearfix maxwidth\" role=\"navigation\" id=\"mainmenu\">",
            "message": "Multiple elements with \"navigation\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "760093b14b66",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2528a735"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"selected\" href=\"/nl/startpagina\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4459194c452a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e95c3853"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/publicaties\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "046099bf02ea",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2bcfd355"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/nl/1-bekendmakingen\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "510ccca49bf1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f7eabd96"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/1-bekendmakingen\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b60360f177b8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-896ab4a9"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/nl/product/326/2-gemeenteraad\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "777e2fb2739f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-991215ad"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/product/326/2-gemeenteraad\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e03129364313",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7676ab33"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/nl/product/327/3-college-van-burgemeester-en-schepenen\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "761d5a47ea7f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-68d2df51"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/product/327/3-college-van-burgemeester-en-schepenen\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fd0c8d6b3256",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-27a4bb8d"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/nl/product/321/4-burgemeester\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "560c87836784",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3e2da438"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/product/321/4-burgemeester\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "868fbef2f746",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9b51bba6"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/nl/5-bbc\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2e67b83b8be6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-24385f58"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/5-bbc\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "51df3fe8e37f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-13f7b107"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/nl/reglementen\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d9709f2764d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3df1bf81"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/reglementen\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1eb73fcf434c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9a698a1d"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/nl/7-personeel\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8a04678c306d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-85124ded"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/7-personeel\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2932f3092c4c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-eea989ec"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/nl/eva-vzws\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "71d9f1cb41ed",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3ba9c625"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/eva-vzws\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7c4e62d907fc",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d06a0aee"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/nl/9-intergemeentelijke-samenwerking\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "841153c506b0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7727e286"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/9-intergemeentelijke-samenwerking\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "57b3a8f50c95",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c7bac0b9"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/nl/product/325/10-ocmw\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "60f210fc3d02",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-06393e8c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/product/325/10-ocmw\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f60a2c906435",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7413e783"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/thema/3102/bestuur\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "348e2fb58287",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-dae7e29f"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/nl/1-linkebeek-info\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ec154b55cf87",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3800d302"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/1-linkebeek-info\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "92fff6bd74ed",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6a9d47ee"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/nl/raad/3048/gemeenteraad\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "47b9304a685b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3c546172"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/raad/3048/gemeenteraad\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2f5011863f94",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-25c3186a"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/nl/3-college-van-burgemeester-en-schepenen\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ae92c9c23ee1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3a9dead1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/3-college-van-burgemeester-en-schepenen\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e6c5fa36e327",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8686ec4b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/nl/product/321/4-burgemeester\">",
            "message": "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=\"/nl/product/321/4-burgemeester\">",
            "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=\"/nl/5-politie\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "48f78ede3b3e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-41cb4c90"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/5-politie\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8a202693c58d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-cd7c2337"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/nl/6-taksen-en-premies\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "23aae12dc19a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-521b7c36"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/6-taksen-en-premies\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "70bb6dc8ecd9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-210e7106"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/nl/verkiezingen\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "97c7e9d148e1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a1901cb3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/verkiezingen\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3be10c338d74",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-83ed21c5"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/nl/8-vacatures\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dd3c84f534cd",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e7db6ee0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/8-vacatures\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "94f87d210bdc",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3c4cb259"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/nl/9-paramedische-gids\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "25637dbca406",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-cdb34aa7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/9-paramedische-gids\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7aace7a56543",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f94640dc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/thema/3099/leven-en-welzijn\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "83a601177066",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-994bd4fc"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/nl/1-burgerzaken\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5d97c3f00bce",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-64e5978b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/1-burgerzaken\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f0f9c2c75741",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a50bf2cd"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/nl/2-onderwijs\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6811c0a05df2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3ac887d5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/2-onderwijs\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f138a79d75ef",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-38ba8788"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/nl/3-kinderopvang\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eaba7b30e232",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-cb1c278b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/3-kinderopvang\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5b16e81eb505",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-001dbc75"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/nl/4-gezondheidsdiensten\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a107ec6ac37c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4e768108"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/4-gezondheidsdiensten\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b2036446a454",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-250ccfbc"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/nl/wijk-werken\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1ab6f18f55df",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-221bbe19"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/wijk-werken\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f70d732e5f6a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4d527068"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/thema/3153/wonen-en-omgeving\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "66005465c03e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-00b5142d"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/nl/1-afval\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4bbd0463ea48",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e075d63e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/1-afval\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fa2a9a70c7ac",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a61d9212"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/nl/inname-openbaar-domein\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1aacfa4584dc",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2b18229f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/inname-openbaar-domein\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "58f16491db52",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-984d8073"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/nl/3-milieu\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7995000d73d5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5fb0fc14"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/3-milieu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b8ed4b120b2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ae34777e"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/nl/4-mobiliteit\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac6daf42869e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-62995aa9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/4-mobiliteit\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0b20060e479d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1631d85b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/nl/omgeving\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "805b32ab1f53",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-dd7a3614"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/omgeving\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aa907b35de8e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-90245ef0"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/nl/6-openbare-werken\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2163ddb4a0a3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-370db971"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/6-openbare-werken\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "73b26d13ef8a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f9eff88f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/thema/3126/vrije-tijd\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "670504931b59",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f11d6991"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/nl/activiteiten\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c2589b09d45",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8cdf773d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/activiteiten\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6612327bb51a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7820706f"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/nl/2-bibliotheken\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e804efd3f323",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d0b4f277"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/2-bibliotheken\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c223b3615a99",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-90679ae1"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/nl/3-erediensten\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c0dd23f7682",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-597db721"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/3-erediensten\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3d9d91dcfaed",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5d410bf3"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/nl/4-jeugd\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "955437acff0c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-71d095dc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/4-jeugd\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1e1dd57689d4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9eeb0806"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/nl/5-kunst-en-cultuur\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "94e029b6be92",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-fea8da41"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/5-kunst-en-cultuur\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ba09cbc693bb",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7b7de376"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/nl/6-sport\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "62526277c22e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e1b5f309"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/6-sport\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f4829e57e84f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-24340bbd"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/nl/7-verzustering\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a4d6cdba11bf",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d617a085"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/7-verzustering\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "17a9de7a0027",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2d962782"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/nl/evenementen\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fa020c35630f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ee0bda68"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/evenementen\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "97ffbfd02f9a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-37780109"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/nl/9-ludotheek\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9b649a84e3e1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-072828b3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/9-ludotheek\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf7b252f06a7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-97eb4a9d"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/nl/10-accomodaties\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "718acf707800",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-48f8c6fe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/10-accomodaties\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "057a372b9e7d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-90d7e5ae"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/nl/11-peter-pan\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fe6101c33950",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-52accb57"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/11-peter-pan\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9f6417772e97",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-061f841f"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/nl/12-lus-diensten\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "84ef73f9cef9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a3f7ea4a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/12-lus-diensten\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ff703320c2b2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-fb6e2512"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/thema/3104/ocmw\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9065c892ce55",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-47c10be8"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/nl/thema/3250/1-actueel\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6bc1f0e88b69",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bce6c288"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/thema/3250/1-actueel\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0aee57ad9027",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-14d7cc0b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/nl/bekendmakingen-ocmw\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d546de98627d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-85345e14"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/bekendmakingen-ocmw\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d1ba362db17",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0399f363"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/nl/3-ocmw\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "50ffabb469ce",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-89cd6db3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/3-ocmw\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6e62eafee973",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b484a307"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/nl/4-sociale-dienst-ocmw\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8dc224cf3a12",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f116350b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/4-sociale-dienst-ocmw\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eee69e5daac6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-eaa005a4"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/nl/6-vast-bureau\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e9a36ee19e82",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-cbb2eb7e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/6-vast-bureau\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2c30f46fa495",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b9c3eb7c"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/nl/10-ocmw-raad\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b66d173d5ef",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2cd71b0a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/10-ocmw-raad\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3c01f4e9d5aa",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7f02d361"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/nl/vacature\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "04889b9d5206",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b71a0adb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/vacature\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b41f0eb057c1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2ef13c92"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/nl/privacyverklaring\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "35204106a7de",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7f55bbdc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/privacyverklaring\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a321abb76635",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-13a841c0"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/nl/dienst/3266/5-huisvesting\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "82b8ec3f2f24",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-abfb510c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/dienst/3266/5-huisvesting\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b339737375ab",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9cd79e7e"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\"popular list eqh\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3e2b483b6b01",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b461d610"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a style=\"height: 114px;\" href=\"/nl/eloket\" class=\"topitem\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ff086ca11d21",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-caca6841"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.90 with its background is less than the WCAG AA minimum requirements for text of size 22.005px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c6b1d88e3094",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a style=\"height: 114px;\" href=\"/nl/activiteiten\" class=\"topitem\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "144a772c217b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-075b1612"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a style=\"height: 113px;\" href=\"/nl/formulier/1/ik-wil-iets-melden\" class=\"topitem\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6454c3db5b79",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d4faa8e7"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 class=\"heading\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4c08658628c7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5990b38e"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"mailto:%69%6e%66%6f%40%6c%69%6e%6b%65%62%65%65%6b%2e%62%65\" class=\"mail\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac0ad44c9d94",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-29618934"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span itemprop=\"email\">",
            "message": "Text contrast of 4.41 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": "54a58d0f9271",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-29005f16"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"divider\">",
            "message": "Text contrast of 1.14 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": "fb879d2d5ada",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-187e0ce0"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fdc065c393f5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a86234de"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/nl/contact/8/gemeentehuis\" class=\"more contact\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "86f7bee464ff",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-917284ac"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 class=\"heading\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a style=\"height: 39px;\" href=\"/nl/publicaties\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "77d69f0e46d6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a8438782"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a style=\"height: 39px;\" href=\"/nl/publicaties\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "159c20c8e26d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-231cbe67"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a style=\"height: 39px;\" href=\"/nl/evenementen\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d13e2bdc1d9a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6d9b2cee"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a style=\"height: 39px;\" href=\"/nl/evenementen\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "44b58debe68c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e34643c9"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a style=\"height: 39px;\" href=\"/nl/product/178/recyclagepark\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6c6075ce09ad",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-44312a82"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a style=\"height: 39px;\" href=\"/nl/product/178/recyclagepark\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8834500d6e01",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-297a0cb9"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a style=\"height: 39px;\" href=\"/nl/thema/3100/burgerzaken\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9817b789976d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-925f0d31"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a style=\"height: 39px;\" href=\"/nl/thema/3100/burgerzaken\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "97806ae12993",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-cab1c935"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a style=\"height: 39px;\" href=\"/nl/thema/3117/belastingen-en-retributies\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dd961f10e84c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6efe38c9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a style=\"height: 39px;\" href=\"/nl/thema/3117/belastingen-en-retributies\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f094412e6524",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-59f4c53f"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a style=\"height: 39px;\" href=\"/nl/thema/3156/afval\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "28e7355088d6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-06a09493"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a style=\"height: 39px;\" href=\"/nl/thema/3156/afval\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "15b2d8b30829",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-79bff2bf"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a style=\"height: 39px;\" href=\"/nl/thema/3139/sport\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a98acb3511ca",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ef0b7c3a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a style=\"height: 39px;\" href=\"/nl/thema/3139/sport\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8834d7b1eb70",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a8e9247a"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/nl/noodnummers\" class=\"more noodnrs\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "077436c471f6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6d095c8a"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.linkebeek.be/nl/thema/3109/gemeentelijke-mededelingen\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e65b2c8b9c0d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-41fa8ffc"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\"nws list\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9724738bebfb",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d9e4b4e6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a style=\"height: 410px;\" href=\"https://www.linkebeek.be/nl/nieuwsitem/256/verkeersveiligheid-in-linkebeek-bemoedigende-resultaten-en-nieuwe-maatregelen\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f06a14bd4198",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ce4dbb32"
          },
          {
            "rule": "img_alt_redundant",
            "xpath": null,
            "html": "<img alt=\"Verkeersveiligheid in Linkebeek: bemoedigende resultaten en nieuwe maatregelen\" src=\"/file_uploads/Cache/fit_400_225_8367.jpeg\">",
            "message": "Link text is repeated in an image 'alt' value within the same link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "53f1be9078f4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-62196ece"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a style=\"height: 410px;\" href=\"https://www.linkebeek.be/nl/nieuwsitem/255/autodelen-van-start-in-linkebeek\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d707ee1e2f4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3d4c986f"
          },
          {
            "rule": "img_alt_redundant",
            "xpath": null,
            "html": "<img alt=\"Autodelen van start in Linkebeek\" src=\"/file_uploads/Cache/fit_400_225_8365.png\">",
            "message": "Link text is repeated in an image 'alt' value within the same link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9388c8303ea4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1f440241"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a style=\"height: 410px;\" href=\"https://www.linkebeek.be/nl/nieuwsitem/20/geef-jij-binnenkort-jouw-mening-over-linkebeek\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8787543dc9ec",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-995772b6"
          },
          {
            "rule": "img_alt_redundant",
            "xpath": null,
            "html": "<img alt=\"Geef jij binnenkort jouw mening over Linkebeek?\" src=\"/file_uploads/Cache/fit_400_225_8337.png\">",
            "message": "Link text is repeated in an image 'alt' value within the same link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b76bc912933",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e3fa1a0b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a style=\"height: 530px;\" href=\"https://www.linkebeek.be/nl/nieuwsitem/254/linkebeek-plaatst-30-selectieve-aziatische-hoornaarsvallen-in-de-gemeente\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d023d4a2265d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bb55676d"
          },
          {
            "rule": "img_alt_redundant",
            "xpath": null,
            "html": "<img alt=\"Linkebeek plaatst 30 selectieve Aziatische hoornaarsvallen in de gemeente\" src=\"/file_uploads/Cache/fit_400_225_8334.png\">",
            "message": "Link text is repeated in an image 'alt' value within the same link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "95fea6c728f7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2dd7a754"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a style=\"height: 530px;\" href=\"https://www.linkebeek.be/nl/nieuwsitem/252/tuc-rail-voert-momenteel-een-mobiliteitsstudie-uit-in-het-kader-van-het-gen-en-de-sluiting-van-het-station-van-linkebeek-voorzien-tegen-eind-2028\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7ed33b6de5d4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-934d7c3b"
          },
          {
            "rule": "img_alt_redundant",
            "xpath": null,
            "html": "<img alt=\"Tuc Rail voert momenteel een mobiliteitsstudie uit in het kader van het GEN en de sluiting van het station van Linkebeek (voorzien tegen eind 2028)\" src=\"/file_uploads/Cache/fit_400_225_8322.png\">",
            "message": "Link text is repeated in an image 'alt' value within the same link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "46a1c8d69bd0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6703a7d8"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h3>",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "478d92710f0e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3a37faa2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a style=\"height: 530px;\" href=\"https://www.linkebeek.be/nl/aziatische-hoornaar\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5e71e6374352",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-cdcde780"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"more moretxt nws\" href=\"/nl/nieuws\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d3c4e907fce4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-807ccc66"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.03 with its background is less than the WCAG AA minimum requirements for text of size 16.005px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\"list social\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c703c1eec38d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1f501dfb"
          },
          {
            "rule": "aria_contentinfo_misuse",
            "xpath": null,
            "html": "<div role=\"contentinfo\" class=\"footercont maxwidth\">",
            "message": "Element with \"contentinfo\" role is present without an element with \"main\" role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c683f6c279b6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-43be9f54"
          }
        ],
        "outcomeCount": 2461,
        "uniqueFailedCount": 168,
        "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
    },
    {
      "submittedUrl": "https://www.linter.be/",
      "finalUrl": "https://www.linter.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "home | Linter",
      "elapsedMs": 13095,
      "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": 838,
          "failed": 20,
          "cantTell": 8,
          "inapplicable": 38
        },
        "failedRules": [
          "color-contrast",
          "landmark-complementary-is-top-level",
          "region"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-command-name",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "autocomplete-valid",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "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-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": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".menu-level-0 > .leaf.level-1.first:nth-child(1) > .is-active[data-drupal-link-system-path=\"<front>\"][aria-current=\"page\"]",
            "html": "<a href=\"/\" data-drupal-link-system-path=\"&lt;front&gt;\" class=\"is-active\" aria-current=\"page\">Home</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.95 (foreground color: #ffffff, background color: #e1b41b, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".navwrapper > .wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "511befc68647",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f4844fca"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"algemeen\"]",
            "html": "<a href=\"/algemeen\" data-drupal-link-system-path=\"node/275\">Algemeen</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.95 (foreground color: #ffffff, background color: #e1b41b, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".navwrapper > .wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "baf28d526523",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-382e2246"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"bestuur\"]",
            "html": "<a href=\"/bestuur\" data-drupal-link-system-path=\"node/16\">Bestuur</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.95 (foreground color: #ffffff, background color: #e1b41b, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".navwrapper > .wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "744640fbaf59",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d008440c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".menu-item--expanded.level-1.first:nth-child(4) > a[href$=\"diensten\"]",
            "html": "<a href=\"/diensten\" data-drupal-link-system-path=\"node/39\">Diensten</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.95 (foreground color: #ffffff, background color: #e1b41b, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".navwrapper > .wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e954dc134b50",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-cfe495db"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"leven-welzijn\"]",
            "html": "<a href=\"/leven-welzijn\" data-drupal-link-system-path=\"node/2983\">Leven &amp; Welzijn</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.95 (foreground color: #ffffff, background color: #e1b41b, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".navwrapper > .wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc69e6ee6623",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a586444d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"vrije-tijd\"]",
            "html": "<a href=\"/vrije-tijd\" data-drupal-link-system-path=\"node/2988\">Vrije Tijd</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.95 (foreground color: #ffffff, background color: #e1b41b, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".navwrapper > .wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "12a1660bbc8c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-10857fa6"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".leaf.level-1.first:nth-child(7) > a[href$=\"inschrijvingen\"]",
            "html": "<a href=\"/inschrijvingen\" data-drupal-link-system-path=\"node/8010\">Inschrijvingen</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.95 (foreground color: #ffffff, background color: #e1b41b, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".navwrapper > .wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6f43530b9d6e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f0e65cec"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"omgeving-en-wonen\"]",
            "html": "<a href=\"/omgeving-en-wonen\" data-drupal-link-system-path=\"node/8463\">Omgeving en wonen</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.95 (foreground color: #ffffff, background color: #e1b41b, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".navwrapper > .wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c525db25d306",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b7525959"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"vacatures\"]",
            "html": "<a href=\"/vacatures\" data-drupal-link-system-path=\"node/8867\">Vacatures</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.95 (foreground color: #ffffff, background color: #e1b41b, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".navwrapper > .wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9f258b5795dd",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-81f12ba4"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"publicaties\"]",
            "html": "<a href=\"/publicaties\" class=\"shortcut-link\" target=\"_parent\">Publicaties</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.33 (foreground color: #ffffff, background color: #df6c12, font size: 11.9pt (15.862px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "article[about=\"/homepage-top\"] > .content-wrapper > .bundle-shortcuts.bundle > .shortcut-wrapper.overlay-link.padding-small:nth-child(1)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3675fce0a2a8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f90f9a83"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"meldingen\"]",
            "html": "<a href=\"/meldingen\" class=\"shortcut-link\" target=\"_parent\">Ik wil iets melden</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.33 (foreground color: #ffffff, background color: #df6c12, font size: 11.9pt (15.862px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "article[about=\"/homepage-top\"] > .content-wrapper > .bundle-shortcuts.bundle > .shortcut-wrapper.overlay-link.padding-small:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4ae61332c503",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-50564b9b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "article[about=\"/homepage-top\"] > .content-wrapper > .bundle-shortcuts.bundle > .shortcut-wrapper.overlay-link.padding-small:nth-child(3) > h4 > .shortcut-link[target=\"_blank\"]",
            "html": "<a href=\"https://linter.onlinesmartcities.be/smartloket\" class=\"shortcut-link\" target=\"_blank\">Digitaal loket</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.33 (foreground color: #ffffff, background color: #df6c12, font size: 11.9pt (15.862px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "article[about=\"/homepage-top\"] > .content-wrapper > .bundle-shortcuts.bundle > .shortcut-wrapper.overlay-link.padding-small:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9cab660a3ae3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8f764019"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".shortcut-wrapper.overlay-link.padding-small:nth-child(4) > h4 > .shortcut-link[target=\"_blank\"]",
            "html": "<a href=\"https://omgevingsloketinzage.omgeving.vlaanderen.be\" class=\"shortcut-link\" target=\"_blank\">Inzage loket</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.33 (foreground color: #ffffff, background color: #df6c12, font size: 11.9pt (15.862px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "article[about=\"/homepage-top\"] > .content-wrapper > .bundle-shortcuts.bundle > .shortcut-wrapper.overlay-link.padding-small:nth-child(4)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b22dce2dc6f7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-cbcdc263"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".shortcut-wrapper.overlay-link.padding-small:nth-child(5) > h4 > .shortcut-link[target=\"_blank\"]",
            "html": "<a href=\"https://agenda.appoint.be/e/aHN0UVJrME14VXRtK0VXbzd0aU16RjgwekZBUWJaSU9vM0ZtRXZrV3ZPaU1PUEF3RXJFZmQxdzV1ZDU1RXp2QjVEVkg4ZUpMRTF5eVVwZmxoN3JsRmlVbk9yNnNlSW9j\" class=\"shortcut-link\" target=\"_blank\">Maak een afspraak</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.33 (foreground color: #ffffff, background color: #df6c12, font size: 11.9pt (15.862px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "article[about=\"/homepage-top\"] > .content-wrapper > .bundle-shortcuts.bundle > .shortcut-wrapper.overlay-link.padding-small:nth-child(5)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8a2e44ca8681",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a4c8a6b2"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".shortcut-wrapper.overlay-link.padding-small:nth-child(6) > h4 > .shortcut-link[target=\"_blank\"]",
            "html": "<a href=\"https://www.linter.be/inschrijvingen\" class=\"shortcut-link\" target=\"_blank\">inschrijvingen activiteiten</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.33 (foreground color: #ffffff, background color: #df6c12, font size: 11.9pt (15.862px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".shortcut-wrapper.overlay-link.padding-small:nth-child(6)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0ff6f14743d1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f23e622b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".shortcut-wrapper.overlay-link.padding-small:nth-child(7) > h4 > .shortcut-link[target=\"_blank\"]",
            "html": "<a href=\"https://linter-echo.cipalschaubroeck.be/raadpleegomgeving/\" class=\"shortcut-link\" target=\"_blank\">Agenda &amp; besluiten GR en commissies</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.33 (foreground color: #ffffff, background color: #df6c12, font size: 11.9pt (15.862px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".shortcut-wrapper.overlay-link.padding-small:nth-child(7)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "99e490968ae0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e32951fc"
          },
          {
            "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": ".sidebar-right",
            "html": "<aside class=\"pane grid4 sidebar-right\">",
            "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": "f9b609db5f7d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3143d65a"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#topbar",
            "html": "<div id=\"topbar\" class=\"headbrown\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a5f38d34b9a4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ed5467a6"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".js-form-item",
            "html": "<div class=\"js-form-item form-item js-form-type-search-api-autocomplete form-item-keys js-form-item-keys\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4766672fe8b4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-992057e5"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".vlw__contact__toggle__label",
            "html": "<span class=\"vlw__contact__toggle__label\">Hulp nodig</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": "bf63dfcfdee1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c1791208"
          }
        ],
        "outcomeCount": 904,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 20
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2075,
          "failed": 107,
          "cantTell": 80,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_attribute_valid",
          "aria_complementary_labelled",
          "aria_content_in_landmark",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "html_skipnav_exists",
          "input_checkboxes_grouped",
          "input_label_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "text_block_heading",
          "text_contrast_sufficient",
          "text_sensory_misuse"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "html_skipnav_exists",
            "xpath": null,
            "html": "<html class=\" js\" prefix=\"content: http://purl.org/rss/1.0/modules/content/  dc: http://purl.org/dc/terms/  foaf: http://xmlns.com/foaf/0.1/  og: http://ogp.me/ns#  rdfs: http://www.w3.org/2000/01/rdf-schema#  schema: http://schema.org/  sioc: http://rdfs.org/sioc/ns#  sioct: http://rdfs.org/sioc/types#  skos: http://www.w3.org/2004/02/skos/core#  xsd: http://www.w3.org/2001/XMLSchema# \" dir=\"ltr\" lang=\"nl\">",
            "message": "Verify there is a way to bypass blocks of content that are repeated on multiple Web pages",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0918236cf7f2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e8dcecbb"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_XJlv1qBFfoazmdB05PigEZdUZ--Irz-S-iU-tCplFfM.css?delta=0&language=nl&theme=subtheme&include=eJx1yjsKwCAQRdENiS5JnjpEQeMwnyK7T4qQLt3lcBmCQ8BdUxNnzMifRD_ZyxzaqQUlSO0ZPDLcdt2LJxmlHw_qxTqtZ3gj6KVGKxUo3fbcLxQ\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dc4bcabdc14a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-52bf069b"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_XJlv1qBFfoazmdB05PigEZdUZ--Irz-S-iU-tCplFfM.css?delta=0&language=nl&theme=subtheme&include=eJx1yjsKwCAQRdENiS5JnjpEQeMwnyK7T4qQLt3lcBmCQ8BdUxNnzMifRD_ZyxzaqQUlSO0ZPDLcdt2LJxmlHw_qxTqtZ3gj6KVGKxUo3fbcLxQ\" 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": "0a5127f05b89",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-53135c7e"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\"clearfix menu\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f06ad39afefa",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-de9fcb49"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a aria-current=\"page\" class=\"is-active\" data-drupal-link-system-path=\"<front>\" 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": "38c786c2c202",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3b9be507"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/openingsuren\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f9c4347c94e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1a3ce135"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/stratenplan\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c887fe857fcc",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-cc1e57e1"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/ocmw\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c61d329b4999",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7b5b1c65"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/dienstengids\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d79a747ef515",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-57a74dbc"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/287\" href=\"/links\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d02ade6f514",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0d819fa5"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/63\" href=\"/help\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "298809b4c4a1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-37ff39b2"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/64\" href=\"/sitemap\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3a78e5db0381",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bf44465d"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"pd-small bgc-light\" href=\"/\" id=\"logo\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b3f424456cd4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-91df7ed4"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<nav aria-expanded=\"false\" class=\"inline-menu\" id=\"mainmenu\">",
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <nav> with implicit ARIA role \"navigation\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "473279f325d7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5da1ae16"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<button aria-label=\"Menu\" type=\"button\" class=\"hamburger hamburger--squeeze\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f71ed7178cb",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-57a35434"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input autocomplete=\"off\" data-once=\"autocomplete search-api-autocomplete\" maxlength=\"128\" size=\"30\" value=\"\" name=\"keys\" id=\"edit-keys\" type=\"text\" data-autocomplete-path=\"/search_api_autocomplete/search?display=page_1&&filter=keys\" class=\"form-autocomplete form-text ui-autocomplete-input\" data-search-api-autocomplete-search=\"search\" data-drupal-selector=\"edit-keys\" placeholder=\"Wat wil je vinden?\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1166d8d0beac",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d2aaa78f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input autocomplete=\"off\" data-once=\"autocomplete search-api-autocomplete\" maxlength=\"128\" size=\"30\" value=\"\" name=\"keys\" id=\"edit-keys\" type=\"text\" data-autocomplete-path=\"/search_api_autocomplete/search?display=page_1&&filter=keys\" class=\"form-autocomplete form-text ui-autocomplete-input\" data-search-api-autocomplete-search=\"search\" data-drupal-selector=\"edit-keys\" placeholder=\"Wat wil je vinden?\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2184e0b957bc",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-eeeb287e"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input class=\"button js-form-submit form-submit\" value=\"Zoeken\" id=\"edit-submit-search\" type=\"submit\" data-drupal-selector=\"edit-submit-search\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7ac89bb114eb",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-30b81604"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input class=\"button js-form-submit form-submit\" value=\"Zoeken\" id=\"edit-submit-search\" type=\"submit\" data-drupal-selector=\"edit-submit-search\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0761a6a0a89f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1e28a44e"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input class=\"button js-form-submit form-submit\" value=\"Zoeken\" id=\"edit-submit-search\" type=\"submit\" data-drupal-selector=\"edit-submit-search\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d36461534eb1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-136f9cfc"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_parent\" class=\"shortcut-link\" href=\"/publicaties\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f486a0c96c94",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-23746afd"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_parent\" class=\"shortcut-link\" href=\"/publicaties\">",
            "message": "Text contrast of 3.34 with its background is less than the WCAG AA minimum requirements for text of size 15.862px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6532871d7b1e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7d31a0d5"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_parent\" class=\"shortcut-link\" href=\"/meldingen\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d47f30aecc6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6fc6c5c8"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_parent\" class=\"shortcut-link\" href=\"/meldingen\">",
            "message": "Text contrast of 3.34 with its background is less than the WCAG AA minimum requirements for text of size 15.862px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bdf19845548a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0a130488"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"shortcut-link\" href=\"https://linter.onlinesmartcities.be/smartloket\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2533cd09165a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-fefd4c01"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"shortcut-link\" href=\"https://linter.onlinesmartcities.be/smartloket\">",
            "message": "Text contrast of 3.34 with its background is less than the WCAG AA minimum requirements for text of size 15.862px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e068d290af07",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f16f722f"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"shortcut-link\" href=\"https://omgevingsloketinzage.omgeving.vlaanderen.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": "5267fff7ec12",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-77c6c8b9"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"shortcut-link\" href=\"https://omgevingsloketinzage.omgeving.vlaanderen.be\">",
            "message": "Text contrast of 3.34 with its background is less than the WCAG AA minimum requirements for text of size 15.862px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "615f9f3737b6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-83b5a457"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"shortcut-link\" href=\"https://agenda.appoint.be/e/aHN0UVJrME14VXRtK0VXbzd0aU16RjgwekZBUWJaSU9vM0ZtRXZrV3ZPaU1PUEF3RXJFZmQxdzV1ZDU1RXp2QjVEVkg4ZUpMRTF5eVVwZmxoN3JsRmlVbk9yNnNlSW9j\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "011ad6b85529",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2936371c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"shortcut-link\" href=\"https://agenda.appoint.be/e/aHN0UVJrME14VXRtK0VXbzd0aU16RjgwekZBUWJaSU9vM0ZtRXZrV3ZPaU1PUEF3RXJFZmQxdzV1ZDU1RXp2QjVEVkg4ZUpMRTF5eVVwZmxoN3JsRmlVbk9yNnNlSW9j\">",
            "message": "Text contrast of 3.34 with its background is less than the WCAG AA minimum requirements for text of size 15.862px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b5c795b23162",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0ae4eeb7"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"shortcut-link\" href=\"https://www.linter.be/inschrijvingen\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ead601c51128",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3b029e9c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"shortcut-link\" href=\"https://www.linter.be/inschrijvingen\">",
            "message": "Text contrast of 3.34 with its background is less than the WCAG AA minimum requirements for text of size 15.862px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e1cafa0470df",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-91fcd188"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"shortcut-link\" href=\"https://linter-echo.cipalschaubroeck.be/raadpleegomgeving/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "455fea24b291",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f56ae2d0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"shortcut-link\" href=\"https://linter-echo.cipalschaubroeck.be/raadpleegomgeving/\">",
            "message": "Text contrast of 3.34 with its background is less than the WCAG AA minimum requirements for text of size 15.862px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "669b239b927a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bc5df296"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ta-center bgc-grey mg-none\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "62fb45fadb3f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5accc7b5"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"teaser_large\" href=\"/volg-de-gemeenteraad-en-raad-voor-maatschappelijk-welzijn-live-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": "dddaa98b7921",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ef9ff511"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"teaser_large\" href=\"/volg-de-gemeenteraad-en-raad-voor-maatschappelijk-welzijn-live-0\">",
            "message": "Text contrast of 3.30 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": "47c6881961f6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-31534286"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.67 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": "74f54aff9475",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"read-more\">",
            "message": "Text contrast of 2.39 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": "3ffc0cfd233d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-239b5690"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ta-center bgc-grey mg-none\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"teaser_large\" href=\"/studenten-gezocht-scoor-een-leuke-job-bij-lokaal-bestuur-linter\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c36c951e41b3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-30070fca"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"teaser_large\" href=\"/studenten-gezocht-scoor-een-leuke-job-bij-lokaal-bestuur-linter\">",
            "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": "5c215247aaf3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ca3dc4b5"
          },
          {
            "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>",
            "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=\"read-more\">",
            "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": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ta-center bgc-grey mg-none\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"teaser_large\" href=\"/vacature-maatschappelijk-werker-sociale-dienst-b1-b3\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "19caae6d008f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0f1e1061"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"teaser_large\" href=\"/vacature-maatschappelijk-werker-sociale-dienst-b1-b3\">",
            "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": "1989fe79074a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9469b87a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p class=\"text-align-justify\">",
            "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": "a88ab8836f7c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-830be33c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"read-more\">",
            "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": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ta-center bgc-grey mg-none\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/zitdag-invullen-belastingaangifte\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9bb68132d7ab",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d14707cc"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/zitdag-invullen-belastingaangifte\">",
            "message": "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": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ta-center bgc-grey mg-none\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/samen-richting-geven-infosessies-voor-ouders\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cdd58741d7fc",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a5ec8203"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/samen-richting-geven-infosessies-voor-ouders\">",
            "message": "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": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ta-center bgc-grey mg-none\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/gezinswandelingen-met-de-familiefitapp\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f8dbe8d311a7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-eb763121"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/gezinswandelingen-met-de-familiefitapp\">",
            "message": "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": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ta-center bgc-grey mg-none\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/vakantieactiviteiten-gemeente-linter\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "799dfa65d108",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2bb15a13"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/vakantieactiviteiten-gemeente-linter\">",
            "message": "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=\"/nieuws\" class=\"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": "5ecc05e8e76a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9b158be1"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ta-center bgc-grey mg-none\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/san-bao-yoga-lessenreeks\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c0ac25f6bbf8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c5f9489e"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<br>",
            "message": "Confirm this text 'Wat mag je verwachten?' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4543d38c0b31",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-94d3c6bd"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.samenferm.be/vrije-tijd/activiteiten/san-bao-yoga-lessenreeks/aae0f902-7ec4-4bf5-b0ba-c616cb0bcd78\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac77a1954dfc",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2bca9667"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ta-center bgc-grey mg-none\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/red-levens-leer-verslikkingstechniek-reanimatie-aed-gebruik-een-workshop\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "18431cdc73b5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-736c9a58"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<br>",
            "message": "Confirm this text 'Wat mag je verwachten?' 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=\"ta-center bgc-grey mg-none\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/praatcafe-met-mogelijkheid-tot-handwerken\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "05f68b920a87",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1127cfd3"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<br>",
            "message": "Confirm this text 'Wat mag je verwachten?' 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 target=\"_blank\" href=\"https://www.samenferm.be/vrije-tijd/activiteiten/praatcafe-met-mogelijkheid-tot-handwerken/8da4dc84-2db8-44de-96eb-282c686a95af\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a8f156bb5565",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-12d2581d"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"ta-center bgc-grey mg-none\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/repair-cafe-linter-10\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "48cce3d70e07",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e0370647"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm the user instruction is still understandable without the word(s) 'Extra'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d02f4f3ecb4e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-16897965"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/vrije-tijd/evenementen\" class=\"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": "afb4d29a0455",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-60b54959"
          },
          {
            "rule": "aria_complementary_labelled",
            "xpath": null,
            "html": "<aside class=\"pane grid4 sidebar-right\">",
            "message": "Element with \"complementary\" role does not have a label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "db7a81cd2276",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4f844769"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://streamings.streamovations.be/linter/gemeenteraad-en-raad-voor-maatschappelijk-welzijn-van-30-maart-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": "6c00d86a6afd",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d72d5ce3"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f443a3996cc5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"shortcut-link\" href=\"https://www.linter.be/sites/default/files/2025-12/LinterLeeft_Dec2025_lage%20resolutie.pdf\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b7ce95e62dc",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8b30b4e2"
          },
          {
            "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_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"shortcut-link\" href=\"https://linter.bibliotheek.be/\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a44000b791f0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-09f2d233"
          },
          {
            "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_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"shortcut-link\" href=\"https://www.wabplinter.be/\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e257d821c834",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3f043aae"
          },
          {
            "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_visible",
            "xpath": null,
            "html": "<a target=\"_parent\" class=\"shortcut-link\" href=\"/wonen-bouwen/openbaar-domein/wegenwerken\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b133f3cbb934",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-09853a6e"
          },
          {
            "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_visible",
            "xpath": null,
            "html": "<a target=\"_parent\" class=\"shortcut-link\" href=\"/crematorium-hofheide\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "81c2d846ee2c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b514fe75"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<div style=\"\" class=\"\" data-nosnippet=\"\" aria-label=\"Cookie consent dialog\" role=\"dialog\" tabindex=\"0\" id=\"cookiescript_injected\">",
            "message": "The tabbable element's role 'dialog' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0b2ebb07a3e7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5366c42a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<div style=\"\" class=\"\" data-nosnippet=\"\" aria-label=\"Cookie consent dialog\" role=\"dialog\" tabindex=\"0\" id=\"cookiescript_injected\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "18aff36c3391",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4a6325c9"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-label=\"Close\" role=\"button\" tabindex=\"0\" id=\"cookiescript_close\">",
            "message": "Confirm this text '×' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cd16162ec3fe",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-75172409"
          },
          {
            "rule": "input_checkboxes_grouped",
            "xpath": null,
            "html": "<input checked=\"\" disabled=\"\" value=\"strict\" class=\"mdc-checkbox__native-control cookiescript_checkbox_input\" type=\"checkbox\" data-cookiescript=\"checkbox-input\" id=\"cookiescript_category_strict\" tabindex=\"0\">",
            "message": "Verify that this un-named, ungrouped checkbox input is not related to other checkboxes",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bb451ef2ef02",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-416045f0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input checked=\"\" disabled=\"\" value=\"strict\" class=\"mdc-checkbox__native-control cookiescript_checkbox_input\" type=\"checkbox\" data-cookiescript=\"checkbox-input\" id=\"cookiescript_category_strict\" tabindex=\"0\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bfd250a2b591",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d81c1c3e"
          },
          {
            "rule": "input_checkboxes_grouped",
            "xpath": null,
            "html": "<input value=\"performance\" class=\"mdc-checkbox__native-control cookiescript_checkbox_input\" type=\"checkbox\" data-cookiescript=\"checkbox-input\" id=\"cookiescript_category_performance\" tabindex=\"0\">",
            "message": "Verify that this un-named, ungrouped checkbox input is not related to other checkboxes",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f1ba1dc4f73b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4f3a24cf"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"performance\" class=\"mdc-checkbox__native-control cookiescript_checkbox_input\" type=\"checkbox\" data-cookiescript=\"checkbox-input\" id=\"cookiescript_category_performance\" tabindex=\"0\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "19f32987c3f4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7c4f0ab8"
          },
          {
            "rule": "input_checkboxes_grouped",
            "xpath": null,
            "html": "<input value=\"targeting\" class=\"mdc-checkbox__native-control cookiescript_checkbox_input\" type=\"checkbox\" data-cookiescript=\"checkbox-input\" id=\"cookiescript_category_targeting\" tabindex=\"0\">",
            "message": "Verify that this un-named, ungrouped checkbox input is not related to other checkboxes",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "df4409506ffd",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7eacb365"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"targeting\" class=\"mdc-checkbox__native-control cookiescript_checkbox_input\" type=\"checkbox\" data-cookiescript=\"checkbox-input\" id=\"cookiescript_category_targeting\" tabindex=\"0\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "22028f2af3a9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6b27a1f5"
          },
          {
            "rule": "input_checkboxes_grouped",
            "xpath": null,
            "html": "<input value=\"functionality\" class=\"mdc-checkbox__native-control cookiescript_checkbox_input\" type=\"checkbox\" data-cookiescript=\"checkbox-input\" id=\"cookiescript_category_functionality\" tabindex=\"0\">",
            "message": "Verify that this un-named, ungrouped checkbox input is not related to other checkboxes",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b3f30898fca0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-66716ddb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"functionality\" class=\"mdc-checkbox__native-control cookiescript_checkbox_input\" type=\"checkbox\" data-cookiescript=\"checkbox-input\" id=\"cookiescript_category_functionality\" tabindex=\"0\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e02ccea2e4ca",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-cb30b4cf"
          },
          {
            "rule": "input_checkboxes_grouped",
            "xpath": null,
            "html": "<input value=\"unclassified\" class=\"mdc-checkbox__native-control cookiescript_checkbox_input\" type=\"checkbox\" data-cookiescript=\"checkbox-input\" id=\"cookiescript_category_unclassified\" tabindex=\"0\">",
            "message": "Verify that this un-named, ungrouped checkbox input is not related to other checkboxes",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "79138f2eda8b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-25e71ec0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"unclassified\" class=\"mdc-checkbox__native-control cookiescript_checkbox_input\" type=\"checkbox\" data-cookiescript=\"checkbox-input\" id=\"cookiescript_category_unclassified\" tabindex=\"0\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f9fde2df9e9d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f604a13a"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div data-cs-i18n-text=\"\" role=\"button\" tabindex=\"0\" id=\"cookiescript_accept\">",
            "message": "Confirm this text 'Alles accepteren' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8851084ebe67",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c75b37f6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<div data-cs-i18n-text=\"\" role=\"button\" tabindex=\"0\" id=\"cookiescript_accept\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a0fc30a67314",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-30ae132d"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div data-cs-i18n-text=\"\" role=\"button\" tabindex=\"0\" id=\"cookiescript_reject\">",
            "message": "Confirm this text 'Alles afwijzen' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f8b52618792c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ac98de06"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<div data-cs-i18n-text=\"\" role=\"button\" tabindex=\"0\" id=\"cookiescript_reject\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7c22422360fb",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-80613e9d"
          }
        ],
        "outcomeCount": 2197,
        "uniqueFailedCount": 83,
        "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.londerzeel.be/",
      "finalUrl": "https://www.londerzeel.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Startpagina | Gemeente Londerzeel",
      "elapsedMs": 16795,
      "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": 871,
          "failed": 12,
          "cantTell": 16,
          "inapplicable": 40
        },
        "failedRules": [
          "color-contrast",
          "page-has-heading-one",
          "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",
          "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",
          "presentation-role-conflict",
          "region",
          "scrollable-region-focusable",
          "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": ".news-item > .paddle-component--bottom-section.paddle-component > a",
            "html": "<a href=\"/nieuws-van-de-gemeente-londerzeel\">Bekijk alle nieuwtjes</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.18 (foreground color: #ffffff, background color: #857b66, font size: 11.3pt (15.008px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".news-item > .paddle-component--bottom-section.paddle-component > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dbe75b5cb3ae",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-025643f1"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".eu-cookie-withdraw-tab",
            "html": "<button type=\"button\" class=\"eu-cookie-withdraw-tab btn btn-secondary\">Privacy-instellingen</button>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.06 (foreground color: #ffffff, background color: #5c99c8, font size: 10.8pt (14.4px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".eu-cookie-withdraw-tab"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6bf01d10df5b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7d4ce054"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".eu-cookie-compliance-message > h2",
            "html": "<h2>Om jouw gebruikservaring te verbeteren, gebruiken we cookies op deze website.</h2>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.06 (foreground color: #ffffff, background color: #5c99c8, font size: 13.2pt (17.6px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".eu-cookie-compliance-banner"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5b11e613e623",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b9820b35"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".eu-cookie-compliance-message > p",
            "html": "<p>Door te klikken op de knop Accepteren, geef je je akkoord hiervoor.</p>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.06 (foreground color: #ffffff, background color: #5c99c8, font size: 9.0pt (12px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".eu-cookie-compliance-banner"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "faf70fbbe18e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-dbad8a64"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".find-more-button",
            "html": "<button type=\"button\" class=\"find-more-button btn btn-link find-more-button-processed\" tabindex=\"0\">Meer informatie over ons cookiebeleid</button>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.06 (foreground color: #ffffff, background color: #5c99c8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".eu-cookie-compliance-banner"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "751518b81c1b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-123b2d24"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "label[for=\"cookie-category-statistics\"]",
            "html": "<label for=\"cookie-category-statistics\" class=\"form-check-label\">Statistische cookies</label>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.06 (foreground color: #ffffff, background color: #5c99c8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".eu-cookie-compliance-banner"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "99124d0368dd",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-85a606e1"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".eu-cookie-compliance-category:nth-child(3) > .form-check > .form-check-label",
            "html": "<label for=\"cookie-category-cookies_van_derden\" class=\"form-check-label\">Cookies van derden</label>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.06 (foreground color: #ffffff, background color: #5c99c8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".eu-cookie-compliance-banner"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b1bafa3066e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-77c6ba1d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#cookie-compliance-save-preferences-button",
            "html": "<button id=\"cookie-compliance-save-preferences-button\" type=\"button\" class=\"eu-cookie-compliance-save-preferences-button btn btn-outline-light\" tabindex=\"0\">\n              Mijn voorkeuren bewaren\n            </button>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.06 (foreground color: #ffffff, background color: #5c99c8, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".eu-cookie-compliance-banner"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c1a7fd2fc39e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bc869ef3"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#cookie-compliance-agree-button",
            "html": "<button id=\"cookie-compliance-agree-button\" type=\"button\" class=\"agree-button eu-cookie-compliance-default-button btn btn-secondary\" tabindex=\"0\">Alle cookies aanvaarden</button>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.06 (foreground color: #ffffff, background color: #5c99c8, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".eu-cookie-compliance-banner"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5d58981de6d6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ab829449"
          },
          {
            "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=\"nl-be\" dir=\"ltr\" prefix=\"og: https://ogp.me/ns#\" class=\" js\">",
            "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": "f4b1b126a1f8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ee8d7590"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".vlw__contact__toggle__label",
            "html": "<span class=\"vlw__contact__toggle__label\">Hulp nodig</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": "6a727d0323e0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c1791208"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#edit-search-wrapper > .js-form-type-search-api-autocomplete.form-type-search-api-autocomplete.js-form-item-search",
            "html": "<div class=\"js-form-item form-item js-form-type-search-api-autocomplete form-type-search-api-autocomplete js-form-item-search form-item-search form-no-label form-group\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8f04cef451ef",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bb992bbe"
          }
        ],
        "outcomeCount": 939,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 12
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2451,
          "failed": 44,
          "cantTell": 37,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_id_unique",
          "element_id_unique",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "input_checkboxes_grouped",
          "input_label_visible",
          "style_background_decorative",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link rel=\"stylesheet\" href=\"https://fonts.cdnfonts.com/css/meta-pro\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "811d588ef17d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-64bf3e7d"
          },
          {
            "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": "2049f3fad18c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c772520d"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_FCOAv9JMp52Pkms09E6gg49LF_uqVikqkB4oiZi6gRs.css?delta=3&language=nl&theme=ocelot_paddle&include=eJx9U1tuhDAMvBAQqReKTGJYa50Y5dEue_qa11bdQr-IZya2Yw9ABsiOLD1w46jQE6OdkgzEaN7ixt3RU5FkwTlJniSa16kbksSC0TdO5E5o3RoW27PovWQ2uN3hdodVndD4VCfgjgqGlimXBqt9pQkTE0SH5gy0HgeorDcehSnej1R72DDMUrWJSuy1iUFqcsI2oyva9EF7yk4-Mc1GIirfiEOWYifwfpmDllMilq5neM7_sPqmNiMkd7sWJQTvUg39pWSQFNoAEUb07Tr5K-UNQl_TqHO8UlDQLJds0IXCJZvFEXC7itplnPldWnORYHOZlR3fyCmRrv_gNtC-kuefOvmEXNveTHLCLh55JxcbQb71Asn_Qgf1ydzLo5mE-fDHct6ftO3LwkQWapHVW1jQXOCqZ3XPh9m_XaDYbJOy66TsmlatFgt8YZaA3av1M-FfqCs3DFpozvpDmB4yfgPxkW-S\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "75ee778f0e31",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-aff93f0f"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_Nb4PbexYTFzq_6YvcpIAOxmInf_8WyUCxjW8uXBhAsg.css?delta=4&language=nl&theme=ocelot_paddle&include=eJx9U1tuhDAMvBAQqReKTGJYa50Y5dEue_qa11bdQr-IZya2Yw9ABsiOLD1w46jQE6OdkgzEaN7ixt3RU5FkwTlJniSa16kbksSC0TdO5E5o3RoW27PovWQ2uN3hdodVndD4VCfgjgqGlimXBqt9pQkTE0SH5gy0HgeorDcehSnej1R72DDMUrWJSuy1iUFqcsI2oyva9EF7yk4-Mc1GIirfiEOWYifwfpmDllMilq5neM7_sPqmNiMkd7sWJQTvUg39pWSQFNoAEUb07Tr5K-UNQl_TqHO8UlDQLJds0IXCJZvFEXC7itplnPldWnORYHOZlR3fyCmRrv_gNtC-kuefOvmEXNveTHLCLh55JxcbQb71Asn_Qgf1ydzLo5mE-fDHct6ftO3LwkQWapHVW1jQXOCqZ3XPh9m_XaDYbJOy66TsmlatFgt8YZaA3av1M-FfqCs3DFpozvpDmB4yfgPxkW-S\" media=\"print\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b5b483c3b1f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a27a86b4"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable\" href=\"#region-content\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e406e5601901",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2cbaa15c"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable\" href=\"#region-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d4eec1bfe318",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b875386a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable\" href=\"#region-content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "39c3c66d04d3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-780e76ef"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"parenttekst\">",
            "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": "1692896ad02b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e59a6987"
          },
          {
            "rule": "style_background_decorative",
            "xpath": null,
            "html": "<div style=\"--background:url(https://www.londerzeel.be/sites/default/files/styles/3_1_xxxxl/public/2024-08/202404-Steenhuffel-Palm%20hopveld%20%283%20van%206%29%20%28Middel%29.webp?itok=DZ8su7dq);\" class=\"layout-builder__custom page_wide transparent section--hero-banner layout-builder layout layout--onecol\">",
            "message": "Verify the CSS background image does not convey important information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "15e31c5bc38b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-197696b4"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"Zoeken\" name=\"op\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"btn-secondary button js-form-submit form-submit btn\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "378690588bef",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8ea86d26"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Zoeken\" name=\"op\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"btn-secondary button js-form-submit form-submit btn\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bb5270508638",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-87ad9640"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"(opens in a new window)\" rel=\"noopener nofollow\" target=\"_blank\" data-extlink=\"\" class=\"ext\" href=\"https://londerzeel.qmatic.io/booking/singlebooking/serviceselection\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7f0d6c9b26f7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-cdf8ad80"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"linkbox\">",
            "message": "Confirm this text 'Afspraak maken' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b0b1018f8080",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a754f081"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/over-londerzeel/diensten-en-administratie/dienstenoverzicht-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": "e47447f39674",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f7f0d970"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"linkbox\">",
            "message": "Confirm this text 'Openingsuren en contact' 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=\"linkbox\">",
            "message": "Confirm this text 'Afval en recyclagepark' 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=\"linkbox\">",
            "message": "Confirm this text 'Vacatures' 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=\"spottitle\">",
            "message": "Confirm this text 'Verhuur je een woning? Vraag gratis een conformiteitscontrole aan' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a6cc6947b0f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5f97aa1e"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"spottitle\">",
            "message": "Confirm this text 'Boerenmarkt' 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=\"spottitle\">",
            "message": "Confirm this text 'Vacature: technisch assistent Wegen, Rioleringen en Waterwegen' 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 href=\"/nieuws-van-de-gemeente-londerzeel\">",
            "message": "Text contrast of 4.18 with its background is less than the WCAG AA minimum requirements for text of size 15.008px and weight of 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0eaaa1da20b2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-86f116d4"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div id=\"paddle_search_form_block\" novalidate=\"novalidate\" data-drupal-selector=\"paddle-search-form-3533\" class=\"paddle-search-form-3533 paddle-search-form\">",
            "message": "The <div> element has the id \"paddle_search_form_block\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b044361c94a3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a8d291e7"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"spottitle\">",
            "message": "Confirm this text 'Nederlands oefenen bij De Babbeltafel' 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=\"spottitle\">",
            "message": "Confirm this text 'Music & Foodtruck festival Chefs on Wheels - Londerzeel' 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=\"spottitle\">",
            "message": "Confirm this text 'Knuffelturnen' 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=\"/zoekpagina-uit\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f0530088d548",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-08e43ffa"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/zoekpagina-uit\">",
            "message": "Text contrast of 4.18 with its background is less than the WCAG AA minimum requirements for text of size 15.008px and weight of 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "85ce174377f0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-64bf2147"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<div style=\"height: auto; width: 100%; bottom: -256.059px;\" class=\"sliding-popup-bottom\" aria-label=\"Cookie compliance banner\" aria-describedby=\"popup-text\" role=\"alertdialog\" id=\"sliding-popup\">",
            "message": "The 'id' \"popup-text\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e13a80e3f2d2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c6c7fc22"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button class=\"eu-cookie-withdraw-tab btn btn-secondary\" type=\"button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eea170ac2692",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-db66cdd1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2>",
            "message": "Text contrast of 3.07 with its background is less than the WCAG AA minimum requirements for text of size 17.6px and weight of 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cba6bb9a5b14",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9c97642b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "Text contrast of 3.07 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": "961e4f25e0da",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7acebded"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button tabindex=\"0\" class=\"find-more-button btn btn-link 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": "a89c24d1b1e2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-853f20b8"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"0\" class=\"find-more-button btn btn-link find-more-button-processed\" type=\"button\">",
            "message": "Text contrast of 3.07 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 300",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "418d36f40282",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d5f5d255"
          },
          {
            "rule": "input_checkboxes_grouped",
            "xpath": null,
            "html": "<input tabindex=\"0\" disabled=\"\" checked=\"\" class=\"form-check-input\" value=\"required\" id=\"cookie-category-required\" name=\"cookie-categories\" type=\"checkbox\">",
            "message": "Checkbox input and others with the name \"cookie-categories\" are not grouped together",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b71a8b16b1f6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bb2e601d"
          },
          {
            "rule": "input_checkboxes_grouped",
            "xpath": null,
            "html": "<input tabindex=\"0\" class=\"form-check-input\" value=\"statistics\" id=\"cookie-category-statistics\" name=\"cookie-categories\" type=\"checkbox\">",
            "message": "Checkbox input and others with the name \"cookie-categories\" are not grouped together",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "89ab8f8568b3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7e3709a0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<label class=\"form-check-label\" for=\"cookie-category-statistics\">",
            "message": "Text contrast of 3.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": "ffd2b20e91c5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-39fe2dd8"
          },
          {
            "rule": "input_checkboxes_grouped",
            "xpath": null,
            "html": "<input tabindex=\"0\" class=\"form-check-input\" value=\"cookies_van_derden\" id=\"cookie-category-cookies_van_derden\" name=\"cookie-categories\" type=\"checkbox\">",
            "message": "Checkbox input and others with the name \"cookie-categories\" are not grouped together",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "82bf43490906",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8001bd1c"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<input tabindex=\"0\" class=\"form-check-input\" value=\"cookies_van_derden\" id=\"cookie-category-cookies_van_derden\" name=\"cookie-categories\" type=\"checkbox\">",
            "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": "07829185d416",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-483cf272"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<label class=\"form-check-label\" for=\"cookie-category-cookies_van_derden\">",
            "message": "Text contrast of 3.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": "3996f16d67d1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-48a112f4"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button tabindex=\"0\" class=\"eu-cookie-compliance-save-preferences-button btn btn-outline-light\" type=\"button\" id=\"cookie-compliance-save-preferences-button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9b1a211b08d9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bd034086"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"0\" class=\"eu-cookie-compliance-save-preferences-button btn btn-outline-light\" type=\"button\" id=\"cookie-compliance-save-preferences-button\">",
            "message": "Text contrast of 3.07 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": "9247eb5737e2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0e8fcc54"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button tabindex=\"0\" class=\"agree-button eu-cookie-compliance-default-button btn btn-secondary\" type=\"button\" id=\"cookie-compliance-agree-button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bbe72706d88e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-37f474e0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"0\" class=\"agree-button eu-cookie-compliance-default-button btn btn-secondary\" type=\"button\" id=\"cookie-compliance-agree-button\">",
            "message": "Text contrast of 3.07 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": "61ba88d78c68",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-204d7461"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button tabindex=\"0\" class=\"eu-cookie-withdraw-button visually-hidden btn btn-secondary\" type=\"button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ee75c86ffb59",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-062b8071"
          }
        ],
        "outcomeCount": 2505,
        "uniqueFailedCount": 36,
        "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.lubbeek.be/",
      "finalUrl": "https://www.lubbeek.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Startpagina - Gemeente Lubbeek",
      "elapsedMs": 16884,
      "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": 593,
          "failed": 25,
          "cantTell": 11,
          "inapplicable": 41
        },
        "failedRules": [
          "color-contrast",
          "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",
          "autocomplete-valid",
          "avoid-inline-spacing",
          "button-name",
          "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",
          "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-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "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": ".cookie-compliance-text",
            "html": "<div class=\"cookie-compliance-text\">\nDeze website maakt gebruik van cookies om uw gebruikservaring te verbeteren.\n<a href=\"/cookies\" hide-when-empty=\"1\" class=\"find-more-button eu-cookie-compliance-more-button find-more-button-processed\"><span>Meer informatie over cookies.</span></a>\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.43 (foreground color: #ffffff, background color: #3196af, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#cookie-compliance"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6550c2c846cf",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a0070498"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".find-more-button > span",
            "html": "<span>Meer informatie over cookies.</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.43 (foreground color: #ffffff, background color: #3196af, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#cookie-compliance"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3018494bac77",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-59ca7c4e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".btn-cookie-accept",
            "html": "<a href=\"/cookies?url=%2f\" rel=\"nofollow\" class=\"btn-primary btn-cookie-compliance btn-cookie-accept\">Beheer mijn cookies</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.8 (foreground color: #ffffff, background color: #a5cf4c, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".btn-cookie-accept"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "30e80aab539a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6e2fa8bc"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "button[value=\"acceptall\"]",
            "html": "<button type=\"submit\" class=\"btn-primary btn-cookie-compliance btn-cookie-decline\" name=\"action\" value=\"acceptall\">Alles aanvaarden</button>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.8 (foreground color: #ffffff, background color: #a5cf4c, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "button[value=\"acceptall\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c1660150d888",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-08e864b5"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "button[value=\"decline\"]",
            "html": "<button type=\"submit\" class=\"btn-primary btn-cookie-compliance btn-cookie-decline\" name=\"action\" value=\"decline\">Alleen essentiële cookies</button>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.8 (foreground color: #ffffff, background color: #a5cf4c, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "button[value=\"decline\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ebd3ce4aef7d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-42678e69"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".color-1 > .spotlight-caption > .title",
            "html": "<span class=\"title\">Naar de Bib</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.43 (foreground color: #ffffff, background color: #3196af, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".color-1"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "acfe046d0a9c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-be733f67"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".color-2 > .spotlight-caption > .title",
            "html": "<span class=\"title\">Documenten aanvragen</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.8 (foreground color: #ffffff, background color: #a5cf4c, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".color-2"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7a640ae7bbf6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-00f7115c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".color-3 > .spotlight-caption > .title",
            "html": "<span class=\"title\">Iets melden</span>",
            "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: #ffffff, background color: #e97520, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".color-3"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "19f448713ce8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b4c1e813"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".color-4 > .spotlight-caption > .title",
            "html": "<span class=\"title\">Uit in Lubbeek</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.19 (foreground color: #ffffff, background color: #f75c43, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".color-4"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f7d8cc2c3329",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-456ceb20"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".box-fast-to > .box-title > span",
            "html": "<span>Meest gezocht</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.73 (foreground color: #e97520, background color: #f8f6e0, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".box-fast-to"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d635b189f55",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2ecea706"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".box-contact > .box-title > span",
            "html": "<span>Openingsuren &amp; Contactgegevens</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.99 (foreground color: #3196af, background color: #dbf5ef, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".box-contact"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7a3f3ec1d9e5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d89aa27f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"papieren-en-attesten\"] > .title > span",
            "html": "<span>Papieren en attesten</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.43 (foreground color: #3196af, 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": "b3a35380efe3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8b186dfc"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"vrije-tijd\"] > .title > span",
            "html": "<span>Vrije tijd</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.43 (foreground color: #3196af, 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": "ce33c5c48e0a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b1c88918"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href=\"/over-lubbeek-en-het-bestuur\"] > .title > span",
            "html": "<span>Over Lubbeek en het bestuur</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.43 (foreground color: #3196af, 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": "121bd7b732a0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-88147a68"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".icon-keyhole > a > .title > span",
            "html": "<span>Lokaal Dienstencentrum 'De Sleutel'</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.43 (foreground color: #3196af, 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": "23748b010dda",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-59afa0a7"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"Gezin-en-welzijn\"] > .title > span",
            "html": "<span>Gezin en welzijn</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.43 (foreground color: #3196af, 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": "ea75e2e768b3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c06421fc"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".icon-traffic-cone > a > .title > span",
            "html": "<span>Wonen, mobiliteit en verkeershinder</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.43 (foreground color: #3196af, 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": "5d862aec8584",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a0275363"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"afval-en-milieu\"] > .title > span",
            "html": "<span>Afval en milieu</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.43 (foreground color: #3196af, 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": "e79e3c113fb6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-54d7c68d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"werken-en-ondernemen\"] > .title > span",
            "html": "<span>Werken en lokaal ondernemen</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.43 (foreground color: #3196af, 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": "a2fbba11b0cb",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1858c5a5"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".btn-news > span",
            "html": "<span>Lees alle nieuwsberichten</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.43 (foreground color: #ffffff, background color: #3196af, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".btn-news"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4a5e864c7eab",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b475e5a0"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".btn-events > span",
            "html": "<span>Bekijk volledige evenementenkalender</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.43 (foreground color: #ffffff, background color: #3196af, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".btn-events"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "09cb5fb54a47",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ba7d2252"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".vlw__contact__toggle__label",
            "html": "<span class=\"vlw__contact__toggle__label\">Hulp nodig</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": "94dbbd15d42e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c1791208"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".cookie-compliance-text",
            "html": "<div class=\"cookie-compliance-text\">\nDeze website maakt gebruik van cookies om uw gebruikservaring te verbeteren.\n<a href=\"/cookies\" hide-when-empty=\"1\" class=\"find-more-button eu-cookie-compliance-more-button find-more-button-processed\"><span>Meer informatie over cookies.</span></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": "e0cc3fcc3480",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-caf65a31"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".btn-cookie-accept",
            "html": "<a href=\"/cookies?url=%2f\" rel=\"nofollow\" class=\"btn-primary btn-cookie-compliance btn-cookie-accept\">Beheer mijn cookies</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": "f2db4f843081",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-690d017a"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#skip-content",
            "html": "<div id=\"skip-content\" class=\"skip\">\n<a href=\"#content-main\" class=\"skip-navigation\" data-scrollto=\"skip\">\n<span>Naar content</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": "7bb5c99e72af",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-34285466"
          }
        ],
        "outcomeCount": 670,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 25
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1910,
          "failed": 48,
          "cantTell": 16,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_form_label_unique",
          "element_attribute_deprecated",
          "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=\"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": "d065ef1645f5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3047b1ae"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link data-css=\"Contrastskin-website\" type=\"text/css\" rel=\"stylesheet\" media=\"screen\" href=\"/css/skin-website.css?v=05112025140323\" id=\"skin-stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e8c32e330185",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8c4fc0fc"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link data-css=\"Contrastskin-website\" type=\"text/css\" rel=\"stylesheet\" media=\"screen\" href=\"/css/skin-website.css?v=05112025140323\" id=\"skin-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": "2bbd462550ad",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-db1fa248"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<link color=\"#5bbad5\" href=\"/images/skin/safari-pinned-tab.svg\" rel=\"mask-icon\">",
            "message": "The HTML attribute(s) \"color\" is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "14ffdf93dc4e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-39f579fd"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form action=\"/cookies?url=%2f\" method=\"post\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "103c76135799",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a6b3a39c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"cookie-compliance-text\">",
            "message": "Text contrast of 3.44 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": "e735297e3abd",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5d5bd0c5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.44 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": "91a2aba3d21f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"btn-primary btn-cookie-compliance btn-cookie-accept\" rel=\"nofollow\" href=\"/cookies?url=%2f\">",
            "message": "Text contrast of 1.81 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": "75b201d8d4f7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5e3c2537"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"acceptall\" name=\"action\" class=\"btn-primary btn-cookie-compliance btn-cookie-decline\" type=\"submit\">",
            "message": "Text contrast of 1.81 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": "87cac530c5e1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-70249338"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"decline\" name=\"action\" class=\"btn-primary btn-cookie-compliance btn-cookie-decline\" type=\"submit\">",
            "message": "Text contrast of 1.81 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": "fca384e1365c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-324f90cd"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button data-tooltip=\"Hoog contrast\" data-active=\"master-btn-toggle-contast-active\" data-inactive=\"Hoog contrast\" class=\"icon-contrast \" id=\"btn-toggle-contrast\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a5433f7c22e3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-06af28da"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button data-tooltip=\"Hoog contrast\" data-active=\"master-btn-toggle-contast-active\" data-inactive=\"Hoog contrast\" class=\"icon-contrast \" id=\"btn-toggle-contrast\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ee5343a4f71d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4e038d06"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a data-scrollto=\"skip\" class=\"skip-navigation\" href=\"#content-main\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "864a0a459d61",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bdc94760"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a data-scrollto=\"skip\" class=\"skip-navigation\" href=\"#content-main\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0c6ed406cd49",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b1ceb415"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.44 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_unobscured",
            "xpath": null,
            "html": "<a title=\"Terug naar startpagina\" class=\"brand\" 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": "d39c25ec8010",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8eaad705"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form class=\"search-form\" id=\"searchForm\" name=\"searchForm\" method=\"GET\" action=\"/zoeken\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9fca2540c852",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2801ebfa"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input data-placeholder-mobile=\"Zoeken\" data-placeholder=\"Waarmee kunnen we je helpen?\" placeholder=\"Waarmee kunnen we je helpen?\" autocomplete=\"off\" title=\"Waarmee kunnen we je helpen?\" id=\"txtkeyword\" class=\"form-control txt\" name=\"q\" 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": "f7686430c3b0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a4eab9ac"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input title=\"Zoeken\" id=\"btnSearch\" class=\"btn-search\" value=\"Zoek\" type=\"submit\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bec161040783",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d49193f2"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input title=\"Zoeken\" id=\"btnSearch\" class=\"btn-search\" value=\"Zoek\" type=\"submit\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "df1aad598b69",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-da0a63eb"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"user-profile\" data-tooltip=\"Meld je aan\" href=\"/profiel\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e6b17379722f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4bdccf47"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"spotlight-caption\">",
            "message": "Confirm this text 'Naar de Bib' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a1614f0cb07e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-01fed043"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"title\">",
            "message": "Text contrast of 3.44 with its background is less than the WCAG AA minimum requirements for text of size 20px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "99f602ee480b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-54dbefec"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"spotlight-caption\">",
            "message": "Confirm this text 'Documenten aanvragen' 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=\"title\">",
            "message": "Text contrast of 1.81 with its background is less than the WCAG AA minimum requirements for text of size 20px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"spotlight-caption\">",
            "message": "Confirm this text 'Iets melden' 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=\"title\">",
            "message": "Text contrast of 2.99 with its background is less than the WCAG AA minimum requirements for text of size 20px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"spotlight-caption\">",
            "message": "Confirm this text 'Uit in Lubbeek' 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=\"title\">",
            "message": "Text contrast of 3.20 with its background is less than 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>",
            "message": "Text contrast of 2.74 with its background is less than 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>",
            "message": "Text contrast of 3.00 with its background is less than 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>",
            "message": "Text contrast of 3.44 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.44 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.44 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.44 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.44 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.44 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.44 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.44 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.44 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": "<span>",
            "message": "Text contrast of 3.44 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_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://twitter.com/lubbeek\" class=\"external\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f1600814215e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4af4e6fd"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"lcplink\" href=\"http://www.lcp.be/\" target=\"_blank\" title=\"e-gov en internet services door LCP\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e0f8d055b499",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b240601c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.98 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.98 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:016479700\" class=\"phone\">",
            "message": "Text contrast of 4.25 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": "1112d5d99a79",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2d701b6d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.98 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"mailto:%69%6e%66%6f%40%6c%75%62%62%65%65%6b%2e%62%65\" class=\"mail\">",
            "message": "Text contrast of 4.25 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": "5ca6193dfa67",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4af7ef85"
          }
        ],
        "outcomeCount": 1966,
        "uniqueFailedCount": 26,
        "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.machelen.be/",
      "finalUrl": "https://www.machelen.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Startpagina - Gemeente Machelen-Diegem",
      "elapsedMs": 18390,
      "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": 712,
          "failed": 10,
          "cantTell": 2,
          "inapplicable": 40
        },
        "failedRules": [
          "aria-allowed-role",
          "button-name",
          "color-contrast",
          "presentation-role-conflict",
          "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",
          "autocomplete-valid",
          "avoid-inline-spacing",
          "button-name",
          "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",
          "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-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"
        ],
        "failures": [
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": ".navbar-toggle",
            "html": "<button data-toggle=\"offcanvas\" class=\"navbar-toggle btn-menu\" type=\"button\" role=\"presentation\">\n<span class=\"toggle-icon\"></span>\n<span class=\"toggle-txt\">Menu</span>\n</button>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role presentation is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "21fdbed67637",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3525b0e3"
          },
          {
            "rule": "button-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/button-name?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#btn-toggle-contrast",
            "html": "<button id=\"btn-toggle-contrast\" class=\"icon-contrast \" data-inactive=\"Hoog contrast\" data-active=\"Hoog contrast uit\" data-tooltip=\"Hoog contrast\"><span>Hoog contrast</span></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": false,
            "duplicateOf": null,
            "fingerprint": "268e80400dd1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-fb69825f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#txtkeyword",
            "html": "<input type=\"text\" name=\"q\" class=\"form-control txt\" id=\"txtkeyword\" title=\"Waarmee kunnen we u helpen?\" autocomplete=\"off\" placeholder=\"Waarmee kunnen we u helpen?\" data-placeholder=\"Waarmee kunnen we u helpen?\" data-placeholder-mobile=\"Wat zoekt u?\">",
            "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: #737373, background color: #f6f5f4, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#txtkeyword"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7de6aea8927d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-46d6df2d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".btn-events > span",
            "html": "<span>Alle activiteiten</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.08 (foreground color: #33a394, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".btn-events"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fdf823580c51",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ba7d2252"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".btn-news > span",
            "html": "<span>Alle nieuws</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.08 (foreground color: #33a394, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".btn-news"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "315515188aae",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b475e5a0"
          },
          {
            "rule": "presentation-role-conflict",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/presentation-role-conflict?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": ".navbar-toggle",
            "html": "<button data-toggle=\"offcanvas\" class=\"navbar-toggle btn-menu\" type=\"button\" role=\"presentation\">\n<span class=\"toggle-icon\"></span>\n<span class=\"toggle-txt\">Menu</span>\n</button>",
            "message": "Elements marked as presentational should be consistently ignored",
            "fixSummary": "Fix all of the following:\n  Element is not focusable.",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9b2e54de5ff4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-af7ce790"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".vlw__contact__toggle__label",
            "html": "<span class=\"vlw__contact__toggle__label\">Hulp nodig</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": "c9b185c9a2a6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c1791208"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".cookie-compliance-text",
            "html": "<div class=\"cookie-compliance-text\">\nDeze website maakt gebruik van cookies om uw gebruikservaring te verbeteren.\n<a href=\"/cookies\" hide-when-empty=\"1\" class=\"find-more-button eu-cookie-compliance-more-button find-more-button-processed\"><span>Meer informatie over cookies.</span></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": "01bc17c7b97d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-caf65a31"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".btn-cookie-accept",
            "html": "<a href=\"/cookies?url=%2f\" rel=\"nofollow\" class=\"btn-primary btn-cookie-compliance btn-cookie-accept\">Beheer mijn cookies</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": "44b0f3493d34",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-690d017a"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#skip-content",
            "html": "<div id=\"skip-content\" class=\"skip\">\n<a href=\"#content-main\" class=\"skip-navigation\">\n<span>Naar content</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": "99b6de3d02ab",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-34285466"
          }
        ],
        "outcomeCount": 764,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 10
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2185,
          "failed": 82,
          "cantTell": 70,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_attribute_valid",
          "aria_content_in_landmark",
          "aria_role_valid",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "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 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": "0873cb80ff79",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3047b1ae"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link data-css=\"Contrastskin-website\" type=\"text/css\" rel=\"stylesheet\" media=\"screen\" href=\"/css/skin-website.css?v=17062022141444\" id=\"skin-stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "99fa441403a5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-df672c1e"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link data-css=\"Contrastskin-website\" type=\"text/css\" rel=\"stylesheet\" media=\"screen\" href=\"/css/skin-website.css?v=17062022141444\" id=\"skin-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": "d734ffcf4466",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0b5b0e21"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"find-more-button eu-cookie-compliance-more-button find-more-button-processed\" hide-when-empty=\"1\" href=\"/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": "a3c4eb7cd14e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a633bf76"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"btn-primary btn-cookie-compliance btn-cookie-accept\" rel=\"nofollow\" href=\"/cookies?url=%2f\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "70dcd0bf0fe5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9fc63804"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<button value=\"acceptall\" name=\"action\" class=\"btn-primary btn-cookie-compliance btn-cookie-decline\" type=\"submit\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2652e67f77cf",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-46728507"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button value=\"acceptall\" name=\"action\" class=\"btn-primary btn-cookie-compliance btn-cookie-decline\" type=\"submit\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "12f172464443",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-dae77975"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<button value=\"decline\" name=\"action\" class=\"btn-primary btn-cookie-compliance btn-cookie-decline\" type=\"submit\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c184ac3d355b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-709b19d5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button value=\"decline\" name=\"action\" class=\"btn-primary btn-cookie-compliance btn-cookie-decline\" type=\"submit\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b731374fb93",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2ee9ef05"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button data-tooltip=\"Hoog contrast\" data-active=\"Hoog contrast uit\" data-inactive=\"Hoog contrast\" class=\"icon-contrast \" id=\"btn-toggle-contrast\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8a5cbbaef3a4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2c2b2748"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button data-tooltip=\"Hoog contrast\" data-active=\"Hoog contrast uit\" data-inactive=\"Hoog contrast\" class=\"icon-contrast \" id=\"btn-toggle-contrast\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d03524b0b1c7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4aec9159"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"skip-navigation\" href=\"#content-main\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "536390cfd1f1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-92cb91cd"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"skip-navigation\" href=\"#content-main\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "811f76204763",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5fae9414"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-tooltip=\"Terug naar startpagina\" class=\"brand\" 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": "0f238c76c871",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-cf6aa245"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<button role=\"presentation\" type=\"button\" class=\"navbar-toggle btn-menu\" data-toggle=\"offcanvas\">",
            "message": "The ARIA role 'presentation' is not valid for the element <button> and may be ignored by the browser since the element is focusable",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "47cfcf5e2611",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a0240d2d"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"user-profile\" title=\"Meld u aan\" href=\"/profiel\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5ca390dc9027",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-47cbc0dd"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"btn-search-mobile\" href=\"/zoeken/#content-main\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "451b679724f5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d11cfa37"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/az\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9ba95c6f4a5a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-62302b8a"
          },
          {
            "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": "0476b41ca2ab",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/diensten\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f5051aac279",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c973e12d"
          },
          {
            "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_visible",
            "xpath": null,
            "html": "<a href=\"/handelsgids\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5aa0a0e53f6f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-fa3ffea8"
          },
          {
            "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_visible",
            "xpath": null,
            "html": "<a href=\"/toegankelijkheid\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f71afeee4597",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-560a3d7a"
          },
          {
            "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_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://stratenplan.machelen.be\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7236d92a3470",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-11ae83aa"
          },
          {
            "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_visible",
            "xpath": null,
            "html": "<a href=\"/media\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7db5b091bb3b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ed3a9230"
          },
          {
            "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_visible",
            "xpath": null,
            "html": "<a href=\"/bestuur-en-diensten\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "482f0f9035c4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-119b0e42"
          },
          {
            "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": "<p class=\"short\">",
            "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": "691d37ac1d78",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-23ecd6c0"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/geboorte-en-overlijden\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1fc31aaacd79",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-553f64ae"
          },
          {
            "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": "<p class=\"short\">",
            "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_visible",
            "xpath": null,
            "html": "<a href=\"/identiteit-reizen\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "864d50f5ed43",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ee53cfc7"
          },
          {
            "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": "<p class=\"short\">",
            "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_visible",
            "xpath": null,
            "html": "<a href=\"/integratie-en-taalbeleid\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8ff00d33a8ba",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5e982a2e"
          },
          {
            "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": "<p class=\"short\">",
            "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_visible",
            "xpath": null,
            "html": "<a href=\"/milieu-en-afval\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "108a01a5bc06",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7f05ba97"
          },
          {
            "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": "<p class=\"short\">",
            "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_visible",
            "xpath": null,
            "html": "<a href=\"/mobiliteit-en-wegenwerken\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8e59287b2e87",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4c6ae2f4"
          },
          {
            "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": "<p class=\"short\">",
            "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_visible",
            "xpath": null,
            "html": "<a href=\"/onderwijs-en-kinderopvang\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5d90052dfe92",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4858bd08"
          },
          {
            "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": "<p class=\"short\">",
            "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_visible",
            "xpath": null,
            "html": "<a href=\"/openbaar-domein\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ddcbd49d6b4e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4e7cc83c"
          },
          {
            "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": "<p class=\"short\">",
            "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 href=\"/rijbewijzen\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "60366037569f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5c3409d7"
          },
          {
            "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": "<p class=\"short\">",
            "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 href=\"/sociale-zaken-en-welzijn\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5e321e8dda19",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-49d88d99"
          },
          {
            "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": "<p class=\"short\">",
            "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>",
            "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": "<p class=\"short\">",
            "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>",
            "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": "<p class=\"short\">",
            "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>",
            "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": "<p class=\"short\">",
            "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>",
            "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": "<p class=\"short\">",
            "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 href=\"/wonen-en-verbouwen\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b0c5f237fb2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-51cf7a64"
          },
          {
            "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": "<p class=\"short\">",
            "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_visible",
            "xpath": null,
            "html": "<button aria-expanded=\"false\" type=\"button\" class=\"btn-primary btn-toggle-close\" data-dismiss=\"modal\" data-toggle=\"offcanvas\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4e9b8b433d30",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a28e05ef"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button aria-expanded=\"false\" type=\"button\" class=\"btn-primary btn-toggle-close\" data-dismiss=\"modal\" data-toggle=\"offcanvas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e8d8edbe80d1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1960cfc5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"toggle-txt\">",
            "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": "529b30fa0e35",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8432b904"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"bx-pager-link active\" data-slide-index=\"0\" href=\"\">",
            "message": "Text contrast of 1.67 with its background is less than the WCAG AA minimum requirements for text of size undefinedpx and weight of 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cd3e368b1e3e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c4ce67bb"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.23 with its background is less than the WCAG AA minimum requirements for text of size 32px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<div class=\"entry-date\" aria-label=\"zondag 17 mei 2026\">",
            "message": "The ARIA attributes \"aria-label\" are not valid for the element <div> with implicit ARIA role \"generic\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a98323f6fb9c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-051fb64e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.08 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>",
            "message": "Text contrast of 3.08 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>",
            "message": "Text contrast of 1.18 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.18 with its background is less than 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>",
            "message": "Text contrast of 1.18 with its background is less than 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>",
            "message": "Text contrast of 1.18 with its background is less than the WCAG AA minimum requirements for text of size 15px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 2276,
        "uniqueFailedCount": 41,
        "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.meise.be/",
      "finalUrl": "https://www.meise.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Startpagina - Gemeente Meise",
      "elapsedMs": 12743,
      "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": 583,
          "failed": 40,
          "cantTell": 22,
          "inapplicable": 43
        },
        "failedRules": [
          "color-contrast",
          "empty-heading",
          "image-redundant-alt",
          "label-title-only",
          "link-name",
          "list",
          "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",
          "autocomplete-valid",
          "avoid-inline-spacing",
          "button-name",
          "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",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "label",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "skip-link"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"a-z\"] > span",
            "html": "<span>A-Z</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.8 (foreground color: #728535, background color: #f6f7ef, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".topmenu"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c6faefe6c3dd",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-536facb3"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"Fotos\"] > span",
            "html": "<span>Fotoalbums</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.8 (foreground color: #728535, background color: #f6f7ef, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".topmenu"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fcf69c666914",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a3ea1bd4"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"stratenplan.meise.be/\"] > span",
            "html": "<span>Stratenplan</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.8 (foreground color: #728535, background color: #f6f7ef, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".topmenu"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ca6e9cc38339",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ce8ffb6d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"verenigingen\"] > span",
            "html": "<span>Verenigingen</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.8 (foreground color: #728535, background color: #f6f7ef, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".topmenu"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "894ea8a41880",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-981099a0"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"afspraak\"] > span",
            "html": "<span>Afspraak</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.8 (foreground color: #728535, background color: #f6f7ef, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".topmenu"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "017150395c4e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-117c00b3"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".text-contrast",
            "html": "<span class=\"text-contrast\">Hoog contrast </span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.8 (foreground color: #728535, background color: #f6f7ef, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".topmenu"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "93e52beca203",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e3412f46"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#txtkeyword",
            "html": "<input type=\"text\" class=\"txt\" id=\"txtkeyword\" title=\"trefwoord\" autocomplete=\"off\" value=\"Wat zoek je?\" name=\"keyword\">",
            "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.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#txtkeyword"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "50dc7eb73c63",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-46d6df2d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#btnSearch",
            "html": "<input type=\"submit\" value=\"쀄\" class=\"btn\" id=\"btnSearch\" title=\"Zoeken\">",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.82 (foreground color: #ffffff, background color: #a6ce3f, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#btnSearch"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c7b752a377c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c6bb6908"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#pullmenu > span",
            "html": "<span>menu</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.24 (foreground color: #ffffff, background color: #f09491, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#pullmenu"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f33deab1c864",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0d550028"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".nieuws-items[data-type=\"item-nieuws\"]:nth-child(1) > a > .partial-item-container.has-media > .partial-block-date > .entry-date > .day",
            "html": "<span class=\"day\">10 </span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.82 (foreground color: #a6ce3f, background color: #ffffff, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".nieuws-items[data-type=\"item-nieuws\"]:nth-child(1) > a > .partial-item-container.has-media > .partial-block-date"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d02221a2a36d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3ba8d474"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".nieuws-items[data-type=\"item-nieuws\"]:nth-child(1) > a > .partial-item-container.has-media > .partial-block-date > .entry-date > .month",
            "html": "<span class=\"month\">mei</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.82 (foreground color: #a6ce3f, background color: #ffffff, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".nieuws-items[data-type=\"item-nieuws\"]:nth-child(1) > a > .partial-item-container.has-media > .partial-block-date"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f2943a3ffc90",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-dffcdd32"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".nieuws-items[data-type=\"item-nieuws\"]:nth-child(3) > a > .partial-item-container.has-media > .partial-block-date > .entry-date > .month",
            "html": "<span class=\"month\">jun</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.82 (foreground color: #a6ce3f, background color: #ffffff, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".nieuws-items[data-type=\"item-nieuws\"]:nth-child(3) > a > .partial-item-container.has-media > .partial-block-date"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cd6cdb60d58d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d72f11e3"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".nieuws-items[data-type=\"item-nieuws\"]:nth-child(4) > a > .partial-item-container.has-media > .partial-block-date > .entry-date > .day",
            "html": "<span class=\"day\">10 </span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.82 (foreground color: #a6ce3f, background color: #ffffff, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".nieuws-items[data-type=\"item-nieuws\"]:nth-child(4) > a > .partial-item-container.has-media > .partial-block-date"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bb624c166801",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7481ce5f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".nieuws-items[data-type=\"item-nieuws\"]:nth-child(4) > a > .partial-item-container.has-media > .partial-block-date > .entry-date > .month",
            "html": "<span class=\"month\">mei</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.82 (foreground color: #a6ce3f, background color: #ffffff, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".nieuws-items[data-type=\"item-nieuws\"]:nth-child(4) > a > .partial-item-container.has-media > .partial-block-date"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5893f8e307ed",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5149c408"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".nieuws-items[data-type=\"item-nieuws\"]:nth-child(5) > a > .partial-item-container.has-media > .partial-block-date > .entry-date > .day",
            "html": "<span class=\"day\">12 </span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.82 (foreground color: #a6ce3f, background color: #ffffff, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".nieuws-items[data-type=\"item-nieuws\"]:nth-child(5) > a > .partial-item-container.has-media > .partial-block-date"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "10fc0158f1af",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-30f6d149"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".nieuws-items[data-type=\"item-nieuws\"]:nth-child(5) > a > .partial-item-container.has-media > .partial-block-date > .entry-date > .month",
            "html": "<span class=\"month\">mei</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.82 (foreground color: #a6ce3f, background color: #ffffff, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".nieuws-items[data-type=\"item-nieuws\"]:nth-child(5) > a > .partial-item-container.has-media > .partial-block-date"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "10e003502b3c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2990437d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".nieuws-items[data-type=\"item-nieuws\"]:nth-child(6) > a > .partial-item-container.has-media > .partial-block-date > .entry-date > .day",
            "html": "<span class=\"day\">21 </span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.82 (foreground color: #a6ce3f, background color: #ffffff, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".nieuws-items[data-type=\"item-nieuws\"]:nth-child(6) > a > .partial-item-container.has-media > .partial-block-date"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4eb266668f6f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-fd45fa83"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".nieuws-items[data-type=\"item-nieuws\"]:nth-child(6) > a > .partial-item-container.has-media > .partial-block-date > .entry-date > .month",
            "html": "<span class=\"month\">mei</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.82 (foreground color: #a6ce3f, background color: #ffffff, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".nieuws-items[data-type=\"item-nieuws\"]:nth-child(6) > a > .partial-item-container.has-media > .partial-block-date"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "52d253b1b795",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-65827675"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".nieuws-items[data-type=\"item-nieuws\"]:nth-child(7) > a > .partial-item-container.has-media > .partial-block-date > .entry-date > .month",
            "html": "<span class=\"month\">jun</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.82 (foreground color: #a6ce3f, background color: #ffffff, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".nieuws-items[data-type=\"item-nieuws\"]:nth-child(7) > a > .partial-item-container.has-media > .partial-block-date"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5cf56c592381",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f64cf038"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".nws > span",
            "html": "<span>Meer nieuws</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.24 (foreground color: #f09491, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".nws"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d79e68bba616",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b410b773"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".acts > span",
            "html": "<span>Meer activiteiten</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.24 (foreground color: #f09491, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".acts"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "19615e5bb1bf",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a94556eb"
          },
          {
            "rule": "empty-heading",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/empty-heading?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": ".logotxt",
            "html": "<h1 class=\"logotxt\">\n                            <span class=\"pt1\">gemeente</span>\n                            <span class=\"pt2\">Meise</span>\n                        </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": "3a042b47309f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-50b63bd4"
          },
          {
            "rule": "image-redundant-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-redundant-alt?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "img[alt=\"Werken Gemeenteplein \"]",
            "html": "<img src=\"/file_uploads/Cache/fit_544_355_69605.png\" alt=\"Werken Gemeenteplein \" class=\"thumb-photo\">",
            "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": "9e0ae5970765",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-997a12a2"
          },
          {
            "rule": "image-redundant-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-redundant-alt?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "img[alt=\"Iedereen Vrijwilliger\"]",
            "html": "<img src=\"/file_uploads/Cache/fit_544_355_69512.jpg\" alt=\"Iedereen Vrijwilliger\" class=\"thumb-photo\">",
            "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": "1e822d0e33f6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8f4c5425"
          },
          {
            "rule": "image-redundant-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-redundant-alt?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": ".nieuws-items[data-type=\"item-nieuws\"]:nth-child(9) > a > .partial-item-container.has-media > .partial-content-block > .partial-content-block > .one-media.partial-photo.ratio-size > .photo.image-loaded > picture > .thumb-photo",
            "html": "<img src=\"/file_uploads/Cache/fit_544_355_67430.jpg\" alt=\"Digitaal aanmelden basisscholen Meise\" class=\"thumb-photo\">",
            "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": "98c591c6f631",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-dde01f62"
          },
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#txtkeyword",
            "html": "<input type=\"text\" class=\"txt\" id=\"txtkeyword\" title=\"trefwoord\" autocomplete=\"off\" value=\"Wat zoek je?\" name=\"keyword\">",
            "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": "67f35b98bced",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f5ce98a2"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".footer-social-list > li:nth-child(1) > a[target=\"_blank\"]",
            "html": "<a href=\"https://www.instagram.com/gemeente_meise/\" target=\"_blank\">\n                                <i class=\"fa fa-instagram\" aria-hidden=\"true\"></i>\n                                <span class=\"footer-social-txt\">Instagram</span>\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": "1341dd399d27",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-079169b7"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".footer-social-list > li:nth-child(2) > a[target=\"_blank\"]",
            "html": "<a href=\"https://www.facebook.com/Gemeente-Meise-481970375470343/\" target=\"_blank\">\n                                <i class=\"fa fa-facebook\" aria-hidden=\"true\"></i>\n                                <span class=\"footer-social-txt\">Facebook</span>\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": "e42348ee8f96",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-02249f51"
          },
          {
            "rule": "list",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/list?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".footer-subnav > .list",
            "html": "<ul class=\"list\">",
            "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: a",
            "relatedPaths": [
              "a[href$=\"proclaimer\"]",
              "a[href$=\"privacyverklaring\"]",
              "a[href=\"/toegankelijkheidsverklaring\"]",
              "a[href$=\"cookies\"]",
              "a[href$=\"sitemap\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3037a75d86ba",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-026cef6b"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".vlw__contact__toggle__label",
            "html": "<span class=\"vlw__contact__toggle__label\">Hulp nodig</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": "ee06c1487ae1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c1791208"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".mini",
            "html": "<div class=\"mini\">\n                        <a href=\"#\" id=\"pullmenu\"><span>menu</span></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": "e09bfc5941d5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b24c30d6"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".footer-contact > h2",
            "html": "<h2 class=\"heading\"><span>Lokaal bestuur Meise</span></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": "49d2309aebaa",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-fedc6ff1"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".adress:nth-child(2)",
            "html": "<dd class=\"adress\"><span class=\"street\">Tramlaan 8</span><span class=\"postal\">1861 </span><span class=\"city\">Meise</span></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": "f79e71a45819",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1b292d3b"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".map",
            "html": "<dd class=\"map\"><a target=\"_blank\" href=\"https://www.google.be/maps?q=tramlaan+8,+1861+meise&amp;rlz=1C1QJDB_enBE604BE604&amp;um=1&amp;ie=UTF-8&amp;sa=X&amp;ved=0ahUKEwjogbKA1prMAhWG0RQKHXGIADoQ_AUIBygB\"><span>Wegbeschrijving</span></a></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": "e1f086c36924",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-055004c2"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".phone-1",
            "html": "<dt class=\"icon phone phone-1\"><span>Tel.</span></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": "85551f6322b9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-84586b1f"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".phone:nth-child(6)",
            "html": "<dd class=\"phone\">02 892 20 00</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": "45ff6f815f33",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-18a58148"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".mail:nth-child(8)",
            "html": "<dd class=\"mail\"><a class=\"mail\" href=\"mailto:%69%6e%66%6f%40%6d%65%69%73%65%2e%62%65\"><span itemprop=\"email\">info@meise.be</span></a></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": "d98c840c49c6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1b5937c4"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".footer-btw",
            "html": "<div class=\"footer-btw\">BTW BE0207511011</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": "4c771026c1b3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-10f7fca3"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#also-interesting",
            "html": "<div class=\"footer-menu\" id=\"also-interesting\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "90b0bfded021",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-57b3dfcc"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".footer-social > h2",
            "html": "<h2 class=\"heading\"><span>Volg ons op</span></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": "266edd6c1904",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-85601d2e"
          }
        ],
        "outcomeCount": 688,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 40
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1802,
          "failed": 83,
          "cantTell": 27,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_accessiblename_exists",
          "aria_child_valid",
          "aria_content_in_landmark",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "heading_content_exists",
          "img_alt_redundant",
          "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=\"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": "85b2420ff958",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3047b1ae"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link media=\"print\" type=\"text/css\" href=\"/css/print.css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fb374b823bc7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ef582f7b"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link media=\"print\" type=\"text/css\" href=\"/css/print.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": "ff920b6f3d25",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7e125e39"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"skip-to-content\" href=\"#main\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "331a07da2353",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ecc56985"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"skip-to-content\" href=\"#main\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b42a122714f3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5c1ce7de"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/a-z\" class=\"\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "832945867009",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7ab84987"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.80 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 300",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "327020284965",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/Fotos\" class=\"\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0142118c2cd0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2be0376e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.80 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 300",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://stratenplan.meise.be/\" class=\"\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "67e02469febd",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a723f560"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.80 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 300",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/verenigingen\" class=\"\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "43bb33e5ff64",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3efc7c2c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.80 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 300",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/afspraak\" class=\"\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c87fd400cc20",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-761fec7b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.80 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 300",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button data-tooltip=\"master-btn-toggle-contast\" class=\"btn-contrast \" id=\"btn-toggle-contrast\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "75651b0a5f5e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1aed3c4f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"text-contrast\">",
            "message": "Text contrast of 3.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": "6c6b88af7ce9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2737e8f1"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a title=\"ga naar de startpagina\" href=\"/\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "080de55499af",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ef876989"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h1 class=\"logotxt\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0b3430b2d3b6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-fb31f3a5"
          },
          {
            "rule": "aria_accessiblename_exists",
            "xpath": null,
            "html": "<h1 class=\"logotxt\">",
            "message": "Element <h1> with \"heading\" role has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9499220bbdd4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2623125d"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input name=\"keyword\" value=\"Wat zoek je?\" autocomplete=\"off\" title=\"trefwoord\" id=\"txtkeyword\" class=\"txt\" 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": "a98e81cb727c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b1f38a35"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input name=\"keyword\" value=\"Wat zoek je?\" autocomplete=\"off\" title=\"trefwoord\" id=\"txtkeyword\" class=\"txt\" type=\"text\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "511234c64e40",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-07d9c3bf"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input title=\"Zoeken\" id=\"btnSearch\" class=\"btn\" value=\"쀄\" type=\"submit\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e58132515105",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-403ff4d6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input title=\"Zoeken\" id=\"btnSearch\" class=\"btn\" value=\"쀄\" type=\"submit\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d03cfeb8ce5f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0882cf38"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input title=\"Zoeken\" id=\"btnSearch\" class=\"btn\" value=\"쀄\" type=\"submit\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8a44e21ce5f8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-45e3252e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.82 with its background is less than the WCAG AA minimum requirements for text of size 32px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"spotlight-caption\">",
            "message": "Confirm this text 'E-loket' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a240b28abf99",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-01fed043"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"spotlight-caption\">",
            "message": "Confirm this text 'Iets melden' 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=\"spotlight-caption\">",
            "message": "Confirm this text 'Afspraak maken' 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=\"spotlight-caption\">",
            "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": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"spotlight-caption\">",
            "message": "Confirm this text 'Uit in Meise' 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=\"spotlight-caption\">",
            "message": "Confirm this text 'Zwembad' 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=\"partial-block-date\">",
            "message": "Confirm this text '10 mei' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fae862559f35",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3c9c0f1b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"day\">",
            "message": "Text contrast of 1.82 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": "a5de39ae873b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ecfe7a85"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"month\">",
            "message": "Text contrast of 1.82 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": "9ec587ff401a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d3810c24"
          },
          {
            "rule": "img_alt_redundant",
            "xpath": null,
            "html": "<img class=\"thumb-photo\" alt=\"Werken Gemeenteplein \" src=\"/file_uploads/Cache/fit_544_355_69605.png\">",
            "message": "Link text is repeated in an image 'alt' value within the same link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a0548d7ca19b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4e34e9c2"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"partial-block-date\">",
            "message": "Confirm this text '2 jun' 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=\"day\">",
            "message": "Text contrast of 1.82 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": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"month\">",
            "message": "Text contrast of 1.82 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": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"partial-block-date\">",
            "message": "Confirm this text '10 mei' 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=\"day\">",
            "message": "Text contrast of 1.82 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": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"month\">",
            "message": "Text contrast of 1.82 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": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"partial-block-date\">",
            "message": "Confirm this text '12 mei' 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=\"day\">",
            "message": "Text contrast of 1.82 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": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"month\">",
            "message": "Text contrast of 1.82 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": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"partial-block-date\">",
            "message": "Confirm this text '21 mei' 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=\"day\">",
            "message": "Text contrast of 1.82 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": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"month\">",
            "message": "Text contrast of 1.82 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": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"partial-block-date\">",
            "message": "Confirm this text '3 jun' 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=\"day\">",
            "message": "Text contrast of 1.82 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": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"month\">",
            "message": "Text contrast of 1.82 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": "img_alt_redundant",
            "xpath": null,
            "html": "<img class=\"thumb-photo\" alt=\"Iedereen Vrijwilliger\" src=\"/file_uploads/Cache/fit_544_355_69512.jpg\">",
            "message": "Link text is repeated in an image 'alt' value within the same link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bb18f0a4b694",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5d7e7c58"
          },
          {
            "rule": "img_alt_redundant",
            "xpath": null,
            "html": "<img class=\"thumb-photo\" alt=\"Digitaal aanmelden basisscholen Meise\" src=\"/file_uploads/Cache/fit_544_355_67430.jpg\">",
            "message": "Link text is repeated in an image 'alt' value within the same link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6119698c559f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b93310ab"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.25 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>",
            "message": "Text contrast of 2.25 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 class=\"heading\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5738b8c77277",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5990b38e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.01 with its background is less than the WCAG AA minimum requirements for text of size 28px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<dl class=\"contact\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b53e36cd0c0d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5eee5e67"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"street\">",
            "message": "Text contrast of 3.87 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 300",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "690e2c79592b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-fad7f5be"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"postal\">",
            "message": "Text contrast of 3.87 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 300",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3736dc0ca7cf",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f1c540f0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"city\">",
            "message": "Text contrast of 3.87 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 300",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ec2d75d7c9f4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c05c0682"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.01 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 300",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.87 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 300",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<dd class=\"phone\">",
            "message": "Text contrast of 3.87 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 300",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "02531ba49d1f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0e777cb2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span itemprop=\"email\">",
            "message": "Text contrast of 2.01 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 300",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6016eda8af4f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-29005f16"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"footer-btw\">",
            "message": "Text contrast of 3.87 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 300",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dbf2cef53080",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e6791fbd"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 class=\"heading\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.01 with its background is less than the WCAG AA minimum requirements for text of size 28px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/openingsuren\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d49cd4b6d9f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1f6add2d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.01 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 300",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/digitaal-loket\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b9dd6a4beb14",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8f370b62"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.01 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 300",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/inspraak\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9e0d8df46519",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9fe918d4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.01 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 300",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 class=\"heading\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.01 with its background is less than the WCAG AA minimum requirements for text of size 28px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.instagram.com/gemeente_meise/\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a7ef548e8c85",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d39b361e"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.facebook.com/Gemeente-Meise-481970375470343/\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b86e65a6cbd7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f99665b7"
          },
          {
            "rule": "aria_child_valid",
            "xpath": null,
            "html": "<ul class=\"list\">",
            "message": "The element with role \"list\" owns the child element with the role \"link\" that is not one of the allowed role(s): \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0acf08fa6fed",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ab0e0336"
          },
          {
            "rule": "aria_child_valid",
            "xpath": null,
            "html": "<ul class=\"list\">",
            "message": "The element with role \"list\" owns the child element with the role \"link\" that is not one of the allowed role(s): \"listitem\"",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_child_valid",
            "xpath": null,
            "html": "<ul class=\"list\">",
            "message": "The element with role \"list\" owns the child element with the role \"link\" that is not one of the allowed role(s): \"listitem\"",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_child_valid",
            "xpath": null,
            "html": "<ul class=\"list\">",
            "message": "The element with role \"list\" owns the child element with the role \"link\" that is not one of the allowed role(s): \"listitem\"",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_child_valid",
            "xpath": null,
            "html": "<ul class=\"list\">",
            "message": "The element with role \"list\" owns the child element with the role \"link\" that is not one of the allowed role(s): \"listitem\"",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 1892,
        "uniqueFailedCount": 42,
        "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.merchtem.be/",
      "finalUrl": "https://www.merchtem.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Startpagina - Merchtem",
      "elapsedMs": 10007,
      "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": 771,
          "failed": 3,
          "cantTell": 62,
          "inapplicable": 42
        },
        "failedRules": [
          "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",
          "autocomplete-valid",
          "avoid-inline-spacing",
          "button-name",
          "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",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region"
        ],
        "failures": [
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".cookie-compliance-text",
            "html": "<div class=\"cookie-compliance-text cookie-compliance__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": "b24a5d9d2a20",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-caf65a31"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".btn-link",
            "html": "<a rel=\"nofollow\" href=\"/cookies?url=%2f\" class=\"btn-cookie-compliance btn-link link-cookie-settings cookie-compliance__link\">Beheer mijn cookies</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": "4c9547db0037",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d2466c2b"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".btn-totop > span",
            "html": "<span>Naar top</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": "522542ae7de3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7ffbdd26"
          }
        ],
        "outcomeCount": 878,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 3
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2967,
          "failed": 20,
          "cantTell": 15,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_form_label_unique",
          "element_attribute_deprecated",
          "element_tabbable_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link media=\"screen\" href=\"https://fonts.icordis.be/fonts/raleway-regular-500-600.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": "2a403202f2c3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3a93d233"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link data-css=\"contrastskin\" data-sw=\"/css/dist/skin-merchtem-contrast.css\" href=\"/css/dist/skin-merchtem.css\" media=\"screen\" rel=\"stylesheet\" id=\"skin-stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b27b91c7e9b8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c8ad17f1"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<link color=\"#D3072A\" href=\"/images/merchtem/skin/safari-pinned-tab.svg\" rel=\"mask-icon\">",
            "message": "The HTML attribute(s) \"color\" is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2e35235ee03c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-12acd959"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a rel=\"nofollow\" data-scrollto=\"skip\" href=\"#content-main\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5a145086d11a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ced717ec"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a rel=\"nofollow\" data-scrollto=\"skip\" href=\"#content-main\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b82f6422c8ac",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f2d1d939"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form action=\"/cookies?url=%2f\" method=\"post\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9732911b5464",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a6b3a39c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button value=\"decline\" name=\"action\" class=\"btn-cookie-compliance btn-cookie-decline cookie-compliance__btn\" type=\"submit\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "be318d5f310a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-64ad13cf"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button value=\"acceptall\" name=\"action\" class=\"btn-cookie-compliance btn-cookie-accept cookie-compliance__btn\" type=\"submit\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "033c361e4292",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bd4bd839"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"btn-cookie-compliance btn-link link-cookie-settings cookie-compliance__link\" href=\"/cookies?url=%2f\" rel=\"nofollow\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5ba91fb3b06f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e5f1fb2e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a rel=\"noopener\" target=\"_blank\" class=\"nav__link meta__link\" href=\"https://stratenplan.merchtem.be/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e14a29f7123b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-662b8c0f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"nav__link meta__link\" href=\"/contact\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "61cc7f70bf4d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7605a066"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a rel=\"noopener\" target=\"_blank\" class=\"nav__link meta__link\" href=\"https://www.burgerprofiel.be/?widget=6f9eb06f-f2cc-4b2a-91ca-84dd25dca823\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5d9a1266f069",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-69a5c212"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form class=\"search__form\" id=\"searchForm\" name=\"searchForm\" method=\"GET\" action=\"/zoeken\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c889651af988",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2daf85da"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input data-error=\"Gelieve je microfoon aan te sluiten en je microfoon rechten toe te laten.\" data-listening-text=\"Luisteren...\" data-speak-text=\"Begin nu te spreken\" data-placeholder-mobile=\"Zoeken\" placeholder=\"Waarmee kunnen we jou helpen?\" data-toggle-placeholder=\"1\" autocomplete=\"off\" data-tooltip=\"Waarmee kunnen we jou helpen?\" id=\"txtkeyword\" class=\"form-control txt search__input\" name=\"q\" type=\"text\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "583f77e8d96d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c46c4c7c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button aria-expanded=\"false\" type=\"button\" class=\"btn-toggle-menu\" data-dismiss=\"modal\" data-toggle=\"offcanvas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a9aaa31763b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9eb048d0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"btn-default icon-pos-r partial__btn partial__btn--news\" href=\"/nieuws\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7ce306d38162",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f4ab2bc0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"btn-default icon-pos-r partial__btn partial__btn--events\" href=\"/activiteiten\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "907e95e2db8b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9a01539b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"btn-default icon-pos-r partial__btn partial__btn--contact\" href=\"/contact\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "98cd5b968ac9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5daaeca9"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"btn-totop\" data-tooltip=\"Naar top\" data-scrollto=\"totop\" href=\"#skip-content\" rel=\"nofollow\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d9ca66b35e1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0a8ac034"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"btn-totop\" data-tooltip=\"Naar top\" data-scrollto=\"totop\" href=\"#skip-content\" rel=\"nofollow\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a0847ab62eeb",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-431daa94"
          }
        ],
        "outcomeCount": 2997,
        "uniqueFailedCount": 20,
        "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.opwijk.be/",
      "finalUrl": "https://www.opwijk.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Home | Gemeente Opwijk",
      "elapsedMs": 16205,
      "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": 1119,
          "failed": 15,
          "cantTell": 42,
          "inapplicable": 40
        },
        "failedRules": [
          "link-name",
          "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",
          "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",
          "presentation-role-conflict",
          "region",
          "scrollable-region-focusable",
          "skip-link",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".text.paddle-component--top-section.paddle-component > a[href$=\"organisatie\"]",
            "html": "<a href=\"/organisatie\">",
            "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": "b7100eeacc01",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8917e74c"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "#paddle_components_top_bottom_only_block_3a2653e6-3987-41e3-9d6e-37c6f02885c2 > .paddle-component--top-bottom-only-block.paddle-component > .text.paddle-component--top-section.paddle-component > a",
            "html": "<a href=\"/burgerzaken/aanvragen-documenten-en-attesten\">",
            "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": "2e0a9ae53ab0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-33a6f414"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "#paddle_components_top_bottom_only_block_3ed89522-7edf-476b-9b23-2a3dfb1ebc2b > .paddle-component--top-bottom-only-block.paddle-component > .text.paddle-component--top-section.paddle-component > a",
            "html": "<a href=\"/gemeente-en-bestuur/meldingen-en-klachten\">",
            "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": "5ec2315220f7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-399f5216"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".text.paddle-component--top-section.paddle-component > a[href$=\"burgerzaken\"]",
            "html": "<a href=\"/burgerzaken\">",
            "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": "b1b26003d64d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-84783cb6"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".text.paddle-component--top-section.paddle-component > a[href$=\"afval-milieu\"]",
            "html": "<a href=\"/afval-milieu\">",
            "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": "7e327e3c30bd",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-10b9df60"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".text.paddle-component--top-section.paddle-component > a[href$=\"bouwen-wonen\"]",
            "html": "<a href=\"/bouwen-wonen\">",
            "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": "747da1a7bb4e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-86d9ba11"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "#paddle_components_text_block_ff7e2219-34d4-4f0d-a49c-7540498b673e > .paddle-component--text-block.paddle-component > .text.paddle-component--top-section.paddle-component > a",
            "html": "<a href=\"/mobiliteit-verkeer-openbare-werken\">",
            "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": "d01d7573d07b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0e511d3c"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".text.paddle-component--top-section.paddle-component > a[href$=\"werken-ondernemen\"]",
            "html": "<a href=\"/werken-ondernemen\">",
            "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": "1470a6aad1a6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8e0d344e"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".text.paddle-component--top-section.paddle-component > a[href$=\"onderwijs-kinderopvang\"]",
            "html": "<a href=\"/onderwijs-kinderopvang\">",
            "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": "880aefa66441",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0d978b06"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".text.paddle-component--top-section.paddle-component > a[href$=\"hulp-zorg-en-gezondheid\"]",
            "html": "<a href=\"/hulp-zorg-en-gezondheid\">",
            "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": "59301b9f81cc",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6f9893db"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".text.paddle-component--top-section.paddle-component > a[href$=\"cultuur-en-vrije-tijd\"]",
            "html": "<a href=\"/cultuur-en-vrije-tijd\">",
            "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": "ee8a21d0791b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d65e8a61"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".text.paddle-component--top-section.paddle-component > a[href$=\"gemeente-en-bestuur\"]",
            "html": "<a href=\"/gemeente-en-bestuur\">",
            "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": "b84cbf5b61da",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-507871d7"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#block-ocelot-paddle-page-title",
            "html": "<div id=\"block-ocelot-paddle-page-title\" class=\"node-page-title\"><div class=\"container-max-xxl\">\n    \n    \n        \n          \n      <h1>Home</h1>\n  \n\n      </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": "cbe0f7ae5f95",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f5493511"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#edit-search-wrapper > .js-form-item.form-item.js-form-type-search-api-autocomplete",
            "html": "<div class=\"js-form-item form-item js-form-type-search-api-autocomplete form-type-search-api-autocomplete js-form-item-search form-item-search form-no-label form-group\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e71dd33ee0d2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7c539022"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#paddle_components_text_block_a8971344-84f5-4321-946f-e2320b88c78c > .paddle-component--text-block.paddle-component",
            "html": "<div class=\"paddle-component paddle-component--text-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": "42b586f282ca",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-80983176"
          }
        ],
        "outcomeCount": 1216,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 15
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3683,
          "failed": 78,
          "cantTell": 46,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_content_in_landmark",
          "aria_id_unique",
          "element_tabbable_visible",
          "input_checkboxes_grouped",
          "input_label_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link href=\"https://use.typekit.net/lfa8ymc.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": "6a62772bc4ae",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-60ff2e1f"
          },
          {
            "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": "2ed0f3095322",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c772520d"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_qNEjuwHYrxAj0GLwyjW6zTSh3sAaA533MiL-4FPe0qA.css?delta=3&language=nl&theme=ocelot_paddle&include=eJx9k2uShCAMhC8kciQqQlRqArF47Ix7-o2PcWtdnX_QXxNiaMFr8GYg7oAa-0DnCycD1nJynqM-Vm2fOBaMrrHMD4_GrttiOmI5l_Qmq11WuyzuhNqlOgG1vmBQ5HNpsJqjTJjIQ7Sor0TjsIdKcuJVyMfHu9S-bQhmrtJE9eSkiZ5rskwmoy3S9BmXMSF-4k--oM5ny1-YZs1xOd2wReJiJnCOUC_NCoil7Qi-5w9UJqIyQrLjvSkhOJtq6G4tPaegAkQY0KneE946RwhdTYO8wp3DB6lyS4PEAW5pZuuB1GpSy2Pks7XmwsHkMgsdTnBKXsLzZptojuL59558Ade2t4hd0CVhZ7iEEPLYMST3R-0lZXPHr2Zione6lvX-Sdt7GZi8gVp4TSYW1Dd6s03FrFMxawkJZSzwxMwB26PNK-N_qS0jBik6Z_l1dAcZfwCClnSO\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "811f08fc9e4d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5c103085"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_ToLp8tP4dG0Bi5AWjbMEnr1XkcdsKrHCd_PqhmZlbmQ.css?delta=4&language=nl&theme=ocelot_paddle&include=eJx9k2uShCAMhC8kciQqQlRqArF47Ix7-o2PcWtdnX_QXxNiaMFr8GYg7oAa-0DnCycD1nJynqM-Vm2fOBaMrrHMD4_GrttiOmI5l_Qmq11WuyzuhNqlOgG1vmBQ5HNpsJqjTJjIQ7Sor0TjsIdKcuJVyMfHu9S-bQhmrtJE9eSkiZ5rskwmoy3S9BmXMSF-4k--oM5ny1-YZs1xOd2wReJiJnCOUC_NCoil7Qi-5w9UJqIyQrLjvSkhOJtq6G4tPaegAkQY0KneE946RwhdTYO8wp3DB6lyS4PEAW5pZuuB1GpSy2Pks7XmwsHkMgsdTnBKXsLzZptojuL59558Ade2t4hd0CVhZ7iEEPLYMST3R-0lZXPHr2Zione6lvX-Sdt7GZi8gVp4TSYW1Dd6s03FrFMxawkJZSzwxMwB26PNK-N_qS0jBik6Z_l1dAcZfwCClnSO\" media=\"print\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7f9f659cb353",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b5327dc4"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable\" href=\"#region-content\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "019bbe1a5dab",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2cbaa15c"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable\" href=\"#region-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f1d9f103490f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b875386a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable\" href=\"#region-content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f56f0807ab51",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-780e76ef"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"Menu\" aria-expanded=\"false\" aria-controls=\"main-navbar\" data-bs-target=\"#main-navbar\" data-bs-toggle=\"collapse\" type=\"button\" class=\"navbar-toggler hamburger\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5143beb4132b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-215bd4df"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h1>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d096f8b73b88",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-642a24d8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"Zoeken\" name=\"op\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"btn-secondary button js-form-submit form-submit btn\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ddf9e1edd4e4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8ea86d26"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Zoeken\" name=\"op\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"btn-secondary button js-form-submit form-submit btn\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8a435ac3d2f2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-87ad9640"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 class=\"d-inline\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4f434979b7d0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c66a863f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2 class=\"d-inline\">",
            "message": "Text contrast of 2.30 with its background is less than the WCAG AA minimum requirements for text of size 26px and weight of 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "74449e918353",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2227ee5b"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1812eda06a8b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6e7f9087"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Vacatures\" data-entity-substitution=\"canonical\" data-entity-uuid=\"3ec967df-011f-4ff1-8050-f2f15c40320b\" data-entity-type=\"node\" href=\"/werken-ondernemen/werken-bij-lokaal-bestuur-opwijk/vacatures\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7acf8f1afe9e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-44bdfad2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Vacatures\" data-entity-substitution=\"canonical\" data-entity-uuid=\"3ec967df-011f-4ff1-8050-f2f15c40320b\" data-entity-type=\"node\" href=\"/werken-ondernemen/werken-bij-lokaal-bestuur-opwijk/vacatures\">",
            "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": "cc1da2000c11",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a41d53fa"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Recyclagepark\" data-entity-substitution=\"canonical\" data-entity-uuid=\"630edf02-71cf-40a8-88ab-db26b40185f3\" data-entity-type=\"node\" href=\"/recyclagepark-info\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9df833e44e8f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-369aa2a5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Recyclagepark\" data-entity-substitution=\"canonical\" data-entity-uuid=\"630edf02-71cf-40a8-88ab-db26b40185f3\" data-entity-type=\"node\" href=\"/recyclagepark-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 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5ed280fe3dc8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-851a1ff2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Wegenwerken en verkeersmaatregelen\" data-entity-substitution=\"canonical\" data-entity-uuid=\"10990338-ddc3-4273-8f9f-b6c239fcef89\" data-entity-type=\"node\" href=\"/wegenwerken-en-verkeersmaatregelen\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d82c1824d34",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ac236ac8"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Wegenwerken en verkeersmaatregelen\" data-entity-substitution=\"canonical\" data-entity-uuid=\"10990338-ddc3-4273-8f9f-b6c239fcef89\" data-entity-type=\"node\" href=\"/wegenwerken-en-verkeersmaatregelen\">",
            "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": "d6ac95fed671",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-fcc3cd73"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.opwijk.be/gemeente-en-bestuur/bestuur/deelname-aan-het-beleid/burgerparticipatie\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "abbbebdec6bb",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3f55ae24"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.opwijk.be/gemeente-en-bestuur/bestuur/deelname-aan-het-beleid/burgerparticipatie\">",
            "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": "d2c92c56bf37",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7a075209"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/thuisloket\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3e85ee6db5ae",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f602f372"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/thuisloket\">",
            "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": "89c87b41a144",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-161884a0"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/organisatie\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b8a33b7b755b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8009ef6d"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/burgerzaken/aanvragen-documenten-en-attesten\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b7e4cfa7f85",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-07afa3da"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/gemeente-en-bestuur/meldingen-en-klachten\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "64f0e024abf3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-880504f5"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/burgerzaken\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ba7cb4ca2503",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ad704fa2"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/afval-milieu\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b65534736e2c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2b7019a4"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/bouwen-wonen\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5de4ff407951",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-91248dba"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/mobiliteit-verkeer-openbare-werken\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f6eaf13c970d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a838c0cc"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/werken-ondernemen\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d8082a06c270",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-804dc1c8"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/onderwijs-kinderopvang\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "edb92d606319",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ff31a27a"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/hulp-zorg-en-gezondheid\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "828cbf52b1a9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a76be936"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/cultuur-en-vrije-tijd\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "af2256f3d31e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-fdee9134"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/gemeente-en-bestuur\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "53c3da751f94",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c0f525da"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<time datetime=\"2026-05-05T12:00:00Z\">",
            "message": "Text contrast of 2.32 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": "52f307120295",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1f8127bd"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<time datetime=\"2026-05-04T12:00:00Z\">",
            "message": "Text contrast of 2.32 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": "895eb0c4f62f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5e9ef9f8"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<time datetime=\"2026-05-04T12:00:00Z\">",
            "message": "Text contrast of 2.32 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<time datetime=\"2026-05-04T12:00:00Z\">",
            "message": "Text contrast of 2.32 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<time datetime=\"2026-04-30T12:00:00Z\">",
            "message": "Text contrast of 2.32 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": "d8cefa621fc8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-83818a15"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nieuws\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2c776c3505b3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-75bf150d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/nieuws\">",
            "message": "Text contrast of 2.30 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": "38dc607e1f5f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-cd9e2d7b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2>",
            "message": "Text contrast of 2.32 with its background is less than the WCAG AA minimum requirements for text of size 32px and weight of 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "848c9ffa8f97",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9c97642b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "Text contrast of 2.32 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": "064fbe551b41",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7acebded"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/infobladen\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "675af92963c4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9ff965e6"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/infobladen\">",
            "message": "Text contrast of 3.36 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": "fc42101eaa67",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-18140cf6"
          },
          {
            "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 32px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/uit-in-opwijk\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "36477e1363c2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4608a409"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/uit-in-opwijk\">",
            "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 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "859bcc40ef2d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d9149b8c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"/lokaal-bestuur-opwijk\">",
            "message": "Text contrast of 2.30 with its background is less than the WCAG AA minimum requirements for text of size 20px and weight of 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "89a8136808d2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3f73b680"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"address-line1\">",
            "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": "9e2a3694cd52",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-767b8c6f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"postal-code\">",
            "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": "d8d455e1ba9e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-cea6876f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"locality\">",
            "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": "bb779b1a3622",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c10e316e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"mailto:info@opwijk.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": "47a2400de0d8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b70e3e89"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:052365111\">",
            "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": "8e3fbbbcb7d7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2bc9aec3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Organisatie\" data-entity-substitution=\"canonical\" data-entity-uuid=\"8c3aae75-7199-4cf8-9272-c823948abfd1\" data-entity-type=\"node\" href=\"/organisatie\" class=\"btn btn-primary\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5a5c4e89c9c4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d95790f3"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Organisatie\" data-entity-substitution=\"canonical\" data-entity-uuid=\"8c3aae75-7199-4cf8-9272-c823948abfd1\" data-entity-type=\"node\" href=\"/organisatie\" class=\"btn btn-primary\">",
            "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 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "84e278c9b436",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-44536157"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2 class=\"d-inline\">",
            "message": "Text contrast of 2.30 with its background is less than the WCAG AA minimum requirements for text of size 20px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"(opens in a new window)\" rel=\"noopener nofollow\" target=\"_blank\" data-extlink=\"\" class=\"ext\" href=\"https://opwijk.bibliotheek.be/\">",
            "message": "Text contrast of 2.30 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": "18e39324af21",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6dddb5df"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/hulp-zorg-en-gezondheid/sociaal-huis\">",
            "message": "Text contrast of 2.30 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": "6bd5d8e672e9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a0c7eb68"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Stratenplan Opwijk\" data-entity-substitution=\"canonical\" data-entity-uuid=\"b68ab0df-51a3-4982-8b1d-c41681df1074\" data-entity-type=\"node\" href=\"/stratenplan-opwijk\">",
            "message": "Text contrast of 2.30 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": "099d2304d881",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-234bbf2b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://tickets.opwijk.be/nl/buyingflow/tickets/27750\">",
            "message": "Text contrast of 2.30 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": "8f5e06ade355",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c15ce958"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Opcura home\" data-entity-substitution=\"canonical\" data-entity-uuid=\"addee477-6209-4849-8106-14df4edb7869\" data-entity-type=\"node\" href=\"/hulp-zorg-en-gezondheid/hulp-aan-ouderenzorgbehoevenden/opcura-home\">",
            "message": "Text contrast of 2.30 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": "0856ae2704e0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7d7da50b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2>",
            "message": "Text contrast of 2.30 with its background is less than the WCAG AA minimum requirements for text of size 20px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Privacy\" data-entity-substitution=\"canonical\" data-entity-uuid=\"3322a2ee-562b-45b6-a719-92265f6fe04c\" data-entity-type=\"node\" href=\"/gemeente-en-bestuur/privacy-en-protocollen/privacy\">",
            "message": "Text contrast of 2.30 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": "887f09982f5d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1ad59838"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Cookiebeleid\" data-entity-substitution=\"canonical\" data-entity-uuid=\"f4e88d44-c20e-4268-be69-4d5ba1d9705a\" data-entity-type=\"node\" href=\"/cookiebeleid\">",
            "message": "Text contrast of 2.30 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": "8bd6c6d7b044",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3a19baa6"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Foutje gezien op onze website?\" data-entity-substitution=\"canonical\" data-entity-uuid=\"15a03caf-2c4f-4c27-be3f-1ed820fa9657\" data-entity-type=\"node\" href=\"/foutje-gezien-op-onze-website\">",
            "message": "Text contrast of 2.30 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": "8bece99b66f9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8d8bc82c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/sitemap.xml\">",
            "message": "Text contrast of 2.30 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": "0e63a8df1fed",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d4b37253"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<div class=\"sliding-popup-bottom\" style=\"height: auto; width: 100%; bottom: -176.558px;\" aria-label=\"Cookie compliance banner\" aria-describedby=\"popup-text\" role=\"alertdialog\" id=\"sliding-popup\">",
            "message": "The 'id' \"popup-text\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f0578dceffd2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ed5bdf09"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button class=\"eu-cookie-withdraw-tab btn btn-secondary\" type=\"button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b01ba538807",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-db66cdd1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button tabindex=\"0\" class=\"find-more-button btn btn-link 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": "24b0b21c6701",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-853f20b8"
          },
          {
            "rule": "input_checkboxes_grouped",
            "xpath": null,
            "html": "<input tabindex=\"0\" disabled=\"\" checked=\"\" class=\"form-check-input\" value=\"required\" id=\"cookie-category-required\" name=\"cookie-categories\" type=\"checkbox\">",
            "message": "Checkbox input and others with the name \"cookie-categories\" are not grouped together",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dbaba90a615a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bb2e601d"
          },
          {
            "rule": "input_checkboxes_grouped",
            "xpath": null,
            "html": "<input tabindex=\"0\" class=\"form-check-input\" value=\"statistics\" id=\"cookie-category-statistics\" name=\"cookie-categories\" type=\"checkbox\">",
            "message": "Checkbox input and others with the name \"cookie-categories\" are not grouped together",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a04a79f9f54f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7e3709a0"
          },
          {
            "rule": "input_checkboxes_grouped",
            "xpath": null,
            "html": "<input tabindex=\"0\" class=\"form-check-input\" value=\"social_media_cookies\" id=\"cookie-category-social_media_cookies\" name=\"cookie-categories\" type=\"checkbox\">",
            "message": "Checkbox input and others with the name \"cookie-categories\" are not grouped together",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8aa87e1d7ff7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a9784bdc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button tabindex=\"0\" class=\"eu-cookie-compliance-save-preferences-button btn btn-outline-light\" type=\"button\" id=\"cookie-compliance-save-preferences-button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c4affc8d9811",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bd034086"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button tabindex=\"0\" class=\"agree-button eu-cookie-compliance-default-button btn btn-secondary\" type=\"button\" id=\"cookie-compliance-agree-button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bdbed85d977a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-37f474e0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button tabindex=\"0\" class=\"eu-cookie-withdraw-button visually-hidden btn btn-secondary\" type=\"button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "47d456c7ce64",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-062b8071"
          }
        ],
        "outcomeCount": 3771,
        "uniqueFailedCount": 73,
        "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.oud-heverlee.be/",
      "finalUrl": "https://www.oud-heverlee.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Startpagina - Gemeente Oud-Heverlee",
      "elapsedMs": 14416,
      "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": 549,
          "failed": 40,
          "cantTell": 2,
          "inapplicable": 41
        },
        "failedRules": [
          "color-contrast",
          "label-title-only",
          "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-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "autocomplete-valid",
          "avoid-inline-spacing",
          "button-name",
          "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",
          "image-alt",
          "image-redundant-alt",
          "label",
          "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",
          "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": ".find-more-button > span",
            "html": "<span>Meer informatie over cookies.</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.21 (foreground color: #8ea604, background color: #e6e6e6, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#cookie-compliance"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3021e2d4cd45",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-59ca7c4e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"levensloop\"] > span",
            "html": "<span>Levensloop</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.56 (foreground color: #ffffff, background color: #c79c00, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "nav"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a4cb1bb38680",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-88eae9c4"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".nav2 > a[href$=\"wonen\"] > span",
            "html": "<span>Wonen</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.56 (foreground color: #ffffff, background color: #c79c00, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "nav"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "10837bb77cd4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a6a7c8a9"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".nav3 > a[href$=\"welzijn\"] > span",
            "html": "<span>Welzijn</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.56 (foreground color: #ffffff, background color: #c79c00, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "nav"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9c9046cd4fb6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-209092cf"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"ontspannen\"] > span",
            "html": "<span>Ontspannen</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.56 (foreground color: #ffffff, background color: #c79c00, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "nav"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f8ea48726e87",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-831fedef"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"onze-gemeente\"] > span",
            "html": "<span>Onze gemeente</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.56 (foreground color: #ffffff, background color: #c79c00, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "nav"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3707bbe57360",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3534b099"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "h3 > span",
            "html": "<span>Gemeentehuis </span>",
            "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: #8f8f8f, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".box-contact-home"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "db045cfb66c4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-cbc351b7"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".txt-streetnr",
            "html": "<span class=\"txt-streetnr \">Gemeentestraat 2 - 10</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.43 (foreground color: #a6a6a6, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".box-contact-home"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "56f7c64f39f0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a3f0881c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".txt-postal",
            "html": "<span class=\"txt-postal\"><span class=\"sr-only\">, </span>3054</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.43 (foreground color: #a6a6a6, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".box-contact-home"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "554e0630a43a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d6fd0d3f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".txt-city",
            "html": "<span class=\"txt-city\">Oud-Heverlee</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.43 (foreground color: #a6a6a6, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".box-contact-home"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e298931915b8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-87e61423"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".box-btn",
            "html": "<a href=\"/contact\" class=\"box-btn\">Alle openingsuren &amp; contactinfo</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.2 (foreground color: #ec9f05, background color: #ffffff, font size: 8.3pt (11px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".box-contact-home"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4e2eaa139944",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5bf1a018"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li[data-id=\"3263\"] > a > .grid-caption > .description",
            "html": "<div class=\"description\">Terwijl de aanvraag voor de omgevingsvergunning loopt, worden vandaag proefsleuven gegraven op het terrein aan de Serrestraat. Deze proefsleuven worden aangelegd als vervolgstap op het archeologisch booronderzoek.</div>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.43 (foreground color: #a6a6a6, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "li[data-id=\"3263\"] > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d5fc137b9de",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2fc8135a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li[data-id=\"3263\"] > a > .btn-more-grid > .btn-readmore",
            "html": "<span class=\"btn-readmore\">Meer info</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.76 (foreground color: #8ea604, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "li[data-id=\"3263\"] > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cdc6e9e4b893",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-87090eab"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".no-media > a > .grid-caption > .description",
            "html": "<div class=\"description\">Sinds 1 maart 2026 gelden er nieuwe Vlaamse regels voor bouwen en verbouwen. Aanpassingen in het Vrijstellingenbesluit zorgen ervoor dat meer stedenbouwkundige handelingen onder bepaalde voorwaarden vrijgesteld zijn van de vergunningsplicht.</div>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.43 (foreground color: #a6a6a6, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".no-media > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9e42c2ec66ac",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1291ddd0"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".no-media > a > .btn-more-grid > .btn-readmore",
            "html": "<span class=\"btn-readmore\">Meer info</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.76 (foreground color: #8ea604, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".no-media > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "850841dd08de",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-06155e0b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li[data-id=\"2540\"] > a > .grid-caption > .description",
            "html": "<div class=\"description\">",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.43 (foreground color: #a6a6a6, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "li[data-id=\"2540\"] > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f78bbdd25bb",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-93d06889"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li[data-id=\"2540\"] > a > .btn-more-grid > .btn-readmore",
            "html": "<span class=\"btn-readmore\">Meer info</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.76 (foreground color: #8ea604, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "li[data-id=\"2540\"] > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bd974b5b6a71",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c4531855"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li[data-id=\"3259\"] > a > .grid-caption > .description",
            "html": "<div class=\"description\">Het aangepast busaanbod van De Lijn dat geldt vanaf 1 juli 2026 heeft al bij al een beperkte impact op de bussen binnen de gemeente Oud-Heverlee.</div>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.43 (foreground color: #a6a6a6, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "li[data-id=\"3259\"] > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cdfa76ffac06",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a34b2324"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li[data-id=\"3259\"] > a > .btn-more-grid > .btn-readmore",
            "html": "<span class=\"btn-readmore\">Meer info</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.76 (foreground color: #8ea604, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "li[data-id=\"3259\"] > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "897884af423b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6d11ca1d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href=\"/vacatures-bij-oud-heverlee\"] > .grid-caption > .description",
            "html": "<div class=\"description\">We zoeken nieuwe collega’s! Wil jij mee bouwen aan de toekomst van onze gemeente? Dan is dit jouw plek.</div>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.43 (foreground color: #a6a6a6, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href=\"/vacatures-bij-oud-heverlee\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "26e2699b2e56",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9dcde899"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href=\"/vacatures-bij-oud-heverlee\"] > .btn-more-grid > .btn-readmore",
            "html": "<span class=\"btn-readmore\">Meer info</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.76 (foreground color: #8ea604, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href=\"/vacatures-bij-oud-heverlee\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d1e37d7b1754",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-aed14e0f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li[data-id=\"3256\"] > a > .grid-caption > .description",
            "html": "<div class=\"description\">",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.43 (foreground color: #a6a6a6, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "li[data-id=\"3256\"] > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "074ed9fb8fb6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b48ab0d1"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li[data-id=\"3256\"] > a > .btn-more-grid > .btn-readmore",
            "html": "<span class=\"btn-readmore\">Meer info</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.76 (foreground color: #8ea604, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "li[data-id=\"3256\"] > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "14a991c3da60",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-16141bb8"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li[data-id=\"3247\"] > a > .grid-caption > .description",
            "html": "<div class=\"description\">Breng je regelmatig afval naar het recyclagepark? Hou er dan rekening mee dat vanaf het 19de bezoek binnen hetzelfde kalenderjaar een hoger tarief geldt.\n</div>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.43 (foreground color: #a6a6a6, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "li[data-id=\"3247\"] > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "680ed599fdc4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ee464169"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li[data-id=\"3247\"] > a > .btn-more-grid > .btn-readmore",
            "html": "<span class=\"btn-readmore\">Meer info</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.76 (foreground color: #8ea604, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "li[data-id=\"3247\"] > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eef16e862640",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e32b7f68"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li[data-id=\"3246\"] > a > .grid-caption > .description",
            "html": "<div class=\"description\">De solidaire kruidenier in Blanden is een mobiele buurtwinkel in het lokaal dienstencentrum De Kouter, waar iedereen op vrijdagnamiddag welkom is. Met de feestdagen in het vooruitzicht, zijn er wel enkele sluitingsdagen, zoals volgende week vrijdag 10 april.</div>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.43 (foreground color: #a6a6a6, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "li[data-id=\"3246\"] > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "035122df54b6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-50dd8aaf"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li[data-id=\"3246\"] > a > .btn-more-grid > .btn-readmore",
            "html": "<span class=\"btn-readmore\">Meer info</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.76 (foreground color: #8ea604, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "li[data-id=\"3246\"] > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4184362a3510",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6f76760d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li[data-id=\"3213\"] > a > .grid-caption > .description",
            "html": "<div class=\"description\">Oud-Heverlee gaat opnieuw deelnemen aan de samenaankoop regenwatertonnen van Interleuven, die loopt van 2 februari tot 4 oktober 2026. Met een regenwaterton bespaar je op het verbruik van kostbaar en schaarser wordend drinkwater. </div>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.43 (foreground color: #a6a6a6, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "li[data-id=\"3213\"] > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6cfe6db1fc0a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1f5014ae"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li[data-id=\"3213\"] > a > .btn-more-grid > .btn-readmore",
            "html": "<span class=\"btn-readmore\">Meer info</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.76 (foreground color: #8ea604, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "li[data-id=\"3213\"] > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ae34a226340",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-143254d7"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".btn-events > span",
            "html": "<span>Bekijk volledige evenementenkalender</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.76 (foreground color: #8ea604, background color: #ffffff, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".startpage-items > .container-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f9d73a3d0556",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ba7d2252"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".btn-news > span",
            "html": "<span>Lees alle nieuwsberichten</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.2 (foreground color: #ec9f05, background color: #ffffff, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".startpage-items > .container-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "660c21fe9e85",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b475e5a0"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(1) > span",
            "html": "<span>© 2016 Gemeente Oud-Heverlee</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.43 (foreground color: #a6a6a6, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a3eef7b6ebb5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-630ab78f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li:nth-child(2) > a[href$=\"cookies\"] > span",
            "html": "<span>Cookies</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.43 (foreground color: #a6a6a6, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bec444bc13dd",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-053604ff"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"privacy\"] > span",
            "html": "<span>Privacy</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.43 (foreground color: #a6a6a6, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "16c37b1c0b01",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e2b45b3f"
          },
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#txtkeyword",
            "html": "<input type=\"text\" name=\"q\" class=\"form-control txt\" id=\"txtkeyword\" title=\"Waarmee kunnen we u helpen?\" autocomplete=\"off\" placeholder=\"Waarmee kunnen we u helpen?\">",
            "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": "c18b3cfde4b1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f5ce98a2"
          },
          {
            "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=\"nl-be\" class=\"\" style=\"--bg-position-top: 248px;\">",
            "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": "b145a7c75bf8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ee8d7590"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".vlw__contact__toggle__label",
            "html": "<span class=\"vlw__contact__toggle__label\">Hulp nodig</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": "fa9ed5e76f86",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c1791208"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".cookie-compliance-text",
            "html": "<div class=\"cookie-compliance-text\">\nDeze website maakt gebruik van cookies om uw gebruikservaring te verbeteren.\n<a href=\"/cookies\" hide-when-empty=\"1\" class=\"find-more-button eu-cookie-compliance-more-button find-more-button-processed\"><span>Meer informatie over cookies.</span></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": "698c34424d38",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-caf65a31"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".btn-cookie-accept",
            "html": "<a href=\"/cookies?url=%2f\" rel=\"nofollow\" class=\"btn-primary btn-cookie-compliance btn-cookie-accept\">Beheer mijn cookies</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": "77dad5b8144b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-690d017a"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".skip",
            "html": "<div class=\"skip\">\n<a href=\"#content-main\" class=\"skip-navigation\">Naar content</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": "aa2e0540b6f2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1bb40db7"
          }
        ],
        "outcomeCount": 632,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 40
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1644,
          "failed": 43,
          "cantTell": 39,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_child_valid",
          "aria_content_in_landmark",
          "aria_form_label_unique",
          "aria_role_redundant",
          "element_attribute_deprecated",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<html style=\"--bg-position-top: 271px;\" class=\"\" lang=\"nl-be\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f6a0b77ea511",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-00b69d4e"
          },
          {
            "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": "07d285f4f77f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3047b1ae"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link data-css=\"Contrastskin-website\" type=\"text/css\" rel=\"stylesheet\" media=\"screen\" href=\"/css/skin-website.css?v=10052023090616\" id=\"skin-stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bc0abd833217",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e3073d07"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form action=\"/cookies?url=%2f\" method=\"post\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a960c29223d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a6b3a39c"
          },
          {
            "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": "829dedee52f8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button value=\"acceptall\" name=\"action\" class=\"btn-primary btn-cookie-compliance btn-cookie-decline\" type=\"submit\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "12e8bcb852de",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-dae77975"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button value=\"decline\" name=\"action\" class=\"btn-primary btn-cookie-compliance btn-cookie-decline\" type=\"submit\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dc996d1926fd",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2ee9ef05"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"skip-navigation\" href=\"#content-main\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "94b4c76633e4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-92cb91cd"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form id=\"searchForm\" name=\"searchForm\" method=\"GET\" action=\"/zoek\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "325a7b526cc6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-df8aa25e"
          },
          {
            "rule": "aria_child_valid",
            "xpath": null,
            "html": "<ul class=\"list-suggestionsearch\">",
            "message": "The element with role \"list\" does not own any child element with any of the following role(s): \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5621e050726e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-cf5909e5"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav class=\"navbar-default sticky-default-nav\" role=\"navigation\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e619ff7bad0a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8aabbdf8"
          },
          {
            "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 700",
            "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 16px and weight of 700",
            "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 16px and weight of 700",
            "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 16px and weight of 700",
            "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 16px and weight of 700",
            "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 20px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"txt-streetnr \">",
            "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": "24b85ba39787",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-39a6fe4a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"txt-postal\">",
            "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": "b9652127819f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-049b67be"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"txt-city\">",
            "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": "aa64161bdbef",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7d29cd48"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"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 16px and weight of 300",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bd4367364da7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-79e20e65"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"btn-readmore\">",
            "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": "d7d7209651c7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7875b532"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"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 16px and weight of 300",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"btn-readmore\">",
            "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": "<div class=\"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 16px and weight of 300",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"btn-readmore\">",
            "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": "<div class=\"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 16px and weight of 300",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"btn-readmore\">",
            "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": "<div class=\"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 16px and weight of 300",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"btn-readmore\">",
            "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": "<div class=\"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 16px and weight of 300",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"btn-readmore\">",
            "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": "<div class=\"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 16px and weight of 300",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"btn-readmore\">",
            "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": "<div class=\"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 16px and weight of 300",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"btn-readmore\">",
            "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": "<div class=\"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 16px and weight of 300",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"btn-readmore\">",
            "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>",
            "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": "<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 700",
            "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>",
            "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>",
            "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"
          }
        ],
        "outcomeCount": 1697,
        "uniqueFailedCount": 16,
        "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.overijse.be/",
      "finalUrl": "https://www.overijse.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Startpagina - Gemeente Overijse",
      "elapsedMs": 15121,
      "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": 941,
          "failed": 29,
          "cantTell": 14,
          "inapplicable": 42
        },
        "failedRules": [
          "color-contrast",
          "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",
          "autocomplete-valid",
          "avoid-inline-spacing",
          "button-name",
          "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",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".btn-events > span",
            "html": "<span>Bekijk alle activiteiten</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: #ffffff, background color: #e74360, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".btn-events"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3933f7a266b0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ba7d2252"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".btn-news > span",
            "html": "<span>Bekijk alle nieuws</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: #ffffff, background color: #e74360, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".btn-news"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b5e7a24e8f3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b475e5a0"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".btn-cta > span",
            "html": "<span>Maak een afspraak</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: #ffffff, background color: #e74360, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".btn-cta"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c508ec336e62",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-aaf33539"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact-box__column:nth-child(2) > .box.box-contact.box-contact-home > .box-block.box-contact-block > .box-contact-block-row > .contact-content > .contact-content-row > .contact-info-container > dl > .txt-address > .txt-streetnr",
            "html": "<span class=\"txt-streetnr\">Begijnhof 9</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.46 (foreground color: #deedeb, background color: #4b8b2b, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact-box__column:nth-child(2) > .box.box-contact.box-contact-home"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "971d1c08ce6a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8561afaa"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact-box__column:nth-child(2) > .box.box-contact.box-contact-home > .box-block.box-contact-block > .box-contact-block-row > .contact-content > .contact-content-row > .contact-info-container > dl > .txt-address > .txt-postal",
            "html": "<span class=\"txt-postal\"><span class=\"sr-only\">, </span>3090</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.46 (foreground color: #deedeb, background color: #4b8b2b, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact-box__column:nth-child(2) > .box.box-contact.box-contact-home"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6952f213bbd5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4f0a912e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact-box__column:nth-child(2) > .box.box-contact.box-contact-home > .box-block.box-contact-block > .box-contact-block-row > .contact-content > .contact-content-row > .contact-info-container > dl > .txt-address > .txt-city",
            "html": "<span class=\"txt-city\">Overijse</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.46 (foreground color: #deedeb, background color: #4b8b2b, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact-box__column:nth-child(2) > .box.box-contact.box-contact-home"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c1cf910e1168",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8a09c1ac"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact-box__column:nth-child(2) > .box.box-contact.box-contact-home > .box-block.box-contact-block > .box-contact-block-row > .contact-content > .contact-content-row > .contact-info-container > dl > .txt-address > .txt-gebouw",
            "html": "<span class=\"txt-gebouw\">Begijntjesbad</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.46 (foreground color: #deedeb, background color: #4b8b2b, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact-box__column:nth-child(2) > .box.box-contact.box-contact-home"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1e09f0c2d05a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e9e02fa2"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href=\"tel:026869020\"] > span",
            "html": "<span>02 686 90 20</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.17 (foreground color: #ffffff, background color: #4b8b2b, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact-box__column:nth-child(2) > .box.box-contact.box-contact-home"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "35ea36d8e137",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-22692afa"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact-box__column:nth-child(2) > .box.box-contact.box-contact-home > .box-block.box-contact-block > .box-contact-block-row > .contact-content > .contact-content-row > .contact-info-container > dl > .txt-email > .mail[rel=\"noopener noreferrer\"][target=\"_blank\"] > span",
            "html": "<span>begijntjesbad<span>@</span>overijse.be</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.17 (foreground color: #ffffff, background color: #4b8b2b, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact-box__column:nth-child(2) > .box.box-contact.box-contact-home"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3c255f0d5461",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-add4c794"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".alert-warning > p",
            "html": "<p>De openingsuren van het zwembad vind je op <a href=\"https://www.overijse.be/begijntjesbad\" target=\"_blank\" rel=\"noopener\">www.overijse.be/begijntjesbad</a></p>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.94 (foreground color: #ffffff, background color: #f0ad4e, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".alert-warning"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "52ae45b0436e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7de00954"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p > a[rel=\"noopener\"][target=\"_blank\"]",
            "html": "<a href=\"https://www.overijse.be/begijntjesbad\" target=\"_blank\" rel=\"noopener\">www.overijse.be/begijntjesbad</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.94 (foreground color: #ffffff, background color: #f0ad4e, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".alert-warning"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6f37ff54a906",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9ea532df"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact-box__column:nth-child(4) > .box.box-contact.box-contact-home > .box-block.box-contact-block > .box-contact-block-row > .contact-content > .contact-content-row > .contact-info-container > dl > .txt-address > .txt-streetnr",
            "html": "<span class=\"txt-streetnr\">Begijnhof 11</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.46 (foreground color: #deedeb, background color: #4b8b2b, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact-box__column:nth-child(4) > .box.box-contact.box-contact-home"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f5046a51e9ca",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-54e84c3a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact-box__column:nth-child(4) > .box.box-contact.box-contact-home > .box-block.box-contact-block > .box-contact-block-row > .contact-content > .contact-content-row > .contact-info-container > dl > .txt-address > .txt-postal",
            "html": "<span class=\"txt-postal\"><span class=\"sr-only\">, </span>3090</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.46 (foreground color: #deedeb, background color: #4b8b2b, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact-box__column:nth-child(4) > .box.box-contact.box-contact-home"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8a1b6f305adb",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-29e22963"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact-box__column:nth-child(4) > .box.box-contact.box-contact-home > .box-block.box-contact-block > .box-contact-block-row > .contact-content > .contact-content-row > .contact-info-container > dl > .txt-address > .txt-city",
            "html": "<span class=\"txt-city\">Overijse</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.46 (foreground color: #deedeb, background color: #4b8b2b, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact-box__column:nth-child(4) > .box.box-contact.box-contact-home"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d924fd6a9583",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7f684ed0"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact-box__column:nth-child(4) > .box.box-contact.box-contact-home > .box-block.box-contact-block > .box-contact-block-row > .contact-content > .contact-content-row > .contact-info-container > dl > .txt-address > .txt-gebouw",
            "html": "<span class=\"txt-gebouw\">CC Den Blank</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.46 (foreground color: #deedeb, background color: #4b8b2b, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact-box__column:nth-child(4) > .box.box-contact.box-contact-home"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a62d4106260d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-af3d8f65"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href=\"tel:026875959\"] > span",
            "html": "<span>02 687 59 59</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.17 (foreground color: #ffffff, background color: #4b8b2b, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact-box__column:nth-child(4) > .box.box-contact.box-contact-home"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "84ee5070351a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b4a9a475"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact-box__column:nth-child(4) > .box.box-contact.box-contact-home > .box-block.box-contact-block > .box-contact-block-row > .contact-content > .contact-content-row > .contact-info-container > dl > .txt-email > .mail[rel=\"noopener noreferrer\"][target=\"_blank\"] > span",
            "html": "<span>vrijetijd<span>@</span>overijse.be</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.17 (foreground color: #ffffff, background color: #4b8b2b, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact-box__column:nth-child(4) > .box.box-contact.box-contact-home"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9532579ad3b0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-df395d5c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact-box__column:nth-child(4) > .box.box-contact.box-contact-home > .box-block.box-contact-block > .box-contact-block-row > .contact-content > .contact-content-row > .contact-hours-container > .hours-info > .hours-today > .has-hourstatus.hours-block > .hours-block__heading > .title > span",
            "html": "<span>Vandaag</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.17 (foreground color: #ffffff, background color: #4b8b2b, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact-box__column:nth-child(4) > .box.box-contact.box-contact-home"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "19b325e3cef1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4fb7d0d9"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact-box__column:nth-child(4) > .box.box-contact.box-contact-home > .box-block.box-contact-block > .box-contact-block-row > .contact-content > .contact-content-row > .contact-hours-container > .hours-info > .hours-today > .has-hourstatus.hours-block > .txt-hours > .txt-closed",
            "html": "<span class=\"txt-closed\">Gesloten</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.17 (foreground color: #ffffff, background color: #4b8b2b, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact-box__column:nth-child(4) > .box.box-contact.box-contact-home"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d690707421e9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-66df4a4e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact-box__column:nth-child(4) > .box.box-contact.box-contact-home > .box-block.box-contact-block > .box-contact-block-row > .contact-content > .contact-content-row > .contact-hours-container > .hours-info > .hours-tomorrow > .hours-block > .title > span",
            "html": "<span>Morgen</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.17 (foreground color: #ffffff, background color: #4b8b2b, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact-box__column:nth-child(4) > .box.box-contact.box-contact-home"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "86de1daeb492",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-565e554f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact-box__column:nth-child(4) > .box.box-contact.box-contact-home > .box-block.box-contact-block > .box-contact-block-row > .contact-content > .contact-content-row > .contact-hours-container > .hours-info > .hours-tomorrow > .hours-block > .txt-hours > .normal-hours > .txt-open",
            "html": "<span class=\"txt-open\">open van</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.17 (foreground color: #ffffff, background color: #4b8b2b, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact-box__column:nth-child(4) > .box.box-contact.box-contact-home"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "efa4e206b233",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6b151b54"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact-box__column:nth-child(4) > .box.box-contact.box-contact-home > .box-block.box-contact-block > .box-contact-block-row > .contact-content > .contact-content-row > .contact-hours-container > .hours-info > .hours-tomorrow > .hours-block > .txt-hours > .normal-hours > .hour-part > .txt-from",
            "html": "<span class=\"txt-from\">10:00</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.17 (foreground color: #ffffff, background color: #4b8b2b, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact-box__column:nth-child(4) > .box.box-contact.box-contact-home"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b62f4fc187a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-07a1c53b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact-box__column:nth-child(4) > .box.box-contact.box-contact-home > .box-block.box-contact-block > .box-contact-block-row > .contact-content > .contact-content-row > .contact-hours-container > .hours-info > .hours-tomorrow > .hours-block > .txt-hours > .normal-hours > .hour-part > .txt-time-divider",
            "html": "<span class=\"txt-time-divider\">&nbsp;tot&nbsp;</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.17 (foreground color: #ffffff, background color: #4b8b2b, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact-box__column:nth-child(4) > .box.box-contact.box-contact-home"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "06538e4d0662",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6061b447"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact-box__column:nth-child(4) > .box.box-contact.box-contact-home > .box-block.box-contact-block > .box-contact-block-row > .contact-content > .contact-content-row > .contact-hours-container > .hours-info > .hours-tomorrow > .hours-block > .txt-hours > .normal-hours > .hour-part > .txt-to",
            "html": "<span class=\"txt-to\">18:00</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.17 (foreground color: #ffffff, background color: #4b8b2b, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact-box__column:nth-child(4) > .box.box-contact.box-contact-home"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb7824d411b9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bd18530e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".btn-more-hours.btn-more[href$=\"infopunt-vrije-tijd\"] > span",
            "html": "<span>Meer openingsuren<span class=\"sr-only\">&nbsp;Infopunt Vrije Tijd</span> </span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.17 (foreground color: #ffffff, background color: #4b8b2b, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact-box__column:nth-child(4) > .box.box-contact.box-contact-home"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "282d185c9010",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8d1ca865"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".vlw__contact__toggle__label",
            "html": "<span class=\"vlw__contact__toggle__label\">Hulp nodig</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": "c14e46333e1a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c1791208"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".cookie-compliance-text",
            "html": "<div class=\"cookie-compliance-text\">Deze website maakt gebruik van cookies om je gebruikservaring te verbeteren. <a rel=\"nofollow\" href=\"/cookies\" class=\"find-more-button eu-cookie-compliance-more-button find-more-button-processed\"><span>Meer informatie over cookies</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": "5984cd0c4d83",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-caf65a31"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "a[href=\"/cookies?url=%2f\"]",
            "html": "<a rel=\"nofollow\" href=\"/cookies?url=%2f\" class=\"btn-cookie-compliance btn-cookie-accept\">Beheer mijn cookies</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": "b1265c963ff8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ee56ea25"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#skip-content",
            "html": "<div id=\"skip-content\" class=\"skip\"><a href=\"#content-main\" class=\"btn-primary skip-navigation\" data-scrollto=\"skip\" rel=\"nofollow\"> <span>Naar inhoud</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": "5da62a8eeeba",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-34285466"
          }
        ],
        "outcomeCount": 1026,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 29
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2702,
          "failed": 62,
          "cantTell": 17,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_form_label_unique",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link media=\"screen\" href=\"https://icons.icordis.be/css/boicon-overijse.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": "786c1e542ccb",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-40dc81cf"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link data-css=\"contrastskin\" data-sw=\"/css/skin-website-contrast.css?v=23042026082351\" href=\"/css/skin-website.css?v=23042026082351\" media=\"screen\" rel=\"stylesheet\" id=\"skin-stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5db8449e5878",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bdc5b4fe"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<link color=\"#005FAC\" href=\"/images/skin/safari-pinned-tab.svg\" rel=\"mask-icon\">",
            "message": "The HTML attribute(s) \"color\" is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e9f3ee4752c8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c84bc8b6"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form action=\"/cookies?url=%2f\" method=\"post\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "41cb2410486d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a6b3a39c"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a rel=\"nofollow\" data-scrollto=\"skip\" class=\"btn-primary skip-navigation\" href=\"#content-main\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb59292c1413",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8d0bbc92"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/contact\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4e34149cdb7d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c90770f9"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/producten\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d718d5c8303",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f4c3c370"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/thema/detail/62/bestuur-en-beleid\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8314dda471d8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-497444a6"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/eloket\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ce68d7a5f084",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a9ded4e0"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a rel=\"noopener\" target=\"_blank\" href=\"https://tickets.ccdenblank.be/nl/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": "941247e42fdb",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-fdf8b90e"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<button class=\"icon-contrast btn-icon btn-icon-link\" id=\"btn-toggle-contrast\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "66dd8f63c837",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-49cd73e7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button class=\"icon-contrast btn-icon btn-icon-link\" id=\"btn-toggle-contrast\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "529654716b5d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b55f74d7"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form class=\"search-form\" id=\"searchForm\" name=\"searchForm\" method=\"GET\" action=\"/zoeken\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fdbb667fc88f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2801ebfa"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input data-placeholder-mobile=\"Zoeken\" placeholder=\"Waarmee kunnen we jou helpen?\" data-toggle-placeholder=\"1\" autocomplete=\"off\" data-tooltip=\"Waarmee kunnen we jou helpen?\" id=\"txtkeyword\" class=\"form-control txt\" name=\"q\" 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": "ea0bab770e21",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5c33407d"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<button data-tooltip=\"Zoeken\" id=\"btnSearch\" class=\"btn-search\" type=\"submit\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b75c56b5f24",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-43c917fe"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<button aria-expanded=\"false\" type=\"button\" class=\"navbar-toggle btn-menu\" data-dismiss=\"modal\" data-toggle=\"offcanvas\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3e2a6dde02fb",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-58380d62"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.91 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "998bebfd45b5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.91 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.11 with its background is less than 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": "<span>",
            "message": "Text contrast of 1.11 with its background is less than 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": "<span>",
            "message": "Text contrast of 1.11 with its background is less than 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": "<span>",
            "message": "Text contrast of 1.11 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"txt-hours-status\">",
            "message": "Confirm this text 'Nu gesloten' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3293f58558e3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-aee2b661"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.91 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.56 with its background is less than 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": "<span class=\"txt-streetnr\">",
            "message": "Text contrast of 3.47 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": "34acc8ca0315",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5ac080dc"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"txt-postal\">",
            "message": "Text contrast of 3.47 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": "4b3f10b67c0d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-049b67be"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"txt-city\">",
            "message": "Text contrast of 3.47 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": "44e3a289857e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7d29cd48"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"txt-gebouw\">",
            "message": "Text contrast of 3.47 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": "87f799791a5e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-03029422"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.56 with its background is less than 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": "<span>",
            "message": "Text contrast of 4.18 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>",
            "message": "Text contrast of 1.56 with its background is less than 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": "<span>",
            "message": "Text contrast of 4.18 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": "<p>",
            "message": "Text contrast of 1.95 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": "8fca58400c7d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7acebded"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a rel=\"noopener\" target=\"_blank\" href=\"https://www.overijse.be/begijntjesbad\">",
            "message": "Text contrast of 1.95 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": "14a93e7f4d35",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e597a246"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.11 with its background is less than 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": "<span>",
            "message": "Text contrast of 1.11 with its background is less than 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": "<span>",
            "message": "Text contrast of 1.11 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"txt-hours-status\">",
            "message": "Confirm this text 'Nu gesloten' 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 1.56 with its background is less than 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": "<span class=\"txt-streetnr\">",
            "message": "Text contrast of 3.47 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 class=\"txt-postal\">",
            "message": "Text contrast of 3.47 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 class=\"txt-city\">",
            "message": "Text contrast of 3.47 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 class=\"txt-gebouw\">",
            "message": "Text contrast of 3.47 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>",
            "message": "Text contrast of 1.56 with its background is less than 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": "<span>",
            "message": "Text contrast of 4.18 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>",
            "message": "Text contrast of 1.56 with its background is less than 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": "<span>",
            "message": "Text contrast of 4.18 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>",
            "message": "Text contrast of 4.18 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"txt-hours-status\">",
            "message": "Confirm this text 'Nu gesloten' 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=\"txt-closed\">",
            "message": "Text contrast of 4.18 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": "d1dd61015c85",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a3781abc"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.18 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"txt-open\">",
            "message": "Text contrast of 4.18 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": "8ee670fceee0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2f14339f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"txt-from\">",
            "message": "Text contrast of 4.18 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": "430480249989",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f42c42c5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"txt-time-divider\">",
            "message": "Text contrast of 4.18 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": "b5b338130c81",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5748cd91"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"txt-to\">",
            "message": "Text contrast of 4.18 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": "9b2d7ad24924",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2daf39a9"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.18 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.11 with its background is less than 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": "<span>",
            "message": "Text contrast of 1.11 with its background is less than 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": "<span>",
            "message": "Text contrast of 1.11 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"txt-hours-status\">",
            "message": "Confirm this text 'Nu gesloten' 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.97 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 2782,
        "uniqueFailedCount": 29,
        "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.pajottegem.be/",
      "finalUrl": "https://www.pajottegem.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Welkom | Gemeente Pajottegem",
      "elapsedMs": 19909,
      "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": 1068,
          "failed": 13,
          "cantTell": 53,
          "inapplicable": 40
        },
        "failedRules": [
          "link-name",
          "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",
          "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",
          "presentation-role-conflict",
          "region",
          "scrollable-region-focusable",
          "skip-link",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".paddle-component--top-section.text.paddle-component > a[href$=\"burgerzaken\"]",
            "html": "<a href=\"/burgerzaken\">",
            "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": "254bbe28ed21",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ce5e35ad"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".paddle-component--top-section.text.paddle-component > a[href$=\"wonen-en-bouwen\"]",
            "html": "<a href=\"/wonen-en-bouwen\">",
            "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": "09a701e6732f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e69cf77f"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".paddle-component--top-section.text.paddle-component > a[href$=\"groen-en-milieu\"]",
            "html": "<a href=\"/groen-en-milieu\">",
            "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": "8726e419fea3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4456761a"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".paddle-component--top-section.text.paddle-component > a[href$=\"mobiliteit\"]",
            "html": "<a href=\"/mobiliteit\">",
            "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": "f3b6c5eef259",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bf8813df"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "#paddle_components_text_block_3d74d8c6-8666-42c4-a0b3-37c67c6ffc50 > .paddle-component--text-block.paddle-component > .paddle-component--top-section.text.paddle-component > a",
            "html": "<a href=\"/openbare-werken-verkeershinder\">",
            "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": "54e309974182",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f3f85225"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".paddle-component--top-section.text.paddle-component > a[href$=\"cultuur-en-vrije-tijd\"]",
            "html": "<a href=\"/cultuur-en-vrije-tijd\">",
            "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": "6c15ef60347f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3618e795"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".paddle-component--top-section.text.paddle-component > a[href$=\"onderwijs-en-kinderopvang\"]",
            "html": "<a href=\"/onderwijs-en-kinderopvang\">",
            "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": "a3eb8791ff4d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-82806d4c"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".paddle-component--top-section.text.paddle-component > a[href$=\"werken-en-ondernemen\"]",
            "html": "<a href=\"/werken-en-ondernemen\">",
            "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": "7e57cc090b9d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7357566d"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".paddle-component--top-section.text.paddle-component > a[href$=\"veiligheid-en-preventie\"]",
            "html": "<a href=\"/veiligheid-en-preventie\">",
            "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": "92a0764d50c9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9784eb5f"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "#paddle_components_text_block_48dc13e4-32a9-476f-9cd8-4eecdb9a45f5 > .paddle-component--text-block.paddle-component > .paddle-component--top-section.text.paddle-component > a",
            "html": "<a href=\"/samenleven-welzijn-en-gezondheid\">",
            "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": "d412f62b6766",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-412639b2"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "#paddle_components_text_block_4ce3cb38-5476-4199-8008-36919c289921 > .paddle-component--text-block.paddle-component > .paddle-component--top-section.text.paddle-component > a",
            "html": "<a href=\"/over-pajottegem-en-het-bestuur\">",
            "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": "a7c2be95aa9b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a140a829"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".paddle-component--top-section.text.paddle-component > a[href$=\"uit-in-pajottegem\"]",
            "html": "<a href=\"/uit-in-pajottegem\">",
            "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": "866285ae1fcd",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-68cf334a"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".vlw__contact__toggle__label",
            "html": "<span class=\"vlw__contact__toggle__label\">Hulp nodig</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": "e314a51e8a17",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c1791208"
          }
        ],
        "outcomeCount": 1174,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 13
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3281,
          "failed": 56,
          "cantTell": 67,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_content_in_landmark",
          "aria_id_unique",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "input_checkboxes_grouped",
          "input_label_visible",
          "style_background_decorative",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_block_heading"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link href=\"https://use.typekit.net/grh7lxp.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": "18dc81d7ec22",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3e8cc407"
          },
          {
            "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": "c73d1dbc2e4a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c772520d"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_RgSqmqngnv3BaHnZximgD-WNRZFtvkV03La6NbZ5tXc.css?delta=3&language=nl&theme=ocelot_paddle&include=eJyNU-2SgyAMfCGVR2IixJppIA6Ea72nP9TWm7Z6c__I7uY7ABkge2HpgRtHSt8Y7ZRkIEbzZjfuip5UkgXnJHmSaPZXNySJitE3TuRKaN1qqu1Zql8yG9w-4PYBV3VC41OZgDtSDC1T1gaL3cOEiQmiQ3MEWo8DFK4ed2WK12eoh9kwzFJqEYXY1yJ0TIhO2GZ0Wqv-4G9ywHrKTr4wzUbi4t2IQxa1E3i_jKlWU4moXc_wPf_B1pbbjJDceC5KCN6lEvpTySAptAEiXNC362LOlCOEvqRLHfOZgkKNcsqGum84ZbM4Am5XUbtMO_9PmkdIFC_v4pJVgs068yc5VQfduQ20e_j8mykfkGuP28EdsMu9vZPLSUIee4HkX9Ch3tzcy72ZhPl5a8v70f-2XAsTWSgq652iojnBm20udp2L6SGTe4HsGtUM9c_ADbME7PbKj4SfUKcjhppnzvVvLRnwB9ANjYs\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4f5c6a358e8f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f046013b"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_9zNaTBzoXobgrBwlopT6sO3FQwf1F2_9VTdLmgA3m0c.css?delta=4&language=nl&theme=ocelot_paddle&include=eJyNU-2SgyAMfCGVR2IixJppIA6Ea72nP9TWm7Z6c__I7uY7ABkge2HpgRtHSt8Y7ZRkIEbzZjfuip5UkgXnJHmSaPZXNySJitE3TuRKaN1qqu1Zql8yG9w-4PYBV3VC41OZgDtSDC1T1gaL3cOEiQmiQ3MEWo8DFK4ed2WK12eoh9kwzFJqEYXY1yJ0TIhO2GZ0Wqv-4G9ywHrKTr4wzUbi4t2IQxa1E3i_jKlWU4moXc_wPf_B1pbbjJDceC5KCN6lEvpTySAptAEiXNC362LOlCOEvqRLHfOZgkKNcsqGum84ZbM4Am5XUbtMO_9PmkdIFC_v4pJVgs068yc5VQfduQ20e_j8mykfkGuP28EdsMu9vZPLSUIee4HkX9Ch3tzcy72ZhPl5a8v70f-2XAsTWSgq652iojnBm20udp2L6SGTe4HsGtUM9c_ADbME7PbKj4SfUKcjhppnzvVvLRnwB9ANjYs\" media=\"print\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1d0c2faf3443",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e9cf7600"
          },
          {
            "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": "dfdd431298e5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-be023ec7"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<div class=\"sliding-popup-bottom\" style=\"height: auto; width: 100%; bottom: -319.941px;\" aria-label=\"Cookie compliance banner\" aria-describedby=\"popup-text\" role=\"alertdialog\" id=\"sliding-popup\">",
            "message": "The 'id' \"popup-text\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "810ba331fb18",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ef7dbf73"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<button class=\"eu-cookie-withdraw-tab btn btn-secondary\" 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": "eb074f66fca9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9401c1cb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button class=\"eu-cookie-withdraw-tab btn btn-secondary\" type=\"button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "67b015784b45",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-db66cdd1"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<button tabindex=\"0\" class=\"find-more-button btn btn-link find-more-button-processed\" 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": "f7148f453e11",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0e380e22"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button tabindex=\"0\" class=\"find-more-button btn btn-link 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": "b2a4d7755126",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-853f20b8"
          },
          {
            "rule": "input_checkboxes_grouped",
            "xpath": null,
            "html": "<input tabindex=\"0\" disabled=\"\" checked=\"\" class=\"form-check-input\" value=\"required\" id=\"cookie-category-required\" name=\"cookie-categories\" type=\"checkbox\">",
            "message": "Checkbox input and others with the name \"cookie-categories\" are not grouped together",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "affcea18364d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bb2e601d"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input tabindex=\"0\" disabled=\"\" checked=\"\" class=\"form-check-input\" value=\"required\" id=\"cookie-category-required\" name=\"cookie-categories\" type=\"checkbox\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eda41020ad18",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-240e323a"
          },
          {
            "rule": "input_checkboxes_grouped",
            "xpath": null,
            "html": "<input tabindex=\"0\" class=\"form-check-input\" value=\"statistics\" id=\"cookie-category-statistics\" name=\"cookie-categories\" type=\"checkbox\">",
            "message": "Checkbox input and others with the name \"cookie-categories\" are not grouped together",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7953a93478b6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7e3709a0"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input tabindex=\"0\" class=\"form-check-input\" value=\"statistics\" id=\"cookie-category-statistics\" name=\"cookie-categories\" type=\"checkbox\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fd57e865d5fa",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-834d26f4"
          },
          {
            "rule": "input_checkboxes_grouped",
            "xpath": null,
            "html": "<input tabindex=\"0\" class=\"form-check-input\" value=\"social_media_cookies\" id=\"cookie-category-social_media_cookies\" name=\"cookie-categories\" type=\"checkbox\">",
            "message": "Checkbox input and others with the name \"cookie-categories\" are not grouped together",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1534e767101c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a9784bdc"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input tabindex=\"0\" class=\"form-check-input\" value=\"social_media_cookies\" id=\"cookie-category-social_media_cookies\" name=\"cookie-categories\" type=\"checkbox\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "de15ef214022",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bf1ee3a0"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<button tabindex=\"0\" class=\"eu-cookie-compliance-save-preferences-button btn btn-outline-light\" type=\"button\" id=\"cookie-compliance-save-preferences-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": "0326a306eaa3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ed1feb2a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button tabindex=\"0\" class=\"eu-cookie-compliance-save-preferences-button btn btn-outline-light\" type=\"button\" id=\"cookie-compliance-save-preferences-button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b96172187e9c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bd034086"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<button tabindex=\"0\" class=\"agree-button eu-cookie-compliance-default-button btn btn-secondary\" type=\"button\" id=\"cookie-compliance-agree-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": "ce72ebad3b2a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9b170569"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button tabindex=\"0\" class=\"agree-button eu-cookie-compliance-default-button btn btn-secondary\" type=\"button\" id=\"cookie-compliance-agree-button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6de76ab059d0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-37f474e0"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<button tabindex=\"0\" class=\"eu-cookie-withdraw-button visually-hidden btn btn-secondary\" 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": "18f42cf274cc",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7bb963a6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button tabindex=\"0\" class=\"eu-cookie-withdraw-button visually-hidden btn btn-secondary\" type=\"button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "64736db9010c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-062b8071"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable\" href=\"#region-content\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b19f636f71e7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2cbaa15c"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable\" href=\"#region-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5ac9237fbc43",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b875386a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable\" href=\"#region-content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2c7f21077d30",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-780e76ef"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"hamburgerbox\">",
            "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": "dc548e0c611b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-49a1b638"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"Zoeken\" name=\"op\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"btn-secondary button js-form-submit form-submit btn\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "501ce6144518",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8ea86d26"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Zoeken\" name=\"op\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"btn-secondary button js-form-submit form-submit btn\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f9475deec7ae",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-87ad9640"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Openingsuren en contactgegevens  \" data-entity-substitution=\"canonical\" data-entity-uuid=\"5ce48077-d400-45f3-9a9f-fe95dffff7f3\" data-entity-type=\"node\" href=\"/contact\" class=\"btn btn-primary\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "25b9f3f469b5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c5a920bf"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"(opens in a new window)\" rel=\"noopener nofollow\" target=\"_blank\" data-extlink=\"\" href=\"https://pajottegem.smartloket.be/smartloket\" class=\"btn btn-primary ext\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "25874709f0f4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-473a9369"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Afspraak maken \" data-entity-substitution=\"canonical\" data-entity-uuid=\"2fdc6f2b-2999-469b-bd83-ed397237bb36\" data-entity-type=\"node\" href=\"/afspraak-maken\" class=\"btn btn-primary\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3496a2c25d02",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-370dc506"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tickets en reservaties (zalen en terreinen)\" data-entity-substitution=\"canonical\" data-entity-uuid=\"3a79ced5-285a-433d-a6fa-92cb2f02887f\" data-entity-type=\"node\" href=\"/tickets-en-reservaties-zalen-en-terreinen\" class=\"btn btn-primary\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "70dc72fb5368",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-aac59019"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"Openbare werken & verkeershinder\" data-entity-substitution=\"canonical\" data-entity-uuid=\"0bce5f1b-053a-4c82-b07a-e931cb01f3e6\" data-entity-type=\"node\" href=\"/openbare-werken-verkeershinder\" class=\"btn btn-primary\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dffbe468def3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-72118795"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Openbare werken & verkeershinder\" data-entity-substitution=\"canonical\" data-entity-uuid=\"0bce5f1b-053a-4c82-b07a-e931cb01f3e6\" data-entity-type=\"node\" href=\"/openbare-werken-verkeershinder\" class=\"btn btn-primary\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "10f19628a8f6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1cf20c38"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"Meldingen en klachten\" data-entity-substitution=\"canonical\" data-entity-uuid=\"45ad2513-669a-4078-8bd7-86a963e8bc72\" data-entity-type=\"node\" href=\"/over-pajottegem-en-het-bestuur/inspraak-en-participatie/meldingen-en-klachten\" class=\"btn btn-primary\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5fce5b007503",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-58b33e27"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Meldingen en klachten\" data-entity-substitution=\"canonical\" data-entity-uuid=\"45ad2513-669a-4078-8bd7-86a963e8bc72\" data-entity-type=\"node\" href=\"/over-pajottegem-en-het-bestuur/inspraak-en-participatie/meldingen-en-klachten\" class=\"btn btn-primary\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "33350c44d7fd",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-08170814"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/burgerzaken\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a8508728f92f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ad704fa2"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/wonen-en-bouwen\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7cd488752536",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7083d813"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/groen-en-milieu\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "649a28012cd4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e1b1ca03"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/mobiliteit\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4e448f8879eb",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9b7c1c61"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/openbare-werken-verkeershinder\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5dee37d6ac7d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6d370430"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/cultuur-en-vrije-tijd\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ffce16f8bacb",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-fdee9134"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/onderwijs-en-kinderopvang\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "738536dbd672",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-47e9395e"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/werken-en-ondernemen\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a5a7fa8a5dd5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f7af4ef3"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/veiligheid-en-preventie\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d6a1202aa4b4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7d1d062a"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/samenleven-welzijn-en-gezondheid\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5727cccf6a7b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-afa395be"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/over-pajottegem-en-het-bestuur\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d32b3f6b5ef7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2cc43196"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/uit-in-pajottegem\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "942a4095fe6b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-69c67e37"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"/risicocode-oranje-voor-brandgevaar-in-vlaams-brabant\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "60daa731c789",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4b144339"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"/samen-voorbereid-op-elke-noodsituatie-begint-bij-de-juiste-informatie\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eab15c40192f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8b9d3f34"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"/nieuwe-collegas-gezocht\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bd6cc8631038",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b7d0e8d7"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"/beleef-supporter-en-feest-mee-op-donderdag-14-mei\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3ed81d2a62c6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-07fd8751"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"/infosessie-voor-mantelzorgers\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "68a6c3c71531",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-469cc289"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"/neem-op-maandag-25-mei-gratis-de-pendelbus-van-de-lijn-naar-jaarmarkt-herne-en-terug\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "534a0642e5c7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b20ec889"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nieuws\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3d357b54bb3f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-75bf150d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Digitale nieuwsbrief\" data-entity-substitution=\"canonical\" data-entity-uuid=\"4e191536-5c11-4981-8a04-17c6fde563e7\" data-entity-type=\"node\" href=\"/over-pajottegem-en-het-bestuur/communicatie/kanalen/digitale-nieuwsbrief\" class=\"btn-dark btn btn-lg\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c9ed1dff5bc6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-75e8bb77"
          }
        ],
        "outcomeCount": 3365,
        "uniqueFailedCount": 56,
        "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.pepingen.be/",
      "finalUrl": "https://www.pepingen.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Startpagina | Pepingen",
      "elapsedMs": 16009,
      "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": 707,
          "failed": 3,
          "cantTell": 19,
          "inapplicable": 41
        },
        "failedRules": [
          "color-contrast",
          "page-has-heading-one",
          "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",
          "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",
          "presentation-role-conflict",
          "region",
          "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": ".find-more-button",
            "html": "<button type=\"button\" class=\"find-more-button btn btn-link find-more-button-processed\" tabindex=\"0\">Meer informatie</button>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.26 (foreground color: #ffffff, background color: #fde484, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".find-more-button"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6aef77ee8684",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-123b2d24"
          },
          {
            "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=\"nl-be\" dir=\"ltr\" prefix=\"og: https://ogp.me/ns#\" class=\" js\">",
            "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": "6fbf6c75ab8c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ee8d7590"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".vlw__contact__toggle__label",
            "html": "<span class=\"vlw__contact__toggle__label\">Hulp nodig</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": "8382966086c2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c1791208"
          }
        ],
        "outcomeCount": 770,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 3
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1730,
          "failed": 37,
          "cantTell": 42,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_id_unique",
          "aria_role_redundant",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "input_checkboxes_grouped",
          "input_label_visible",
          "style_background_decorative",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_Y3QcQQViCwZ_YBtBhO7jirR-sKb9UJAMPKM6X_8lB1g.css?delta=0&language=nl&theme=ocelot_paddle&include=eJx9kutyhCAMhV8Il0diAkTNLBAnQLv26RvdS6d27T9yvngmJgfIArkpsYdkAjX6wuIW4ZES2kNtwhUjNRYHIbBE4mJfr8soXBqWaALzldCFvWzOJ9bvxN7l4SEPD1m7BW2UvkC6UMM8JKrNYHcvm7wkghLQvhOdB0GDt5aoXJ8-j9IkWLnrBJ1S1AlG7hI4uYqh6cRH3D75DY1UA3-grJYLKjccMHFzC8S4rUgnUVDaxSf4Wv-h-rtDRZAwnzcJQgzSsz9tGVnykKHAhHHYj3LWOUP2XSZd8VkHZXU5pVlvDUfaa-Psalt1v9MBLkJ67ie7i-7lV3-s6xu4z3IPxRu6ZeIIt9hAnT2DxF_qqLlYPd_Mwik9I7G9hy0U1dyP4GAhB73xniVsaE90UzkQJLfvw-0W9q90aTNm7V2rZth6qPgN82VSQg\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "90f5d09b0383",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-34b29727"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_Y3QcQQViCwZ_YBtBhO7jirR-sKb9UJAMPKM6X_8lB1g.css?delta=0&language=nl&theme=ocelot_paddle&include=eJx9kutyhCAMhV8Il0diAkTNLBAnQLv26RvdS6d27T9yvngmJgfIArkpsYdkAjX6wuIW4ZES2kNtwhUjNRYHIbBE4mJfr8soXBqWaALzldCFvWzOJ9bvxN7l4SEPD1m7BW2UvkC6UMM8JKrNYHcvm7wkghLQvhOdB0GDt5aoXJ8-j9IkWLnrBJ1S1AlG7hI4uYqh6cRH3D75DY1UA3-grJYLKjccMHFzC8S4rUgnUVDaxSf4Wv-h-rtDRZAwnzcJQgzSsz9tGVnykKHAhHHYj3LWOUP2XSZd8VkHZXU5pVlvDUfaa-Psalt1v9MBLkJ67ie7i-7lV3-s6xu4z3IPxRu6ZeIIt9hAnT2DxF_qqLlYPd_Mwik9I7G9hy0U1dyP4GAhB73xniVsaE90UzkQJLfvw-0W9q90aTNm7V2rZth6qPgN82VSQg\" 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": "2fa79a5bf915",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b9a12ea0"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_T57T8G0XID8Vh9TG4ZIpvSkyljwiNgRwqIw3LL6CDA4.css?delta=1&language=nl&theme=ocelot_paddle&include=eJx9kutyhCAMhV8Il0diAkTNLBAnQLv26RvdS6d27T9yvngmJgfIArkpsYdkAjX6wuIW4ZES2kNtwhUjNRYHIbBE4mJfr8soXBqWaALzldCFvWzOJ9bvxN7l4SEPD1m7BW2UvkC6UMM8JKrNYHcvm7wkghLQvhOdB0GDt5aoXJ8-j9IkWLnrBJ1S1AlG7hI4uYqh6cRH3D75DY1UA3-grJYLKjccMHFzC8S4rUgnUVDaxSf4Wv-h-rtDRZAwnzcJQgzSsz9tGVnykKHAhHHYj3LWOUP2XSZd8VkHZXU5pVlvDUfaa-Psalt1v9MBLkJ67ie7i-7lV3-s6xu4z3IPxRu6ZeIIt9hAnT2DxF_qqLlYPd_Mwik9I7G9hy0U1dyP4GAhB73xniVsaE90UzkQJLfvw-0W9q90aTNm7V2rZth6qPgN82VSQg\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8044376f7a86",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5128b9f2"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_Nw8U-UkdDXiZnlzK5Jl6fxallRl7rLeyirKktLL5qZE.css?delta=2&language=nl&theme=ocelot_paddle&include=eJx9kutyhCAMhV8Il0diAkTNLBAnQLv26RvdS6d27T9yvngmJgfIArkpsYdkAjX6wuIW4ZES2kNtwhUjNRYHIbBE4mJfr8soXBqWaALzldCFvWzOJ9bvxN7l4SEPD1m7BW2UvkC6UMM8JKrNYHcvm7wkghLQvhOdB0GDt5aoXJ8-j9IkWLnrBJ1S1AlG7hI4uYqh6cRH3D75DY1UA3-grJYLKjccMHFzC8S4rUgnUVDaxSf4Wv-h-rtDRZAwnzcJQgzSsz9tGVnykKHAhHHYj3LWOUP2XSZd8VkHZXU5pVlvDUfaa-Psalt1v9MBLkJ67ie7i-7lV3-s6xu4z3IPxRu6ZeIIt9hAnT2DxF_qqLlYPd_Mwik9I7G9hy0U1dyP4GAhB73xniVsaE90UzkQJLfvw-0W9q90aTNm7V2rZth6qPgN82VSQg\" media=\"print\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2c6cf3f16e8a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e433179a"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable\" href=\"#region-content\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "02456d2f64fc",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2cbaa15c"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable\" href=\"#region-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d136c7d137fc",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b875386a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable\" href=\"#region-content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "850bf9677256",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-780e76ef"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"Menu\" aria-expanded=\"false\" aria-controls=\"main-navbar\" data-bs-target=\"#main-navbar\" data-bs-toggle=\"collapse\" type=\"button\" class=\"navbar-toggler hamburger\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dd6b2d639e30",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-215bd4df"
          },
          {
            "rule": "style_background_decorative",
            "xpath": null,
            "html": "<div style=\"--background:url(https://www.pepingen.be/sites/default/files/styles/original_ratio_xxxxl/public/2020-12/banner%20image.webp?itok=nHJ0IHXL);\" class=\"layout-builder__custom page_wide transparent layout-builder layout layout--onecol\">",
            "message": "Verify the CSS background image does not convey important information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f9c1a980c05b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d7801d5b"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<input data-once=\"autocomplete search-api-autocomplete\" placeholder=\"Zoeken\" maxlength=\"128\" size=\"60\" value=\"\" name=\"search\" id=\"edit-search\" type=\"text\" data-autocomplete-path=\"/search_api_autocomplete/search?display=search_overview&arguments%5B0%5D=all&tid%5B0%5D=all&nid=54\" class=\"form-autocomplete form-text form-control ui-autocomplete-input\" data-search-api-autocomplete-search=\"search\" data-drupal-selector=\"edit-search\" autocomplete=\"off\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9eccd24cf40f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6b56c76b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"Zoeken\" name=\"op\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"btn-secondary button js-form-submit form-submit btn\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e5e3e7e65831",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8ea86d26"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Zoeken\" name=\"op\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"btn-secondary button js-form-submit form-submit btn\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b5259ccc60d3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-87ad9640"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/iets-melden\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "06bc4cd7de8c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e26c8f4e"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/overzicht-openingstijden-van-de-verschillende-diensten\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ee5d08a1aa04",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-24bea415"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/iets-melden\">",
            "message": "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 title=\"(opens in a new window)\" rel=\"noopener nofollow\" target=\"_blank\" href=\"https://app.eaglebe.com/auth/start\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "af59cb355e09",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-37e056ee"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"paddle-component paddle-component--bottom-section\">",
            "message": "Confirm this text 'Aanvraag events & inname openbaar domein' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0b113fdfb347",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-82aa19d5"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"paddle-component paddle-component--top-section text\">",
            "message": "Confirm this text 'In de kijker' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d6e8df86a3a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-21e33d57"
          },
          {
            "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 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e9fe87bdbda2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "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 500",
            "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 16px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"(opens in a new window)\" rel=\"noopener nofollow\" target=\"_blank\" data-extlink=\"\" class=\"ext\" href=\"https://pepingen.bibliotheek.be/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b05ef18329f4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d0c9aa68"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/homepage\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f4445a7fb337",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d66d7b35"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav id=\"system_menu_block:footer-menu\" class=\"footer_menu system-menu-blockfooter-menu\" aria-labelledby=\"system_menu_block: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": "f68aedd9cb54",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2b7e0549"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/47\" class=\"nav-link\" href=\"/homepage\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c72f8fd44c75",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ec5090b9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"nav-link\" href=\"/homepage\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1cc4d8a026e3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bc350f2c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"nav-link\" href=\"/homepage\">",
            "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 data-drupal-link-system-path=\"node/1354\" class=\"nav-link\" href=\"/privacyverklaring\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f7a35a236b1b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-46249f1b"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<div style=\"bottom: -257.778px;\" class=\"sliding-popup-bottom\" aria-label=\"Cookie compliance banner\" aria-describedby=\"popup-text\" role=\"alertdialog\" id=\"sliding-popup\">",
            "message": "The 'id' \"popup-text\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "097930fef7b2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a85086e1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button class=\"eu-cookie-withdraw-tab btn btn-secondary\" type=\"button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7b9deeddfe3c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-db66cdd1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button tabindex=\"0\" class=\"find-more-button btn btn-link 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": "f3c54d6bc810",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-853f20b8"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"0\" class=\"find-more-button btn btn-link find-more-button-processed\" type=\"button\">",
            "message": "Text contrast of 1.26 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 300",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0caf0873157c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d5f5d255"
          },
          {
            "rule": "input_checkboxes_grouped",
            "xpath": null,
            "html": "<input tabindex=\"0\" disabled=\"\" checked=\"\" class=\"form-check-input\" value=\"functionele_cookies\" id=\"cookie-category-functionele_cookies\" name=\"cookie-categories\" type=\"checkbox\">",
            "message": "Checkbox input and others with the name \"cookie-categories\" are not grouped together",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5562974a616c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-01ce87de"
          },
          {
            "rule": "input_checkboxes_grouped",
            "xpath": null,
            "html": "<input tabindex=\"0\" class=\"form-check-input\" value=\"analytische_cookies\" id=\"cookie-category-analytische_cookies\" name=\"cookie-categories\" type=\"checkbox\">",
            "message": "Checkbox input and others with the name \"cookie-categories\" are not grouped together",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8aaec239610b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c180075f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button tabindex=\"0\" class=\"eu-cookie-compliance-save-preferences-button btn btn-outline-light\" type=\"button\" id=\"cookie-compliance-save-preferences-button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4abc0f0cb26b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bd034086"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button tabindex=\"0\" class=\"agree-button eu-cookie-compliance-default-button btn btn-secondary\" type=\"button\" id=\"cookie-compliance-agree-button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6581130cbc8e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-37f474e0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button tabindex=\"0\" class=\"eu-cookie-withdraw-button visually-hidden btn btn-secondary\" type=\"button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a08d34d76413",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-062b8071"
          }
        ],
        "outcomeCount": 1778,
        "uniqueFailedCount": 33,
        "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
    },
    {
      "submittedUrl": "https://www.roosdaal.be/",
      "finalUrl": "https://www.roosdaal.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Homepagina | Lokaal bestuur Roosdaal",
      "elapsedMs": 17216,
      "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": 12,
          "cantTell": 21,
          "inapplicable": 40
        },
        "failedRules": [
          "color-contrast",
          "heading-order",
          "link-name",
          "page-has-heading-one",
          "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",
          "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",
          "presentation-role-conflict",
          "region",
          "scrollable-region-focusable",
          "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": ".eu-cookie-withdraw-tab",
            "html": "<button type=\"button\" class=\"eu-cookie-withdraw-tab btn btn-secondary\">Privacy-instellingen</button>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.4 (foreground color: #ffffff, background color: #669933, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".eu-cookie-withdraw-tab"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "157889e70c6a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7d4ce054"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".eu-cookie-compliance-message > h2",
            "html": "<h2>We gebruiken cookies op deze site om je gebruikerservaring te verbeteren</h2>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.4 (foreground color: #ffffff, background color: #669933, font size: 13.2pt (17.6px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".eu-cookie-compliance-banner"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8ad5b7638d71",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b9820b35"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".eu-cookie-compliance-message > p",
            "html": "<p>Door op de knop Accepteren te klikken, stem je ermee in dat wij dit doen.</p>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.4 (foreground color: #ffffff, background color: #669933, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".eu-cookie-compliance-banner"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "42c3de0727d0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-dbad8a64"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".find-more-button",
            "html": "<button type=\"button\" class=\"find-more-button btn btn-link find-more-button-processed\" tabindex=\"0\">Meer informatie</button>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.4 (foreground color: #ffffff, background color: #669933, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".eu-cookie-compliance-banner"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a46582ac0fe3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-123b2d24"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".eu-cookie-compliance-category:nth-child(2) > .form-check > .form-check-label",
            "html": "<label for=\"cookie-category-social_media_cookies\" class=\"form-check-label\">Social media cookies</label>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.4 (foreground color: #ffffff, background color: #669933, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".eu-cookie-compliance-banner"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b45295d769a7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0246d55d"
          },
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "h4:nth-child(1)",
            "html": "<h4 class=\"text-align-center\">Lokaal Bestuur Roosdaal<br>Brusselstraat 15<br>1760 ROOSDAAL<br>054 89 13 00<br><a href=\"mailto:info@roosdaal.be\">info@roosdaal.be</a>&nbsp;</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": "335760dec330",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-65d26668"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".paddle-component--top-section.text.paddle-component > a[href$=\"digitaal-loket\"]:nth-child(1)",
            "html": "<a href=\"/leven/digitaal-loket\">",
            "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": "a5c6e257a047",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-53f5fbe5"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".paddle-component--top-section.text.paddle-component > a[href$=\"afspraak-maken\"]:nth-child(1)",
            "html": "<a href=\"/afspraak-maken\">",
            "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": "62cd68146adf",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-668cc1c3"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "a[href$=\"recyclagepark\"]:nth-child(1)",
            "html": "<a href=\"/milieu/afval/recyclagepark\">",
            "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": "191adef93159",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4e50df69"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".paddle-component--top-section.text.paddle-component > a[href$=\"openingsuren-en-contact\"]:nth-child(1)",
            "html": "<a href=\"/openingsuren-en-contact\">",
            "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": "0f9a5767b9f8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8a512b5d"
          },
          {
            "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=\"nl-be\" dir=\"ltr\" prefix=\"og: https://ogp.me/ns#\" class=\" js\">",
            "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": "cd10293425dc",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ee8d7590"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".vlw__contact__toggle__label",
            "html": "<span class=\"vlw__contact__toggle__label\">Hulp nodig</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": "7c79dae9dbf2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c1791208"
          }
        ],
        "outcomeCount": 877,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 12
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2310,
          "failed": 59,
          "cantTell": 55,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_content_in_landmark",
          "aria_id_unique",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "input_checkboxes_grouped",
          "input_label_visible",
          "script_onclick_misuse",
          "style_background_decorative",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_yUYMDkjDtys-tfufr0dZ5r8jrdQ5FjStOEsxFrrWCqM.css?delta=0&language=nl&theme=ocelot_paddle&include=eJx9k1FywyAMRC8E4UiMADnWBJBHiLbu6YvtNJ2mcf9g30rWiDWQA_LXzAGyiaT0idUvwhNldE93E2-YSFk8xMiSiKt7nC6TcFWsyUTmG6GP-1V9yDzqxB2yvcv2Lg-3oEvSF8gXUiw2U1OD3T_alCUT1IjulegDCBr80Ez19t3nfjUZVu5jgk45jQkm7hI5-4ZRx8TPWGdB_I-_8wuaqEV-Q1kd163acMTM6hdIaVvhmHSAqpeQ4XP9h4512IYgcT43CUKK0ks4tUwsxRaocMVk90c7c85QQpfreIIzB5XR5ZSWkQU4pY0jQba7ybYZhOr12dybcvFN1_wXLqNAH-wQ_aN9-_lSewH3wY-EvaBbwJ7hlkFoc2CQ9EudRsjWwB9m4Zy_87Wd7ZawZo4X87CQh668BxMV3Ylujr34fS8uQKP4S_J7V_dXuuiMZZSvbfwjWyF-AUNOd84\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cfe4a825eea4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e44f820e"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_yUYMDkjDtys-tfufr0dZ5r8jrdQ5FjStOEsxFrrWCqM.css?delta=0&language=nl&theme=ocelot_paddle&include=eJx9k1FywyAMRC8E4UiMADnWBJBHiLbu6YvtNJ2mcf9g30rWiDWQA_LXzAGyiaT0idUvwhNldE93E2-YSFk8xMiSiKt7nC6TcFWsyUTmG6GP-1V9yDzqxB2yvcv2Lg-3oEvSF8gXUiw2U1OD3T_alCUT1IjulegDCBr80Ez19t3nfjUZVu5jgk45jQkm7hI5-4ZRx8TPWGdB_I-_8wuaqEV-Q1kd163acMTM6hdIaVvhmHSAqpeQ4XP9h4512IYgcT43CUKK0ks4tUwsxRaocMVk90c7c85QQpfreIIzB5XR5ZSWkQU4pY0jQba7ybYZhOr12dybcvFN1_wXLqNAH-wQ_aN9-_lSewH3wY-EvaBbwJ7hlkFoc2CQ9EudRsjWwB9m4Zy_87Wd7ZawZo4X87CQh668BxMV3Ylujr34fS8uQKP4S_J7V_dXuuiMZZSvbfwjWyF-AUNOd84\" 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": "0ba94d0ce2f5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c7188ac3"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_yPvDyi_95b46T-hWEIlyuxh2zSWBRCKTk7rHHJHv1IE.css?delta=1&language=nl&theme=ocelot_paddle&include=eJx9k1FywyAMRC8E4UiMADnWBJBHiLbu6YvtNJ2mcf9g30rWiDWQA_LXzAGyiaT0idUvwhNldE93E2-YSFk8xMiSiKt7nC6TcFWsyUTmG6GP-1V9yDzqxB2yvcv2Lg-3oEvSF8gXUiw2U1OD3T_alCUT1IjulegDCBr80Ez19t3nfjUZVu5jgk45jQkm7hI5-4ZRx8TPWGdB_I-_8wuaqEV-Q1kd163acMTM6hdIaVvhmHSAqpeQ4XP9h4512IYgcT43CUKK0ks4tUwsxRaocMVk90c7c85QQpfreIIzB5XR5ZSWkQU4pY0jQba7ybYZhOr12dybcvFN1_wXLqNAH-wQ_aN9-_lSewH3wY-EvaBbwJ7hlkFoc2CQ9EudRsjWwB9m4Zy_87Wd7ZawZo4X87CQh668BxMV3Ylujr34fS8uQKP4S_J7V_dXuuiMZZSvbfwjWyF-AUNOd84\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef030aac9710",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-43787d56"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_kAbNvTWeixBS34diDWEUpD8T2r_BSRhM1cEqalGP6js.css?delta=2&language=nl&theme=ocelot_paddle&include=eJx9k1FywyAMRC8E4UiMADnWBJBHiLbu6YvtNJ2mcf9g30rWiDWQA_LXzAGyiaT0idUvwhNldE93E2-YSFk8xMiSiKt7nC6TcFWsyUTmG6GP-1V9yDzqxB2yvcv2Lg-3oEvSF8gXUiw2U1OD3T_alCUT1IjulegDCBr80Ez19t3nfjUZVu5jgk45jQkm7hI5-4ZRx8TPWGdB_I-_8wuaqEV-Q1kd163acMTM6hdIaVvhmHSAqpeQ4XP9h4512IYgcT43CUKK0ks4tUwsxRaocMVk90c7c85QQpfreIIzB5XR5ZSWkQU4pY0jQba7ybYZhOr12dybcvFN1_wXLqNAH-wQ_aN9-_lSewH3wY-EvaBbwJ7hlkFoc2CQ9EudRsjWwB9m4Zy_87Wd7ZawZo4X87CQh668BxMV3Ylujr34fS8uQKP4S_J7V_dXuuiMZZSvbfwjWyF-AUNOd84\" media=\"print\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e19e26f42253",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-83814fa2"
          },
          {
            "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": "08e716b15a3d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-be023ec7"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable\" href=\"#region-content\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fb5c03d9527b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2cbaa15c"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable\" href=\"#region-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "85d000eb3390",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b875386a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable\" href=\"#region-content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "884151eb7baa",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-780e76ef"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"logo\" title=\"Ga naar de homepage\" 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": "a6c86d95587e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-509d3a1f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"Zoeken\" name=\"op\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"btn-secondary button js-form-submit form-submit btn\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3bd90f367d2a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8ea86d26"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Zoeken\" name=\"op\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"btn-secondary button js-form-submit form-submit btn\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ad6ce29162e9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-87ad9640"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/leven/digitaal-loket\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1cf0160ff40c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-62e6a10b"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/afspraak-maken\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f139cf6177a5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-92568d18"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/milieu/afval/recyclagepark\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "90fd88b82151",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4095eacc"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/milieu/afval/recyclagepark\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c556a733cd7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1aaf723b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/milieu/afval/recyclagepark\">",
            "message": "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=\"/openingsuren-en-contact\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8a6ac3bc862f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e0ee9221"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/openingsuren-en-contact\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5e0881351047",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d81345b9"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/openingsuren-en-contact\">",
            "message": "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_block_heading",
            "xpath": null,
            "html": "<div class=\"paddle-component paddle-component--top-section text\">",
            "message": "Confirm this text 'Nieuws en evenementen' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "97b14b68f887",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-21e33d57"
          },
          {
            "rule": "script_onclick_misuse",
            "xpath": null,
            "html": "<img style=\"cursor: pointer;\" onclick=\"window.location.href='/nieuws-en-evenementen/6-juni-2026-boekstartdag-in-de-bib'\" alt=\"Banner Boekstartdag\" src=\"/sites/default/files/styles/original_ratio_zero/public/2026-05/Banner-Boekstartdag.jpg?itok=CgDsfTKS\" height=\"202\" width=\"545\" class=\"original img-fluid\" loading=\"lazy\">",
            "message": "Possible use of a script to emulate a link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c2e6fc4d46a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d0c55b25"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"/30-mei-2026-kijkikdrijf\">",
            "message": "Text contrast of 3.40 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": "ff82177d79b3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0ac91bd2"
          },
          {
            "rule": "script_onclick_misuse",
            "xpath": null,
            "html": "<img style=\"cursor: pointer;\" onclick=\"window.location.href='/30-mei-2026-kijkikdrijf'\" alt=\"Affichebeeld KijkIkDrijf 30 mei in Ternat\" src=\"/sites/default/files/styles/original_ratio_zero/public/2026-04/affichebeeld-KijkIkDrijf.jpg?itok=-t_YUaqo\" height=\"409\" width=\"539\" class=\"original img-fluid\" loading=\"lazy\">",
            "message": "Possible use of a script to emulate a link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e99193213e10",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-dcb8983b"
          },
          {
            "rule": "script_onclick_misuse",
            "xpath": null,
            "html": "<img style=\"cursor: pointer;\" onclick=\"window.location.href='/politiezone-tarl-bijstand-bij-reizeigerscontrole-de-lijn'\" alt=\"detailbeeld bus De Lijn\" src=\"/sites/default/files/styles/original_ratio_zero/public/2026-04/de-lijn-beeld-bus-creative-commons.jpg?itok=7RRR_6q2\" height=\"307\" width=\"545\" class=\"original img-fluid\" loading=\"lazy\">",
            "message": "Possible use of a script to emulate a link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "525e71a7a0b3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-54b7bec7"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"/vanaf-23-april-leif-antenne-in-het-pajottenland\">",
            "message": "Text contrast of 3.40 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": "9ba6b87b81e2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9120e51e"
          },
          {
            "rule": "script_onclick_misuse",
            "xpath": null,
            "html": "<img style=\"cursor: pointer;\" onclick=\"window.location.href='/vanaf-23-april-leif-antenne-in-het-pajottenland'\" alt=\"Logo van LEIF.be\" src=\"/sites/default/files/styles/original_ratio_zero/public/2026-04/LEIF-Logo_0.png?itok=1j-iSKwj\" height=\"350\" width=\"400\" class=\"original img-fluid\" loading=\"lazy\">",
            "message": "Possible use of a script to emulate a link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6150abe7e0b8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-dade5e7d"
          },
          {
            "rule": "script_onclick_misuse",
            "xpath": null,
            "html": "<img style=\"cursor: pointer;\" onclick=\"window.location.href='/nieuws-en-evenementen/nieuwsberichten-verkeer-en-wegen'\" alt=\"beeld wegenwerken\" src=\"/sites/default/files/styles/original_ratio_zero/public/2026-01/wegenwerken.jpg?itok=yKvJ5IMP\" height=\"363\" width=\"545\" class=\"original img-fluid\" loading=\"lazy\">",
            "message": "Possible use of a script to emulate a link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8671103d6d88",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-99b6833e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"/vrije-tijd/sport/5-mei-sporteldag-in-pajottegem-gooik\">",
            "message": "Text contrast of 3.40 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": "dfc8f9c48538",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-10974eb2"
          },
          {
            "rule": "script_onclick_misuse",
            "xpath": null,
            "html": "<img style=\"cursor: pointer;\" onclick=\"window.location.href='/vrije-tijd/sport/5-mei-sporteldag-in-pajottegem-gooik'\" alt=\"Beeld van de folder Sporteldag 2026 in Gooik\" src=\"/sites/default/files/styles/original_ratio_zero/public/2026-03/20260324-beeld-Sporteldag-5-mei-in-Gooik_0.jpg?itok=2QXELqeL\" height=\"376\" width=\"545\" class=\"original img-fluid\" loading=\"lazy\">",
            "message": "Possible use of a script to emulate a link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "851a7b0758b2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-80600a85"
          },
          {
            "rule": "script_onclick_misuse",
            "xpath": null,
            "html": "<img style=\"cursor: pointer;\" onclick=\"window.location.href='/sluitingsdagen-lokaal-bestuur-roosdaal'\" alt=\"Affiche met sluitingsdagen voorjaar 2026\" src=\"/sites/default/files/styles/original_ratio_zero/public/2026-03/20260330-sluitngsdagen-voorjaar-2026.jpg?itok=7HIcEU96\" height=\"409\" width=\"327\" class=\"original img-fluid\" loading=\"lazy\">",
            "message": "Possible use of a script to emulate a link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6e3b1f977d30",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1c248a63"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"/31-mei-2026-28e-roosdaalse-sneukeltocht\">",
            "message": "Text contrast of 3.40 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": "512ac012a550",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c44a8987"
          },
          {
            "rule": "script_onclick_misuse",
            "xpath": null,
            "html": "<img style=\"cursor: pointer;\" onclick=\"window.location.href='/31-mei-2026-28e-roosdaalse-sneukeltocht'\" alt=\"\" src=\"/sites/default/files/styles/original_ratio_zero/public/2026-03/fragment-affiche-Sneukeltocht-2026.jpg?itok=hWBMGG9M\" height=\"238\" width=\"545\" class=\"original img-fluid\" loading=\"lazy\">",
            "message": "Possible use of a script to emulate a link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "99fafe8653b8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b7759a6e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/ondernemen-en-werken/vacatures\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3c732d3c1b38",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7d09df80"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"(open in een nieuw browservenster)\" rel=\"noopener nofollow\" target=\"_blank\" data-extlink=\"\" class=\"ext\" href=\"/sites/default/files/2026-01/Afvalkalender_jan-jun_2026_NL_Roosdaal_0.pdf\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "74b674f64955",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d0831bc2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/bestuur-en-beleid/communicatie/roosdaal-info\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d613aac29e99",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-af8b181f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/bestuur-en-beleid/bekendmakingen\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e4bc2b7b165d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4fabb3ab"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"paddle-component--body-section\">",
            "message": "Confirm this text 'Lokaal Bestuur Roosdaal' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a602320fc9a1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-88a2d159"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<br>",
            "message": "Confirm this text 'Brusselstraat 15' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7ea0f7e4a640",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-94d3c6bd"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<br>",
            "message": "Confirm this text '1760 ROOSDAAL' 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 '054 89 13 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 'BE 0207 515 365' 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 'Bank' 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 'BE33 0910 0017 6346' 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=\"paddle-component--body-section\">",
            "message": "Confirm this text 'Volg ons op' 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 'Volg ons op Volg ons op' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "27b18a534ffd",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f2bf52aa"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"(open in een nieuw browservenster)\" rel=\"noopener nofollow\" target=\"_blank\" data-extlink=\"\" class=\"ext\" href=\"https://www.facebook.com/GemeenteRoosdaal/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d6c3bacb514",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4aebb9fd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"(open in een nieuw browservenster)\" rel=\"noopener nofollow\" target=\"_blank\" data-extlink=\"\" class=\"ext\" href=\"https://www.instagram.com/gemeenteroosdaal\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "34518ed57d11",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-967e99b3"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<div style=\"bottom: -270.278px;\" class=\"sliding-popup-bottom\" aria-label=\"Cookie compliance banner\" aria-describedby=\"popup-text\" role=\"alertdialog\" id=\"sliding-popup\">",
            "message": "The 'id' \"popup-text\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b92ba2a248e4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2faaca90"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button class=\"eu-cookie-withdraw-tab btn btn-secondary\" type=\"button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e66a5ebcf9b4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-db66cdd1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2>",
            "message": "Text contrast of 3.40 with its background is less than the WCAG AA minimum requirements for text of size 17.6px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aecc99746e1b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9c97642b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "Text contrast of 3.40 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": "81dd1714b3ba",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7acebded"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button tabindex=\"0\" class=\"find-more-button btn btn-link 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": "cda44c517ab8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-853f20b8"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"0\" class=\"find-more-button btn btn-link find-more-button-processed\" type=\"button\">",
            "message": "Text contrast of 3.40 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 300",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5e7bcfcee6f5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d5f5d255"
          },
          {
            "rule": "input_checkboxes_grouped",
            "xpath": null,
            "html": "<input tabindex=\"0\" disabled=\"\" checked=\"\" class=\"form-check-input\" value=\"required\" id=\"cookie-category-required\" name=\"cookie-categories\" type=\"checkbox\">",
            "message": "Checkbox input and others with the name \"cookie-categories\" are not grouped together",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a0b79b136cca",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bb2e601d"
          },
          {
            "rule": "input_checkboxes_grouped",
            "xpath": null,
            "html": "<input tabindex=\"0\" class=\"form-check-input\" value=\"social_media_cookies\" id=\"cookie-category-social_media_cookies\" name=\"cookie-categories\" type=\"checkbox\">",
            "message": "Checkbox input and others with the name \"cookie-categories\" are not grouped together",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "31ef235261bd",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a9784bdc"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<label class=\"form-check-label\" for=\"cookie-category-social_media_cookies\">",
            "message": "Text contrast of 3.40 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": "e5f8129da66b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b40dfda9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button tabindex=\"0\" class=\"eu-cookie-compliance-save-preferences-button btn btn-outline-light\" type=\"button\" id=\"cookie-compliance-save-preferences-button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e95c17cc8d70",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bd034086"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button tabindex=\"0\" class=\"agree-button eu-cookie-compliance-default-button btn btn-secondary\" type=\"button\" id=\"cookie-compliance-agree-button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "85a33cec95bd",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-37f474e0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button tabindex=\"0\" class=\"eu-cookie-withdraw-button visually-hidden btn btn-secondary\" type=\"button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9854d9310b27",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-062b8071"
          }
        ],
        "outcomeCount": 2385,
        "uniqueFailedCount": 51,
        "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.rotselaar.be/",
      "finalUrl": "https://www.rotselaar.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Rotselaar",
      "elapsedMs": 8450,
      "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": 590,
          "failed": 5,
          "cantTell": 36,
          "inapplicable": 45
        },
        "failedRules": [
          "image-alt",
          "landmark-no-duplicate-contentinfo",
          "landmark-unique",
          "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",
          "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-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "region",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".views-row:nth-child(1) > .node--view-mode-teaser.node--type-news.node > .teaser-inner > .teaser__image > .media.media--type-image.media--view-mode-teaser > .image-style-teaser[loading=\"lazy\"][width=\"740\"]",
            "html": "<img loading=\"lazy\" src=\"/sites/default/files/styles/teaser/public/accountant-1238598_640.jpg?itok=ccY51VpE\" width=\"740\" height=\"555\" class=\"image-style-teaser\">",
            "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": "28f276a764d6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-492f4aaa"
          },
          {
            "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 class=\"main-footer\" 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": [
              ".subfooter"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c76ae688e73f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2cb4f1dc"
          },
          {
            "rule": "landmark-unique",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-unique?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "footer",
            "html": "<footer class=\"main-footer\" 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": [
              ".subfooter"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef93a7fb9028",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9e28ded4"
          },
          {
            "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=\"nl\" dir=\"ltr\" prefix=\"og: https://ogp.me/ns#\" class=\" js\">",
            "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": "9b8375cc912f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ee8d7590"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".cookiesjsr-banner--text",
            "html": "<span class=\"cookiesjsr-banner--text\">Deze site gebruikt cookies om de website te verbeteren.</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": "57294cdfb8c7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9b0ba74f"
          }
        ],
        "outcomeCount": 676,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 5
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1559,
          "failed": 64,
          "cantTell": 64,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_contentinfo_label_unique",
          "aria_contentinfo_single",
          "aria_landmark_name_unique",
          "aria_role_redundant",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "img_alt_valid",
          "input_label_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link href=\"https://use.typekit.net/grn7oun.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": "89baa0e6e2ca",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-15b0a170"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link color=\"#374e9e\" href=\"/themes/custom/epsenkaas_theme/images/favicons/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": "d384b364c418",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-61bf0b5f"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<link color=\"#374e9e\" href=\"/themes/custom/epsenkaas_theme/images/favicons/safari-pinned-tab.svg\" rel=\"mask-icon\">",
            "message": "The HTML attribute(s) \"color\" is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "29e83c341101",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3a4fc787"
          },
          {
            "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": "7af071641e96",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "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": "b49f00a7a6cd",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-13065efa"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<header role=\"banner\" class=\"main-header\">",
            "message": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "654a1526ed0a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f9dac197"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a rel=\"home\" title=\"Home\" href=\"/\" class=\"site-logo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "98572b58d7e8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-990b3c44"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button class=\"nav-toggle\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "06e0211e7be7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b5cde03f"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<main class=\"main\" role=\"main\">",
            "message": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3c0300ae740b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6a4a3f89"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://rotselaar.mijnafspraakmaken.be/\" class=\"btn--primary\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "55eb7c6c2d4d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-88764254"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Gemeentehuis\" data-entity-substitution=\"canonical\" data-entity-uuid=\"4b8db8db-2918-4c6f-b4f8-1e98e2994357\" data-entity-type=\"node\" href=\"https://www.rotselaar.be/contact/gemeentehuis\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "50963dfff14c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5286e502"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://rotselaar.bibliotheek.be/adres-en-openingsuren\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "392e77d883ea",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b7bc33fd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Recyclageparken Rotselaar\" data-entity-substitution=\"canonical\" data-entity-uuid=\"1b542b63-9953-4cf0-93d0-7e0663b8f7c1\" data-entity-type=\"node\" href=\"https://www.rotselaar.be/contact/recyclageparken-rotselaar\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fefdc1c76691",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8519f57f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Nieuws\" data-entity-substitution=\"canonical\" data-entity-uuid=\"f551b3ae-3d60-40a8-8c88-166ac10a9e9d\" data-entity-type=\"node\" href=\"https://www.rotselaar.be/nieuws\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3c82108a68e1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d62d0054"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Vernieuwing stationsomgeving Wezemaal\" data-entity-substitution=\"canonical\" data-entity-uuid=\"267b30f2-6233-4edf-abca-6994add87bdb\" data-entity-type=\"node\" href=\"https://www.rotselaar.be/vernieuwing-stationsomgeving-wezemaal\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1715b1d665ed",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d038f5aa"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Vacatures\" data-entity-substitution=\"canonical\" data-entity-uuid=\"36994b57-450b-4c6c-9b51-201b8a2ca2b7\" data-entity-type=\"taxonomy_term\" href=\"https://www.rotselaar.be/vacatures\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "01bfdf092977",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8317e744"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://rotselaar.be/negatief-advies-voor-bouw-van-twee-windturbines-wezemaal\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "38674b25340d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d334b3c8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://rotselaar.egovflow.be/forms\" class=\"arrow-link\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "15f9d7fdac89",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ea6102d6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.rotselaar.be/melding\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "00e20e6e05c8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ae1024c1"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p>",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: 'de Mena, zwemzone '",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fe01c11f8b0b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a938c687"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a aria-label=\"Lees meer over Vrije tijd\" class=\"stretched-link\" href=\"/vrije-tijd\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6f2fcdfede8c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3151855b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a aria-label=\"Lees meer over Bouwen en wonen\" class=\"stretched-link\" href=\"/bouwen-en-wonen\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8a4a4c0f75eb",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-72b292f9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a aria-label=\"Lees meer over Mobiliteit en wegenwerken\" class=\"stretched-link\" href=\"/mobiliteit-en-wegenwerken\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fd1cd69733a6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-171ceba8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a aria-label=\"Lees meer over Afval en milieu\" class=\"stretched-link\" href=\"/afval-en-milieu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a8141cf25b00",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2be43595"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a aria-label=\"Lees meer over Ondernemen en werken\" class=\"stretched-link\" href=\"/ondernemen-en-werken\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "63f1ae064520",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1de34c73"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a aria-label=\"Lees meer over Identiteit, rijbewijs en reizen\" class=\"stretched-link\" href=\"/identiteit-rijbewijs-en-reizen\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a055eb035716",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-70c2ac43"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a aria-label=\"Lees meer over Geboorte en overlijden\" class=\"stretched-link\" href=\"/geboorte-en-overlijden\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c5e86f35c603",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-fe555d04"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a aria-label=\"Lees meer over Trouwen en samenwonen\" class=\"stretched-link\" href=\"/trouwen-en-samenwonen\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e1bd67830c40",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-003b3d06"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a aria-label=\"Lees meer over Onderwijs, opvang en gezinsondersteuning\" class=\"stretched-link\" href=\"/onderwijs-opvang-en-gezinsondersteuning\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0727db24e1b2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-eab5ec32"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a aria-label=\"Lees meer over Welzijn, gezondheid en veiligheid\" class=\"stretched-link\" href=\"/welzijn-gezondheid-en-veiligheid\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "32733867c97b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-cd2bf66b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a aria-label=\"Lees meer over Bestuur en organisatie\" class=\"stretched-link\" href=\"/bestuur-en-organisatie\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "973d056cf2fc",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a71f878e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Papieren en attesten\" data-entity-substitution=\"canonical\" data-entity-uuid=\"b9dc7b07-a5e1-48aa-9241-c37b35974620\" data-entity-type=\"taxonomy_term\" href=\"https://www.rotselaar.be/product-type/papieren-en-attesten\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cc3125d50522",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c64a7e7c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Vergunningen en toelatingen\" data-entity-substitution=\"canonical\" data-entity-uuid=\"9bb3b266-e123-4053-8463-494af58cc1ae\" data-entity-type=\"taxonomy_term\" href=\"https://www.rotselaar.be/product-type/vergunningen-en-toelatingen\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "823bf8ecb070",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a805a118"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.rotselaar.be/product-type/belastingen-en-retributies\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c9a5d46683ea",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-879f873d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Premies en subsidies\" data-entity-substitution=\"canonical\" data-entity-uuid=\"4155c612-cce3-45dc-adc2-f7b19f883275\" data-entity-type=\"taxonomy_term\" href=\"https://www.rotselaar.be/product-type/premies-en-subsidies\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "97a655b00a56",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7396a77b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.rotselaar.be/activiteiten\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3aa5c2babd19",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-11bc7162"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a aria-label=\"Lees meer over Kermisweekend in Wezemaal\" class=\"stretched-link\" href=\"/kermisweekend-wezemaal\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "08b99e8b6e9b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-12a9a342"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a aria-label=\"Lees meer over Kermisweekend in Wezemaal\" class=\"stretched-link\" href=\"/kermisweekend-wezemaal\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b476cf4b7ded",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-63885c36"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img class=\"image-style-teaser\" height=\"555\" width=\"740\" src=\"/sites/default/files/styles/teaser/public/accountant-1238598_640.jpg?itok=ccY51VpE\" loading=\"lazy\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fbfd6061ff44",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0a9d54cb"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a aria-label=\"Lees meer over Lokale zitdag belastingaangifte 2026\" class=\"stretched-link\" href=\"/lokale-zitdag-belastingaangifte-2026\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "527084a3f070",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1da01296"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a aria-label=\"Lees meer over Lokale zitdag belastingaangifte 2026\" class=\"stretched-link\" href=\"/lokale-zitdag-belastingaangifte-2026\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "95054917e338",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a84c46fd"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a aria-label=\"Lees meer over Kindercarrousel op woensdag 6 mei 2026\" class=\"stretched-link\" href=\"/kindercarrousel-op-woensdag-6-mei-2026\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b2aebb77c155",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6100f5f9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a aria-label=\"Lees meer over Kindercarrousel op woensdag 6 mei 2026\" class=\"stretched-link\" href=\"/kindercarrousel-op-woensdag-6-mei-2026\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1d14bb74ca58",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f926f75c"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a aria-label=\"Lees meer over Rotselaar belicht ouderschap tijdens Week van de Opvoeding\" class=\"stretched-link\" href=\"/week-van-de-opvoeding\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "314f29c6c650",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-68047499"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a aria-label=\"Lees meer over Rotselaar belicht ouderschap tijdens Week van de Opvoeding\" class=\"stretched-link\" href=\"/week-van-de-opvoeding\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "acd4af572866",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6b770afa"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nieuws\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a9e5a5a5918a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-75bf150d"
          },
          {
            "rule": "aria_contentinfo_single",
            "xpath": null,
            "html": "<footer role=\"contentinfo\" class=\"main-footer\">",
            "message": "Multiple elements with \"contentinfo\" role found on the page",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "05d41489331b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2f9e01ea"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<footer role=\"contentinfo\" class=\"main-footer\">",
            "message": "The explicitly-assigned ARIA role \"contentinfo\" is redundant with the implicit role of the element <footer>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d95ddf26a1a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c11332f7"
          },
          {
            "rule": "aria_contentinfo_label_unique",
            "xpath": null,
            "html": "<footer role=\"contentinfo\" class=\"main-footer\">",
            "message": "Multiple elements with \"contentinfo\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b018dd12b160",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f193f559"
          },
          {
            "rule": "aria_landmark_name_unique",
            "xpath": null,
            "html": "<footer role=\"contentinfo\" class=\"main-footer\">",
            "message": "Multiple elements with \"contentinfo\" landmarks within the same parent region are not distinguished from one another because they have the same \"\" label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "52bb422c588b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-270af1d3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input data-once=\"webform-unsaved\" required=\"required\" class=\"form-email required\" placeholder=\"Vul je mailadres in en druk op 'inschrijven'\" maxlength=\"254\" size=\"60\" value=\"\" name=\"e_mailadres\" id=\"edit-e-mailadres\" type=\"email\" data-drupal-selector=\"edit-e-mailadres\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ecd78d1a1361",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a118bb13"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input data-once=\"webform-unsaved\" required=\"required\" class=\"form-email required\" placeholder=\"Vul je mailadres in en druk op 'inschrijven'\" maxlength=\"254\" size=\"60\" value=\"\" name=\"e_mailadres\" id=\"edit-e-mailadres\" type=\"email\" data-drupal-selector=\"edit-e-mailadres\">",
            "message": "The ‘placeholder’ is the only visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cfe3adb6eef9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-12fe9bcc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input data-once=\"webform-unsaved\" value=\"Inschrijven\" name=\"op\" id=\"edit-actions-submit\" type=\"submit\" data-drupal-selector=\"edit-actions-submit\" class=\"webform-button--submit button button--primary js-form-submit form-submit\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2666ba22fe95",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-cc5761f9"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input data-once=\"webform-unsaved\" value=\"Inschrijven\" name=\"op\" id=\"edit-actions-submit\" type=\"submit\" data-drupal-selector=\"edit-actions-submit\" class=\"webform-button--submit button button--primary js-form-submit form-submit\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a8a7062336a9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d1f4860f"
          },
          {
            "rule": "aria_contentinfo_single",
            "xpath": null,
            "html": "<div role=\"contentinfo\" class=\"subfooter\">",
            "message": "Multiple elements with \"contentinfo\" role found on the page",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "849859ea87a1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-95989eab"
          },
          {
            "rule": "aria_contentinfo_label_unique",
            "xpath": null,
            "html": "<div role=\"contentinfo\" class=\"subfooter\">",
            "message": "Multiple elements with \"contentinfo\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c61e53b16f89",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9b8c7f70"
          },
          {
            "rule": "aria_landmark_name_unique",
            "xpath": null,
            "html": "<div role=\"contentinfo\" class=\"subfooter\">",
            "message": "Multiple elements with \"contentinfo\" landmarks within the same parent region are not distinguished from one another because they have the same \"\" label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "48d9202e720c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f39f27f4"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav class=\"block block-menu navigation menu--footer\" id=\"block-epsenkaas-theme-footer\" aria-labelledby=\"block-epsenkaas-theme-footer-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": "803a04632fda",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-02eef6f8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/3476\" href=\"/privacybeleid\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9f8cc2ab79b1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8b9fa731"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/3477\" href=\"/gebruiksvoorwaarden\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7135e4fcaaa9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ac9527ce"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button class=\"cookiesjsr-btn cookiesjsr-settings\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5a3cd9fbe950",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f69838f1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button class=\"cookiesjsr-btn cookiesjsr-settings\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "56ec42caff0e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5c55bdaf"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button class=\"cookiesjsr-btn important denyAll\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "653f88bd76f1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a57c94ab"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button class=\"cookiesjsr-btn important allowAll\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8cb8930e816d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9882d0ac"
          }
        ],
        "outcomeCount": 1640,
        "uniqueFailedCount": 64,
        "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.scherpenheuvel-zichem.be/",
      "finalUrl": "https://www.scherpenheuvel-zichem.be/",
      "redirected": false,
      "statusCode": 429,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "429 bot traffic is limited",
      "elapsedMs": 5112,
      "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": 13,
          "failed": 8,
          "cantTell": 0,
          "inapplicable": 79
        },
        "failedRules": [
          "heading-order",
          "html-has-lang",
          "landmark-one-main",
          "region"
        ],
        "passedRules": [
          "aria-hidden-body",
          "color-contrast",
          "document-title",
          "empty-heading",
          "heading-order",
          "nested-interactive",
          "page-has-heading-one",
          "region"
        ],
        "failures": [
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "h3",
            "html": "<h3>Guru Meditation:</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": "c7fd718fcb9c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-09c71066"
          },
          {
            "rule": "html-has-lang",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/html-has-lang?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag311"
            ],
            "xpath": "html",
            "html": "<html>",
            "message": "<html> element must have a lang attribute",
            "fixSummary": "Fix any of the following:\n  The <html> element does not have a lang attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "56f699f71f6b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9a2136ae"
          },
          {
            "rule": "landmark-one-main",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-one-main?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "html",
            "html": "<html>",
            "message": "Document should have one main landmark",
            "fixSummary": "Fix all of the following:\n  Document does not have a main landmark",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "874a89ac30ec",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-85b00be0"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "h1",
            "html": "<h1>Error 405 Requests from this country are not allowed at the moment</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": "6b927a529b71",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0b527b4b"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "p:nth-child(2)",
            "html": "<p>Requests from this country are not allowed at the moment</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": "ec7c15f53136",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ecca967d"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "h3",
            "html": "<h3>Guru Meditation:</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": "60d6dcfdc021",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-53c5e841"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "p:nth-child(4)",
            "html": "<p>XID: 446333092</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": "eda2ad215149",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f8be9305"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "p:nth-child(6)",
            "html": "<p>Varnish cache server</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": "d1b49905451c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ee717b49"
          }
        ],
        "outcomeCount": 100,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 8
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 40,
          "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": "488f6ecf6006",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "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": "90e12601ebc0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "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": "2b264ec1b192",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-642a24d8"
          }
        ],
        "outcomeCount": 43,
        "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.sint-genesius-rode.be/nl/startpagina",
      "finalUrl": "https://www.sint-genesius-rode.be/nl/startpagina",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Startpagina - Gemeente Sint-Genesius-Rode",
      "elapsedMs": 8341,
      "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": 410,
          "failed": 47,
          "cantTell": 1,
          "inapplicable": 53
        },
        "failedRules": [
          "color-contrast",
          "image-redundant-alt",
          "label-title-only",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "page-has-heading-one",
          "region"
        ],
        "passedRules": [
          "aria-allowed-role",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-required-attr",
          "aria-roles",
          "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",
          "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",
          "meta-viewport-large",
          "nested-interactive",
          "region",
          "skip-link"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#changelang > span",
            "html": "<span>FR</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.81 (foreground color: #ffffff, background color: #34ae73, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#changelang"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "29c519877a22",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b607f14d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"leven-in-rode\"] > span",
            "html": "<span>Leven in Rode</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.81 (foreground color: #ffffff, background color: #34ae73, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".menu"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "970bbfa1ac7c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-345a1bd7"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"vrije-tijd\"] > span",
            "html": "<span>Vrije tijd</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.81 (foreground color: #ffffff, background color: #34ae73, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".menu"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "79f131c09716",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-77ecbacd"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"mobiliteit\"] > span",
            "html": "<span>Mobiliteit</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.81 (foreground color: #ffffff, background color: #34ae73, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".menu"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "730a47b5f9b5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c308044d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"beleid\"] > span",
            "html": "<span>Beleid</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.81 (foreground color: #ffffff, background color: #34ae73, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".menu"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a11acce216fc",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-72643d97"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"e-loket\"] > span",
            "html": "<span>E-loket</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.81 (foreground color: #ffffff, background color: #34ae73, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".menu"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "17579873f990",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-45476be4"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".last.item > a[href$=\"vacatures\"] > span",
            "html": "<span>Vacatures</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.81 (foreground color: #ffffff, background color: #34ae73, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".menu"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b00d2b1d3f3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8540f3d2"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#popular > .box-inner > h2 > span",
            "html": "<span>Populair</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.81 (foreground color: #ffffff, background color: #34ae73, font size: 19.5pt (26px), font weight: normal). Expected contrast ratio of 3:1",
            "relatedPaths": [
              "#popular"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2926ef40c98b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d01feaa4"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"afvalkalender\"]",
            "html": "<a href=\"/nl/product/173/afvalkalender\">\n\t\t\t\t\t\t\t\t\t\tAfvalkalender\n\t\t\t\t\t\t\t\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 2.81 (foreground color: #ffffff, background color: #34ae73, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#popular"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ed8468be27f4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1485d634"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".popular.list > .item:nth-child(2) > a",
            "html": "<a href=\"/nl/gemeentelijk-infoblad-rode-info\">\n\t\t\t\t\t\t\t\t\t\tInfoblad Rode info\n\t\t\t\t\t\t\t\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 2.81 (foreground color: #ffffff, background color: #34ae73, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#popular"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "28f0b0114219",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a34416e0"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"inname-openbaar-domein\"]",
            "html": "<a href=\"/nl/inname-openbaar-domein\">\n\t\t\t\t\t\t\t\t\t\tInname openbaar domein\n\t\t\t\t\t\t\t\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 2.81 (foreground color: #ffffff, background color: #34ae73, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#popular"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d79e24e406aa",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ceb2c22c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"recyclagepark\"]",
            "html": "<a href=\"/nl/product/33/recyclagepark\">\n\t\t\t\t\t\t\t\t\t\tRecyclagepark\n\t\t\t\t\t\t\t\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 2.81 (foreground color: #ffffff, background color: #34ae73, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#popular"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6abc6e992e96",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-acfab36d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"sorteergids\"]",
            "html": "<a href=\"/nl/sorteergids\">\n\t\t\t\t\t\t\t\t\t\tSorteergids\n\t\t\t\t\t\t\t\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 2.81 (foreground color: #ffffff, background color: #34ae73, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#popular"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a2725f662697",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5472aa34"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#linkzone > .box-inner > h2 > span",
            "html": "<span>Nuttig</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.34 (foreground color: #ffffff, background color: #d4a140, font size: 19.5pt (26px), font weight: normal). Expected contrast ratio of 3:1",
            "relatedPaths": [
              "#linkzone"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "75d6db523ac7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0ac09c8e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"aed\"]",
            "html": "<a href=\"/nl/aed\">\n\t\t\t\t\t\t\t\t\t\tAED - Automatische Externe Defibrilator\n\t\t\t\t\t\t\t\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 2.34 (foreground color: #ffffff, background color: #d4a140, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#linkzone"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "62d70ab38294",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4ad31ac8"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item:nth-child(2) > .external[target=\"_blank\"]",
            "html": "<a href=\"https://gemeente-stadsmonitor.vlaanderen.be/\" class=\"external\" target=\"_blank\">\n\t\t\t\t\t\t\t\t\t\tGemeentemonitor\n\t\t\t\t\t\t\t\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 2.34 (foreground color: #ffffff, background color: #d4a140, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#linkzone"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3c986f0bfe2e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bfed3382"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"openbare-onderzoeken\"]",
            "html": "<a href=\"/nl/openbare-onderzoeken\">\n\t\t\t\t\t\t\t\t\t\tOpenbare onderzoeken\n\t\t\t\t\t\t\t\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 2.34 (foreground color: #ffffff, background color: #d4a140, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#linkzone"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f02e71eb2a66",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-81dde3d9"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item:nth-child(4) > a[href$=\"openingsuren-contact\"]",
            "html": "<a href=\"/nl/openingsuren-contact\">\n\t\t\t\t\t\t\t\t\t\tOpeningsuren\n\t\t\t\t\t\t\t\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 2.34 (foreground color: #ffffff, background color: #d4a140, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#linkzone"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d940cedf0955",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e8f1e9cf"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item:nth-child(5) > .external[target=\"_blank\"]",
            "html": "<a href=\"https://www.politie.be/5403/nl/\" class=\"external\" target=\"_blank\">\n\t\t\t\t\t\t\t\t\t\tPolitie\n\t\t\t\t\t\t\t\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 2.34 (foreground color: #ffffff, background color: #d4a140, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#linkzone"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "210466ad288e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-69facf97"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".link-list > .item:nth-child(6) > a",
            "html": "<a href=\"/nl/gevonden-en-verloren-voorwerpen\">\n\t\t\t\t\t\t\t\t\t\tVerloren en gevonden voorwerpen\n\t\t\t\t\t\t\t\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 2.34 (foreground color: #ffffff, background color: #d4a140, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#linkzone"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f94a0d961954",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2d3767b8"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item:nth-child(1) > a[href$=\"e-loket\"]",
            "html": "<a href=\"/nl/thema/2690/e-loket\" style=\"height: 92px;\">\n\t\t\t\t\t\t\t\t\tIk wil een document aanvragen\n\t\t\t\t\t\t\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 2.34 (foreground color: #ffffff, background color: #d4a140, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".item:nth-child(1) > a[href$=\"e-loket\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b330c04559a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-27452a2d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"activiteit-melden\"]",
            "html": "<a href=\"/nl/activiteit-melden\" style=\"height: 92px;\">\n\t\t\t\t\t\t\t\t\tIk wil een activiteit melden\n\t\t\t\t\t\t\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 2.81 (foreground color: #ffffff, background color: #34ae73, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"activiteit-melden\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ceab57b250f7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d5ce88f0"
          },
          {
            "rule": "image-redundant-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-redundant-alt?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "img[alt=\"Werken in uitvoering\"]",
            "html": "<img src=\"/file_uploads/Cache/fit_215_150_265.jpg\" alt=\"Werken in uitvoering\">",
            "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": "512703c40c84",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3bb4f532"
          },
          {
            "rule": "image-redundant-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-redundant-alt?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": ".item:nth-child(2) > a > .fotolink > img",
            "html": "<img src=\"/file_uploads/Cache/fit_215_150_11538.png\" alt=\"Infomoment: nieuw wonen in Rode\">",
            "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": "93e815383309",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4a3180f4"
          },
          {
            "rule": "image-redundant-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-redundant-alt?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "img[alt=\"Activiteiten\"]",
            "html": "<img src=\"/file_uploads/Cache/fit_215_150_8519.jpg\" alt=\"Activiteiten\">",
            "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": "7d15d3e8adae",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8f454087"
          },
          {
            "rule": "image-redundant-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-redundant-alt?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "img[alt=\"Renovatieadvies aan huis\"]",
            "html": "<img src=\"/file_uploads/Cache/fit_215_150_10984.png\" alt=\"Renovatieadvies aan huis\">",
            "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": "048d2b6fe471",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-aa18f65b"
          },
          {
            "rule": "image-redundant-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-redundant-alt?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": ".item:nth-child(5) > a > .fotolink > img",
            "html": "<img src=\"/file_uploads/Cache/fit_215_150_11741.jpg\" alt=\"Aanpassing busaanbod De Lijn vanaf 1/7\">",
            "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": "694307813a8c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-afedbba7"
          },
          {
            "rule": "image-redundant-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-redundant-alt?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "img[alt=\"Burenbemiddeling\"]",
            "html": "<img src=\"/file_uploads/Cache/fit_215_150_5373.jpg\" alt=\"Burenbemiddeling\">",
            "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": "dcf602ffec2a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-abd9e16e"
          },
          {
            "rule": "image-redundant-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-redundant-alt?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "img[alt=\"Wil jij onze collega worden?\"]",
            "html": "<img src=\"/file_uploads/Cache/fit_215_150_637.jpg\" alt=\"Wil jij onze collega worden?\">",
            "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": "15fe9c5defb2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-02566ce3"
          },
          {
            "rule": "image-redundant-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-redundant-alt?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "img[alt=\"Infoavond hondengedrag \"]",
            "html": "<img src=\"/file_uploads/Cache/fit_215_150_11533.png\" alt=\"Infoavond hondengedrag \">",
            "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": "dae9a823a312",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b762bdc0"
          },
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": ".search-home > .maxwidth > .searchtop[role=\"search\"] > form > .txt[type=\"text\"][title=\"Wat zoek je?\"]",
            "html": "<input type=\"text\" class=\"txt\" id=\"txtkeyword\" title=\"Wat zoek je?\" autocomplete=\"off\" placeholder=\"Wat zoek je?\" name=\"z\">",
            "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": "fbea0a060005",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5c0d0c23"
          },
          {
            "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=\"nl\">",
            "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": "fe29070c9c82",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-85b00be0"
          },
          {
            "rule": "landmark-unique",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-unique?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".topmenu",
            "html": "<div class=\"topmenu\" 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": [
              "#mainmenu"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "94be8f9295c1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-52076aca"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".selected",
            "html": "<a href=\"/nl/startpagina\" class=\"selected\"><span>startpagina</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": "98ab907a54af",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1fe65450"
          },
          {
            "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=\"nl\">",
            "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": "3d2ed7dcb718",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ee8d7590"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".logo",
            "html": "<div class=\"logo\">\n\t\t\t\t\t\t\t<a href=\"/nl/startpagina\" title=\"Ga naar de startpagina\">\n\t\t\t\t\t\t\t\t<span class=\"logoto\">Ga naar de startpagina</span>\n\t\t\t\t\t\t\t</a>\n\t\t\t\t\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": "e739299b5798",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c906ae67"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".lang",
            "html": "<div class=\"lang\">\n\t\t\t\t\t\t\t<a class=\"nl\" href=\"https://www.rhode-saint-genese.be/fr/page-de-depart\" rel=\"nofollow\" id=\"changelang\"><span>FR</span></a>\n\t\t\t\t\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": "06043429d701",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-30a3be72"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".nws",
            "html": "<ul class=\"nws list\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7eb50772642e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-72505df3"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "h3",
            "html": "<h3 class=\"heading\"><span class=\"name\" itemprop=\"name\">Gemeentehuis</span></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": "ce578a3a95aa",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-53c5e841"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".adress:nth-child(2)",
            "html": "<dd class=\"adress\"><span class=\"street\">Dorpsstraat 46</span><span class=\"postal\">1640 </span><span class=\"city\">Sint-Genesius-Rode</span></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": "7486d00f9391",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1b292d3b"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".phone:nth-child(4)",
            "html": "<dd class=\"phone\">02 609 86 00</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": "854e04492f8f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0973a8a0"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".mail2",
            "html": "<dd class=\"mail2\"><a class=\"mail\" href=\"mailto:%69%6e%66%6f%40%73%69%6e%74%2d%67%65%6e%65%73%69%75%73%2d%72%6f%64%65%2e%62%65\"><span itemprop=\"email\">info@sint-genesius-rode.be</span></a></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": "2434e8ad7262",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d9c3cdfc"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".hourscont",
            "html": "<div class=\"hourscont\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5d791e15e570",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ae966b86"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".col2",
            "html": "<div class=\"cols col2\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "feef23b2e59b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0e1c97ed"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".col3",
            "html": "<div class=\"cols col3\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9ae826f820a0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-00a3d8ca"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".rowfour",
            "html": "<div class=\"row rowfour\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a21561168882",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f39f634a"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".rowthree",
            "html": "<div class=\"row rowthree\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a8fa3185c942",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c7fb10c1"
          }
        ],
        "outcomeCount": 511,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 47
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1357,
          "failed": 90,
          "cantTell": 26,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_contentinfo_misuse",
          "aria_landmark_name_unique",
          "aria_navigation_label_unique",
          "aria_role_redundant",
          "element_attribute_deprecated",
          "element_id_unique",
          "element_tabbable_visible",
          "img_alt_redundant",
          "input_label_visible",
          "style_background_decorative",
          "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=\"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": "cdd6c490b535",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3047b1ae"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link media=\"print\" type=\"text/css\" href=\"/css/print.css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "854301a8e00b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ef582f7b"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link media=\"print\" type=\"text/css\" href=\"/css/print.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": "e40846a9ef1a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7e125e39"
          },
          {
            "rule": "style_background_decorative",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Verify the CSS background image does not convey important information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aa112f1904c7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5a4989fe"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"skip-to-content\" href=\"#main\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9462d05370c3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ecc56985"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"skip-to-content\" href=\"#main\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "02d5f0a3e889",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5c1ce7de"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a title=\"Ga naar de startpagina\" href=\"/nl/startpagina\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f78b3e6555dc",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c5739e5d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"logoto\">",
            "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": "67191ef9c8cc",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-96c4791b"
          },
          {
            "rule": "aria_landmark_name_unique",
            "xpath": null,
            "html": "<div role=\"navigation\" class=\"topmenu\">",
            "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": "95f9c2f82c3e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-151519bc"
          },
          {
            "rule": "aria_navigation_label_unique",
            "xpath": null,
            "html": "<div role=\"navigation\" class=\"topmenu\">",
            "message": "Multiple elements with \"navigation\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3a986701a017",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7ddfa77a"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a id=\"changelang\" rel=\"nofollow\" href=\"https://www.rhode-saint-genese.be/fr/page-de-depart\" class=\"nl\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8e9fb00a9662",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e5e49a31"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.82 with its background is less than the WCAG AA minimum requirements for text of size 15px and weight of 300",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5579024769a4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav class=\"clearfix maxwidth\" role=\"navigation\" id=\"mainmenu\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ed3cb8e2a69",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d601ded8"
          },
          {
            "rule": "aria_landmark_name_unique",
            "xpath": null,
            "html": "<nav class=\"clearfix maxwidth\" role=\"navigation\" id=\"mainmenu\">",
            "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": "7ba0ed1139d4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3de6c12e"
          },
          {
            "rule": "aria_navigation_label_unique",
            "xpath": null,
            "html": "<nav class=\"clearfix maxwidth\" role=\"navigation\" id=\"mainmenu\">",
            "message": "Multiple elements with \"navigation\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c847090429ce",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2528a735"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"#\" class=\"close-btn\" id=\"nav-close-btn\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ab3cae5bb998",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-147c0de9"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.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": "<span>",
            "message": "Text contrast of 2.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": "<span>",
            "message": "Text contrast of 2.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": "<span>",
            "message": "Text contrast of 2.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": "<span>",
            "message": "Text contrast of 2.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": "<span>",
            "message": "Text contrast of 2.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": "element_id_unique",
            "xpath": null,
            "html": "<div role=\"search\" class=\"searchtop\" id=\"search\">",
            "message": "The <div> element has the id \"search\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cbccc4a05f09",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b9f25525"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<input name=\"z\" placeholder=\"Wat zoek je?\" autocomplete=\"off\" title=\"Wat zoek je?\" id=\"txtkeyword\" class=\"txt\" type=\"text\">",
            "message": "The <input> element has the id \"txtkeyword\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9a31116efd76",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c9660224"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input name=\"z\" placeholder=\"Wat zoek je?\" autocomplete=\"off\" title=\"Wat zoek je?\" id=\"txtkeyword\" class=\"txt\" type=\"text\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "42da177c3b55",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f905bf0d"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<input title=\"Zoek\" id=\"btnSearch\" class=\"btn\" value=\"Zoek\" type=\"submit\">",
            "message": "The <input> element has the id \"btnSearch\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "30179fcd6aa9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-29eca455"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input title=\"Zoek\" id=\"btnSearch\" class=\"btn\" value=\"Zoek\" type=\"submit\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f19d46a3f51",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5ba59d8c"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input title=\"Zoek\" id=\"btnSearch\" class=\"btn\" value=\"Zoek\" type=\"submit\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "079dbf0a3e56",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-388b4fbd"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\"nws list\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f91028a52ab5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d9e4b4e6"
          },
          {
            "rule": "img_alt_redundant",
            "xpath": null,
            "html": "<img alt=\"Werken in uitvoering\" src=\"/file_uploads/Cache/fit_215_150_265.jpg\">",
            "message": "Link text is repeated in an image 'alt' value within the same link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aad70130930f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-836e5016"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"title\">",
            "message": "Confirm this text 'Werken in uitvoering' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "91c121cd7672",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8cd9e682"
          },
          {
            "rule": "img_alt_redundant",
            "xpath": null,
            "html": "<img alt=\"Infomoment: nieuw wonen in Rode\" src=\"/file_uploads/Cache/fit_215_150_11538.png\">",
            "message": "Link text is repeated in an image 'alt' value within the same link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f5e06c39ac9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-14fefcee"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"title\">",
            "message": "Confirm this text 'Infomoment: nieuw wonen in Rode' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "img_alt_redundant",
            "xpath": null,
            "html": "<img alt=\"Activiteiten\" src=\"/file_uploads/Cache/fit_215_150_8519.jpg\">",
            "message": "Link text is repeated in an image 'alt' value within the same link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0339aa3c59a6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6752b933"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"title\">",
            "message": "Confirm this text 'Activiteiten' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "img_alt_redundant",
            "xpath": null,
            "html": "<img alt=\"Renovatieadvies aan huis\" src=\"/file_uploads/Cache/fit_215_150_10984.png\">",
            "message": "Link text is repeated in an image 'alt' value within the same link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e59f3e90be00",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-60ec08f5"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"title\">",
            "message": "Confirm this text 'Renovatieadvies aan huis' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "img_alt_redundant",
            "xpath": null,
            "html": "<img alt=\"Aanpassing busaanbod De Lijn vanaf 1/7\" src=\"/file_uploads/Cache/fit_215_150_11741.jpg\">",
            "message": "Link text is repeated in an image 'alt' value within the same link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "db39b94b84c6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7510dbe6"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"title\">",
            "message": "Confirm this text 'Aanpassing busaanbod De Lijn vanaf 1/7' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "img_alt_redundant",
            "xpath": null,
            "html": "<img alt=\"Burenbemiddeling\" src=\"/file_uploads/Cache/fit_215_150_5373.jpg\">",
            "message": "Link text is repeated in an image 'alt' value within the same link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9f3f8dacc949",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c2a6f682"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"title\">",
            "message": "Confirm this text 'Burenbemiddeling' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "img_alt_redundant",
            "xpath": null,
            "html": "<img alt=\"Wil jij onze collega worden?\" src=\"/file_uploads/Cache/fit_215_150_637.jpg\">",
            "message": "Link text is repeated in an image 'alt' value within the same link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "534427f2cd7a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-97ed5ec6"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"title\">",
            "message": "Confirm this text 'Wil jij onze collega worden?' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "img_alt_redundant",
            "xpath": null,
            "html": "<img alt=\"Infoavond hondengedrag \" src=\"/file_uploads/Cache/fit_215_150_11533.png\">",
            "message": "Link text is repeated in an image 'alt' value within the same link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6719efe289f9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6dc73fe3"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"title\">",
            "message": "Confirm this text 'Infoavond hondengedrag' 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": "<h3 class=\"heading\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c423aa8c62e6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bbca934d"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"mailto:%69%6e%66%6f%40%73%69%6e%74%2d%67%65%6e%65%73%69%75%73%2d%72%6f%64%65%2e%62%65\" class=\"mail\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3ab3d8fe9644",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-60415739"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/nl/openingsuren-gemeentehuis\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "485740aa98d3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d989bcf7"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 class=\"heading\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aca4cd51f958",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5990b38e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.82 with its background is less than the WCAG AA minimum requirements for text of size 26px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/nl/product/173/afvalkalender\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "47ae136fbc4a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-15bc2fa0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/nl/product/173/afvalkalender\">",
            "message": "Text contrast of 2.82 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": "87bd5a117193",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3feb02ed"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/nl/gemeentelijk-infoblad-rode-info\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "99543d75104e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-35f524bd"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/nl/gemeentelijk-infoblad-rode-info\">",
            "message": "Text contrast of 2.82 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": "f33b8a242415",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ad15310e"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/nl/inname-openbaar-domein\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b65aea12dee7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-45d6b4cd"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/nl/inname-openbaar-domein\">",
            "message": "Text contrast of 2.82 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": "d6f95e667c9f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c8d4923b"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/nl/product/33/recyclagepark\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6e92b20e8ab7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4edc76e9"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/nl/product/33/recyclagepark\">",
            "message": "Text contrast of 2.82 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": "cad4f1328021",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b8ebb3ac"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/nl/sorteergids\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e2757a0a6dc1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d6e70343"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/nl/sorteergids\">",
            "message": "Text contrast of 2.82 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": "54558db0148d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5b60a153"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 class=\"heading\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.34 with its background is less than the WCAG AA minimum requirements for text of size 26px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/nl/aed\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4502ab76d5c1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-062b79b9"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/nl/aed\">",
            "message": "Text contrast of 2.34 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": "573cd1d9e1d9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-fab37383"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"external\" href=\"https://gemeente-stadsmonitor.vlaanderen.be/\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8f3d3f7ac7b6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e5a662ef"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"external\" href=\"https://gemeente-stadsmonitor.vlaanderen.be/\">",
            "message": "Text contrast of 2.34 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": "e8ae64313a9b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9eddcc62"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/nl/openbare-onderzoeken\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dd2cc0f76645",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-926a10a9"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/nl/openbare-onderzoeken\">",
            "message": "Text contrast of 2.34 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": "0b3729e9739a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-618a8320"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/nl/openingsuren-contact\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2c2bd4c1c7e4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7527c5a0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/nl/openingsuren-contact\">",
            "message": "Text contrast of 2.34 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": "24198f49cc67",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f517310f"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"external\" href=\"https://www.politie.be/5403/nl/\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "91edaece5d86",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9c195c39"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"external\" href=\"https://www.politie.be/5403/nl/\">",
            "message": "Text contrast of 2.34 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": "c4d4ec78c462",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-eaa828b3"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/nl/gevonden-en-verloren-voorwerpen\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a7a597f6a291",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7f82bbc7"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/nl/gevonden-en-verloren-voorwerpen\">",
            "message": "Text contrast of 2.34 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": "ddbe24d056db",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-69d79a4d"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\"compactlist \">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4005f0990374",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c25ae595"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a style=\"height: 122px;\" href=\"/nl/thema/2690/e-loket\">",
            "message": "Text contrast of 2.34 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": "59cdc31a835a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-13b8da1f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a style=\"height: 122px;\" href=\"/nl/activiteit-melden\">",
            "message": "Text contrast of 2.82 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": "5930012e0eb7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ddbd9c06"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 class=\"heading\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/nl/nieuws\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf16fd0037d4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e07dae0b"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/nl/ocmw\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8cbe8bc9bfbd",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9ecf4dde"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/nl/verenigingen\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "981e5e497513",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-822d440c"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/nl/bedrijven\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ba859534f172",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e0b61da2"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/nl/product/101/nuttige-nummers\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9a9ff38a5579",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-57511649"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"external\" href=\"https://stratenplan.sint-genesius-rode.be/nl\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "afcbad74ed3c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8f5f3dfd"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"external\" href=\"https://www.facebook.com/sintgenesiusrode.rhodesaintgenese/\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "50605afa7f35",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-46cf2b80"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/nl/vacatures\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b249425c26d9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-34f57db3"
          },
          {
            "rule": "aria_contentinfo_misuse",
            "xpath": null,
            "html": "<div role=\"contentinfo\" class=\"footercont maxwidth\">",
            "message": "Element with \"contentinfo\" role is present without an element with \"main\" role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b386bea9b46e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-43be9f54"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.facebook.com/ccdekollebloem\" target=\"_blank\" title=\"Volg ons op Facebook\" class=\"facebookprofile\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b7b4146c0e9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0a0739d8"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.twitter.com/\" target=\"_blank\" title=\"Volg ons op Twitter\" class=\"twitterprofile\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d7aa351aa68",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-92cf8c46"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.youtube.com/\" target=\"_blank\" title=\"Volg ons op YouTube\" class=\"youtubeprofile\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f2768f9b3f70",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-380a96b4"
          }
        ],
        "outcomeCount": 1459,
        "uniqueFailedCount": 73,
        "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.sint-pieters-leeuw.be/",
      "finalUrl": "https://www.sint-pieters-leeuw.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Home | Sint Pieters Leeuw",
      "elapsedMs": 16575,
      "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": 877,
          "failed": 10,
          "cantTell": 14,
          "inapplicable": 37
        },
        "failedRules": [
          "color-contrast",
          "heading-order",
          "landmark-complementary-is-top-level",
          "link-in-text-block",
          "region"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-command-name",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "autocomplete-valid",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "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",
          "presentation-role-conflict",
          "region",
          "scrollable-region-focusable",
          "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": "article[about=\"/populaire-links\"] > .content-wrapper > header > h1",
            "html": "<h1 class=\"field_title\">Populaire Links</h1>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.46 (foreground color: #4a8032, background color: #dcdcdc, font size: 16.5pt (22px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#main"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8de8735c7903",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2b6858fa"
          },
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".shortcut-wrapper.overlay-link.padding-small:nth-child(1) > h4",
            "html": "<h4><a href=\"/leven-welzijn/sociaal-huis\" class=\"shortcut-link icon-home\" target=\"_parent\">Sociaal Huis</a></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": "da3cae07809c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-50cae880"
          },
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#overview-7990 > .masonry-item.grid12.pane:nth-child(1) > .page-small.card > h3",
            "html": "<h3><a href=\"/nieuws/wespen-nuttige-bondgenoten-hinderlijke-beesten\" class=\"teaser_large\">Wespen: nuttige bondgenoten of hinderlijke beesten?</a></h3>",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "83e953db8980",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a4cfea5f"
          },
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#overview-7993 > .masonry-item.grid12.pane:nth-child(1) > .page-small.card > h3",
            "html": "<h3><a href=\"/agenda/dartswedstrijd-14\" class=\"teaser_large\">Dartswedstrijd</a></h3>",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7e13db97ca73",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ec2c8576"
          },
          {
            "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": "aside",
            "html": "<aside class=\"pane grid4 sidebar-right\">",
            "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": "cab1a192bf1e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-fdb4c2a2"
          },
          {
            "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": "#cookiescript_readmore",
            "html": "<a id=\"cookiescript_readmor...\" data-cs-i18n-text=\"{\"nl\":\"Privacybeleid...\" data-cs-i18n-url=\"{\"nl\":\"https:\\/\\/www...\" target=\"_blank\" aria-label=\"Privacybeleid, opens...\" href=\"https://www.sint-pie...\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.9:1 with the surrounding text. (Minimum contrast is 3:1, link text: #000000, surrounding text: #3c3c3b)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#cookiescript_description"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "af3e43e1d4ef",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5943c12d"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".js-form-item",
            "html": "<div class=\"js-form-item form-item js-form-type-search-api-autocomplete form-item-s js-form-item-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": "bf4206e1975e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-992057e5"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".topnav",
            "html": "<div class=\"topnav\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9f8568f2477d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c9f3e731"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".extralinks",
            "html": "<div class=\"extralinks\"><div class=\"blox block block-sociallinks\"><span><p><a class=\"icon-facebook-squared\" href=\"http://www.facebook.com/gemeenteSintPietersLeeuw\" target=\"_blank\" title=\"volg ons op facebook\">facebook</a></p></span></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": "712acbc08504",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-973da294"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".vlw__contact__toggle__label",
            "html": "<span class=\"vlw__contact__toggle__label\">Hulp nodig</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": "85273588e9e5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c1791208"
          }
        ],
        "outcomeCount": 938,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 10
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2358,
          "failed": 69,
          "cantTell": 48,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_attribute_valid",
          "aria_complementary_labelled",
          "aria_content_in_landmark",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "input_checkboxes_grouped",
          "input_label_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_oxEZwAICnu1RPhOQeoz2SnPEuoSNdwS83MNwjCqFHcQ.css?delta=0&language=nl&theme=subtheme&include=eJx1j0EKAyEQBD8kCvnQMK6dKIw6OIrk9wkJy-aSW1GHojuyYWZUhHiSww2kPPgxWLORSUmw3HewXRTD1UT33iZEevhhfwJZaZO0YGIYCbC2u3ohjaUs_jJ-NV1RimUkZ-BxZGItxGv2o1eVdyj88c5W_O4_wdnTJurnzwt8MViA\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "373466298a6a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a0ca77b0"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_oxEZwAICnu1RPhOQeoz2SnPEuoSNdwS83MNwjCqFHcQ.css?delta=0&language=nl&theme=subtheme&include=eJx1j0EKAyEQBD8kCvnQMK6dKIw6OIrk9wkJy-aSW1GHojuyYWZUhHiSww2kPPgxWLORSUmw3HewXRTD1UT33iZEevhhfwJZaZO0YGIYCbC2u3ohjaUs_jJ-NV1RimUkZ-BxZGItxGv2o1eVdyj88c5W_O4_wdnTJurnzwt8MViA\" 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": "5c7f03c1e34f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ca7c5e01"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"#main\" class=\"button3 button--skip-link\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1907f9cd4bbe",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1b6b0de7"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"#main\" class=\"button3 button--skip-link\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4bddc0a03955",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f4f0e543"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input autocomplete=\"off\" data-once=\"autocomplete search-api-autocomplete\" maxlength=\"128\" size=\"30\" value=\"\" name=\"s\" id=\"edit-s\" type=\"text\" data-autocomplete-path=\"/search_api_autocomplete/search?display=page_1&&filter=s\" class=\"form-autocomplete form-text ui-autocomplete-input\" data-search-api-autocomplete-search=\"search\" data-drupal-selector=\"edit-s\" placeholder=\"Wat wil je vinden?\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a1316c0bc261",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-176b4c3a"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input class=\"button js-form-submit form-submit\" value=\"Zoeken\" id=\"edit-submit-search\" type=\"submit\" data-drupal-selector=\"edit-submit-search\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "58c108578668",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-30b81604"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input class=\"button js-form-submit form-submit\" value=\"Zoeken\" id=\"edit-submit-search\" type=\"submit\" data-drupal-selector=\"edit-submit-search\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d202c21587ef",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-136f9cfc"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bc0c9bb3859b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a86234de"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"volg ons op facebook\" target=\"_blank\" href=\"http://www.facebook.com/gemeenteSintPietersLeeuw\" class=\"icon-facebook-squared\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f573663450ce",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c3ca128d"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"pd-small bgc-light\" href=\"/\" id=\"logo\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7c00d393a65d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-91df7ed4"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<nav aria-expanded=\"false\" class=\"inline-menu\" id=\"mainmenu\">",
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <nav> with implicit ARIA role \"navigation\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "54612ef162bd",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5da1ae16"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<button aria-label=\"Menu\" type=\"button\" class=\"hamburger hamburger--squeeze\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8635428fc58d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-57a35434"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field grid gt-tiny\">",
            "message": "Confirm this text 'Telefoon' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2902b47fd40e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ec297318"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"label pane grid1 telefoon\">",
            "message": "Confirm this text 'Telefoon' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "81f8cf73362f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-566c4b01"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field grid gt-tiny\">",
            "message": "Confirm this text 'Email' 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=\"label pane grid1 email\">",
            "message": "Confirm this text 'Email' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d091d5540d9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e98a1179"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"mailto:info@sint-pieters-leeuw.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": "6976067f29b4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-fd344bc7"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"button afspraak\" href=\"https://www.sint-pieters-leeuw.be/over-leeuw/gemeentelijke-diensten/openingsuren-en-sluitingsdagen\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a4686df0806",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-01830dd4"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"button afspraak\" href=\"https://sint-pieters-leeuw.mijnafspraakmaken.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": "2bec05666a80",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c86666b6"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "319937048698",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "The foreground text and its background color are both detected as #dcdcdc. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "003255a5ea67",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7acebded"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://leeuwdenktmee.be/nl-BE/\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "edd3739fe018",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b163fa06"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://leeuwdenktmee.be/nl-BE/\">",
            "message": "The foreground text and its background color are both detected as #dcdcdc. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ed14a1e98983",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-41151919"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2 class=\"field-title\">",
            "message": "Text contrast of 4.36 with its background is less than the WCAG AA minimum requirements for text of size 22px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "feb9cb126ca7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-253885a5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/nieuws/lekker-lokaal-op-zondag-17-mei\">",
            "message": "Text contrast of 4.36 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": "8b83efa9a37a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-cf8aba70"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "The foreground text and its background color are both detected as #dcdcdc. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/e-loket\">",
            "message": "The foreground text and its background color are both detected as #dcdcdc. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cae7d86a058b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c9cd39e5"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2 class=\"field-title\">",
            "message": "The foreground text and its background color are both detected as #dcdcdc. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "The foreground text and its background color are both detected as #dcdcdc. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/werken-ondernemen/werken/werken-bij-de-gemeente/vacatures-gemeenteocmw\">",
            "message": "The foreground text and its background color are both detected as #dcdcdc. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3d9d28b555eb",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d74b9542"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "The foreground text and its background color are both detected as #dcdcdc. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://leeuwdenktmee.be/nl-BE/\">",
            "message": "The foreground text and its background color are both detected as #dcdcdc. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2 class=\"field-title\">",
            "message": "Text contrast of 4.36 with its background is less than the WCAG AA minimum requirements for text of size 22px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/nieuws/lekker-lokaal-op-zondag-17-mei\">",
            "message": "Text contrast of 4.36 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_block_heading",
            "xpath": null,
            "html": "<div class=\"creation-date\">",
            "message": "Confirm this text 'Gepost op 04/05/2026 Gepost op 04/05/2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d41afc30ee55",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-60b30ace"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"creation-date\">",
            "message": "Confirm this text 'Gepost op 04/05/2026 Gepost op 04/05/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=\"creation-date\">",
            "message": "Confirm this text 'Gepost op 04/05/2026 Gepost op 04/05/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=\"creation-date\">",
            "message": "Confirm this text 'Gepost op 30/04/2026 Gepost op 30/04/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=\"creation-date\">",
            "message": "Confirm this text 'Gepost op 30/04/2026 Gepost op 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_complementary_labelled",
            "xpath": null,
            "html": "<aside class=\"pane grid4 sidebar-right\">",
            "message": "Element with \"complementary\" role does not have a label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "532274374db7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4f844769"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h1 class=\"field_title\">",
            "message": "Text contrast of 3.46 with its background is less than the WCAG AA minimum requirements for text of size 22px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "80b03d7d6c36",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5f7ddb61"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"grid gt-medium\">",
            "message": "Confirm this text 'copyright © 2026 · Gemeente Sint-Pieters-Leeuw' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "94f016378aaa",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ab387423"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"pane grid6 adresfooter\">",
            "message": "Confirm this text 'copyright © 2026 copyright © 2026 · Gemeente Sint-Pieters-Leeuw' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f8ee3c122d3b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c7c119b6"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<div style=\"opacity: 0.55;\" class=\"\" data-nosnippet=\"\" aria-label=\"Cookie consent dialog\" role=\"dialog\" tabindex=\"0\" id=\"cookiescript_injected\">",
            "message": "The tabbable element's role 'dialog' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "487d164e8cbc",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-eb2fc28b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<div style=\"opacity: 0.55;\" class=\"\" data-nosnippet=\"\" aria-label=\"Cookie consent dialog\" role=\"dialog\" tabindex=\"0\" id=\"cookiescript_injected\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "87554315e766",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c18f26aa"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-label=\"Close\" role=\"button\" tabindex=\"0\" id=\"cookiescript_close\">",
            "message": "Confirm this text '×' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b37a822a9ec4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-75172409"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div data-cs-i18n-text=\"\" id=\"cookiescript_header\">",
            "message": "Text contrast of 3.83 with its background is less than the WCAG AA minimum requirements for text of size 21px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4368b6091b0c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6d04ff55"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span data-cs-i18n-read=\"We gebruiken cookies om inhoud en advertenties te personaliseren en om ons verkeer te analyseren. We delen ook informatie over uw gebruik van onze site met onze advertentie- en analysepartners, die deze kunnen combineren met andere informatie die u aan hen heeft verstrekt of die zij hebben verzameld door uw gebruik van hun diensten.\" data-cs-i18n-text=\"\" data-cs-desc-box=\"true\">",
            "message": "Text contrast of 3.83 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": "84258b704894",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8b51b4a4"
          },
          {
            "rule": "input_checkboxes_grouped",
            "xpath": null,
            "html": "<input checked=\"\" disabled=\"\" value=\"strict\" class=\"mdc-checkbox__native-control cookiescript_checkbox_input\" type=\"checkbox\" data-cookiescript=\"checkbox-input\" id=\"cookiescript_category_strict\" tabindex=\"0\">",
            "message": "Verify that this un-named, ungrouped checkbox input is not related to other checkboxes",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b024ef3a9f75",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-416045f0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input checked=\"\" disabled=\"\" value=\"strict\" class=\"mdc-checkbox__native-control cookiescript_checkbox_input\" type=\"checkbox\" data-cookiescript=\"checkbox-input\" id=\"cookiescript_category_strict\" tabindex=\"0\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ba3045968b4d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d81c1c3e"
          },
          {
            "rule": "input_checkboxes_grouped",
            "xpath": null,
            "html": "<input value=\"performance\" class=\"mdc-checkbox__native-control cookiescript_checkbox_input\" type=\"checkbox\" data-cookiescript=\"checkbox-input\" id=\"cookiescript_category_performance\" tabindex=\"0\">",
            "message": "Verify that this un-named, ungrouped checkbox input is not related to other checkboxes",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "72efdf1de801",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4f3a24cf"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"performance\" class=\"mdc-checkbox__native-control cookiescript_checkbox_input\" type=\"checkbox\" data-cookiescript=\"checkbox-input\" id=\"cookiescript_category_performance\" tabindex=\"0\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "54b369e889b2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7c4f0ab8"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span data-cs-i18n-text=\"\" class=\"cookiescript_checkbox_text\">",
            "message": "Text contrast of 3.83 with its background is less than the WCAG AA minimum requirements for text of size 15px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3581ecbc4a5f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-74249fff"
          },
          {
            "rule": "input_checkboxes_grouped",
            "xpath": null,
            "html": "<input value=\"targeting\" class=\"mdc-checkbox__native-control cookiescript_checkbox_input\" type=\"checkbox\" data-cookiescript=\"checkbox-input\" id=\"cookiescript_category_targeting\" tabindex=\"0\">",
            "message": "Verify that this un-named, ungrouped checkbox input is not related to other checkboxes",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cef3150775e6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7eacb365"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"targeting\" class=\"mdc-checkbox__native-control cookiescript_checkbox_input\" type=\"checkbox\" data-cookiescript=\"checkbox-input\" id=\"cookiescript_category_targeting\" tabindex=\"0\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f43daf6ee08d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6b27a1f5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span data-cs-i18n-text=\"\" class=\"cookiescript_checkbox_text\">",
            "message": "Text contrast of 3.83 with its background is less than the WCAG AA minimum requirements for text of size 15px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "input_checkboxes_grouped",
            "xpath": null,
            "html": "<input value=\"functionality\" class=\"mdc-checkbox__native-control cookiescript_checkbox_input\" type=\"checkbox\" data-cookiescript=\"checkbox-input\" id=\"cookiescript_category_functionality\" tabindex=\"0\">",
            "message": "Verify that this un-named, ungrouped checkbox input is not related to other checkboxes",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9e69fa83b368",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-66716ddb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"functionality\" class=\"mdc-checkbox__native-control cookiescript_checkbox_input\" type=\"checkbox\" data-cookiescript=\"checkbox-input\" id=\"cookiescript_category_functionality\" tabindex=\"0\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f5aec2d5eb40",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-cb30b4cf"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span data-cs-i18n-text=\"\" class=\"cookiescript_checkbox_text\">",
            "message": "Text contrast of 3.83 with its background is less than the WCAG AA minimum requirements for text of size 15px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div data-cs-i18n-text=\"\" role=\"button\" tabindex=\"0\" id=\"cookiescript_accept\">",
            "message": "Confirm this text 'Alles accepteren' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7ba09a640e45",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c75b37f6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<div data-cs-i18n-text=\"\" role=\"button\" tabindex=\"0\" id=\"cookiescript_accept\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dd0191bb69a8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-30ae132d"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div data-cs-i18n-text=\"\" role=\"button\" tabindex=\"0\" id=\"cookiescript_reject\">",
            "message": "Confirm this text 'Alles afwijzen' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "40cc99bdf0e2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ac98de06"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<div data-cs-i18n-text=\"\" role=\"button\" tabindex=\"0\" id=\"cookiescript_reject\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bac86eb4e12e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-80613e9d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span data-cs-i18n-text=\"\" data-cs-show-title=\"cookie-script\">",
            "message": "Text contrast of 4.29 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": "f57988321d9b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-624e6169"
          }
        ],
        "outcomeCount": 2438,
        "uniqueFailedCount": 50,
        "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.steenokkerzeel.be/",
      "finalUrl": "https://www.steenokkerzeel.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Startpagina - Gemeente Steenokkerzeel",
      "elapsedMs": 15737,
      "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": 943,
          "failed": 23,
          "cantTell": 0,
          "inapplicable": 41
        },
        "failedRules": [
          "aria-valid-attr-value",
          "color-contrast",
          "landmark-contentinfo-is-top-level",
          "landmark-no-duplicate-contentinfo",
          "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",
          "autocomplete-valid",
          "avoid-inline-spacing",
          "button-name",
          "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",
          "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-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-valid-attr-value",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-valid-attr-value?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#suggestionsearch",
            "html": "<div id=\"suggestionsearch\" aria-live=\"”polite”\">\n                                        <ul class=\"list-suggestionsearch\"></ul>\n                                    </div>",
            "message": "ARIA attributes must conform to valid values",
            "fixSummary": "Fix all of the following:\n  Invalid ARIA attribute value: aria-live=\"”polite”\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a9ae9577c6c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-95ce9245"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".cookie-compliance-text",
            "html": "<div class=\"cookie-compliance-text\">",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.47 (foreground color: #505d65, background color: #cbd3d8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#cookie-compliance"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "71d9c2bf2ed7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a0070498"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".find-more-button > span",
            "html": "<span>Meer informatie over cookies.</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.47 (foreground color: #505d65, background color: #cbd3d8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#cookie-compliance"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b316579c4c8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-59ca7c4e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".btn-cookie-accept",
            "html": "<a href=\"/cookies?url=%2f\" rel=\"nofollow\" class=\"btn-primary btn-cookie-compliance btn-cookie-accept\">Beheer mijn cookies</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.47 (foreground color: #505d65, background color: #cbd3d8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#cookie-compliance"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3bfb3a6279a6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6e2fa8bc"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "button[value=\"acceptall\"]",
            "html": "<button type=\"submit\" class=\"btn-primary btn-cookie-compliance btn-cookie-decline\" name=\"action\" value=\"acceptall\">Alles aanvaarden</button>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.47 (foreground color: #505d65, background color: #cbd3d8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#cookie-compliance"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a6492a448379",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-08e864b5"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "button[value=\"decline\"]",
            "html": "<button type=\"submit\" class=\"btn-primary btn-cookie-compliance btn-cookie-decline\" name=\"action\" value=\"decline\">Alleen essentiële cookies</button>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.47 (foreground color: #505d65, background color: #cbd3d8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#cookie-compliance"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3e52688abcc2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-42678e69"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".spotlight-1 > .vertical-center-block > .center-vertically-left > .spotlight-caption",
            "html": "<div class=\"spotlight-caption\">\n\t\t\t\t\t\t\t\tStratenplan &amp; wegenwerken\n\t\t\t\t\t\t\t</div>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.81 between the foreground and shadow color (foreground color: #ffffff, text-shadow color: #69aa51, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".spotlight-1"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "865e6220ca98",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8164cf3b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".spotlight-3 > .vertical-center-block > .center-vertically-left > .spotlight-caption",
            "html": "<div class=\"spotlight-caption\">\n\t\t\t\t\t\t\t\tUiT in Steenokkerzeel\n\t\t\t\t\t\t\t</div>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.82 between the foreground and shadow color (foreground color: #ffffff, text-shadow color: #d5c11d, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".spotlight-3"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e9007b77f9b7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8f37190b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".spotlight-4 > .vertical-center-block > .center-vertically-left > .spotlight-caption",
            "html": "<div class=\"spotlight-caption\">\n\t\t\t\t\t\t\t\tIk wil iets melden\n\t\t\t\t\t\t\t</div>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.43 between the foreground and shadow color (foreground color: #ffffff, text-shadow color: #d69c2c, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".spotlight-4"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4a872319a958",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-80fa451b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".txt-streetnr",
            "html": "<span class=\"txt-streetnr\">Orchideeënlaan 17</span>",
            "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: #788892, background color: #cbd3d8, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".box-contact"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "74071a8548c0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a3f0881c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".txt-postal",
            "html": "<span class=\"txt-postal\">1820</span>",
            "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: #788892, background color: #cbd3d8, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".box-contact"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "027ba0019e41",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d6fd0d3f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".txt-city",
            "html": "<span class=\"txt-city\">Steenokkerzeel</span>",
            "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: #788892, background color: #cbd3d8, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".box-contact"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "968d287213f2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-87e61423"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".phone",
            "html": "<a class=\"phone\" href=\"tel:022541900\">02 254 19 00</a>",
            "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: #788892, background color: #cbd3d8, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".box-contact"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8328dbe809a6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-382cee0e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".txt-fax",
            "html": "<dd class=\"txt-fax\">02 254 19 02</dd>",
            "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: #788892, background color: #cbd3d8, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".box-contact"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3ae597335bde",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0878ed0b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".mail",
            "html": "<a class=\"mail\" href=\"mailto:%69%6e%66%6f%40%73%74%65%65%6e%6f%6b%6b%65%72%7a%65%65%6c%2e%62%65\">info@steenokkerzeel.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.46 (foreground color: #606e77, background color: #cbd3d8, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".box-contact"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "93d457d117c0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-933f9714"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact-container > .contact-social > .box-subtitle > span",
            "html": "<span>Volg ons op</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.46 (foreground color: #606e77, background color: #cbd3d8, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".box-contact"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c45c55581063",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-480d08e8"
          },
          {
            "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-inner",
            "html": "<div class=\"footer-inner\" 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": "ef31e091d757",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-75206cb0"
          },
          {
            "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\">",
            "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": [
              ".footer-inner"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3d27a865e820",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "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=\"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": [
              ".footer-inner"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f39da6e87d65",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-76a8d2af"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".vlw__contact__toggle__label",
            "html": "<span class=\"vlw__contact__toggle__label\">Hulp nodig</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": "6d7304854458",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c1791208"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".cookie-compliance-text",
            "html": "<div class=\"cookie-compliance-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": "2b101b04b434",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-caf65a31"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".btn-cookie-accept",
            "html": "<a href=\"/cookies?url=%2f\" rel=\"nofollow\" class=\"btn-primary btn-cookie-compliance btn-cookie-accept\">Beheer mijn cookies</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": "09e0615d8e5c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-690d017a"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".skip",
            "html": "<div class=\"skip\">\n                <a href=\"#content-main\" class=\"skip-navigation\">Naar content</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": "1d4e93476d5b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1bb40db7"
          }
        ],
        "outcomeCount": 1007,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 23
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2708,
          "failed": 79,
          "cantTell": 57,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_attribute_value_valid",
          "aria_child_valid",
          "aria_content_in_landmark",
          "aria_contentinfo_label_unique",
          "aria_form_label_unique",
          "aria_role_redundant",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "input_label_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "text_block_heading",
          "text_contrast_sufficient",
          "text_quoted_correctly",
          "widget_tabbable_single"
        ],
        "passedRules": [],
        "failures": [
          {
            "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": "fabf1ff8ee75",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3047b1ae"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link data-css=\"Contrastskin-website\" type=\"text/css\" rel=\"stylesheet\" media=\"screen\" href=\"/css/skin-website.css?v=29042024123450\" id=\"skin-stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d4ec02daa692",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3bbb4be4"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link data-css=\"Contrastskin-website\" type=\"text/css\" rel=\"stylesheet\" media=\"screen\" href=\"/css/skin-website.css?v=29042024123450\" id=\"skin-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": "f5226f3d3cf8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a2088c8c"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form action=\"/cookies?url=%2f\" method=\"post\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "81ccb7ee8612",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a6b3a39c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"cookie-compliance-text\">",
            "message": "Text contrast of 4.47 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": "1a96a32db647",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5d5bd0c5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.47 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": "8d750721fcd3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"btn-primary btn-cookie-compliance btn-cookie-accept\" rel=\"nofollow\" href=\"/cookies?url=%2f\">",
            "message": "Text contrast of 4.47 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": "2e11a2704e7c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5e3c2537"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"acceptall\" name=\"action\" class=\"btn-primary btn-cookie-compliance btn-cookie-decline\" type=\"submit\">",
            "message": "Text contrast of 4.47 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": "e7a213a93634",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-70249338"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"decline\" name=\"action\" class=\"btn-primary btn-cookie-compliance btn-cookie-decline\" type=\"submit\">",
            "message": "Text contrast of 4.47 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": "13d646f3adb7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-324f90cd"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button data-tooltip=\"master-btn-toggle-contast\" data-active=\"master-btn-toggle-contast-active\" data-inactive=\"master-btn-toggle-contast\" class=\"icon-contrast \" id=\"btn-toggle-contrast\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a3c906d1ed5c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1917302d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button data-tooltip=\"master-btn-toggle-contast\" data-active=\"master-btn-toggle-contast-active\" data-inactive=\"master-btn-toggle-contast\" class=\"icon-contrast \" id=\"btn-toggle-contrast\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f6fd0e9ec15c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6e8a2d53"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"skip-navigation\" href=\"#content-main\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2f32beb1b429",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-92cb91cd"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.70 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_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.facebook.com/steenokkerzeelsteengoed/\" class=\"external\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8e582f0fd272",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-262a078f"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://twitter.com/Steenokkerzeel_\" class=\"external\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7f493d314c1e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b8f55f24"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.linkedin.com/company-beta/17963046/\" class=\"external\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5d6f0c7c08b9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2b533e5a"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.instagram.com/steenokkerzeelsteengoed/\" class=\"external\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "38745321c357",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-fdb32d0a"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form id=\"searchForm\" name=\"searchForm\" method=\"GET\" action=\"/zoeken\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bfe951fe8b8f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8245fd73"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input title=\"Zoeken\" id=\"btnSearch\" class=\"btn-search\" value=\"\" type=\"submit\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "54da9a867d81",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a162e197"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"sr-only\" href=\"/zoeken\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea3700e492cf",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ef8d6756"
          },
          {
            "rule": "aria_attribute_value_valid",
            "xpath": null,
            "html": "<div aria-live=\"”polite”\" id=\"suggestionsearch\">",
            "message": "The value \"”polite”\" specified for attribute 'aria-live' on element <div> is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7a5361fde3e4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b2d9f002"
          },
          {
            "rule": "aria_child_valid",
            "xpath": null,
            "html": "<ul class=\"list-suggestionsearch\">",
            "message": "The element with role \"list\" does not own any child element with any of the following role(s): \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f9a39ea7e977",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-cf5909e5"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav class=\"navbar-default\" role=\"navigation\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d175422e667a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b62d0b51"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"spotlight-caption\">",
            "message": "Confirm this text 'Stratenplan & wegenwerken' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c33a5ece04af",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-01fed043"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"spotlight-caption\">",
            "message": "Verify the contrast ratio of the text with shadow meets the WCAG AA minimum requirements for text of size 18px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "afd9f200c0b5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-27979353"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"spotlight-caption\">",
            "message": "Confirm this text 'Digitaal loket' 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=\"spotlight-caption\">",
            "message": "Confirm this text 'UiT in Steenokkerzeel' 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=\"spotlight-caption\">",
            "message": "Verify the contrast ratio of the text with shadow meets 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=\"spotlight-caption\">",
            "message": "Confirm this text 'Ik wil iets melden' 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=\"spotlight-caption\">",
            "message": "Verify the contrast ratio of the text with shadow meets 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=\"spotlight-caption\">",
            "message": "Confirm this text 'Openingsuren & contact' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "widget_tabbable_single",
            "xpath": null,
            "html": "<a href=\"https://donorportaal.rodekruis.be/Donation?Blood=true&Plasma=true&UseCoordinates=false&Longitude=0&Latitude=0&Referrer=FORM&MoveAppointmentId=&LocationQuery=Steenokkerzeel&From=2026-02-05&__Invariant=From&To=2026-08-05&__Invariant=To\">",
            "message": "Component with \"link\" role has more than one tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7094a5234642",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6ee302ff"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button class=\"btn-more\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1324d6a9cb94",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c8a1b776"
          },
          {
            "rule": "widget_tabbable_single",
            "xpath": null,
            "html": "<a href=\"/zitdag-belastingen\">",
            "message": "Component with \"link\" role has more than one tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "549a2e978604",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-608d8aa6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button class=\"btn-more\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "widget_tabbable_single",
            "xpath": null,
            "html": "<a href=\"/hoplr\">",
            "message": "Component with \"link\" role has more than one tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a8c9f8a47b48",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-412a0eac"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button class=\"btn-more\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "widget_tabbable_single",
            "xpath": null,
            "html": "<a href=\"/nutteloze-borden\">",
            "message": "Component with \"link\" role has more than one tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "46ae5e5d65cd",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2e0e4111"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button class=\"btn-more\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "widget_tabbable_single",
            "xpath": null,
            "html": "<a href=\"/verbouwbegeleiding-3wplus\">",
            "message": "Component with \"link\" role has more than one tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d2bb92c6235d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c38671b5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button class=\"btn-more\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "widget_tabbable_single",
            "xpath": null,
            "html": "<a href=\"/culinaire-wandeling\">",
            "message": "Component with \"link\" role has more than one tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cd89c90b2558",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-90a248db"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button class=\"btn-more\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "widget_tabbable_single",
            "xpath": null,
            "html": "<a href=\"/dj-paradise-city\">",
            "message": "Component with \"link\" role has more than one tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8abd29da41a1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-182dcd32"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button class=\"btn-more\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "widget_tabbable_single",
            "xpath": null,
            "html": "<a href=\"/kijk-ik-fiets\">",
            "message": "Component with \"link\" role has more than one tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "45d7daf40c33",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d01edf90"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<h3 class=\"title\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: 'Kijk! Ik fiets!'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e8fa3cdaa0e9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-de9a84b4"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button class=\"btn-more\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "widget_tabbable_single",
            "xpath": null,
            "html": "<a href=\"/boekstartdag\">",
            "message": "Component with \"link\" role has more than one tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "40e2c2092ddf",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7e9d78b7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button class=\"btn-more\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "widget_tabbable_single",
            "xpath": null,
            "html": "<a href=\"/wees-voorbereid-op-een-noodsituatie\">",
            "message": "Component with \"link\" role has more than one tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b0b546d0f13b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-42eacc01"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button class=\"btn-more\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "widget_tabbable_single",
            "xpath": null,
            "html": "<a href=\"/rattenoverlast-preventie-en-gerichte-aanpak\">",
            "message": "Component with \"link\" role has more than one tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9127bdd7a279",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-41dc1a87"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button class=\"btn-more\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "widget_tabbable_single",
            "xpath": null,
            "html": "<a href=\"/steenokkerzeel-speelt\">",
            "message": "Component with \"link\" role has more than one tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "184a239e94bc",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-481bbfd9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button class=\"btn-more\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "widget_tabbable_single",
            "xpath": null,
            "html": "<a href=\"/Vacature-maatschappelijk-werker\">",
            "message": "Component with \"link\" role has more than one tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3351899ca7eb",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-07ec2136"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button class=\"btn-more\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "widget_tabbable_single",
            "xpath": null,
            "html": "<a href=\"/luchthaven-bevraging\">",
            "message": "Component with \"link\" role has more than one tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "061ee332408f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-dfab890b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button class=\"btn-more\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "widget_tabbable_single",
            "xpath": null,
            "html": "<a href=\"/wegenwerken-in-meerdere-straten-van-20-april-tot-en-met-8-mei-2026\">",
            "message": "Component with \"link\" role has more than one tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e274692f0fd5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1a3cb09e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button class=\"btn-more\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "widget_tabbable_single",
            "xpath": null,
            "html": "<a href=\"/ondernemerscafe\">",
            "message": "Component with \"link\" role has more than one tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "85623f755737",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-83a53883"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button class=\"btn-more\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "widget_tabbable_single",
            "xpath": null,
            "html": "<a href=\"/Geef%20je%20mening%20over%20Steenokkerzeel\">",
            "message": "Component with \"link\" role has more than one tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d27d177593d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8137c537"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button class=\"btn-more\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "widget_tabbable_single",
            "xpath": null,
            "html": "<a href=\"/ravaartstraat\">",
            "message": "Component with \"link\" role has more than one tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0863a00e408d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bba9df11"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button class=\"btn-more\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "widget_tabbable_single",
            "xpath": null,
            "html": "<a href=\"/wegenwerken-in-processieweg-van-23-maart-tot-en-met-3-april-2026\">",
            "message": "Component with \"link\" role has more than one tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "449a303d3d2a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1a55018e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button class=\"btn-more\">",
            "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=\"txt-streetnr\">",
            "message": "Text contrast of 2.41 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": "9ae8de6480c4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5ac080dc"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"txt-postal\">",
            "message": "Text contrast of 2.41 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": "25882c348b02",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-049b67be"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"txt-city\">",
            "message": "Text contrast of 2.41 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": "b706a745f7ef",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7d29cd48"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:022541900\" class=\"phone\">",
            "message": "Text contrast of 2.41 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": "577819082439",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0f2fcf68"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<dd class=\"txt-fax\">",
            "message": "Text contrast of 2.41 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": "9edfd0a5a165",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-910e957e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"mailto:%69%6e%66%6f%40%73%74%65%65%6e%6f%6b%6b%65%72%7a%65%65%6c%2e%62%65\" class=\"mail\">",
            "message": "Text contrast of 3.47 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": "f7b792cf54e1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0a9b285c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.47 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_contentinfo_label_unique",
            "xpath": null,
            "html": "<footer class=\"footer\" id=\"footer\">",
            "message": "Multiple elements with \"contentinfo\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9864f78bdb9c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e10b4a7f"
          },
          {
            "rule": "aria_contentinfo_label_unique",
            "xpath": null,
            "html": "<div role=\"contentinfo\" class=\"footer-inner\">",
            "message": "Multiple elements with \"contentinfo\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "671ed06628e7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-fa15d7aa"
          }
        ],
        "outcomeCount": 2803,
        "uniqueFailedCount": 53,
        "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.ternat.be/",
      "finalUrl": "https://www.ternat.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Startpagina - Gemeente Ternat",
      "elapsedMs": 18758,
      "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": 627,
          "failed": 11,
          "cantTell": 15,
          "inapplicable": 41
        },
        "failedRules": [
          "color-contrast",
          "label-title-only",
          "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",
          "autocomplete-valid",
          "avoid-inline-spacing",
          "button-name",
          "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",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "label",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".icon-checkbox-checked > span > span",
            "html": "<span>Vacatures</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.07 (foreground color: #ffffff, background color: #cbb42b, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".icon-checkbox-checked"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d1b705a33027",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c83f7b63"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".icon-newspaper > span > span",
            "html": "<span>Raadpleegomgeving</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.07 (foreground color: #ffffff, background color: #cbb42b, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".icon-newspaper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6adeb5f4152b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0dd37dd3"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".icon-children > span > span",
            "html": "<span>Evenementenloket</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.07 (foreground color: #ffffff, background color: #cbb42b, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".icon-children"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea6badf47875",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-03da2cb0"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".btn-news > span",
            "html": "<span>Alle nieuwsberichten</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.07 (foreground color: #ffffff, background color: #cbb42b, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".btn-news"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3308a86e2d56",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b475e5a0"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".btn-stratenplan > span",
            "html": "<span>Stratenplan </span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.07 (foreground color: #ffffff, background color: #cbb42b, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".btn-stratenplan"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "249a48d6d788",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7a18531b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".btn-ondernemersgids > span",
            "html": "<span>Ondernemersgids</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.07 (foreground color: #ffffff, background color: #cbb42b, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".btn-ondernemersgids"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ebed1fd7afcf",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-351ac9ac"
          },
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#txtkeyword",
            "html": "<input type=\"text\" name=\"q\" class=\"form-control txt\" id=\"txtkeyword\" title=\"Waarmee kunnen we je helpen?\" autocomplete=\"off\" placeholder=\"Waarmee kunnen we je helpen?\" data-placeholder=\"Waarmee kunnen we je helpen?\" data-placeholder-mobile=\"Zoeken\">",
            "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": "9da7a01155e0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f5ce98a2"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".vlw__contact__toggle__label",
            "html": "<span class=\"vlw__contact__toggle__label\">Hulp nodig</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": "ab9e7630df6e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c1791208"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".cookie-compliance-text",
            "html": "<div class=\"cookie-compliance-text\">\nDeze website maakt gebruik van cookies om uw gebruikservaring te verbeteren.\n<a href=\"/cookies\" hide-when-empty=\"1\" class=\"find-more-button eu-cookie-compliance-more-button find-more-button-processed\"><span>Meer informatie over cookies.</span></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": "28899804bf7e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-caf65a31"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".btn-cookie-accept",
            "html": "<a href=\"/cookies?url=%2f\" rel=\"nofollow\" class=\"btn-primary btn-cookie-compliance btn-cookie-accept\">Beheer mijn cookies</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": "06242dc6cfdc",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-690d017a"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#skip-content",
            "html": "<div id=\"skip-content\" class=\"skip\">\n<a href=\"#content-main\" class=\"skip-navigation\" data-scrollto=\"skip\">\n<span>Naar content</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": "99aa24870f36",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-34285466"
          }
        ],
        "outcomeCount": 694,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 11
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1871,
          "failed": 36,
          "cantTell": 15,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_form_label_unique",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "input_label_visible",
          "style_color_misuse",
          "style_highcontrast_visible",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "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": "e565a1da666f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3047b1ae"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link data-css=\"Contrastskin-website\" type=\"text/css\" rel=\"stylesheet\" media=\"screen\" href=\"/css/skin-website.css?v=02102025095656\" id=\"skin-stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a17a78d7b980",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-dedc3c3b"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link data-css=\"Contrastskin-website\" type=\"text/css\" rel=\"stylesheet\" media=\"screen\" href=\"/css/skin-website.css?v=02102025095656\" id=\"skin-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": "7c1052c8874d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-615ff520"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<link color=\"#5bbad5\" href=\"/images/skin/safari-pinned-tab.svg\" rel=\"mask-icon\">",
            "message": "The HTML attribute(s) \"color\" is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "afcaaba83ff3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-39f579fd"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form action=\"/cookies?url=%2f\" method=\"post\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0583a437101b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a6b3a39c"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a data-scrollto=\"skip\" class=\"skip-navigation\" href=\"#content-main\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0e76b86f6bbe",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bdc94760"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a data-scrollto=\"skip\" class=\"skip-navigation\" href=\"#content-main\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f5997e0e80c4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b1ceb415"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.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": "21dc8ec253e3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.instagram.com/explore/locations/1015336100/gemeente-huis-ternat/\" class=\"external\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b82709848adf",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4d344576"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/events\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3d1503b6def1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f820c63c"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/hulpeninfonummers\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e10f6c070655",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-fe910be7"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form class=\"search-form\" id=\"searchForm\" name=\"searchForm\" method=\"GET\" action=\"/zoeken\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f9edc7e0d0a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2801ebfa"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input data-placeholder-mobile=\"Zoeken\" data-placeholder=\"Waarmee kunnen we je helpen?\" placeholder=\"Waarmee kunnen we je helpen?\" autocomplete=\"off\" title=\"Waarmee kunnen we je helpen?\" id=\"txtkeyword\" class=\"form-control txt\" name=\"q\" 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": "392eb40d3c39",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a4eab9ac"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input title=\"Zoeken\" id=\"btnSearch\" class=\"btn-search\" value=\"Zoek\" type=\"submit\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6b1dbf1bd5cd",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d49193f2"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input title=\"Zoeken\" id=\"btnSearch\" class=\"btn-search\" value=\"Zoek\" type=\"submit\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4109e5179d2b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-da0a63eb"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"\" class=\"bx-stop\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f201f0df6077",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-dbb70b68"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"bx-pager-link active\" data-slide-index=\"0\" href=\"\">",
            "message": "Text contrast of 3.04 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": "2b049b8df1bb",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c4ce67bb"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"bx-pager-link\" data-slide-index=\"1\" href=\"\">",
            "message": "Text contrast of 1.44 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": "342bfb37dd2d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f63a183a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"bx-pager-link\" data-slide-index=\"2\" href=\"\">",
            "message": "Text contrast of 1.44 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": "afdac8e95381",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1aec783b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"bx-pager-link\" data-slide-index=\"3\" href=\"\">",
            "message": "Text contrast of 1.44 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": "5473b6688865",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8299c5a4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.73 with its background is less than the WCAG AA minimum requirements for text of size 32px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"spotlight-caption\">",
            "message": "Confirm this text 'Een afspraak maken' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f33f698ef7a8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-01fed043"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"spotlight-caption\">",
            "message": "Confirm this text 'Iets melden' 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=\"spotlight-caption\">",
            "message": "Confirm this text 'Iets aanvragen' 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 2.08 with its background is less than 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": "Text contrast of 2.08 with its background is less than 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": "Text contrast of 2.08 with its background is less than 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": "Text contrast of 2.08 with its background is less than 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": "Text contrast of 2.08 with its background is less than 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": "Text contrast of 2.08 with its background is less than 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": "Text contrast of 3.21 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>",
            "message": "Text contrast of 3.21 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>",
            "message": "Text contrast of 3.21 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>",
            "message": "Text contrast of 3.21 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>",
            "message": "Text contrast of 3.21 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 class=\"lcplink\" href=\"http://www.lcp.be/\" target=\"_blank\" title=\"e-gov en internet services door LCP\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a1e8553b64f1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b240601c"
          }
        ],
        "outcomeCount": 1920,
        "uniqueFailedCount": 22,
        "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.tervuren.be/",
      "finalUrl": "https://www.tervuren.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Startpagina - Tervuren",
      "elapsedMs": 13382,
      "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": 613,
          "failed": 28,
          "cantTell": 3,
          "inapplicable": 45
        },
        "failedRules": [
          "color-contrast",
          "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",
          "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",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"bekendmakingen\"] > span",
            "html": "<span>Bekendmakingen</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.19 (foreground color: #ffffff, background color: #1abfe0, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"bekendmakingen\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eec3f30263eb",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b5f0ae2d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".meta__link.nav__link[href$=\"contact\"] > span",
            "html": "<span>Contact</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.19 (foreground color: #ffffff, background color: #1abfe0, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".meta__link.nav__link[href$=\"contact\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e36e46b7dde0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-99e3e660"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"thema\"] > span",
            "html": "<span>Overzicht</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.19 (foreground color: #ffffff, background color: #1abfe0, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"thema\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "88a7964d427b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8628576d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#btn-toggle-contrast > span",
            "html": "<span>Hoog contrast</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.19 (foreground color: #ffffff, background color: #1abfe0, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#btn-toggle-contrast"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c918c66e3519",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-fad09b6b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".spotlight__link[href$=\"contact\"] > .spotlight__title",
            "html": "<span class=\"spotlight__title\">Openingsuren</span>",
            "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: #1291ab, background color: #ffffff, font size: 14.3pt (19px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#widget-row-1"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "36c5a70254d7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f19d19a5"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".spotlight__item.link-hover:nth-child(2) > .spotlight__link[rel=\"noopener\"][target=\"_blank\"] > .spotlight__title",
            "html": "<span class=\"spotlight__title\">Afspraak</span>",
            "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: #1291ab, background color: #ffffff, font size: 14.3pt (19px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#widget-row-1"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "268ca2186f32",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-32f42f4c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"meldpunt\"] > .spotlight__title",
            "html": "<span class=\"spotlight__title\">Meldpunt</span>",
            "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: #1291ab, background color: #ffffff, font size: 14.3pt (19px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#widget-row-1"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a99488c0f605",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-aabd86b6"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"jobs\"] > .spotlight__title",
            "html": "<span class=\"spotlight__title\">Jobs</span>",
            "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: #1291ab, background color: #ffffff, font size: 14.3pt (19px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#widget-row-1"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7cf75a49fdfb",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3329a3b4"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"eloket\"] > .spotlight__title",
            "html": "<span class=\"spotlight__title\">E-loket</span>",
            "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: #1291ab, background color: #ffffff, font size: 14.3pt (19px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#widget-row-1"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3bff54ea0134",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-197a2735"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".spotlight__link[href$=\"nieuws\"] > .spotlight__title",
            "html": "<span class=\"spotlight__title\">Nieuws</span>",
            "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: #1291ab, background color: #ffffff, font size: 14.3pt (19px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#widget-row-1"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e5558524a940",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-660bcd80"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".partial__btn--news > span",
            "html": "<span>Meer nieuws</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.19 (foreground color: #1abfe0, 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": "44b56e8be1a1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-573ba91d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".partial__btn--events > span",
            "html": "<span>Meer activiteiten</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.19 (foreground color: #1abfe0, 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": "261fb8505148",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-cfa12537"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".article--event:nth-child(1) > .partial__item-container.has-media.link-hover > .partial__content-block > .partial__content > .date-block > .entry-date.date-block__entry > .date-block__month",
            "html": "<span class=\"date-block__month\">mei</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.19 (foreground color: #ffffff, background color: #1abfe0, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".article--event:nth-child(1) > .partial__item-container.has-media.link-hover > .partial__content-block > .partial__content > .date-block > .entry-date.date-block__entry"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c0e08b05c1c1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6ccca21b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".article--event:nth-child(1) > .partial__item-container.has-media.link-hover > .partial__content-block > .partial__content > .partial__content-holder > h3 > .partial__link > span",
            "html": "<span>Koestermoment</span>",
            "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: #1291ab, background color: #ffffff, font size: 15.8pt (21px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2ffc69004b40",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bc65c4ff"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".article--event:nth-child(1) > .partial__item-container.has-media.link-hover > .partial__content-block > .partial__content > .partial__content-holder > .partial__info.event__info > .event__location.icon-location > span",
            "html": "<span>CAW</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.19 (foreground color: #1abfe0, 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": "451da734ca46",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ee0243ee"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".article--event:nth-child(2) > .partial__item-container.has-media.link-hover > .partial__content-block > .partial__content > .date-block > .entry-date.date-block__entry > .date-block__day",
            "html": "<span class=\"date-block__day\">10</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.19 (foreground color: #ffffff, background color: #1abfe0, font size: 14.3pt (19px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".article--event:nth-child(2) > .partial__item-container.has-media.link-hover > .partial__content-block > .partial__content > .date-block > .entry-date.date-block__entry"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "604067e9d145",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-486f70aa"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".article--event:nth-child(2) > .partial__item-container.has-media.link-hover > .partial__content-block > .partial__content > .date-block > .entry-date.date-block__entry > .date-block__month",
            "html": "<span class=\"date-block__month\">mei</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.19 (foreground color: #ffffff, background color: #1abfe0, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".article--event:nth-child(2) > .partial__item-container.has-media.link-hover > .partial__content-block > .partial__content > .date-block > .entry-date.date-block__entry"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "28a4755ab466",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-55e21253"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".article--event:nth-child(2) > .partial__item-container.has-media.link-hover > .partial__content-block > .partial__content > .partial__content-holder > h3 > .partial__link > span",
            "html": "<span>Solidariteit met het Globale Zuiden in tijden van geopolitieke turbulentie</span>",
            "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: #1291ab, background color: #ffffff, font size: 15.8pt (21px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0b549eb2ba10",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a9dc745b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".partial__subtitle",
            "html": "<span class=\"partial__subtitle title\">Panelgesprek</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.76 (foreground color: #fbb479, background color: #ffffff, font size: 14.3pt (19px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ffe619366548",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3b3926ce"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".article--event:nth-child(2) > .partial__item-container.has-media.link-hover > .partial__content-block > .partial__content > .partial__content-holder > .partial__info.event__info > .event__location.icon-location > span",
            "html": "<span>Gemeentehuis De Zevenster - raadzaal De Eik</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.19 (foreground color: #1abfe0, 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": "8267bd322565",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-508d5799"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li[data-id=\"7\"] > a[href$=\"contact\"] > span",
            "html": "<span>Openingsuren en contact</span>",
            "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: #1291ab, 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": "9e4959ce7e32",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-57ec3b8d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"privacyverklaring\"] > span",
            "html": "<span>Privacyverklaring</span>",
            "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: #1291ab, 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": "8b762b10b93f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4b75cd22"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li[data-id=\"16\"] > a[href$=\"cookies\"] > span",
            "html": "<span>Cookies</span>",
            "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: #1291ab, 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": "d118d2119869",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ba22f3a2"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"toegankelijkheid\"] > span",
            "html": "<span>Toegankelijkheid</span>",
            "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: #1291ab, 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": "75b10fb0a63d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e8db0d70"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"sitemap\"] > span",
            "html": "<span>Sitemap</span>",
            "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: #1291ab, 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": "cde41f021417",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-11f71139"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".vlw__contact__toggle__label",
            "html": "<span class=\"vlw__contact__toggle__label\">Hulp nodig</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": "30fac721c00d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c1791208"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#skip-content",
            "html": "<div id=\"skip-content\" class=\"skip\"><div class=\"container\"><a href=\"#content-main\" data-scrollto=\"skip\" rel=\"nofollow\"> <span>Naar inhoud</span> </a></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": "a5d34903d2d5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-34285466"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".cookie-compliance-text",
            "html": "<div class=\"cookie-compliance-text cookie-compliance__text\">Deze website maakt gebruik van&nbsp;<a href=\"/cookies\"><span>cookies</span></a>&nbsp;om uw gebruikservaring te verbeteren.&nbsp; <a rel=\"nofollow\" href=\"/cookies?url=%2f\">Beheer mijn 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": "60047dcd7b54",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-caf65a31"
          }
        ],
        "outcomeCount": 689,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 28
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2498,
          "failed": 61,
          "cantTell": 26,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_form_label_unique",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link media=\"screen\" href=\"https://fonts.icordis.be/fonts/roboto-300-regular-500-700.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": "82461c66ddae",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-14f8791f"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link data-css=\"contrastskin\" data-sw=\"/css/dist/skin-tervuren-contrast.css\" href=\"/css/dist/skin-tervuren.css\" media=\"screen\" rel=\"stylesheet\" id=\"skin-stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef9460cdadb4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d2bb3682"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<link color=\"#1292AB\" href=\"/images/skin/safari-pinned-tab.svg\" rel=\"mask-icon\">",
            "message": "The HTML attribute(s) \"color\" is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ba15d46ec515",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7e9139c6"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a rel=\"nofollow\" data-scrollto=\"skip\" href=\"#content-main\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "692836853d92",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ced717ec"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.05 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": "f4f6a60cd5ca",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form action=\"/cookies?url=%2f\" method=\"post\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "45fc00f2a24b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a6b3a39c"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/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": "4b51c7f7957a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-09f5621f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button value=\"decline\" name=\"action\" class=\"cookie-compliance-btn btn-cookie-decline cookie-compliance__btn\" type=\"submit\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "baf96ac4d017",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6917b63d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button value=\"acceptall\" name=\"action\" class=\"cookie-compliance-btn btn-cookie-accept cookie-compliance__btn\" type=\"submit\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5fa54a8244d1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c6dc6103"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.19 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>",
            "message": "Text contrast of 2.19 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>",
            "message": "Text contrast of 2.19 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": "<button class=\"nav__link meta__link btn-toggle-contrast icon-contrast\" id=\"btn-toggle-contrast\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e6647ce4a828",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-cdffaab6"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.19 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_form_label_unique",
            "xpath": null,
            "html": "<form class=\"search__form\" id=\"searchForm\" name=\"searchForm\" method=\"GET\" action=\"/zoeken\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ab78d7efe05e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2daf85da"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input data-error=\"Gelieve je microfoon aan te sluiten en je microfoon rechten toe te laten.\" data-listening-text=\"Luisteren...\" data-speak-text=\"Begin nu te spreken\" data-placeholder-mobile=\"Zoeken\" placeholder=\"Waarmee kunnen we jou helpen?\" data-toggle-placeholder=\"1\" autocomplete=\"off\" data-tooltip=\"Waarmee kunnen we jou helpen?\" id=\"txtkeyword\" class=\"form-control txt search__input\" name=\"q\" type=\"text\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5a0504e94c6c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c46c4c7c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button aria-expanded=\"false\" type=\"button\" class=\"btn-toggle-menu\" data-dismiss=\"modal\" data-toggle=\"offcanvas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "444d13897b2f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9eb048d0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"spotlight__title\">",
            "message": "Text contrast of 3.71 with its background is less than the WCAG AA minimum requirements for text of size 19px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e56c371e6169",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c06534d7"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"spotlight__title\">",
            "message": "Text contrast of 3.71 with its background is less than the WCAG AA minimum requirements for text of size 19px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"spotlight__title\">",
            "message": "Text contrast of 3.71 with its background is less than the WCAG AA minimum requirements for text of size 19px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"spotlight__title\">",
            "message": "Text contrast of 3.71 with its background is less than the WCAG AA minimum requirements for text of size 19px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"spotlight__title\">",
            "message": "Text contrast of 3.71 with its background is less than the WCAG AA minimum requirements for text of size 19px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"spotlight__title\">",
            "message": "Text contrast of 3.71 with its background is less than the WCAG AA minimum requirements for text of size 19px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"btn-link partial__btn partial__btn--news\" href=\"/nieuws\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5cc2b8ccc3c6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a5a0b997"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.19 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 class=\"partial__link tiles__link\" rel=\"noopener\" target=\"_blank\" href=\"https://www.tervuren.be/nieuws/twee-lange-weekends-werken-op-vierarmenkruispunt\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "816550164e0d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3bdbdf2f"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"partial__link tiles__link\" rel=\"noopener\" target=\"_blank\" href=\"https://www.tervuren.be/nieuws/zelfstandige-uitbater-gezocht-voor-cafetaria-sportcomplex-de-steenberg\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "48a8e8df0bd7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4fe4fb3b"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"partial__link tiles__link\" rel=\"noopener\" target=\"_blank\" href=\"https://www.tervuren.be/nieuws/meer-tervurenaren-vragen-rijbewijs-digitaal-aan\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a8901eb662a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8fdc8d15"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"partial__link tiles__link\" rel=\"noopener\" target=\"_blank\" href=\"https://www.tervuren.be/nieuws/infomarkt-moorsel-op-6-mei\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c14da08ecc76",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-08e98660"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"partial__link tiles__link\" rel=\"noopener\" target=\"_blank\" href=\"https://www.tervuren.be/nieuws/zitdag-belastingen-op-12-mei\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "66d8b3368da8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7f5cdcf5"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"partial__link tiles__link\" rel=\"noopener\" target=\"_blank\" href=\"https://www.tervuren.be/nieuws/rioleringswerken-en-heraanleg-vestenstraat\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "08f479fec565",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2e6f0308"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"partial__link tiles__link\" rel=\"noopener\" target=\"_blank\" href=\"https://www.tervuren.be/nieuws/nieuwe-verkeersmaatregelen-in-moorsel\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9fd3763e3c41",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-706cc9f8"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"partial__link tiles__link\" rel=\"noopener\" target=\"_blank\" href=\"https://www.tervuren.be/nieuws/europadag-de-geopolitieke-storm-in-europa\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c961cfe7b272",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-113cd41e"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"partial__link tiles__link\" rel=\"noopener\" target=\"_blank\" href=\"https://www.tervuren.be/nieuws/gezocht-vrijwilligers-hee-tervuren\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c9bd6c176161",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d700d4ee"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"partial__link tiles__link\" rel=\"noopener\" target=\"_blank\" href=\"https://www.tervuren.be/nieuws/noodhulp-aan-caritas-international-en-dokters-van-de-wereld-voor-libanon\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e0da88d52d45",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a6f263ca"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"btn-link partial__btn partial__btn--events\" href=\"/activiteiten\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e0e13db6a442",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6ae434b3"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.19 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 class=\"date-block__day\">",
            "message": "Text contrast of 2.19 with its background is less than the WCAG AA minimum requirements for text of size 19px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "df32988a93b3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-595fc34f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"date-block__month\">",
            "message": "Text contrast of 2.19 with its background is less than the WCAG AA minimum requirements for text of size 13px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7ec265bfd4ff",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7ad9b094"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.71 with its background is less than the WCAG AA minimum requirements for text of size 21px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.19 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 class=\"date-block__day\">",
            "message": "Text contrast of 2.19 with its background is less than the WCAG AA minimum requirements for text of size 19px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"date-block__month\">",
            "message": "Text contrast of 2.19 with its background is less than the WCAG AA minimum requirements for text of size 13px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.71 with its background is less than the WCAG AA minimum requirements for text of size 21px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"partial__subtitle title\">",
            "message": "Text contrast of 1.76 with its background is less than the WCAG AA minimum requirements for text of size 19px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8bc03b688ec1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3b18a61f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.19 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=\"footer-top\">",
            "message": "Confirm this text 'Blijf op de hoogte' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f847eec40e53",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-df293981"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"footer-top-title\">",
            "message": "Confirm this text 'Blijf op de hoogte' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "03bc950782f3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-276ef111"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.19 with its background is less than the WCAG AA minimum requirements for text of size 28px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"btn-footer\" href=\"/nieuwsbrieven/inschrijven\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "96737a08c704",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e5287cf8"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"footer-icons__link /global/icons/global-township.svg#bib\" rel=\"noopener\" target=\"_blank\" href=\"https://tervuren.bibliotheek.be/\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e7d89f1a81ae",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e00e9dea"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.46 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": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"footer-icons__link\" target=\"__blank\" href=\"https://www.dewarandepoort.be/\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "22d2a3377a0e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-234c16cd"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.46 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": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"footer-icons__link\" target=\"__blank\" href=\"https://www.visittervuren.be/\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0873fa1642f6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3928e184"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.46 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>",
            "message": "Text contrast of 3.71 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>",
            "message": "Text contrast of 3.71 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>",
            "message": "Text contrast of 3.71 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>",
            "message": "Text contrast of 3.71 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>",
            "message": "Text contrast of 3.71 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 2576,
        "uniqueFailedCount": 35,
        "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.tielt-winge.be/",
      "finalUrl": "https://www.tielt-winge.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Startpagina - Tielt-Winge",
      "elapsedMs": 13128,
      "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": 423,
          "failed": 10,
          "cantTell": 1,
          "inapplicable": 44
        },
        "failedRules": [
          "color-contrast",
          "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",
          "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",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"over-tielt-winge\"] > .theme-content > h3 > span",
            "html": "<span>Over Tielt-Winge</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.64 (foreground color: #009b40, background color: #ffffff, font size: 16.5pt (22px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "11c92c9bdb6a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1269d8b4"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"iets-aanvragen\"] > .theme-content > h3 > span",
            "html": "<span>Iets aanvragen</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.64 (foreground color: #009b40, background color: #ffffff, font size: 16.5pt (22px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "db89d42e42b1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-cb71b4f6"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"iets-melden\"] > .theme-content > h3 > span",
            "html": "<span>Iets melden</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.64 (foreground color: #009b40, background color: #ffffff, font size: 16.5pt (22px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b14654ab199",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-296395ae"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"burgerzaken-welzijn\"] > .theme-content > h3 > span",
            "html": "<span>Burgerzaken &amp; welzijn</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.64 (foreground color: #009b40, background color: #ffffff, font size: 16.5pt (22px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7840cf5881c6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6c02f831"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"grondgebiedzaken\"] > .theme-content > h3 > span",
            "html": "<span>Grondgebiedzaken</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.64 (foreground color: #009b40, background color: #ffffff, font size: 16.5pt (22px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "afc9cda4d154",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-cf111604"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"vrije-tijd\"] > .theme-content > h3 > span",
            "html": "<span>Vrije tijd</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.64 (foreground color: #009b40, background color: #ffffff, font size: 16.5pt (22px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cce83b841c26",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-fbb8f2c6"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".vlw__contact__toggle__label",
            "html": "<span class=\"vlw__contact__toggle__label\">Hulp nodig</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": "8ac79677b472",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c1791208"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".cookie-compliance-text",
            "html": "<div class=\"cookie-compliance-text\">Deze website maakt gebruik van cookies om je gebruikservaring te verbeteren. <a rel=\"nofollow\" href=\"/cookies\" class=\"find-more-button eu-cookie-compliance-more-button find-more-button-processed\"><span>Meer informatie over cookies</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": "15d9d8f577e8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-caf65a31"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".btn-secondary",
            "html": "<a rel=\"nofollow\" href=\"/cookies?url=%2f\" class=\"btn-secondary btn-cookie-compliance btn-cookie-accept\">Beheer mijn cookies</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": "379e2a06af98",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5514166d"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#skip-content",
            "html": "<div id=\"skip-content\" class=\"skip\"><span class=\"go-to-text\">Ga naar:</span> <a href=\"#content-main\" class=\"skip-navigation\" data-scrollto=\"skip\" rel=\"nofollow\"> <span>Naar inhoud</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": "8a7c02f36857",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-34285466"
          }
        ],
        "outcomeCount": 478,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 10
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1206,
          "failed": 15,
          "cantTell": 10,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_child_valid",
          "aria_content_in_landmark",
          "aria_form_label_unique",
          "element_tabbable_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link media=\"screen\" href=\"https://icons.icordis.be/css/boicon-tw.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": "5d4696bd576b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8fd43ad7"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link data-css=\"contrastskin\" data-sw=\"/css/skin-website-contrast.css?v=23042026152412\" href=\"/css/skin-website.css?v=23042026152412\" media=\"screen\" rel=\"stylesheet\" id=\"skin-stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "04235a8cf00d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-375287cb"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form action=\"/cookies?url=%2f\" method=\"post\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f4707d113f2e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a6b3a39c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button value=\"decline\" name=\"action\" class=\"btn-cookie-compliance btn-cookie-decline\" type=\"submit\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9fc645cf1a1a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5b5312e8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button value=\"acceptall\" name=\"action\" class=\"btn-cookie-compliance btn-cookie-accept\" type=\"submit\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a40968ffd2e9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-73e75c7d"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a rel=\"nofollow\" data-scrollto=\"skip\" class=\"skip-navigation\" href=\"#content-main\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "95a26c16fbed",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a1e270f5"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a rel=\"nofollow\" data-scrollto=\"skip\" class=\"skip-navigation\" href=\"#content-main\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3b83368e0502",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d275bb91"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form class=\"search-form\" id=\"searchForm\" name=\"searchForm\" method=\"GET\" action=\"/zoeken\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c6731c7e0255",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2801ebfa"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.64 with its background is less than the WCAG AA minimum requirements for text of size 22px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "50f4957a52fd",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.64 with its background is less than the WCAG AA minimum requirements for text of size 22px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.64 with its background is less than the WCAG AA minimum requirements for text of size 22px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.64 with its background is less than the WCAG AA minimum requirements for text of size 22px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.64 with its background is less than the WCAG AA minimum requirements for text of size 22px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.64 with its background is less than the WCAG AA minimum requirements for text of size 22px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_child_valid",
            "xpath": null,
            "html": "<ul class=\"list-social\">",
            "message": "The element with role \"list\" does not own any child element with any of the following role(s): \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "499f3a36bba3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1e7d8576"
          }
        ],
        "outcomeCount": 1228,
        "uniqueFailedCount": 10,
        "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.tienen.be/",
      "finalUrl": "https://www.tienen.be/",
      "redirected": false,
      "statusCode": 429,
      "ok": false,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "429 bot traffic is limited",
      "elapsedMs": 23842,
      "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": 1555,
          "failed": 30,
          "cantTell": 55,
          "inapplicable": 36
        },
        "failedRules": [
          "color-contrast",
          "frame-title",
          "label",
          "link-name",
          "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",
          "autocomplete-valid",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "frame-tested",
          "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",
          "presentation-role-conflict",
          "region",
          "scrollable-region-focusable",
          "skip-link",
          "tabindex",
          "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": ".paddle-component--body-section > h2",
            "html": "<h2>Visit Tienen</h2>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.72 (foreground color: #ffffff, background color: #ffb0bb, font size: 18.0pt (24px), font weight: normal). Expected contrast ratio of 3:1",
            "relatedPaths": [
              "#paddle_components_text_block_ebdde58c-1bbe-4b97-be8a-6637c81b18ec > .paddle-component--text-block.paddle-component"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b0bde4532aa",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d275cbaa"
          },
          {
            "rule": "frame-title",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/frame-title?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#iframe_flxml_form",
            "html": "<iframe id=\"iframe_flxml_form\" onload=\"javascript: fm.load(...\" src=\"https://return.flexm...\" frameborder=\"0\" scrolling=\"no\" style=\"overflow:hidden;heig...\" height=\"100%\" width=\"100%\">",
            "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": "b20dbe72b2a5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-38aafcfa"
          },
          {
            "rule": "frame-title",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/frame-title?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#iframe_flxml_form",
            "html": "<iframe id=\"iframe_flxml_submit\" name=\"iframe_flxml_submit\" style=\"width:100%;height:70px;visibility:visible;display:block;background-color:transparent\" allowtransparency=\"true\" src=\"//www.flexmail.eu/public/blank.html\" frameborder=\"0\" scrolling=\"no\"></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",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "label",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#iframe_flxml_form",
            "html": "<input style=\"width:274px;height:16px;padding:3px;border-radius:3px;border: 1px solid #a9a9a9\" type=\"text\" maxlength=\"100\" name=\"fields[117979cc352353c57a691a947b04167f]\" value=\"\">",
            "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": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "label",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#iframe_flxml_form",
            "html": "<input style=\"width:274px;height:16px;padding:3px;border-radius:3px;border: 1px solid #a9a9a9\" type=\"text\" maxlength=\"100\" name=\"fields[1a2f3e3b4cebe60c0e9659520e7e121a]\" value=\"\">",
            "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": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "label",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#iframe_flxml_form",
            "html": "<input style=\"width:274px;height:16px;padding:3px;border-radius:3px;border: 1px solid #a9a9a9\" type=\"text\" maxlength=\"100\" name=\"fields[2426ced136024a631a2a0672a269b700]\" value=\"\">",
            "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": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "#paddle_components_top_bottom_only_block_20189317-5d0b-4093-b496-69c5aa9f92e5 > .paddle-component--top-bottom-only-block.paddle-component > .text.paddle-component--top-section.paddle-component > a",
            "html": "<a href=\"/een-afspraak-maken-met-de-stadsdiensten\">",
            "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": "3e4ddeac46d3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bc116af1"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "#paddle_components_top_bottom_only_block_c49215a2-69ce-4505-8600-1e03c02fe97c > .paddle-component--top-bottom-only-block.paddle-component > .text.paddle-component--top-section.paddle-component > a[href$=\"stadsdiensten\"]",
            "html": "<a href=\"/stadsdiensten\">",
            "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": "317fdccb4efe",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7505c4cf"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".text.paddle-component--top-section.paddle-component > a[href$=\"meldpunt\"]",
            "html": "<a href=\"/meldpunt\">",
            "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": "40a26c30698b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e17b09dc"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".text.paddle-component--top-section.paddle-component > a[href$=\"burgerzaken\"]",
            "html": "<a href=\"/menu/burgerzaken\">",
            "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": "9437e531714a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-84783cb6"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".text.paddle-component--top-section.paddle-component > a[href$=\"wonen-en-bouwen\"]",
            "html": "<a href=\"/menu/wonen-en-bouwen\">",
            "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": "6ff32f5370f3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7b9265a5"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".text.paddle-component--top-section.paddle-component > a[href$=\"milieu-natuur\"]",
            "html": "<a href=\"/milieu-natuur\">",
            "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": "ae71f5009699",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7ec185b4"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".text.paddle-component--top-section.paddle-component > a[href$=\"werken-en-ondernemen\"]",
            "html": "<a href=\"/menu/werken-en-ondernemen\">",
            "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": "a09d9c87377b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6db83935"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".text.paddle-component--top-section.paddle-component > a[href$=\"zorg-en-welzijn\"]",
            "html": "<a href=\"/menu/zorg-en-welzijn\">",
            "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": "f7f4dc24316e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0b545b94"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".text.paddle-component--top-section.paddle-component > a[href$=\"mobiliteit\"]",
            "html": "<a href=\"/menu/mobiliteit\">",
            "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": "1bd181a06dfe",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c146726d"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "#paddle_components_text_block_baf52c10-5e70-4a98-a2b0-8ba2de16e26f > .paddle-component--text-block.paddle-component > .text.paddle-component--top-section.paddle-component > a",
            "html": "<a href=\"/menu/onderwijs-en-kinderopvang\">",
            "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": "09efc2265180",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-be48f9a2"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".text.paddle-component--top-section.paddle-component > a[href$=\"vrije-tijd\"]",
            "html": "<a href=\"/menu/vrije-tijd\">",
            "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": "92fec8805027",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-487cf575"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".text.paddle-component--top-section.paddle-component > a[href$=\"stad-en-bestuur\"]",
            "html": "<a href=\"/menu/stad-en-bestuur\">",
            "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": "ca70bd74c3bc",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-724ba28d"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "article[data-history-node-id=\"6075\"] > a",
            "html": "<a href=\"/25-meterbad-zwembad-open-vanaf-6-mei\"></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": "0679cc8cc795",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f7a82d4c"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "article[data-history-node-id=\"6041\"] > a",
            "html": "<a href=\"/geplande-wegenis-en-rioleringswerken-in-hakendover\"></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": "2d26ad47a36b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c74347fd"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "article[data-history-node-id=\"6038\"] > a",
            "html": "<a href=\"/code-oranje-voor-brandgevaar-in-de-hele-provincie\"></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": "988e8870fb0f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-88a6500a"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "article[data-history-node-id=\"6037\"] > a",
            "html": "<a href=\"/infomoment-vrijwilligers-werven-voor-je-vereniging\"></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": "de7a16e8f21a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5ea8dbed"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "article[data-history-node-id=\"5978\"] > a",
            "html": "<a href=\"/mulkkapel-krijgt-windhaan-terug\"></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": "d6c1969a51ec",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-22807f53"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".text.paddle-component--top-section.paddle-component > a[href$=\"verkeershinder\"]",
            "html": "<a href=\"/verkeershinder\">",
            "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": "001331a88b58",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9732487a"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "#paddle_components_top_bottom_only_block_a17be9ee-fe3b-43a0-b65a-abe21007476a > .paddle-component--top-bottom-only-block.paddle-component > .text.paddle-component--top-section.paddle-component > a",
            "html": "<a href=\"/menu/mobiliteit/parkeren/parkings\">",
            "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": "bfdbc0b9e5d5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f81ff704"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "#paddle_components_top_bottom_only_block_efc27cee-c19a-46a7-8d9d-b9744083a98c > .paddle-component--top-bottom-only-block.paddle-component > .text.paddle-component--top-section.paddle-component > a",
            "html": "<a href=\"/menu/mobiliteit/tienen-bereiken\">",
            "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": "dac9a2b95cd0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b9e0670e"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "article[data-history-node-id=\"5570\"] > a",
            "html": "<a href=\"/menu/stad-en-bestuur/projecten/projecten-in-uitvoering/renovatie-dak-zwembad-de-blyckaert\"></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": "93d3ca89e2af",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-79ab06b1"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "article[data-history-node-id=\"6039\"] > a",
            "html": "<a href=\"/wegenis-en-rioleringswerken-hakendover\"></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": "fc71c9de66af",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-40bb3f24"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "article[data-history-node-id=\"5829\"] > a",
            "html": "<a href=\"/menu/stad-en-bestuur/projecten/projecten-in-uitvoering/we-menen-het\"></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": "c77cf765c3b9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-da57a9ce"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".vlw__contact__toggle__label",
            "html": "<span class=\"vlw__contact__toggle__label\">Hulp nodig</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": "72ab88d42974",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c1791208"
          }
        ],
        "outcomeCount": 1676,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 4,
        "uniqueFailedCount": 26
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 4574,
          "failed": 91,
          "cantTell": 59,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_content_in_landmark",
          "aria_id_unique",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "frame_src_valid",
          "frame_title_exists",
          "input_checkboxes_grouped",
          "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": "<link rel=\"stylesheet\" href=\"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;1,400&display=swap\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ab7c91af124d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f811456d"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<style id=\"flx-styles\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "71b336434206",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2d1f52e7"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_QZUbmMSfty6TV7LHYtrbdSaJ9IrdG-6qfjSltZR44Uk.css?delta=3&language=nl&theme=ocelot_paddle&include=eJx9U-1yhCAMfCGVR2IixDNzQBwI7dmnb8S769Rq_zhkdwn5WIEMkL0FHiF0joS-MNkl80QBzSHu3B09CWcLznH2xMm8T8OUOQkm3znmO6F1LRQ7BtZ72exw_4T7J6zqjMbnukAYSDD2gYp0WO07TVwCQXJozkDrcYIa9MZDAqX7K9Uz7AKsXLWISsFrERPX7DjYgk606CMtc0b8j__kE9ZTcfyBeTWctttd1DGB0ZEJ5sHB0sTsMLDYBbzfRqsdqDrJMAb4Wv9hdUx9QchuvhZlBO9yjeOlZOIc-wgJbuj7tswr5QxxrPmmq7lSUNQsl2xr_pIt7AhC30T9tqFylNYiHG2RVdnbgVwyqaNe3A7ad_Ly8045IVvZu-9O2M12R3JzJpR5ZMj-Fzqp9daRHy9Q6BFW0752hHJH6RYO4WXG7fxsdt-khYUsVOFmZBQ0F3i3z8u2edmWQj2cBD6xcMTh3cCZ8C80yIxRk65F_zSjleI32R2T4w\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1068fc2854e0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7c507d50"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_xC-cby6lFNJG9DJ2_66Y2dNs7jU7XC3GEshx9eVWkfI.css?delta=4&language=nl&theme=ocelot_paddle&include=eJx9U-1yhCAMfCGVR2IixDNzQBwI7dmnb8S769Rq_zhkdwn5WIEMkL0FHiF0joS-MNkl80QBzSHu3B09CWcLznH2xMm8T8OUOQkm3znmO6F1LRQ7BtZ72exw_4T7J6zqjMbnukAYSDD2gYp0WO07TVwCQXJozkDrcYIa9MZDAqX7K9Uz7AKsXLWISsFrERPX7DjYgk606CMtc0b8j__kE9ZTcfyBeTWctttd1DGB0ZEJ5sHB0sTsMLDYBbzfRqsdqDrJMAb4Wv9hdUx9QchuvhZlBO9yjeOlZOIc-wgJbuj7tswr5QxxrPmmq7lSUNQsl2xr_pIt7AhC30T9tqFylNYiHG2RVdnbgVwyqaNe3A7ad_Ly8045IVvZu-9O2M12R3JzJpR5ZMj-Fzqp9daRHy9Q6BFW0752hHJH6RYO4WXG7fxsdt-khYUsVOFmZBQ0F3i3z8u2edmWQj2cBD6xcMTh3cCZ8C80yIxRk65F_zSjleI32R2T4w\" media=\"print\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a0867c802cef",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f6762845"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable\" href=\"#region-content\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "10f9a1502d5c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2cbaa15c"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable\" href=\"#region-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "61d01fbb7c70",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b875386a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable\" href=\"#region-content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cba51b45bc1e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-780e76ef"
          },
          {
            "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": "c434bd0354c6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-95d397a2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "339723328be2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6cbabc67"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 1280 663\" height=\"663\" width=\"1280\" id=\"svg_hp_banner\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "30023ba29ea0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5e8d3e51"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"Zoeken\" name=\"op\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"btn-secondary button js-form-submit form-submit btn\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c5e55a187d45",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8ea86d26"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Zoeken\" name=\"op\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"btn-secondary button js-form-submit form-submit btn\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c693c58ed4a1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-87ad9640"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/een-afspraak-maken-met-de-stadsdiensten\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "25b46a8354cf",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3ca8edd9"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/stadsdiensten\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a6d3b4aabd8b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-46f2113b"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/meldpunt\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e0ad98573999",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-65ff5402"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a data-entity-type=\"external\" href=\"https://www.tienen.be/beleidsplan\" class=\"btn btn-primary\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0449771c8cfd",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-cfba2e13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Werken bij stad Tienen\" data-entity-substitution=\"canonical\" data-entity-uuid=\"67db577a-9299-4723-811e-7b977e6fbaae\" data-entity-type=\"node\" href=\"/menu/werken-en-ondernemen/werken-in-tienen/werken-bij-stad-tienen-0%3Fjs%3D27076-projectingenieur-openbare-werken\" class=\"btn btn-primary\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d645142c02a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5655b3e3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/menu/wonen-en-bouwen/buurtwerking\" class=\"btn btn-primary\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3cdfcb5c7ca7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-826ee68c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Kweikersdag\" data-entity-substitution=\"canonical\" data-entity-uuid=\"b63b60df-34c8-4f7d-bc73-f694d188a68a\" data-entity-type=\"node\" href=\"/zien-en-doen/evenementen/typisch-tienen/kweikersdag\" class=\"btn btn-primary\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7a13350cb83b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8ea9936a"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/menu/burgerzaken\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "503b8af6f49e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2c7b360b"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/menu/wonen-en-bouwen\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fd10d5ae60d4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6aec40ff"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/milieu-natuur\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "24678a5828c2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1c2b5327"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/menu/werken-en-ondernemen\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b0d348744aff",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8b484712"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/menu/zorg-en-welzijn\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0f0cbbd824d9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8c4cdb91"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/menu/mobiliteit\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d1fcaf57a3c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ce41175c"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/menu/onderwijs-en-kinderopvang\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "294a133bfbeb",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9aa1a65a"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/menu/vrije-tijd\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "74d9217b604d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0b127c5b"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/menu/stad-en-bestuur\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "371d43fd420c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-dc1f62e1"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/25-meterbad-zwembad-open-vanaf-6-mei\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b47b0bdf459d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0ae6faa4"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/25-meterbad-zwembad-open-vanaf-6-mei\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cab24d1edcdd",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6c2c1773"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"/25-meterbad-zwembad-open-vanaf-6-mei\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "158640c4dab3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c6b1f2dc"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"tag-btn btn\" href=\"/zoeken?f%5B0%5D=general%3A3\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8024dc55a7b4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9664c9f5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"tag-btn btn\" href=\"/zoeken?f%5B0%5D=general%3A3\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "273efb9f1dc7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5935ec27"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/geplande-wegenis-en-rioleringswerken-in-hakendover\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f45a8e2ba48d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4352e744"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/geplande-wegenis-en-rioleringswerken-in-hakendover\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ff3002e39311",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6bd27bfe"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"/geplande-wegenis-en-rioleringswerken-in-hakendover\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "17d72103fceb",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ef85565c"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"tag-btn btn\" href=\"/zoeken?f%5B0%5D=general%3A768\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a8d9137dce4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d626f764"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"tag-btn btn\" href=\"/zoeken?f%5B0%5D=general%3A768\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "faa172d2e17d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d0fbeb15"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/code-oranje-voor-brandgevaar-in-de-hele-provincie\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bac9691c5c2f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8234f8ef"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/code-oranje-voor-brandgevaar-in-de-hele-provincie\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f94db3d3d557",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b9cca0e9"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"/code-oranje-voor-brandgevaar-in-de-hele-provincie\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc3cc6c20918",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-531db285"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"tag-btn btn\" href=\"/zoeken?f%5B0%5D=general%3A586\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "56dd14cd35b7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8cb04362"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"tag-btn btn\" href=\"/zoeken?f%5B0%5D=general%3A586\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3962446039cc",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d19542d9"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/infomoment-vrijwilligers-werven-voor-je-vereniging\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "002c0282a902",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-10854d2a"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/infomoment-vrijwilligers-werven-voor-je-vereniging\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3d241b525555",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8cea46bf"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"/infomoment-vrijwilligers-werven-voor-je-vereniging\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "961ff9d67991",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-87f52235"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"tag-btn btn\" href=\"/zoeken?f%5B0%5D=general%3A3\">",
            "message": "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 class=\"tag-btn btn\" href=\"/zoeken?f%5B0%5D=general%3A3\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/mulkkapel-krijgt-windhaan-terug\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a5d1b7fe0a92",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f151185a"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/mulkkapel-krijgt-windhaan-terug\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "df99f4bbfd69",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c2a9d6d4"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"/mulkkapel-krijgt-windhaan-terug\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4983c63436bd",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c2871827"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"tag-btn btn\" href=\"/zoeken?f%5B0%5D=general%3A768\">",
            "message": "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 class=\"tag-btn btn\" href=\"/zoeken?f%5B0%5D=general%3A768\">",
            "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=\"Activiteiten\" data-entity-substitution=\"canonical\" data-entity-uuid=\"eed60019-42f0-4916-90f8-407a4d75d3a1\" data-entity-type=\"node\" href=\"/zien-en-doen/evenementen/activiteiten\" class=\"btn btn-secondary\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "364f2fedbf26",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1e7d4a9a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Nieuwsberichten\" data-entity-substitution=\"canonical\" data-entity-uuid=\"6e1368da-d9bf-41b2-8b99-a5714bb92085\" data-entity-type=\"node\" href=\"/nieuwsberichten\" class=\"btn btn-secondary\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5873f0121fb9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4f369b63"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<iframe width=\"100%\" height=\"100%\" style=\"overflow:hidden;height:345px;width:100%\" scrolling=\"no\" frameborder=\"0\" src=\"https://return.flexmail.eu/page/opt-in-form/eyJ0eXAiOiJKV1QiLCJhbGciOiJFZERTQSJ9.eyJzdWIiOiJyZXR1cm4vb3B0LWluIiwiaWF0IjoxNzM5NDM0MDA0LjgxNDUzOSwiYWlkIjo0MzUxNiwib3B0ZnBrIjoiNDEyMjY3NWU3NmM0NmNlNjljZjEyMTQwZmI1M2E0NjY2OWQ3MCJ9.XEuZ05V2_iGqXEvVHuK5J3fDkWpncYuwBGdQw9DRUXuIiP1b_l7WnL_xc3oEF_7QRJTbuRI396Qdshon0qU7DA\" onload=\"javascript: fm.load();\" id=\"iframe_flxml_form\">",
            "message": "The HTML attribute(s) \"frameborder, scrolling\" is deprecated for the <iframe> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c591e03d1699",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5af2f83c"
          },
          {
            "rule": "frame_src_valid",
            "xpath": null,
            "html": "<iframe width=\"100%\" height=\"100%\" style=\"overflow:hidden;height:345px;width:100%\" scrolling=\"no\" frameborder=\"0\" src=\"https://return.flexmail.eu/page/opt-in-form/eyJ0eXAiOiJKV1QiLCJhbGciOiJFZERTQSJ9.eyJzdWIiOiJyZXR1cm4vb3B0LWluIiwiaWF0IjoxNzM5NDM0MDA0LjgxNDUzOSwiYWlkIjo0MzUxNiwib3B0ZnBrIjoiNDEyMjY3NWU3NmM0NmNlNjljZjEyMTQwZmI1M2E0NjY2OWQ3MCJ9.XEuZ05V2_iGqXEvVHuK5J3fDkWpncYuwBGdQw9DRUXuIiP1b_l7WnL_xc3oEF_7QRJTbuRI396Qdshon0qU7DA\" onload=\"javascript: fm.load();\" id=\"iframe_flxml_form\">",
            "message": "Verify <frame> content is accessible",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fb5496eda951",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e74df636"
          },
          {
            "rule": "frame_title_exists",
            "xpath": null,
            "html": "<iframe width=\"100%\" height=\"100%\" style=\"overflow:hidden;height:345px;width:100%\" scrolling=\"no\" frameborder=\"0\" src=\"https://return.flexmail.eu/page/opt-in-form/eyJ0eXAiOiJKV1QiLCJhbGciOiJFZERTQSJ9.eyJzdWIiOiJyZXR1cm4vb3B0LWluIiwiaWF0IjoxNzM5NDM0MDA0LjgxNDUzOSwiYWlkIjo0MzUxNiwib3B0ZnBrIjoiNDEyMjY3NWU3NmM0NmNlNjljZjEyMTQwZmI1M2E0NjY2OWQ3MCJ9.XEuZ05V2_iGqXEvVHuK5J3fDkWpncYuwBGdQw9DRUXuIiP1b_l7WnL_xc3oEF_7QRJTbuRI396Qdshon0qU7DA\" onload=\"javascript: fm.load();\" id=\"iframe_flxml_form\">",
            "message": "Inline frame does not have a 'title' attribute",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c90e4f7b9353",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-70137715"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<iframe width=\"100%\" height=\"100%\" style=\"overflow:hidden;height:345px;width:100%\" scrolling=\"no\" frameborder=\"0\" src=\"https://return.flexmail.eu/page/opt-in-form/eyJ0eXAiOiJKV1QiLCJhbGciOiJFZERTQSJ9.eyJzdWIiOiJyZXR1cm4vb3B0LWluIiwiaWF0IjoxNzM5NDM0MDA0LjgxNDUzOSwiYWlkIjo0MzUxNiwib3B0ZnBrIjoiNDEyMjY3NWU3NmM0NmNlNjljZjEyMTQwZmI1M2E0NjY2OWQ3MCJ9.XEuZ05V2_iGqXEvVHuK5J3fDkWpncYuwBGdQw9DRUXuIiP1b_l7WnL_xc3oEF_7QRJTbuRI396Qdshon0qU7DA\" onload=\"javascript: fm.load();\" id=\"iframe_flxml_form\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d7bfaf2b273a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-788e8732"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2>",
            "message": "Text contrast of 1.72 with its background is less than the WCAG AA minimum requirements for text of size 24px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0c2218790c25",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9c97642b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/home-bezoek-tienen\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7bc93b9f45ce",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-22f83d7a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2 class=\"d-inline\">",
            "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": "8f1de2d0235b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2227ee5b"
          },
          {
            "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": "0679ea51026f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7acebded"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/verkeershinder\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2cf084d8ae43",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-fb512383"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/verkeershinder\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f0bdc7d9bb9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4186a1f0"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/menu/mobiliteit/parkeren/parkings\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc2c58c7c5e0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-030d23e3"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/menu/mobiliteit/parkeren/parkings\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "89d3e5cc9828",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b1cb5c16"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/menu/mobiliteit/tienen-bereiken\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "02998387066c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4844ccdb"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/menu/mobiliteit/tienen-bereiken\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fe1efe7b6a37",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c5717ad7"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/menu/stad-en-bestuur/projecten/projecten-in-uitvoering/renovatie-dak-zwembad-de-blyckaert\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3dd4d5f5c0d3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d4657b3f"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/menu/stad-en-bestuur/projecten/projecten-in-uitvoering/renovatie-dak-zwembad-de-blyckaert\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d568af47c671",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0eaa1711"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/wegenis-en-rioleringswerken-hakendover\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7c44a84e5a72",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1d21d5d4"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/wegenis-en-rioleringswerken-hakendover\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "97de1aec7378",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9fc6dd18"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/menu/stad-en-bestuur/projecten/projecten-in-uitvoering/we-menen-het\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "41d9dce1aebf",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-192e77c8"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/menu/stad-en-bestuur/projecten/projecten-in-uitvoering/we-menen-het\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "09d44644b7a2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d57130b7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/menu/stad-en-bestuur/projecten\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f8599e0b6cd8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4ee8c9d0"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"paddle-component--body-section\">",
            "message": "Confirm this text 'Grote Markt 27' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d027eb0bb21",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-88a2d159"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Grote Markt 27' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "25f742035540",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f2bf52aa"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<br>",
            "message": "Confirm this text '3300 Tienen' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "638b465de738",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-94d3c6bd"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 't t 016 24 73 00' 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=\"Stad Tienen app\" data-entity-substitution=\"canonical\" data-entity-uuid=\"4abdc5fa-8e0d-4823-8b8e-2bf357673307\" data-entity-type=\"node\" href=\"/stad-tienen-app\" class=\"btn btn-lg\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "04cdaf673e3e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d396ddeb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Nieuwsbrieven\" data-entity-substitution=\"canonical\" data-entity-uuid=\"04f3f1f7-361c-45bf-97e8-df125f6ff0e9\" data-entity-type=\"node\" href=\"/menu/stad-en-bestuur/nieuws-en-publicaties/nieuwsbrieven\" class=\"btn btn-lg\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b962fe0d5b7d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-da4c2632"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<div style=\"height: auto; width: 100%; bottom: 0px;\" class=\"sliding-popup-bottom\" aria-label=\"Cookie compliance banner\" aria-describedby=\"popup-text\" role=\"alertdialog\" id=\"sliding-popup\">",
            "message": "The 'id' \"popup-text\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c5bef212e75d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-057cf5f7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button class=\"eu-cookie-withdraw-tab btn btn-secondary\" type=\"button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c72eef33622b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-db66cdd1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button tabindex=\"0\" class=\"find-more-button btn btn-link 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": "071217e786d0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-853f20b8"
          },
          {
            "rule": "input_checkboxes_grouped",
            "xpath": null,
            "html": "<input tabindex=\"0\" disabled=\"\" checked=\"\" class=\"form-check-input\" value=\"required\" id=\"cookie-category-required\" name=\"cookie-categories\" type=\"checkbox\">",
            "message": "Checkbox input and others with the name \"cookie-categories\" are not grouped together",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1926e615f19a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bb2e601d"
          },
          {
            "rule": "input_checkboxes_grouped",
            "xpath": null,
            "html": "<input tabindex=\"0\" class=\"form-check-input\" value=\"statistics\" id=\"cookie-category-statistics\" name=\"cookie-categories\" type=\"checkbox\">",
            "message": "Checkbox input and others with the name \"cookie-categories\" are not grouped together",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a33b4b3a5fe6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7e3709a0"
          },
          {
            "rule": "input_checkboxes_grouped",
            "xpath": null,
            "html": "<input tabindex=\"0\" class=\"form-check-input\" value=\"social_media_cookies\" id=\"cookie-category-social_media_cookies\" name=\"cookie-categories\" type=\"checkbox\">",
            "message": "Checkbox input and others with the name \"cookie-categories\" are not grouped together",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "90f5b890b145",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a9784bdc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button tabindex=\"0\" class=\"eu-cookie-compliance-save-preferences-button btn btn-outline-light\" type=\"button\" id=\"cookie-compliance-save-preferences-button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bbe73b29ab22",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bd034086"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button tabindex=\"0\" class=\"agree-button eu-cookie-compliance-default-button btn btn-secondary\" type=\"button\" id=\"cookie-compliance-agree-button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dfed0e2f37ac",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-37f474e0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button tabindex=\"0\" class=\"eu-cookie-withdraw-button visually-hidden btn btn-secondary\" type=\"button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3efa6b059d0d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-062b8071"
          }
        ],
        "outcomeCount": 4666,
        "uniqueFailedCount": 86,
        "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": 9
    },
    {
      "submittedUrl": "https://www.tremelo.be/",
      "finalUrl": "https://www.tremelo.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Startpagina -  Gemeente Tremelo",
      "elapsedMs": 13874,
      "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": 565,
          "failed": 55,
          "cantTell": 0,
          "inapplicable": 44
        },
        "failedRules": [
          "color-contrast",
          "image-redundant-alt",
          "label-title-only",
          "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",
          "autocomplete-valid",
          "avoid-inline-spacing",
          "button-name",
          "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",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "label",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".cookie-compliance-text",
            "html": "<div class=\"cookie-compliance-text\">",
            "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: #ffffff, background color: #00aad6, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#cookie-compliance"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c4497c30eb41",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a0070498"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".find-more-button > span",
            "html": "<span>Meer informatie over cookies.</span>",
            "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: #ffffff, background color: #00aad6, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#cookie-compliance"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5e7d3197764d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-59ca7c4e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href=\"/cookiebeleid?url=%2f\"] > span",
            "html": "<span> Beheer mijn cookies</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.56 (foreground color: #ffffff, background color: #76b236, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href=\"/cookiebeleid?url=%2f\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d0c3de8041c1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-dbac6639"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".btn-cookie-decline",
            "html": "<button type=\"submit\" class=\"btn-cookie-compliance btn-cookie-decline\" name=\"action\" value=\"decline\">\n                    Alleen essentiële cookies\n                </button>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.56 (foreground color: #ffffff, background color: #76b236, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".btn-cookie-decline"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "37d40f5207bb",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b0186adf"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "button[value=\"acceptall\"]",
            "html": "<button type=\"submit\" class=\"btn-cookie-compliance btn-cookie-accept\" name=\"action\" value=\"acceptall\">\n                    Alles aanvaarden\n                </button>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.56 (foreground color: #ffffff, background color: #76b236, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "button[value=\"acceptall\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dde38a43fc9e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-08e864b5"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".active > span",
            "html": "<span>Inwoners</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.56 (foreground color: #ffffff, background color: #76b236, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".active"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e34d1d19226b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8789860b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"contact-en-openingsuren\"] > span",
            "html": "<span>Contact &amp; openingsuren</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.59 (foreground color: #878787, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#header"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "835037ea769d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-237f9398"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"a-z\"] > span",
            "html": "<span>A-Z</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.59 (foreground color: #878787, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#header"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a13161973463",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-536facb3"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"nieuws\"] > span",
            "html": "<span>Nieuws</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.59 (foreground color: #878787, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#header"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "92fa4422f065",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9c6dc8da"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"stratenplan.tremelo.be/\"] > span",
            "html": "<span>Stratenplan</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.59 (foreground color: #878787, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#header"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3736588af3c3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8b0b9036"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[title=\"Meldpunt\"] > span",
            "html": "<span>Meldpunt</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.59 (foreground color: #878787, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#header"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cb2467ddf659",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-fdef27fb"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[title=\"E-loket\"] > span",
            "html": "<span>E-loket</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.59 (foreground color: #878787, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#header"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "20387c18eac6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3afe49ef"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#txtkeyword",
            "html": "<input type=\"text\" class=\"txt\" id=\"txtkeyword\" title=\"trefwoord\" autocomplete=\"off\" value=\"Trefwoord\" name=\"keyword\">",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.45 (foreground color: #a2a19f, background color: #f9f9f9, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#txtkeyword"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b0758971bc99",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-46d6df2d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#btnSearch",
            "html": "<input type=\"submit\" value=\"Zoek\" class=\"btn\" id=\"btnSearch\" title=\"Zoeken\" aria-live=\"polite\">",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.56 (foreground color: #ffffff, background color: #76b236, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#btnSearch"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c648e8300ced",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c6bb6908"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"wonen-leven\"] > span",
            "html": "<span>Leven</span>",
            "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: #ffffff, background color: #00aad6, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".menu"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ba025490ccf6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0246247d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"omgeving\"] > span",
            "html": "<span>Omgeving</span>",
            "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: #ffffff, background color: #00aad6, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".menu"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "58251708b5f3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e0f4bfb3"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"vrije-tijd\"] > span",
            "html": "<span>Vrije tijd</span>",
            "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: #ffffff, background color: #00aad6, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".menu"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "35796871e036",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-77ecbacd"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"ondernemen-werken\"] > span",
            "html": "<span>Werken</span>",
            "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: #ffffff, background color: #00aad6, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".menu"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "372d6a8174f9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0f6fe1aa"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"bestuur\"] > span",
            "html": "<span>Bestuur</span>",
            "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: #ffffff, background color: #00aad6, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".menu"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "06b33fc58328",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-93adcbde"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".spotlight > .item:nth-child(1) > a[target=\"_blank\"]",
            "html": "<a href=\"https://www.tremelo.be/product/2145/maak-een-afspraak#select/\" target=\"_blank\" style=\"height: 77px;\">\n\t\t\t\t\t\t\tMaak een afspraak\n\t\t\t\t\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 2.56 (foreground color: #ffffff, background color: #76b236, font size: 16.5pt (22px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".spotlight > .item:nth-child(1) > a[target=\"_blank\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0466a472e2bf",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e9b968d6"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item:nth-child(2) > a[target=\"_blank\"]",
            "html": "<a href=\"https://www.tremelo.be/nieuwsoverzicht\" target=\"_blank\" style=\"height: 77px;\">\n\t\t\t\t\t\t\tIn de kijker\n\t\t\t\t\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 2.71 (foreground color: #ffffff, background color: #00aad6, font size: 16.5pt (22px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".item:nth-child(2) > a[target=\"_blank\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4cc9ee3a2d12",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1515ead8"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".spotlight > .item:nth-child(3) > a[target=\"_blank\"]",
            "html": "<a href=\"https://www.tremelo.be/activiteitenoverzicht\" target=\"_blank\" style=\"height: 77px;\">\n\t\t\t\t\t\t\tWat is er te doen?\n\t\t\t\t\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 3.59 (foreground color: #ffffff, background color: #878787, font size: 16.5pt (22px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".spotlight > .item:nth-child(3) > a[target=\"_blank\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c3f20d4867e1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2f51f521"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".bulblink[target=\"_blank\"] > h2 > span",
            "html": "<span>Infomagazine</span>",
            "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: #ffffff, background color: #00aad6, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".bulblink[target=\"_blank\"] > h2"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fa3df6c67537",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c65a2810"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".bulblink[href$=\"diensten\"] > h2 > span",
            "html": "<span>Gemeentehuis</span>",
            "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: #ffffff, background color: #00aad6, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".bulblink[href$=\"diensten\"] > h2"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b5708034b65d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6bd85235"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "span[itemprop=\"telephone\"]",
            "html": "<span itemprop=\"telephone\">016 53 16 66</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.43 (foreground color: #00aad6, background color: #ebf4f7, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#contact"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2afb801a8d4f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8e8c269c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "span[itemprop=\"email\"]",
            "html": "<span itemprop=\"email\">info@tremelo.be</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.43 (foreground color: #00aad6, background color: #ebf4f7, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#contact"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "89a344a5df4f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-dc2fc6bf"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".rekeningnummer:nth-child(8) > .rekeningnummer > span",
            "html": "<span>Bankrekeningnummers</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.43 (foreground color: #00aad6, background color: #ebf4f7, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#contact"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4ec5750639b9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2cc7f38c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".ondernemingsnummer:nth-child(10) > .ondernemingsnummer > span",
            "html": "<span>Ondernemingsnummers</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.43 (foreground color: #00aad6, background color: #ebf4f7, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#contact"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ddbc4680a5b7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5d424bd0"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"gemeentehuis\"]",
            "html": "<a href=\"/contact/23/gemeentehuis\">Gemeentehuis</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.43 (foreground color: #00aad6, background color: #ebf4f7, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".rowthree"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "250d9f7f10bd",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a71afcf9"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".col3 > .compactlist > .item:nth-child(2) > a",
            "html": "<a href=\"/contact/16/ocmw---sociaal-huis\">OCMW - Sociaal Huis</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.43 (foreground color: #00aad6, background color: #ebf4f7, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".rowthree"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "af305d70e894",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d1d17c25"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item:nth-child(3) > a[href$=\"bibliotheek\"]",
            "html": "<a href=\"/contact/13/bibliotheek\">Bibliotheek</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.43 (foreground color: #00aad6, background color: #ebf4f7, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".rowthree"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c2e0e79a293c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2a5ba26b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"zwembad\"]",
            "html": "<a href=\"/contact/15/zwembad\">Zwembad</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.43 (foreground color: #00aad6, background color: #ebf4f7, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".rowthree"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "530bff86bf5f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b68539cf"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item:nth-child(5) > a[href$=\"diensten\"]",
            "html": "<a href=\"/diensten\">Alle diensten</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.43 (foreground color: #00aad6, background color: #ebf4f7, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".rowthree"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "84ac9eb68acf",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-37f4c355"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item:nth-child(1) > a[target=\"_blank\"] > h3",
            "html": "<h3 class=\"title\">Shop lokaal met de Tremelobon</h3>",
            "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: #00aad6, background color: #ffffff, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#inner-wrap"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "82f384da3a1f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-919fd1e1"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"nieuwsbrief\"] > h3",
            "html": "<h3 class=\"title\">Steeds de meest interessante nieuwtjes in je mailbox? Abonneer je op onze e-nieuwsbrief!</h3>",
            "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: #00aad6, background color: #ffffff, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#inner-wrap"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3addfdaf5e28",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bccbcb5a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item:nth-child(3) > a > h3",
            "html": "<h3 class=\"title\">Wij werken op afspraak!</h3>",
            "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: #00aad6, background color: #ffffff, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#inner-wrap"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef1fcb4fbd51",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b41ef653"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".item:nth-child(5) > a[target=\"_blank\"] > h3",
            "html": "<h3 class=\"title\">Welkom in vrijetijdscentrum 't Zand</h3>",
            "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: #00aad6, background color: #ffffff, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#inner-wrap"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2bc5ec2ef241",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1d342d16"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"nieuwsoverzicht\"] > span",
            "html": "<span>Nieuwsoverzicht</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #1988a6, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".rowfour > a[href$=\"nieuwsoverzicht\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "664fa474cb69",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0d236035"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".right > span",
            "html": "<span>Activiteitenoverzicht</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #1988a6, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".right"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "67ab167f540f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-555dcd1c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".footercont > .col1.col",
            "html": "<div class=\"col col1\">\n                        2026 © <a href=\"/\">Tremelo</a>\n                    </div>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.56 (foreground color: #ffffff, background color: #76b236, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".footercont > .col1.col"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1e16e669cf13",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8e372751"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".col1.col > a[href=\"/\"]",
            "html": "<a href=\"/\">Tremelo</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.56 (foreground color: #ffffff, background color: #76b236, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".footercont > .col1.col"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "12b79d976f47",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ce84c00b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"proclaimer\"]",
            "html": "<a href=\"/proclaimer\" class=\"link\">Proclaimer</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: #ffffff, background color: #00aad6, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".footercont > .col2.col"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "053f0bccaf26",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-070ceef6"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"sitemap\"]",
            "html": "<a href=\"/sitemap\" class=\"link\">Sitemap</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: #ffffff, background color: #00aad6, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".footercont > .col2.col"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "27da2c01de3a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4592ea72"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".link[href$=\"cookiebeleid\"]",
            "html": "<a href=\"/cookiebeleid\" class=\"link\">Cookiebeleid</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: #ffffff, background color: #00aad6, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".footercont > .col2.col"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4eca3f5dd1e7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a7c6ae0a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href=\"/toegankelijkheidsverklaring\"]",
            "html": "<a href=\"/toegankelijkheidsverklaring\" class=\"link last\">Toegankelijkheidsverklaring</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: #ffffff, background color: #00aad6, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".footercont > .col2.col"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a72f31289f6d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d4463b26"
          },
          {
            "rule": "image-redundant-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-redundant-alt?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "a[href$=\"nieuwsbrief\"] > .fotolink > img",
            "html": "<img src=\"/file_uploads/Cache/fit_350_200_3423.jpg\" alt=\"Steeds de meest interessante nieuwtjes in je mailbox? Abonneer je op onze e-nieuwsbrief!\">",
            "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": "857ffa54bc20",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2c2c6ceb"
          },
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#txtkeyword",
            "html": "<input type=\"text\" class=\"txt\" id=\"txtkeyword\" title=\"trefwoord\" autocomplete=\"off\" value=\"Trefwoord\" name=\"keyword\">",
            "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": "0c3e9c8682a0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f5ce98a2"
          },
          {
            "rule": "landmark-unique",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-unique?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".topmenu",
            "html": "<div class=\"topmenu\" 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": [
              "#mainmenu"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cb7a774831dd",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-52076aca"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".vlw__contact__toggle__label",
            "html": "<span class=\"vlw__contact__toggle__label\">Hulp nodig</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": "4744583863ca",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c1791208"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".cookie-compliance-text",
            "html": "<div class=\"cookie-compliance-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": "03785634a4b9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-caf65a31"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "a[href=\"/cookiebeleid?url=%2f\"]",
            "html": "<a rel=\"nofollow\" href=\"/cookiebeleid?url=%2f\" class=\"btn-cookie-compliance btn-cookie-accept\">\n                    <span> Beheer mijn cookies</span>\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": "ccab4eafa9f1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b9d32ee2"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#toppage",
            "html": "<div id=\"toppage\" class=\"skip\">\n                <a href=\"#main\" class=\"skip-to-content\">naar inhoud</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": "ca4c15a2e1aa",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0277abe8"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".header-meta",
            "html": "<div class=\"header-meta\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cb7c1698ea1a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-78549c5a"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".socialstuff",
            "html": "<div class=\"socialstuff\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "006e7cae53f9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-de1eb745"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#bg",
            "html": "<div id=\"bg\">\n\t\t\t\t<img src=\"/file_uploads/22998.png\" alt=\"Gemeente Tremelo\">\n\t\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": "d1bcb2c2353b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-649fd2cc"
          }
        ],
        "outcomeCount": 664,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 55
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1745,
          "failed": 71,
          "cantTell": 12,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_form_label_unique",
          "aria_landmark_name_unique",
          "aria_navigation_label_unique",
          "aria_role_redundant",
          "element_attribute_deprecated",
          "element_tabbable_visible",
          "img_alt_redundant",
          "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 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": "3a8800e52f0c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3047b1ae"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link media=\"print\" type=\"text/css\" href=\"/css/print.css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2dd78b00d1a6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ef582f7b"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link media=\"print\" type=\"text/css\" href=\"/css/print.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": "655254929722",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7e125e39"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button title=\"Hoog contrast\" class=\"btn btn-contrast \" id=\"btn-toggle-contrast\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d50de6cfb94e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-11536198"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button title=\"Hoog contrast\" class=\"btn btn-contrast \" id=\"btn-toggle-contrast\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "afb5b26f48e0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b0afc6e8"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form action=\"/cookiebeleid?url=%2f\" method=\"post\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aa8925c1605d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-de529262"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"cookie-compliance-text\">",
            "message": "Text contrast of 2.72 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": "db6812b3ca9b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5d5bd0c5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.72 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": "787f289b4ba4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.56 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": "<button value=\"decline\" name=\"action\" class=\"btn-cookie-compliance btn-cookie-decline\" type=\"submit\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d59dfea36a18",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5b5312e8"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"decline\" name=\"action\" class=\"btn-cookie-compliance btn-cookie-decline\" type=\"submit\">",
            "message": "Text contrast of 2.56 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": "29e45aa143f3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-85a2251d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button value=\"acceptall\" name=\"action\" class=\"btn-cookie-compliance btn-cookie-accept\" type=\"submit\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "35fe021d4e35",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-73e75c7d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"acceptall\" name=\"action\" class=\"btn-cookie-compliance btn-cookie-accept\" type=\"submit\">",
            "message": "Text contrast of 2.56 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": "ef2d517aa737",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-aeb23f9f"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"skip-to-content\" href=\"#main\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1e17a001720d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ecc56985"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"skip-to-content\" href=\"#main\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dbe400e7f8f6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5c1ce7de"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\"list\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c0b6bc66a0e9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c472e9bf"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.56 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=\"ga naar de startpagina\" href=\"/\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bc4af3159531",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-57478324"
          },
          {
            "rule": "aria_landmark_name_unique",
            "xpath": null,
            "html": "<div role=\"navigation\" class=\"topmenu\">",
            "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": "ebb2c3ca5a1f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-151519bc"
          },
          {
            "rule": "aria_navigation_label_unique",
            "xpath": null,
            "html": "<div role=\"navigation\" class=\"topmenu\">",
            "message": "Multiple elements with \"navigation\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f74f09602c9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7ddfa77a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.59 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": "<span>",
            "message": "Text contrast of 3.59 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": "<span>",
            "message": "Text contrast of 3.59 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": "<span>",
            "message": "Text contrast of 3.59 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": "<span>",
            "message": "Text contrast of 3.59 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": "<span>",
            "message": "Text contrast of 3.59 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": "<ul class=\"list social\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6a5a9cb10c92",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1f501dfb"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form method=\"GET\" action=\"/zoek\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "99c7c08b1497",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a6673ab5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input name=\"keyword\" value=\"Trefwoord\" autocomplete=\"off\" title=\"trefwoord\" id=\"txtkeyword\" class=\"txt\" type=\"text\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f37b0375c24a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-52805d91"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input aria-live=\"polite\" title=\"Zoeken\" id=\"btnSearch\" class=\"btn\" value=\"Zoek\" type=\"submit\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "84c8674d3a19",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3940c7fa"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input aria-live=\"polite\" title=\"Zoeken\" id=\"btnSearch\" class=\"btn\" value=\"Zoek\" type=\"submit\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7c12955a7adb",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7151517d"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button style=\"display: none;\" data-rsevent-id=\"rs_635195\" data-rs-container=\"readspeaker_button1\" data-rs-direction=\"u\" data-rs-tooltip=\".\" aria-expanded=\"false\" aria-label=\"webReader menu\" title=\"webReader menu\" data-rslang=\"title/arialabel:menu\" data-rsshortcut=\"menu\" class=\"rsbtn_tooltoggle\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "261687c60ae5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e7f65e03"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button style=\"display: none;\" data-rsevent-id=\"rs_635195\" data-rs-container=\"readspeaker_button1\" data-rs-direction=\"u\" data-rs-tooltip=\".\" aria-expanded=\"false\" aria-label=\"webReader menu\" title=\"webReader menu\" data-rslang=\"title/arialabel:menu\" data-rsshortcut=\"menu\" class=\"rsbtn_tooltoggle\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "74a72af2ba6b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0f6bd70b"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav class=\"clearfix maxwidth\" role=\"navigation\" id=\"mainmenu\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6abf391053e9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d601ded8"
          },
          {
            "rule": "aria_landmark_name_unique",
            "xpath": null,
            "html": "<nav class=\"clearfix maxwidth\" role=\"navigation\" id=\"mainmenu\">",
            "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": "c609cb1134e6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3de6c12e"
          },
          {
            "rule": "aria_navigation_label_unique",
            "xpath": null,
            "html": "<nav class=\"clearfix maxwidth\" role=\"navigation\" id=\"mainmenu\">",
            "message": "Multiple elements with \"navigation\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "76f3ff2e5487",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2528a735"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"#\" class=\"close-btn\" id=\"nav-close-btn\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "61b3fce4b0aa",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-147c0de9"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.72 with its background is less than 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>",
            "message": "Text contrast of 2.72 with its background is less than 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>",
            "message": "Text contrast of 2.72 with its background is less than 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>",
            "message": "Text contrast of 2.72 with its background is less than 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>",
            "message": "Text contrast of 2.72 with its background is less than 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>",
            "message": "Text contrast of 2.72 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": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "Text contrast of 2.72 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": "1554ab29c8e7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7acebded"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "Text contrast of 2.72 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": "<p>",
            "message": "Text contrast of 2.72 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>",
            "message": "Text contrast of 2.72 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": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "Text contrast of 2.72 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": "<p>",
            "message": "Text contrast of 2.72 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": "<p>",
            "message": "Text contrast of 2.72 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 itemprop=\"telephone\">",
            "message": "Text contrast of 2.44 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": "2ab2c94abce2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9d119ec7"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span itemprop=\"email\">",
            "message": "Text contrast of 2.44 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": "fbfb54ec9a7f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-29005f16"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.44 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>",
            "message": "Text contrast of 2.44 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 href=\"/contact/23/gemeentehuis\">",
            "message": "Text contrast of 2.44 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": "35663c691e51",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d10bc405"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/contact/16/ocmw---sociaal-huis\">",
            "message": "Text contrast of 2.44 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": "2db816841091",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a1d4a134"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/contact/13/bibliotheek\">",
            "message": "Text contrast of 2.44 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": "1b1eaec50b42",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ff04defd"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/contact/15/zwembad\">",
            "message": "Text contrast of 2.44 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": "0dadd46acffd",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-26a5a607"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/diensten\">",
            "message": "Text contrast of 2.44 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": "17fa54470159",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e5cb3b81"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3 class=\"title\">",
            "message": "Text contrast of 2.72 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": "e7c74e87bbb6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-38fe4606"
          },
          {
            "rule": "img_alt_redundant",
            "xpath": null,
            "html": "<img alt=\"Steeds de meest interessante nieuwtjes in je mailbox? Abonneer je op onze e-nieuwsbrief!\" src=\"/file_uploads/Cache/fit_350_200_3423.jpg\">",
            "message": "Link text is repeated in an image 'alt' value within the same link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6718a03b34d2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a29f31a3"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3 class=\"title\">",
            "message": "Text contrast of 2.72 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": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3 class=\"title\">",
            "message": "Text contrast of 2.72 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": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3 class=\"title\">",
            "message": "Text contrast of 2.72 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": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.11 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": "<span>",
            "message": "Text contrast of 4.11 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=\"/\">",
            "message": "Text contrast of 2.56 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": "b574ce60334c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-96c6162d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"link\" href=\"/proclaimer\">",
            "message": "Text contrast of 2.72 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": "861b1a0b3d5a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c38ee81c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"link\" href=\"/sitemap\">",
            "message": "Text contrast of 2.72 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": "7659622974c2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d43ecee3"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"link\" href=\"/cookiebeleid\">",
            "message": "Text contrast of 2.72 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": "20b32f2aa239",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-41ecaa5e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"link last\" href=\"/toegankelijkheidsverklaring\">",
            "message": "Text contrast of 2.72 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": "f9f03cad7952",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7fb75c6e"
          }
        ],
        "outcomeCount": 1832,
        "uniqueFailedCount": 44,
        "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.vilvoorde.be/",
      "finalUrl": "https://www.vilvoorde.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Startpagina - stad Vilvoorde",
      "elapsedMs": 14973,
      "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": 491,
          "failed": 4,
          "cantTell": 12,
          "inapplicable": 40
        },
        "failedRules": [
          "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",
          "autocomplete-valid",
          "avoid-inline-spacing",
          "button-name",
          "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",
          "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-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"
        ],
        "failures": [
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".vlw__contact__toggle__label",
            "html": "<span class=\"vlw__contact__toggle__label\">Hulp nodig</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": "2213cae8d969",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c1791208"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".cookie-compliance-text",
            "html": "<div class=\"cookie-compliance-text\">\nDeze website maakt gebruik van cookies om uw gebruikservaring te verbeteren.\n<a href=\"/cookies\" hide-when-empty=\"1\" class=\"find-more-button eu-cookie-compliance-more-button find-more-button-processed\"><span>Meer informatie over cookies.</span></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": "3fb5c6b184eb",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-caf65a31"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".btn-cookie-accept",
            "html": "<a href=\"/cookies?url=%2f\" rel=\"nofollow\" class=\"btn-primary btn-cookie-compliance btn-cookie-accept\">Beheer mijn cookies</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": "3c112c8c176a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-690d017a"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#skip-content",
            "html": "<div id=\"skip-content\" class=\"skip\">\n<a href=\"#content-main\" class=\"skip-navigation\" data-scrollto=\"skip\">\n<span>Naar content</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": "b9adaca0b65b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-34285466"
          }
        ],
        "outcomeCount": 547,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 4
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1438,
          "failed": 20,
          "cantTell": 16,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_form_label_unique",
          "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 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": "af168a2f3f3a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3047b1ae"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link data-css=\"Contrastskin-website\" type=\"text/css\" rel=\"stylesheet\" media=\"screen\" href=\"/css/skin-website.css?v=23022026162839\" id=\"skin-stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dfc4ea6ff89b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5b3df3b5"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link data-css=\"Contrastskin-website\" type=\"text/css\" rel=\"stylesheet\" media=\"screen\" href=\"/css/skin-website.css?v=23022026162839\" id=\"skin-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": "dc54569db81f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4570c04d"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<link color=\"#5bbad5\" href=\"/images/skin/safari-pinned-tab.svg\" rel=\"mask-icon\">",
            "message": "The HTML attribute(s) \"color\" is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2e124bd8a0d7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-39f579fd"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form action=\"/cookies?url=%2f\" method=\"post\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7e573b00f9d6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a6b3a39c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button value=\"acceptall\" name=\"action\" class=\"btn-primary btn-cookie-compliance btn-cookie-decline\" type=\"submit\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "89372beb0312",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-dae77975"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button value=\"decline\" name=\"action\" class=\"btn-primary btn-cookie-compliance btn-cookie-decline\" type=\"submit\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b6379d373d6e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2ee9ef05"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a data-scrollto=\"skip\" class=\"skip-navigation\" href=\"#content-main\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d77004e204cc",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bdc94760"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-scrollto=\"skip\" class=\"skip-navigation\" href=\"#content-main\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "acb61b6aff5c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2749edf3"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form class=\"search-form\" id=\"searchForm\" name=\"searchForm\" method=\"GET\" action=\"/zoeken\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0cd2c8b2ab77",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2801ebfa"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input data-placeholder-mobile=\"Zoeken\" data-placeholder=\"Waarmee kunnen we je helpen?\" placeholder=\"Waarmee kunnen we je helpen?\" autocomplete=\"off\" data-tooltip=\"Waarmee kunnen we je helpen?\" id=\"txtkeyword\" class=\"form-control txt\" name=\"q\" 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": "1c34ff5f2ba8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-98b2f5b3"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input title=\"Zoeken\" id=\"btnSearch\" class=\"btn-search\" value=\"Zoek\" type=\"submit\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c4fbcd44ea81",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d49193f2"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input title=\"Zoeken\" id=\"btnSearch\" class=\"btn-search\" value=\"Zoek\" type=\"submit\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "92231b523049",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-da0a63eb"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div style=\"height: 99px;\" data-mh=\"spotlight-caption\" class=\"spotlight-caption\">",
            "message": "Confirm this text 'een afspraak maken' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2adeb56ce7aa",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-29340911"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div style=\"height: 99px;\" data-mh=\"spotlight-caption\" class=\"spotlight-caption\">",
            "message": "Confirm this text 'iets melden' 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 style=\"height: 99px;\" data-mh=\"spotlight-caption\" class=\"spotlight-caption\">",
            "message": "Confirm this text 'iets aanvragen' 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 style=\"height: 99px;\" data-mh=\"spotlight-caption\" class=\"spotlight-caption\">",
            "message": "Confirm this text 'activiteiten' 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 style=\"height: 99px;\" data-mh=\"spotlight-caption\" class=\"spotlight-caption\">",
            "message": "Confirm this text 'evenementenloket' 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 style=\"height: 99px;\" data-mh=\"spotlight-caption\" class=\"spotlight-caption\">",
            "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": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.15 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": "cda1024fc6e6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ed7d8057"
          }
        ],
        "outcomeCount": 1469,
        "uniqueFailedCount": 15,
        "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.wemmel.be/nl/startpagina",
      "finalUrl": "https://www.wemmel.be/nl/startpagina",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Startpagina -  Wemmel",
      "elapsedMs": 9625,
      "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": 508,
          "failed": 2,
          "cantTell": 7,
          "inapplicable": 51
        },
        "failedRules": [
          "landmark-unique",
          "region"
        ],
        "passedRules": [
          "aria-allowed-role",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-required-attr",
          "aria-roles",
          "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",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "label",
          "label-title-only",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region"
        ],
        "failures": [
          {
            "rule": "landmark-unique",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-unique?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".topmenu",
            "html": "<div class=\"topmenu\" 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": [
              "#mainmenu"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4cd890714c86",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-52076aca"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".lang",
            "html": "<div class=\"lang\">\n\t\t\t\t\t\t\t<a class=\"nl\" href=\"/fr/page-de-depart\" rel=\"nofollow\" id=\"changelang\"><span>FR</span></a>\n\t\t\t\t\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": "10aad7bf0cc6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-30a3be72"
          }
        ],
        "outcomeCount": 568,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 2
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1623,
          "failed": 54,
          "cantTell": 41,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_landmark_name_unique",
          "aria_navigation_label_unique",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "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": "dbe8a2b0e311",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3047b1ae"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link media=\"print\" type=\"text/css\" href=\"/css/print.css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fe4cbabb836c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ef582f7b"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link media=\"print\" type=\"text/css\" href=\"/css/print.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": "e674ea8a2033",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7e125e39"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<link color=\"#e14164\" href=\"/Images/icons/safari-pinned-tab.svg\" rel=\"mask-icon\">",
            "message": "The HTML attribute(s) \"color\" is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a8539e0d172e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ccb58546"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"skip-to-content\" href=\"#main\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "afc8534ec04d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ecc56985"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"skip-to-content\" href=\"#main\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5d608f0420fb",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c1ea31b5"
          },
          {
            "rule": "aria_landmark_name_unique",
            "xpath": null,
            "html": "<div role=\"navigation\" class=\"topmenu\">",
            "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": "17adc82cdcff",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-151519bc"
          },
          {
            "rule": "aria_navigation_label_unique",
            "xpath": null,
            "html": "<div role=\"navigation\" class=\"topmenu\">",
            "message": "Multiple elements with \"navigation\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "91bd8783dc04",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7ddfa77a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://shop.wemmel.be\" class=\"\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "318dc99b30df",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-35739eac"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/activiteiten\" class=\"\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4995c8d73810",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5c4f3914"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/vacatures\" class=\"\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4bffbf9ba788",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-580d2f26"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/nieuwsbrief\" class=\"\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4f06ba52fb80",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5d9cae9c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/diensten\" class=\"\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6aeb40b133d3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4b7956cb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/formulieren\" class=\"\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "45fa3c657243",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-59badecb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://stratenplan.wemmel.be/\" class=\"\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "55e1c4a65ed7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ac12f3ab"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a id=\"changelang\" rel=\"nofollow\" href=\"/fr/page-de-depart\" class=\"nl\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b8aca41806e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a7ab0c9f"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a id=\"pullmenu\" href=\"#\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "201dd784c2da",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8ab098cf"
          },
          {
            "rule": "aria_landmark_name_unique",
            "xpath": null,
            "html": "<nav class=\"clearfix maxwidth\" id=\"mainmenu\">",
            "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": "1d2de8999350",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f5d09e25"
          },
          {
            "rule": "aria_navigation_label_unique",
            "xpath": null,
            "html": "<nav class=\"clearfix maxwidth\" id=\"mainmenu\">",
            "message": "Multiple elements with \"navigation\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6b6a368fcd18",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b7f64b34"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/nl/thema/2833/leven-and-wonen\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d2245b36a929",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0416ba06"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/thema/2833/leven-and-wonen\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c6f346df8182",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b2c848ea"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.03 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": "87e43eda5745",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/nl/thema/2830/vrije-tijd\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f490da04e43",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bab34189"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/thema/2830/vrije-tijd\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "056eb026ef5b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-dc21701b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.03 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_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/nl/ondernemen\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fb2035358c70",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-87b9084d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/ondernemen\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8360b422fd40",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-07bc1f75"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.03 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_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/nl/thema/2835/bestuur\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2275de7d69f3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0a369e9d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/thema/2835/bestuur\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e69131f9ecae",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0b02a3ca"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.03 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_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/nl/mobiliteit-and-wegenwerken\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aebf43044601",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2bfe5048"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/mobiliteit-and-wegenwerken\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a65b36db2240",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c87d5d3f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.03 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": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"bx-pager-link active\" data-slide-index=\"0\" href=\"\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bb03c57dadc2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d4105ba7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"bx-pager-link\" data-slide-index=\"1\" href=\"\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5d7383c0f542",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-81dff168"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"bx-pager-link\" data-slide-index=\"2\" href=\"\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "12d6b67dd64f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f19fd8d5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"bx-pager-link\" data-slide-index=\"3\" href=\"\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "431f2d316acd",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f0c8a79e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"bx-pager-link\" data-slide-index=\"4\" href=\"\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d1c36213c909",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-350494c6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"bx-pager-link\" data-slide-index=\"5\" href=\"\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e7a538b82d5f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ab050a56"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"bx-pager-link\" data-slide-index=\"6\" href=\"\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9ae6804ae26a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2845db8b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/vacatures-overzicht\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "75cdf746b6c6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bd9c1511"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.wemmel.be/nl/contact/3/burgerzaken\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f72cfd8892e1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-624cafd6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.wemmel.be/nl/dienst/2910/sociale-dienst\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8424863a013d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7b5cfbeb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.wemmel.be/nl/dienstomgeving\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "625fcdbed612",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a43b5324"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.wemmel.be/nl/ik-wil-een-afspraak-maken#select/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3afc4b9fb666",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3df6d97d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nl/formulieren\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3c9c5fb5efc5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-487161d6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.wemmel.be/nl/overzichtmeldingen\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f6490dddb69",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9b26da72"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.wemmel.be/nl/thema/3433/de-limburg-stirumlaan\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b8a4d6bea03a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6fb69ac0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.wemmel.be/nl/nieuwsitem/3921/saison-de-reproduction-%C3%A0-wemmel--tenez-votre-chien-en-laisse-\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eedb3bfdfff3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b5830a21"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.wemmel.be/nl/nieuwsitem/3937/nieuw-vanaf-27-april-de-webshop-van-wemmel\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "61792efe2c8d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-efe04e29"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.wemmel.be/nl/product/231/vrijwilligerswerk\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "184b425cac93",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-db046225"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.wemmel.be/nl/nieuwsitem/3936/week-van-de-opvoeding-in-wemmel\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dea2f29c7b38",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7183d168"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.wemmel.be/nl/activiteit/2322/verbinding-in-de-straat\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "26c7ee9accbf",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-66bb2647"
          }
        ],
        "outcomeCount": 1694,
        "uniqueFailedCount": 50,
        "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
    },
    {
      "submittedUrl": "https://www.wezembeek-oppem.be/",
      "finalUrl": "https://www.wezembeek-oppem.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Startpagina - Wezembeek-Oppem",
      "elapsedMs": 12311,
      "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": 785,
          "failed": 11,
          "cantTell": 27,
          "inapplicable": 42
        },
        "failedRules": [
          "color-contrast",
          "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",
          "autocomplete-valid",
          "avoid-inline-spacing",
          "button-name",
          "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",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".btn-menu > .toggle-txt",
            "html": "<span class=\"toggle-txt\">Menu</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.04 (foreground color: #ffffff, background color: #1d8c8d, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".btn-menu"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ae75c1975e73",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-04c14c70"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href=\"/fr\"] > span",
            "html": "<span>fr</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.04 (foreground color: #ffffff, background color: #1d8c8d, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href=\"/fr\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f606b13bb771",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-287cb11f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#txtkeyword",
            "html": "<input type=\"text\" name=\"q\" class=\"form-control txt\" id=\"txtkeyword\" data-tooltip=\"Wat zoekt u?\" autocomplete=\"off\" data-toggle-placeholder=\"1\" placeholder=\"Wat zoekt u?\" data-placeholder-mobile=\"Zoeken\">",
            "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: #ffffff, background color: #7bb73d, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#txtkeyword"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da49a4382365",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-46d6df2d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".fast-to > .partial__container > .heading > span",
            "html": "<span>Meest gezocht</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.47 (foreground color: #52b279, background color: #effbf4, font size: 19.5pt (26px), font weight: bold). Expected contrast ratio of 3:1",
            "relatedPaths": [
              ".fast-to"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b539e9ea2385",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b03e5a32"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".column-2 > .spot-content > .heading > span",
            "html": "<span>Nieuwsbrief</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.62 (foreground color: #52b279, background color: #ffffff, font size: 19.5pt (26px), font weight: bold). Expected contrast ratio of 3:1",
            "relatedPaths": [
              "#wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f42f7aea741a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4bb945c6"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"nieuwsbrieven\"] > span",
            "html": "<span>Inschrijven</span>",
            "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: #ffffff, background color: #7bb73d, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"nieuwsbrieven\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c4e28ca03a76",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ea414674"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".column-3 > .spot-content > .heading > span",
            "html": "<span>WO.mag</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.62 (foreground color: #52b279, background color: #ffffff, font size: 19.5pt (26px), font weight: bold). Expected contrast ratio of 3:1",
            "relatedPaths": [
              "#wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f8a65948a612",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-952be5b7"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"gemeentelijke-infobladen\"] > span",
            "html": "<span>Raadpleeg de laatste nummers</span>",
            "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: #ffffff, background color: #7bb73d, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"gemeentelijke-infobladen\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3ed21e02090f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-eb77d4f3"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".cookie-compliance-text",
            "html": "<div class=\"cookie-compliance-text\">Deze website maakt gebruik van cookies om je gebruikservaring te verbeteren. <a href=\"/cookies\" class=\"find-more-button eu-cookie-compliance-more-button find-more-button-processed\"><span>Meer informatie over cookies</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": "87a2c06807f3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-caf65a31"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "a[href=\"/cookies?url=%2f\"]",
            "html": "<a rel=\"nofollow\" href=\"/cookies?url=%2f\" class=\"btn-cookie-compliance btn-cookie-accept\">Beheer mijn cookies</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": "0312052e9521",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ee56ea25"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#skip-content",
            "html": "<div id=\"skip-content\" class=\"skip\"><a href=\"#content-main\" class=\"btn-primary skip-navigation\" data-scrollto=\"skip\" rel=\"nofollow\"> <span>Naar inhoud</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": "c6a97a2b57a8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-34285466"
          }
        ],
        "outcomeCount": 865,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 11
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2475,
          "failed": 28,
          "cantTell": 25,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_form_label_unique",
          "element_attribute_deprecated",
          "style_color_misuse",
          "style_highcontrast_visible",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link media=\"screen\" href=\"https://icons.icordis.be/css/boicon-wezembeek-oppem.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": "09ad9118d950",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d22ba3d6"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link data-css=\"contrastskin\" data-sw=\"/css/skin-website-contrast.css?v=23042026120333\" href=\"/css/skin-website.css?v=23042026120333\" media=\"screen\" rel=\"stylesheet\" id=\"skin-stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f20e8b130021",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b32d670f"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<link color=\"#1D8C8D\" href=\"/images/skin/safari-pinned-tab.svg\" rel=\"mask-icon\">",
            "message": "The HTML attribute(s) \"color\" is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dce813211b8d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-51a0d8ec"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form action=\"/cookies?url=%2f\" method=\"post\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bdde09ac7aae",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a6b3a39c"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a rel=\"nofollow\" data-scrollto=\"skip\" class=\"btn-primary skip-navigation\" href=\"#content-main\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3fadb24e4481",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8d0bbc92"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.62 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": "69b0e7f5169e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"toggle-txt\">",
            "message": "Text contrast of 4.05 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": "5bfc8fef5068",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8432b904"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.05 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_form_label_unique",
            "xpath": null,
            "html": "<form class=\"search-form\" id=\"searchForm\" name=\"searchForm\" method=\"GET\" action=\"/zoeken\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1dfd2106abaf",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2801ebfa"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.62 with its background is less than the WCAG AA minimum requirements for text of size 26px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.47 with its background is less than the WCAG AA minimum requirements for text of size 26px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.47 with its background is less than the WCAG AA minimum requirements for text of size 26px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"date-block\">",
            "message": "Confirm this text 'za 9 mei' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f897db89abcf",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4226acd9"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"date-block__entry\">",
            "message": "Confirm this text 'za 9 mei' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4f4edd37249d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e8ab7099"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"date-block\">",
            "message": "Confirm this text 'zo 10 mei' 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-block__entry\">",
            "message": "Confirm this text 'zo 10 mei' 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-block\">",
            "message": "Confirm this text 'wo 6 mei' 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-block__entry\">",
            "message": "Confirm this text 'wo 6 mei' 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-block\">",
            "message": "Confirm this text 'di 5 mei' 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-block__entry\">",
            "message": "Confirm this text 'di 5 mei' 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 2.42 with its background is less than 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": "<span>",
            "message": "Text contrast of 2.42 with its background is less than 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": "<span>",
            "message": "Text contrast of 2.62 with its background is less than the WCAG AA minimum requirements for text of size 26px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.42 with its background is less than 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": "<span>",
            "message": "Text contrast of 2.62 with its background is less than the WCAG AA minimum requirements for text of size 26px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.42 with its background is less than 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": "<span>",
            "message": "The foreground text and its background color are both detected as #00345e. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "The foreground text and its background color are both detected as #00345e. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 2531,
        "uniqueFailedCount": 10,
        "duplicateFailedCount": 18,
        "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": 18
    },
    {
      "submittedUrl": "https://www.zaventem.be/",
      "finalUrl": "https://www.zaventem.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Startpagina - Lokaal bestuur Zaventem",
      "elapsedMs": 14212,
      "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": 934,
          "failed": 5,
          "cantTell": 44,
          "inapplicable": 42
        },
        "failedRules": [
          "color-contrast",
          "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",
          "autocomplete-valid",
          "avoid-inline-spacing",
          "button-name",
          "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",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#txtkeyword",
            "html": "<input type=\"text\" name=\"q\" class=\"form-control txt\" id=\"txtkeyword\" data-tooltip=\"Wat zoek je?\" autocomplete=\"off\" data-toggle-placeholder=\"1\" placeholder=\"Wat zoek je?\" data-placeholder-mobile=\"Zoeken\">",
            "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: #327498, background color: #ffdd00, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#txtkeyword"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "06f5e178964b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-46d6df2d"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".vlw__contact__toggle__label",
            "html": "<span class=\"vlw__contact__toggle__label\">Hulp nodig</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": "7f3be371b487",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c1791208"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".cookie-compliance-text",
            "html": "<div class=\"cookie-compliance-text\">Deze website maakt gebruik van cookies om je gebruikservaring te verbeteren. <a rel=\"nofollow\" href=\"/cookies\" class=\"find-more-button eu-cookie-compliance-more-button find-more-button-processed\"><span>Meer informatie over cookies</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": "f9997e8ebf09",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-caf65a31"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "a[href=\"/cookies?url=%2f\"]",
            "html": "<a rel=\"nofollow\" href=\"/cookies?url=%2f\" class=\"btn-cookie-compliance btn-cookie-accept\">Beheer mijn cookies</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": "4ea920efdf7a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ee56ea25"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#skip-content",
            "html": "<div id=\"skip-content\" class=\"skip\"><a href=\"#content-main\" class=\"btn-primary skip-navigation\" data-scrollto=\"skip\" rel=\"nofollow\"> <span>Naar inhoud</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": "5ae6c5b78b2b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-34285466"
          }
        ],
        "outcomeCount": 1025,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 5
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2614,
          "failed": 11,
          "cantTell": 6,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_form_label_unique",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "text_contrast_sufficient",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link media=\"screen\" href=\"https://icons.icordis.be/css/boicon-zaventem.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": "b3b41633f3e4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-42253043"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link data-css=\"contrastskin\" data-sw=\"/css/skin-website2023-contrast.css?v=22042026133151\" href=\"/css/skin-website2023.css?v=22042026133151\" media=\"screen\" rel=\"stylesheet\" id=\"skin-stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f8edc2f9ea5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-94d708c5"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form action=\"/cookies?url=%2f\" method=\"post\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e2ad70655a8d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a6b3a39c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button value=\"decline\" name=\"action\" class=\"btn-cookie-compliance btn-cookie-decline\" type=\"submit\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0308a0719ab6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5b5312e8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button value=\"acceptall\" name=\"action\" class=\"btn-cookie-compliance btn-cookie-accept\" type=\"submit\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc2b84f963b7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-73e75c7d"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a rel=\"nofollow\" data-scrollto=\"skip\" class=\"btn-primary skip-navigation\" href=\"#content-main\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6324d9e4c2b9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8d0bbc92"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form class=\"search-form\" id=\"searchForm\" name=\"searchForm\" method=\"GET\" action=\"/zoeken\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "040ea7031f80",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2801ebfa"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<div class=\"short\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: 'reanimeren en defibrilleren'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf4ba0a93e85",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-01f4177d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.37 with its background is less than the WCAG AA minimum requirements for text of size 36px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "23e6ea1b5482",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.17 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 300",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.17 with its background is less than the WCAG AA minimum requirements for text of size 30px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 2646,
        "uniqueFailedCount": 9,
        "duplicateFailedCount": 2,
        "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": 2
    },
    {
      "submittedUrl": "https://www.zemst.be/",
      "finalUrl": "https://www.zemst.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Startpagina - Gemeente Zemst",
      "elapsedMs": 16746,
      "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": 533,
          "failed": 3,
          "cantTell": 49,
          "inapplicable": 40
        },
        "failedRules": [
          "label-title-only",
          "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",
          "autocomplete-valid",
          "avoid-inline-spacing",
          "button-name",
          "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",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "label",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "scrollable-region-focusable"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#txtkeyword",
            "html": "<input type=\"text\" name=\"q\" class=\"form-control txt\" id=\"txtkeyword\" title=\"Waarmee kunnen we je helpen?\" autocomplete=\"off\" placeholder=\"Waarmee kunnen we je helpen?\" data-placeholder=\"Waarmee kunnen we je helpen?\" data-placeholder-mobile=\"Zoeken\">",
            "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": "561e9109e013",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f5ce98a2"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".vlw__contact__toggle__label",
            "html": "<span class=\"vlw__contact__toggle__label\">Hulp nodig</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": "2c9592932720",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c1791208"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#skip-content",
            "html": "<div id=\"skip-content\" class=\"skip\">\n<a href=\"#content-main\" class=\"skip-navigation\" data-scrollto=\"skip\">\n<span>Naar content</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": "5dfbb4b3e1a9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-34285466"
          }
        ],
        "outcomeCount": 625,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 3
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1707,
          "failed": 26,
          "cantTell": 19,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_form_label_unique",
          "element_attribute_deprecated",
          "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=\"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": "fdb56e5c69b0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3047b1ae"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link data-css=\"Contrastskin-website\" type=\"text/css\" rel=\"stylesheet\" media=\"screen\" href=\"/css/skin-website.css?v=16052025090242\" id=\"skin-stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e827af209d8e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d98648f8"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link data-css=\"Contrastskin-website\" type=\"text/css\" rel=\"stylesheet\" media=\"screen\" href=\"/css/skin-website.css?v=16052025090242\" id=\"skin-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": "11407fa48326",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-48ca2748"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<link color=\"#5bbad5\" href=\"/images/skin/safari-pinned-tab.svg\" rel=\"mask-icon\">",
            "message": "The HTML attribute(s) \"color\" is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f70b6ebca47",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-39f579fd"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form action=\"/cookies?url=%2f\" method=\"post\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4c97737cf53d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a6b3a39c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button value=\"acceptall\" name=\"action\" class=\"btn-primary btn-cookie-compliance btn-cookie-decline\" type=\"submit\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "40af910a4835",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-dae77975"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button value=\"decline\" name=\"action\" class=\"btn-primary btn-cookie-compliance btn-cookie-decline\" type=\"submit\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6323cb0c1377",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2ee9ef05"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a data-scrollto=\"skip\" class=\"skip-navigation\" href=\"#content-main\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c331d7084169",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bdc94760"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-scrollto=\"skip\" class=\"skip-navigation\" href=\"#content-main\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8de1563ebbc4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2749edf3"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form class=\"search-form\" id=\"searchForm\" name=\"searchForm\" method=\"GET\" action=\"/zoeken\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "786605f0a3a3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2801ebfa"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input data-placeholder-mobile=\"Zoeken\" data-placeholder=\"Waarmee kunnen we je helpen?\" placeholder=\"Waarmee kunnen we je helpen?\" autocomplete=\"off\" title=\"Waarmee kunnen we je helpen?\" id=\"txtkeyword\" class=\"form-control txt\" name=\"q\" 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": "5fbf62e9185e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a4eab9ac"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input title=\"Zoeken\" id=\"btnSearch\" class=\"btn-search\" value=\"Zoek\" type=\"submit\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c23c8c794fc1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d49193f2"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input title=\"Zoeken\" id=\"btnSearch\" class=\"btn-search\" value=\"Zoek\" type=\"submit\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb293d1a155b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-da0a63eb"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"spotlight-caption\">",
            "message": "Confirm this text 'Afval en recycleren' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "024196d30068",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-01fed043"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"spotlight-caption\">",
            "message": "Confirm this text 'Beslissingen omgevingsvergunning' 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=\"spotlight-caption\">",
            "message": "Confirm this text 'Bibliotheek' 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=\"spotlight-caption\">",
            "message": "Confirm this text 'Bouwen of verbouwen' 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=\"spotlight-caption\">",
            "message": "Confirm this text 'Documenten Burgerzaken' 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=\"spotlight-caption\">",
            "message": "Confirm this text 'Openbare onderzoeken' 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=\"spotlight-caption\">",
            "message": "Confirm this text 'Vacatures' 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=\"spotlight-caption\">",
            "message": "Confirm this text 'Wegenwerken' 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.29 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": "d294ed7fd0be",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.29 with its background is less than 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": "<span>",
            "message": "Text contrast of 4.29 with its background is less than 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": "<span>",
            "message": "Text contrast of 4.29 with its background is less than 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 class=\"lcplink\" href=\"https://www.lcp.be/\" target=\"_blank\" title=\"e-gov en internet services door LCP\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "28127513ac09",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c2eef124"
          }
        ],
        "outcomeCount": 1748,
        "uniqueFailedCount": 16,
        "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.zoutleeuw.be/",
      "finalUrl": "https://www.zoutleeuw.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Startpagina - Stad Zoutleeuw",
      "elapsedMs": 15551,
      "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": 504,
          "failed": 6,
          "cantTell": 35,
          "inapplicable": 41
        },
        "failedRules": [
          "heading-order",
          "label-title-only",
          "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-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "autocomplete-valid",
          "avoid-inline-spacing",
          "button-name",
          "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",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "label",
          "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",
          "scrollable-region-focusable"
        ],
        "failures": [
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "h4",
            "html": "<h4 class=\"title\"><span>Volg ons op</span></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": "3df534ae433f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-61c4188c"
          },
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#txtkeyword",
            "html": "<input type=\"text\" name=\"q\" class=\"form-control txt\" id=\"txtkeyword\" title=\"Waarmee kunnen we je helpen?\" autocomplete=\"off\" placeholder=\"Waarmee kunnen we je helpen?\" data-placeholder=\"Waarmee kunnen we je helpen?\" data-placeholder-mobile=\"Zoeken\">",
            "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": "736550297cb0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f5ce98a2"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "a[href$=\"contact\"]",
            "html": "<a href=\"/contact\"></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": "6d7388e51a83",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ca33f94b"
          },
          {
            "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=\"nl-be\" class=\"\">",
            "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": "75e75843ee71",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ee8d7590"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".vlw__contact__toggle__label",
            "html": "<span class=\"vlw__contact__toggle__label\">Hulp nodig</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": "50861455c747",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c1791208"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#skip-content",
            "html": "<div id=\"skip-content\" class=\"skip\">\n<a href=\"#content-main\" class=\"skip-navigation\" data-scrollto=\"skip\">\n<span>Naar content</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": "3eea2ca98679",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-34285466"
          }
        ],
        "outcomeCount": 586,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 6
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1602,
          "failed": 33,
          "cantTell": 25,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_content_in_landmark",
          "aria_form_label_unique",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "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 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": "4bfedfffe309",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3047b1ae"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link data-css=\"Contrastskin-website\" type=\"text/css\" rel=\"stylesheet\" media=\"screen\" href=\"/css/skin-website.css?v=25022022092849\" id=\"skin-stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7f26d5a4feac",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b7cce9f4"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link data-css=\"Contrastskin-website\" type=\"text/css\" rel=\"stylesheet\" media=\"screen\" href=\"/css/skin-website.css?v=25022022092849\" id=\"skin-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": "ad76235124f7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3ded79d4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<link color=\"#5bbad5\" href=\"/images/skin/safari-pinned-tab.svg?v=4\" rel=\"mask-icon\">",
            "message": "The HTML attribute(s) \"color\" is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9f25e75b917d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bf66bcfe"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form action=\"/cookies?url=%2f\" method=\"post\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf4400b0bbdc",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a6b3a39c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"btn-primary btn-cookie-compliance btn-cookie-accept\" rel=\"nofollow\" href=\"/cookies?url=%2f\">",
            "message": "Text contrast of 2.33 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": "481192605ead",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5e3c2537"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button value=\"acceptall\" name=\"action\" class=\"btn-primary btn-cookie-compliance btn-cookie-decline\" type=\"submit\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a44e9aef0e1c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-dae77975"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"acceptall\" name=\"action\" class=\"btn-primary btn-cookie-compliance btn-cookie-decline\" type=\"submit\">",
            "message": "Text contrast of 2.33 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": "56b17c00da56",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-70249338"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button value=\"decline\" name=\"action\" class=\"btn-primary btn-cookie-compliance btn-cookie-decline\" type=\"submit\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8bb62c74f11c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2ee9ef05"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"decline\" name=\"action\" class=\"btn-primary btn-cookie-compliance btn-cookie-decline\" type=\"submit\">",
            "message": "Text contrast of 2.33 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": "163600582ccb",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-324f90cd"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a data-scrollto=\"skip\" class=\"skip-navigation\" href=\"#content-main\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "33931943e27b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bdc94760"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-scrollto=\"skip\" class=\"skip-navigation\" href=\"#content-main\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8a958f5eec7a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2749edf3"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/contact\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "33e3f6ffe1db",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c90770f9"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/contact\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d6b6d29dff2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d4f245cf"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"opening-hours-txt\">",
            "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": "adac88f4257d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2175e08e"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<button aria-expanded=\"false\" type=\"button\" class=\"navbar-toggle btn-menu\" data-dismiss=\"modal\" data-toggle=\"offcanvas\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c44b6b521697",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-58380d62"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form class=\"search-form\" id=\"searchForm\" name=\"searchForm\" method=\"GET\" action=\"/zoeken\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "60b4c44afcbd",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2801ebfa"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input data-placeholder-mobile=\"Zoeken\" data-placeholder=\"Waarmee kunnen we je helpen?\" placeholder=\"Waarmee kunnen we je helpen?\" autocomplete=\"off\" title=\"Waarmee kunnen we je helpen?\" id=\"txtkeyword\" class=\"form-control txt\" name=\"q\" 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": "8e2d13154b31",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a4eab9ac"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input title=\"Zoeken\" id=\"btnSearch\" class=\"btn-search\" value=\"Zoek\" type=\"submit\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "08a3c68b1a8a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d49193f2"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input title=\"Zoeken\" id=\"btnSearch\" class=\"btn-search\" value=\"Zoek\" type=\"submit\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f30ce0b2349e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-da0a63eb"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"user-profile\" title=\"Meld je aan\" href=\"/profiel\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8142b0207250",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4bef8f81"
          },
          {
            "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": "b7ddc3828480",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "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": "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>",
            "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>",
            "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>",
            "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>",
            "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>",
            "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>",
            "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>",
            "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>",
            "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>",
            "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"
          }
        ],
        "outcomeCount": 1644,
        "uniqueFailedCount": 22,
        "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
    }
  ],
  "enhanced": {
    "consolidatedFailures": [
      {
        "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": 536,
        "examples": [
          {
            "url": "https://www.aarschot.be/",
            "html": "<span>Volg ons</span>",
            "xpath": ".heading > 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: #ffffff, background color: #00b2ad, font size: 14.5pt (19.38px), font weight: bold). Expected contrast ratio of 3:1",
            "relatedPaths": [
              ".footer-top__row--primary"
            ],
            "colorScheme": "light",
            "fingerprint": "1c520ccfbe6d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b2d1cde7"
          },
          {
            "url": "https://www.aarschot.be/",
            "html": "<span>016 550 350</span>",
            "xpath": ".phone > 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: #00b2ad, background color: #ffffff, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".footer-top__row--secondary"
            ],
            "colorScheme": "light",
            "fingerprint": "dd9538c1c511",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3219b777"
          },
          {
            "url": "https://www.aarschot.be/",
            "html": "<span>info<span>@</span>aarschot.be</span>",
            "xpath": ".mail > 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: #00b2ad, background color: #ffffff, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".footer-top__row--secondary"
            ],
            "colorScheme": "light",
            "fingerprint": "877f6ac33fcd",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d66cb9c1"
          },
          {
            "url": "https://www.aarschot.be/",
            "html": "<span class=\"focus\">Morgen</span>",
            "xpath": "#ct-2-1 > .focus",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.29 (foreground color: #ababab, background color: #ffffff, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".footer-top__row--secondary"
            ],
            "colorScheme": "light",
            "fingerprint": "7a8cceeb1638",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ebf0ebaf"
          },
          {
            "url": "https://www.aarschot.be/",
            "html": "<span class=\"byappointment\">Op afspraak</span>",
            "xpath": ".past > .byappointment",
            "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: #ababab, background color: #f4f4f4, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "3cf2b9cbe194",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e0e1ee18"
          }
        ]
      },
      {
        "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": 535,
        "examples": [
          {
            "url": "https://www.aarschot.be/",
            "html": "<button value=\"decline\" name=\"action\" class=\"cookie-compliance__btn btn-cookie-decline\" type=\"submit\">",
            "xpath": null,
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "fingerprint": "685700a32ea1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8c71e563"
          },
          {
            "url": "https://www.aarschot.be/",
            "html": "<button value=\"acceptall\" name=\"action\" class=\"cookie-compliance__btn btn-cookie-accept\" type=\"submit\">",
            "xpath": null,
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "fingerprint": "8938f0626a86",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a0a3c19e"
          },
          {
            "url": "https://www.aarschot.be/",
            "html": "<a class=\"btn-cookie-compliance btn-link link-cookie-settings\" href=\"/cookies?url=%2f\" rel=\"nofollow\">",
            "xpath": null,
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "fingerprint": "1818c4eb0fcf",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c78f1f5a"
          },
          {
            "url": "https://www.aarschot.be/",
            "html": "<button aria-expanded=\"false\" type=\"button\" class=\"searchbtn\" data-dismiss=\"modal\" data-toggle=\"offsearch_open\">",
            "xpath": null,
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "fingerprint": "317b3086e449",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-56debda1"
          },
          {
            "url": "https://www.aarschot.be/",
            "html": "<button aria-expanded=\"false\" type=\"button\" class=\"btn-toggle-menu\" data-dismiss=\"modal\" data-toggle=\"offcanvas\">",
            "xpath": null,
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "fingerprint": "9026a886533c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9eb048d0"
          }
        ]
      },
      {
        "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": 413,
        "examples": [
          {
            "url": "https://www.aarschot.be/",
            "html": "<span>",
            "xpath": null,
            "message": "Text contrast of 2.40 with its background is less than the WCAG AA minimum requirements for text of size 17px and weight of 400",
            "fingerprint": "65b5b173dc8a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "url": "https://www.aarschot.be/",
            "html": "<span class=\"focus\">",
            "xpath": null,
            "message": "Text contrast of 2.29 with its background is less than the WCAG AA minimum requirements for text of size 17px and weight of 400",
            "fingerprint": "9fd19e60e492",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-94188801"
          },
          {
            "url": "https://www.aarschot.be/",
            "html": "<span class=\"txt-from hour\">",
            "xpath": null,
            "message": "Text contrast of 2.29 with its background is less than the WCAG AA minimum requirements for text of size 15px and weight of 400",
            "fingerprint": "ca49e56e7a37",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-fb7c638b"
          },
          {
            "url": "https://www.aarschot.be/",
            "html": "<span class=\"txt-to hour\">",
            "xpath": null,
            "message": "Text contrast of 2.29 with its background is less than the WCAG AA minimum requirements for text of size 15px and weight of 400",
            "fingerprint": "1e770c666c91",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1397a032"
          },
          {
            "url": "https://www.aarschot.be/",
            "html": "<span class=\"byappointment\">",
            "xpath": null,
            "message": "Text contrast of 2.29 with its background is less than the WCAG AA minimum requirements for text of size 15px and weight of 400",
            "fingerprint": "2b4655b6ccb4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6459f8fb"
          }
        ]
      },
      {
        "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": 341,
        "examples": [
          {
            "url": "https://www.affligem.be/",
            "html": "<a href=\"/e-loket\">",
            "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": "673901084f34",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6201408a"
          },
          {
            "url": "https://www.affligem.be/",
            "html": "<a title=\"cbs - besluiten\" data-entity-substitution=\"canonical\" data-entity-uuid=\"0122a61b-aaa6-4696-9690-7f2900eccc64\" data-entity-type=\"node\" href=\"/cbs-besluiten\" class=\"btn btn-lg btn-light btn-dark\">",
            "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": "a1c1aa556cbc",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e4977b8e"
          },
          {
            "url": "https://www.asse.be/",
            "html": "<a data-scrollto=\"skip\" class=\"skip-navigation\" href=\"#content-main\">",
            "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": "209fd4a55b16",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2749edf3"
          },
          {
            "url": "https://www.asse.be/",
            "html": "<button aria-expanded=\"false\" type=\"button\" class=\"btn-primary btn-toggle-close\" data-dismiss=\"modal\" data-toggle=\"offcanvas\">",
            "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": "c5207e291bfb",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-be67ca18"
          },
          {
            "url": "https://www.beersel.be/",
            "html": "<input data-error=\"Gelieve je microfoon aan te sluiten en je microfoon rechten toe te laten.\" data-listening-text=\"Luisteren...\" data-speak-text=\"Begin nu te spreken\" data-placeholder-mobile=\"Zoeken\" placeholder=\"Waarmee kunnen we jou helpen?\" data-toggle-placeholder=\"1\" autocomplete=\"off\" data-tooltip=\"Waarmee kunnen we jou helpen?\" id=\"lcp-searchbox-keyword\" class=\"form-control txt search__input\" name=\"q\" type=\"text\">",
            "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": "661455559966",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-73cb15d7"
          }
        ]
      },
      {
        "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": 264,
        "examples": [
          {
            "url": "https://www.aarschot.be/",
            "html": "<span class=\"vlw__contact__toggle__label\">Hulp nodig</span>",
            "xpath": ".vlw__contact__toggle__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",
            "fingerprint": "03c436840259",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c1791208"
          },
          {
            "url": "https://www.aarschot.be/",
            "html": "<div id=\"skip-content\" class=\"skip\"> <div class=\"container\"> <a href=\"#content-main\" data-scrollto=\"skip\" rel=\"nofollow\"> <span>Naar inhoud</span> </a> </div> </div>",
            "xpath": "#skip-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",
            "fingerprint": "792e5d971640",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-34285466"
          },
          {
            "url": "https://www.aarschot.be/",
            "html": "<div class=\"cookie-compliance-text cookie-compliance__text\">",
            "xpath": ".cookie-compliance-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",
            "fingerprint": "d1dafca5d168",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-caf65a31"
          },
          {
            "url": "https://www.aarschot.be/",
            "html": "<a rel=\"nofollow\" href=\"/cookies?url=%2f\" class=\"btn-cookie-compliance btn-link link-cookie-settings\">Beheer mijn cookies</a>",
            "xpath": ".btn-cookie-compliance",
            "message": "All page content 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": "8fed5379aa8a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b6704e35"
          },
          {
            "url": "https://www.affligem.be/",
            "html": "<span class=\"vlw__contact__toggle__label\">Hulp nodig</span>",
            "xpath": ".vlw__contact__toggle__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",
            "fingerprint": "b56b913fdca9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c1791208"
          }
        ]
      },
      {
        "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": 170,
        "examples": [
          {
            "url": "https://www.aarschot.be/",
            "html": "<a href=\"/nieuws/aarschot-volkoren-brengt-duizenden-stemmen-samen-in-het-stadscentrum\" class=\"partial__link\">",
            "xpath": null,
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "fingerprint": "366d736ecfe8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6dff1802"
          },
          {
            "url": "https://www.aarschot.be/",
            "html": "<a href=\"/nieuws/nieuwe-startblokken-in-het-stedelijk-zwembad\" class=\"partial__link\">",
            "xpath": null,
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "fingerprint": "bda88a4cf179",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-42a2e9c7"
          },
          {
            "url": "https://www.aarschot.be/",
            "html": "<a href=\"/vacature-deskundige-communicatie\" class=\"partial__link\">",
            "xpath": null,
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "fingerprint": "f8ca50620a42",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-87ffecba"
          },
          {
            "url": "https://www.aarschot.be/",
            "html": "<a href=\"/nieuws/doe-mee-aan-de-sint-rochusverlichting-op-15-augustus\" class=\"partial__link\">",
            "xpath": null,
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "fingerprint": "2fa6e0bf6dac",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-30c86bc2"
          },
          {
            "url": "https://www.aarschot.be/",
            "html": "<a href=\"/nieuws/meetshovenloop\" class=\"partial__link\">",
            "xpath": null,
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "fingerprint": "5b3a4cfcdf1d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-607cde69"
          }
        ]
      },
      {
        "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": 162,
        "examples": [
          {
            "url": "https://www.aarschot.be/",
            "html": "<a rel=\"nofollow\" data-scrollto=\"skip\" href=\"#content-main\">",
            "xpath": null,
            "message": "Content is not within a landmark element",
            "fingerprint": "cf2854cb551d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ced717ec"
          },
          {
            "url": "https://www.affligem.be/",
            "html": "<a class=\"visually-hidden focusable\" href=\"#region-content\">",
            "xpath": null,
            "message": "Content is not within a landmark element",
            "fingerprint": "21b3243e5b62",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2cbaa15c"
          },
          {
            "url": "https://www.asse.be/",
            "html": "<button data-tooltip=\"Hoog contrast\" data-active=\"master-btn-toggle-contast-active\" data-inactive=\"Hoog contrast\" class=\"icon-contrast \" id=\"btn-toggle-contrast\">",
            "xpath": null,
            "message": "Content is not within a landmark element",
            "fingerprint": "9b20d8ef45b7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-06af28da"
          },
          {
            "url": "https://www.asse.be/",
            "html": "<a data-scrollto=\"skip\" class=\"skip-navigation\" href=\"#content-main\">",
            "xpath": null,
            "message": "Content is not within a landmark element",
            "fingerprint": "15b6f131b84c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bdc94760"
          },
          {
            "url": "https://www.beersel.be/",
            "html": "<a rel=\"nofollow\" data-scrollto=\"skip\" href=\"#content-main\">",
            "xpath": null,
            "message": "Content is not within a landmark element",
            "fingerprint": "fe736c48c217",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ced717ec"
          }
        ]
      },
      {
        "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": 108,
        "examples": [
          {
            "url": "https://www.affligem.be/",
            "html": "<a href=\"/openingsuren\">",
            "xpath": "a[href$=\"openingsuren\"]:nth-child(1)",
            "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": "261084acc52a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-83075e60"
          },
          {
            "url": "https://www.affligem.be/",
            "html": "<a href=\"/afspraken-maken\">",
            "xpath": ".paddle-component--top-section.text.paddle-component > a[href$=\"afspraken-maken\"]:nth-child(1)",
            "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": "4408b1d25cca",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0f56116e"
          },
          {
            "url": "https://www.affligem.be/",
            "html": "<a href=\"/klachten-en-meldingen\">",
            "xpath": "a[href$=\"klachten-en-meldingen\"]:nth-child(1)",
            "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": "879dc7e48028",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9065e80c"
          },
          {
            "url": "https://www.affligem.be/",
            "html": "<a href=\"/e-loket\">",
            "xpath": ".paddle-component--top-section.text.paddle-component > a[href$=\"e-loket\"]:nth-child(1)",
            "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": "6bcfbcc653d5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e5227684"
          },
          {
            "url": "https://www.affligem.be/",
            "html": "<a href=\"/wielerpiste-gesloten-vanaf-11-mei-tot-en-met-18-mei-2026-0\">",
            "xpath": "article[data-history-node-id=\"1451\"] > div > .field--featured-image.field--type--entity-reference.field > .items > .item > 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": "79cf348f02a2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-753bf9f9"
          }
        ]
      },
      {
        "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": 106,
        "examples": [
          {
            "url": "https://www.aarschot.be/",
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "xpath": null,
            "message": "Confirm this text 'Aarschot Volkoren brengt duizenden stemmen samen in het stadscentrum' is used as a heading and if so, modify to use a heading element or role",
            "fingerprint": "6f0687007262",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b48dfa4b"
          },
          {
            "url": "https://www.asse.be/",
            "html": "<div class=\"spotlight-caption\">",
            "xpath": null,
            "message": "Confirm this text 'Ik wil een afspraak maken' is used as a heading and if so, modify to use a heading element or role",
            "fingerprint": "485b8097023e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-01fed043"
          },
          {
            "url": "https://www.beersel.be/",
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "xpath": null,
            "message": "Confirm this text 'Nieuwe openingsuren burgerzaken' is used as a heading and if so, modify to use a heading element or role",
            "fingerprint": "463174eb8784",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b48dfa4b"
          },
          {
            "url": "https://www.bever-bievene.be/",
            "html": "<div class=\"field grid gt-tiny\">",
            "xpath": null,
            "message": "Confirm this text 'Telefoonnummer' is used as a heading and if so, modify to use a heading element or role",
            "fingerprint": "9a9e96640710",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ec297318"
          },
          {
            "url": "https://www.bever-bievene.be/",
            "html": "<div class=\"label pane grid1 Telefoonnummer\">",
            "xpath": null,
            "message": "Confirm this text 'Telefoonnummer' is used as a heading and if so, modify to use a heading element or role",
            "fingerprint": "f4367a829bb3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a0d5ffd7"
          }
        ]
      },
      {
        "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": 105,
        "examples": [
          {
            "url": "https://www.affligem.be/",
            "html": "<a href=\"/openingsuren\">",
            "xpath": null,
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "fingerprint": "596c5df0bde5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ba5ddf06"
          },
          {
            "url": "https://www.affligem.be/",
            "html": "<a href=\"/afspraken-maken\">",
            "xpath": null,
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "fingerprint": "c84d8ef0975a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c8178405"
          },
          {
            "url": "https://www.affligem.be/",
            "html": "<a href=\"/klachten-en-meldingen\">",
            "xpath": null,
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "fingerprint": "4feefd553347",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4c9aa9de"
          },
          {
            "url": "https://www.affligem.be/",
            "html": "<a href=\"/e-loket\">",
            "xpath": null,
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "fingerprint": "9d1a2b6143ed",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8a01b5e2"
          },
          {
            "url": "https://www.affligem.be/",
            "html": "<a href=\"/wielerpiste-gesloten-vanaf-11-mei-tot-en-met-18-mei-2026-0\">",
            "xpath": null,
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "fingerprint": "90da4233be97",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-693ca8c8"
          }
        ]
      },
      {
        "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": 66,
        "examples": [
          {
            "url": "https://www.asse.be/",
            "html": "<form action=\"/cookies?url=%2f\" method=\"post\">",
            "xpath": null,
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "fingerprint": "56b9be5ad716",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a6b3a39c"
          },
          {
            "url": "https://www.asse.be/",
            "html": "<form class=\"search-form\" id=\"searchForm\" name=\"searchForm\" method=\"GET\" action=\"/zoeken\">",
            "xpath": null,
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "fingerprint": "df2ec7fbe1c1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2801ebfa"
          },
          {
            "url": "https://www.beersel.be/",
            "html": "<form class=\"cookie-compliance-form\" action=\"/cookies?url=%2f\" method=\"post\">",
            "xpath": null,
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "fingerprint": "958e4690310c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bec41670"
          },
          {
            "url": "https://www.beersel.be/",
            "html": "<form class=\"search__form\" id=\"lcp-search-form\" name=\"searchForm\" method=\"GET\" action=\"/zoeken\">",
            "xpath": null,
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "fingerprint": "3faf4f2c16cc",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-24e4b13f"
          },
          {
            "url": "https://www.begijnendijk.be/",
            "html": "<form action=\"/cookies?url=%2f\" method=\"post\">",
            "xpath": null,
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "fingerprint": "a188980cb40c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a6b3a39c"
          }
        ]
      },
      {
        "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": 63,
        "examples": [
          {
            "url": "https://www.aarschot.be/",
            "html": "<link media=\"screen\" href=\"/css/layout/modules/content-blocks.css\" rel=\"stylesheet\">",
            "xpath": null,
            "message": "Verify color is not used as the only visual means of conveying information",
            "fingerprint": "b4684dcfbdd5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-cc8d57b6"
          },
          {
            "url": "https://www.affligem.be/",
            "html": "<link href=\"/sites/default/files/css/css_ZC62wWEN-dvD7ltNND7ip2tBIridmR8Qcyd3qFR7ZNM.css?delta=0&language=nl&theme=ocelot_paddle&include=eJx9UltywyAMvBCEIzEC5FgTgTwCOnVPX2wn6TSp-4d2V08WyAH5K0sANpEafWHxi8pEjO4lNvGGiZqohxhFE0lxz9dlUikNSzJR5Ebo4x42H1hGnroDtnfY3uGhVnRJ-wJ8oYbZMtVmsPtnmbwwQYno_gJ9AEWDn42p3B517qFhWKWPCTpxGhNM0jUK-4qxjYkfdKIa5QN1dVJw8EYisjS_QErbEUavQZR2CQxf6z_sWMhWBI3zuUgRUtSew6lkEs02Q4ErJruf_Uw5Qw5dr-OIZwrKo8opm8dvwilbJRKw3UW2zqBUrq_iXptkX9vK7-QyEtqTO0D_LF9_OtU_yM0Eh0V-yM0nUOcgoOkXOg0jrEE-zSLMDw9sb7u5oJrjTzws5KE32c2DDd0Jbo7N_b65C1Ap_oL8XtW9Q5c2Yx7pax0-3hLxG_87UxU\" media=\"all\" rel=\"stylesheet\">",
            "xpath": null,
            "message": "Verify color is not used as the only visual means of conveying information",
            "fingerprint": "496bfd3a6141",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f7516f7c"
          },
          {
            "url": "https://www.asse.be/",
            "html": "<link data-css=\"Contrastskin-website\" type=\"text/css\" rel=\"stylesheet\" media=\"screen\" href=\"/css/skin-website.css?v=10072024135816\" id=\"skin-stylesheet\">",
            "xpath": null,
            "message": "Verify color is not used as the only visual means of conveying information",
            "fingerprint": "325c51517800",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-921de33e"
          },
          {
            "url": "https://www.beersel.be/",
            "html": "<link media=\"screen\" href=\"/css/layout/modules/content-blocks.css\" rel=\"stylesheet\">",
            "xpath": null,
            "message": "Verify color is not used as the only visual means of conveying information",
            "fingerprint": "c83e78c1b906",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-cc8d57b6"
          },
          {
            "url": "https://www.begijnendijk.be/",
            "html": "<link data-css=\"contrastskin\" data-sw=\"/css/skin-website-contrast.css?v=23042026084622\" href=\"/css/skin-website.css?v=23042026084622\" media=\"screen\" rel=\"stylesheet\" id=\"skin-stylesheet\">",
            "xpath": null,
            "message": "Verify color is not used as the only visual means of conveying information",
            "fingerprint": "57f609c9801a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-107c7355"
          }
        ]
      },
      {
        "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": 63,
        "examples": [
          {
            "url": "https://www.aarschot.be/",
            "html": "<link media=\"screen\" href=\"/css/layout/modules/content-blocks.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": "2dea24c46013",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0734e429"
          },
          {
            "url": "https://www.affligem.be/",
            "html": "<link href=\"https://use.typekit.net/idw8csl.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": "bb354051751f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-43ca9bff"
          },
          {
            "url": "https://www.asse.be/",
            "html": "<link data-css=\"Contrastskin-website\" type=\"text/css\" rel=\"stylesheet\" media=\"screen\" href=\"/css/skin-website.css?v=10072024135816\" id=\"skin-stylesheet\">",
            "xpath": null,
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "fingerprint": "e3d0ceb8786a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6d05c386"
          },
          {
            "url": "https://www.beersel.be/",
            "html": "<link media=\"screen\" href=\"/global/css/layout/icordis/widget.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": "0ceb68e72913",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b03948cc"
          },
          {
            "url": "https://www.begijnendijk.be/",
            "html": "<link media=\"screen\" href=\"https://icons.icordis.be/css/boicon-begijnendijk.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": "6f7a9741d160",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-320dd8bf"
          }
        ]
      },
      {
        "rule": "input_checkboxes_grouped",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 58,
        "examples": [
          {
            "url": "https://www.bever-bievene.be/",
            "html": "<input checked=\"\" disabled=\"\" value=\"strict\" class=\"mdc-checkbox__native-control cookiescript_checkbox_input\" type=\"checkbox\" data-cookiescript=\"checkbox-input\" id=\"cookiescript_category_strict\" tabindex=\"0\">",
            "xpath": null,
            "message": "Verify that this un-named, ungrouped checkbox input is not related to other checkboxes",
            "fingerprint": "808d50b3de9b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-416045f0"
          },
          {
            "url": "https://www.bever-bievene.be/",
            "html": "<input value=\"performance\" class=\"mdc-checkbox__native-control cookiescript_checkbox_input\" type=\"checkbox\" data-cookiescript=\"checkbox-input\" id=\"cookiescript_category_performance\" tabindex=\"0\">",
            "xpath": null,
            "message": "Verify that this un-named, ungrouped checkbox input is not related to other checkboxes",
            "fingerprint": "41216898323c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4f3a24cf"
          },
          {
            "url": "https://www.bever-bievene.be/",
            "html": "<input value=\"targeting\" class=\"mdc-checkbox__native-control cookiescript_checkbox_input\" type=\"checkbox\" data-cookiescript=\"checkbox-input\" id=\"cookiescript_category_targeting\" tabindex=\"0\">",
            "xpath": null,
            "message": "Verify that this un-named, ungrouped checkbox input is not related to other checkboxes",
            "fingerprint": "201953226086",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7eacb365"
          },
          {
            "url": "https://www.bever-bievene.be/",
            "html": "<input value=\"functionality\" class=\"mdc-checkbox__native-control cookiescript_checkbox_input\" type=\"checkbox\" data-cookiescript=\"checkbox-input\" id=\"cookiescript_category_functionality\" tabindex=\"0\">",
            "xpath": null,
            "message": "Verify that this un-named, ungrouped checkbox input is not related to other checkboxes",
            "fingerprint": "cb3fb0bcd834",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-66716ddb"
          },
          {
            "url": "https://www.boortmeerbeek.be/",
            "html": "<input tabindex=\"0\" disabled=\"\" checked=\"\" class=\"form-check-input\" value=\"required\" id=\"cookie-category-required\" name=\"cookie-categories\" type=\"checkbox\">",
            "xpath": null,
            "message": "Checkbox input and others with the name \"cookie-categories\" are not grouped together",
            "fingerprint": "01747cbf1efb",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bb2e601d"
          }
        ]
      },
      {
        "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": 52,
        "examples": [
          {
            "url": "https://www.affligem.be/",
            "html": "<input value=\"Zoeken\" name=\"op\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\" class=\"btn-secondary button js-form-submit form-submit btn\">",
            "xpath": null,
            "message": "The input element does not have an associated visible label",
            "fingerprint": "86377b13a5a6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-87ad9640"
          },
          {
            "url": "https://www.asse.be/",
            "html": "<button style=\"display: none;\" data-rsevent-id=\"rs_850855\" data-rs-container=\"readspeaker_button1\" data-rs-direction=\"u\" data-rs-tooltip=\".\" aria-expanded=\"false\" aria-label=\"webReader menu\" title=\"webReader menu\" data-rslang=\"title/arialabel:menu\" data-rsshortcut=\"menu\" class=\"rsbtn_tooltoggle\">",
            "xpath": null,
            "message": "The input element does not have an associated visible label",
            "fingerprint": "8089145e7af1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0e450738"
          },
          {
            "url": "https://www.asse.be/",
            "html": "<input title=\"Zoeken\" id=\"btnSearch\" class=\"btn-search\" value=\"Zoek\" type=\"submit\">",
            "xpath": null,
            "message": "The input element does not have an associated visible label",
            "fingerprint": "03a5b21ab8ac",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-da0a63eb"
          },
          {
            "url": "https://www.beersel.be/",
            "html": "<button style=\"display: none;\" data-rsevent-id=\"rs_882802\" data-rs-container=\"readspeaker_button1\" data-rs-direction=\"u\" data-rs-tooltip=\".\" aria-expanded=\"false\" aria-label=\"webReader menu\" title=\"webReader menu\" data-rslang=\"title/arialabel:menu\" data-rsshortcut=\"menu\" class=\"rsbtn_tooltoggle\">",
            "xpath": null,
            "message": "The input element does not have an associated visible label",
            "fingerprint": "d5182adb2d43",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-646ad700"
          },
          {
            "url": "https://www.begijnendijk.be/",
            "html": "<img style=\"margin-left: -12px; margin-top: -41px; width: 24px; height: 41px; transform: translate3d(131px, 100px, 0px); z-index: 100;\" role=\"button\" tabindex=\"0\" alt=\"\" class=\"leaflet-marker-icon leaflet-zoom-animated leaflet-interactive\" src=\"/images/location.png\">",
            "xpath": null,
            "message": "The input element does not have an associated visible label",
            "fingerprint": "109028e216b2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-05e0487e"
          }
        ]
      },
      {
        "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": 46,
        "examples": [
          {
            "url": "https://www.asse.be/",
            "html": "<meta content=\"text/html;charset=utf-8\" http-equiv=\"Content-Type\">",
            "xpath": null,
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "fingerprint": "8f932eb3b83f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3047b1ae"
          },
          {
            "url": "https://www.asse.be/",
            "html": "<link color=\"#5bbad5\" href=\"/images/skin/safari-pinned-tab.svg\" rel=\"mask-icon\">",
            "xpath": null,
            "message": "The HTML attribute(s) \"color\" is deprecated in HTML 5",
            "fingerprint": "7e009a7cfd8a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-39f579fd"
          },
          {
            "url": "https://www.begijnendijk.be/",
            "html": "<link color=\"#26459a\" href=\"/images/skin/safari-pinned-tab.svg\" rel=\"mask-icon\">",
            "xpath": null,
            "message": "The HTML attribute(s) \"color\" is deprecated in HTML 5",
            "fingerprint": "a615db4ff2b7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-fec945ab"
          },
          {
            "url": "https://www.bekkevoort.be/",
            "html": "<meta content=\"text/html;charset=utf-8\" http-equiv=\"Content-Type\">",
            "xpath": null,
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "fingerprint": "0ab9cdd6e42e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3047b1ae"
          },
          {
            "url": "https://www.bertem.be/",
            "html": "<meta content=\"text/html;charset=utf-8\" http-equiv=\"Content-Type\">",
            "xpath": null,
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "fingerprint": "1869b5eb88b0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3047b1ae"
          }
        ]
      },
      {
        "rule": "script_onclick_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": 34,
        "examples": [
          {
            "url": "https://hoeilaart.be/",
            "html": "<div onclick=\"location.href='/activiteiten/mediteren-kan-je-leren-4'\" class=\"node node--type-event node--view-mode-teaser\">",
            "xpath": null,
            "message": "Possible use of a script to emulate a link",
            "fingerprint": "093146fedeb7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-db01f9ca"
          },
          {
            "url": "https://hoeilaart.be/",
            "html": "<div onclick=\"location.href='/activiteiten/initiatie-ukulele'\" class=\"node node--type-event node--view-mode-teaser\">",
            "xpath": null,
            "message": "Possible use of a script to emulate a link",
            "fingerprint": "fb3e021e8870",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8ca07533"
          },
          {
            "url": "https://hoeilaart.be/",
            "html": "<div onclick=\"location.href='/activiteiten/sportelreeks-qigong-en-tai-qi'\" class=\"node node--type-event node--view-mode-teaser\">",
            "xpath": null,
            "message": "Possible use of a script to emulate a link",
            "fingerprint": "b0deed2d0d43",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d466e58a"
          },
          {
            "url": "https://hoeilaart.be/",
            "html": "<div onclick=\"location.href='/bouwen-en-wonen'\" class=\"paragraph paragraph--type-link-to-content paragraph--view-mode-default\">",
            "xpath": null,
            "message": "Possible use of a script to emulate a link",
            "fingerprint": "a616000cf8e1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f79d2877"
          },
          {
            "url": "https://hoeilaart.be/",
            "html": "<div onclick=\"location.href='/vrije-tijd'\" class=\"paragraph paragraph--type-link-to-content paragraph--view-mode-default\">",
            "xpath": null,
            "message": "Possible use of a script to emulate a link",
            "fingerprint": "4737e11eba2e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-34053f99"
          }
        ]
      },
      {
        "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": 29,
        "examples": [
          {
            "url": "https://hoeilaart.be/",
            "html": "<a aria-label=\"Read more on Hulp bij invullen belastingaangifte \" class=\"stretched-link\" href=\"/nieuws/hulp-bij-invullen-belastingaangifte\">",
            "xpath": null,
            "message": "Accessible name does not match or contain the visible label text",
            "fingerprint": "3ef115b65333",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7701a3f9"
          },
          {
            "url": "https://hoeilaart.be/",
            "html": "<a aria-label=\"Read more on Inschrijven voor de zomervakantie\" class=\"stretched-link\" href=\"/nieuws/inschrijven-voor-de-zomervakantie\">",
            "xpath": null,
            "message": "Accessible name does not match or contain the visible label text",
            "fingerprint": "5b6ea29ba38c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-813a8785"
          },
          {
            "url": "https://hoeilaart.be/",
            "html": "<a aria-label=\"Read more on Schrijf je in voor het dorpsrestaurant!\" class=\"stretched-link\" href=\"/nieuws/schrijf-je-voor-het-dorpsrestaurant-0\">",
            "xpath": null,
            "message": "Accessible name does not match or contain the visible label text",
            "fingerprint": "a4940eef798f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-73171062"
          },
          {
            "url": "https://hoeilaart.be/",
            "html": "<a aria-label=\"Bouwen en wonen\" class=\"arrow-link\" href=\"/bouwen-en-wonen\">",
            "xpath": null,
            "message": "Accessible name does not match or contain the visible label text",
            "fingerprint": "f1abe3f27bcb",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f37c4f74"
          },
          {
            "url": "https://hoeilaart.be/",
            "html": "<a aria-label=\"Vrije tijd\" class=\"arrow-link\" href=\"/vrije-tijd\">",
            "xpath": null,
            "message": "Accessible name does not match or contain the visible label text",
            "fingerprint": "0e60870b19e8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-eedffad2"
          }
        ]
      },
      {
        "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": 28,
        "examples": [
          {
            "url": "https://www.affligem.be/",
            "html": "<link href=\"/sites/default/files/css/css_pX_EepgKgew_Fo6qX3oXukGj3PqYkO48tNySi7Qz0gk.css?delta=1&language=nl&theme=ocelot_paddle&include=eJx9UltywyAMvBCEIzEC5FgTgTwCOnVPX2wn6TSp-4d2V08WyAH5K0sANpEafWHxi8pEjO4lNvGGiZqohxhFE0lxz9dlUikNSzJR5Ebo4x42H1hGnroDtnfY3uGhVnRJ-wJ8oYbZMtVmsPtnmbwwQYno_gJ9AEWDn42p3B517qFhWKWPCTpxGhNM0jUK-4qxjYkfdKIa5QN1dVJw8EYisjS_QErbEUavQZR2CQxf6z_sWMhWBI3zuUgRUtSew6lkEs02Q4ErJruf_Uw5Qw5dr-OIZwrKo8opm8dvwilbJRKw3UW2zqBUrq_iXptkX9vK7-QyEtqTO0D_LF9_OtU_yM0Eh0V-yM0nUOcgoOkXOg0jrEE-zSLMDw9sb7u5oJrjTzws5KE32c2DDd0Jbo7N_b65C1Ap_oL8XtW9Q5c2Yx7pax0-3hLxG_87UxU\" media=\"all\" rel=\"stylesheet\">",
            "xpath": null,
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "fingerprint": "0804f09eb540",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-09232d92"
          },
          {
            "url": "https://www.affligem.be/",
            "html": "<link href=\"/sites/default/files/css/css_8LKgc6XnRQFWFSZxGIiQ6jEMRHR7Bndr2P6cf4zhzeE.css?delta=2&language=nl&theme=ocelot_paddle&include=eJx9UltywyAMvBCEIzEC5FgTgTwCOnVPX2wn6TSp-4d2V08WyAH5K0sANpEafWHxi8pEjO4lNvGGiZqohxhFE0lxz9dlUikNSzJR5Ebo4x42H1hGnroDtnfY3uGhVnRJ-wJ8oYbZMtVmsPtnmbwwQYno_gJ9AEWDn42p3B517qFhWKWPCTpxGhNM0jUK-4qxjYkfdKIa5QN1dVJw8EYisjS_QErbEUavQZR2CQxf6z_sWMhWBI3zuUgRUtSew6lkEs02Q4ErJruf_Uw5Qw5dr-OIZwrKo8opm8dvwilbJRKw3UW2zqBUrq_iXptkX9vK7-QyEtqTO0D_LF9_OtU_yM0Eh0V-yM0nUOcgoOkXOg0jrEE-zSLMDw9sb7u5oJrjTzws5KE32c2DDd0Jbo7N_b65C1Ap_oL8XtW9Q5c2Yx7pax0-3hLxG_87UxU\" media=\"print\" rel=\"stylesheet\">",
            "xpath": null,
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "fingerprint": "32de16fc3cf1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-be86129b"
          },
          {
            "url": "https://www.boortmeerbeek.be/",
            "html": "<link href=\"/sites/default/files/css/css_VggfxsKEE3QB7cVo_VzlBFCfrYcQ-9tygEGd_rzGClU.css?delta=3&language=nl&theme=ocelot_paddle&include=eJyNU1Fy7CAMuxCEIzEGnI1nATMG2qanL0m26bS7efP-QBKyMQLIANlbZAdReWr0idkW4Zkimj975e8YqLFY8J4lEGdzrqZZODfMQXnmO6H1-7ZZF3mcE3PA-gHrBzzUgiZILxAnaph0pNoUdnvapBIJskfzCrQOBBV-tEj5_u3z2KoIK_fRQacYRgdtEUTP0Vb0bbT8xL_zCzZQ9fyGshrO22mVxhDAjIE0lMlD2cXsMXKzBULYBjf6G-rcJhfhc_0HO4agK4L45VokCMFLT-5SMrMknSDDDYPen-pKuUByXW5j8FcKSsPlkt0vf8lywUz5phfuUi9VlT1B1LuV3h7qP6V1ARnuf8W9Nk62tjU-k2UcaCd3gPa0rz-V6gtyS-KR0x9yCyvUxTFI-IXOI42r4w9VOMbvIG7rxw2PR7ZQyEJvvCcYG5oLXB03t0fYHFTyvyC7u5p5_CZ4x8oJp7PzV8JnaGoLplFnrePXbRXwC9ckl5E\" media=\"all\" rel=\"stylesheet\">",
            "xpath": null,
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "fingerprint": "51225812ff2b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-471b17cd"
          },
          {
            "url": "https://www.boortmeerbeek.be/",
            "html": "<link href=\"/sites/default/files/css/css_onciMB684vTrIrPpOnZKv6vmrbaiR0DsyHUa1dwPA7s.css?delta=4&language=nl&theme=ocelot_paddle&include=eJyNU1Fy7CAMuxCEIzEGnI1nATMG2qanL0m26bS7efP-QBKyMQLIANlbZAdReWr0idkW4Zkimj975e8YqLFY8J4lEGdzrqZZODfMQXnmO6H1-7ZZF3mcE3PA-gHrBzzUgiZILxAnaph0pNoUdnvapBIJskfzCrQOBBV-tEj5_u3z2KoIK_fRQacYRgdtEUTP0Vb0bbT8xL_zCzZQ9fyGshrO22mVxhDAjIE0lMlD2cXsMXKzBULYBjf6G-rcJhfhc_0HO4agK4L45VokCMFLT-5SMrMknSDDDYPen-pKuUByXW5j8FcKSsPlkt0vf8lywUz5phfuUi9VlT1B1LuV3h7qP6V1ARnuf8W9Nk62tjU-k2UcaCd3gPa0rz-V6gtyS-KR0x9yCyvUxTFI-IXOI42r4w9VOMbvIG7rxw2PR7ZQyEJvvCcYG5oLXB03t0fYHFTyvyC7u5p5_CZ4x8oJp7PzV8JnaGoLplFnrePXbRXwC9ckl5E\" media=\"print\" rel=\"stylesheet\">",
            "xpath": null,
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "fingerprint": "577194fdf059",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-92d39ee0"
          },
          {
            "url": "https://www.diest.be/",
            "html": "<link href=\"/sites/default/files/css/css_SeCYV9POQTIVGQc6HjoVbjJwA7bahZOikPHttY3I8xY.css?delta=1&language=nl&theme=ocelot_paddle&include=eJx9U1tywyAMvBCEIzEClFgTgTwC2rqnL7aTdJrE_UP7kIVYAzkgf2EJwCZSo28sflY5E6N7qk28YqIm6iFG0URS3ON0OquUhiWZKHIl9HErmw8sw6duh-0Ntjd4qBVd0j4Dn6hhtky1Gez-0SbPTFAiunegD6Bo8Ksxleu9z600DIv0MUEnTmOCNiliFPYVYxsjv_Cf8oZNVKN8oC5Oyuo2EpGl-RlSWnc0RhlEaafA8L38w4772oqgcToWKUKK2nM4lJxFs81Q4ILJbq9ypJwgh66XseMjBeXR5ZDN47HhkJUZC5WLnaRrPVRViQRst1a2TqDD8izutUn2tS38Ss7D0B7cDvpH-_r7pfqG3K63B-0Nu-bsmVyjCHUKApr-oOeRtSXIl5mF-R6z9WzXoFWzv6uHmTz0Jls-saE7wM2-F7_txQWoFP9AfuvqXqFTmzAP-1LHr7Ia8QegI3o6\" media=\"all\" rel=\"stylesheet\">",
            "xpath": null,
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "fingerprint": "1c08579c8841",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-33aa5fb9"
          }
        ]
      },
      {
        "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": 27,
        "examples": [
          {
            "url": "https://www.halle.be/",
            "html": "<span onclick=\"openNav()\" class=\"button\">",
            "xpath": null,
            "message": "The <span> element with 'onclick' does not have a valid ARIA role specified",
            "fingerprint": "3b60d278a573",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ae0d7cfb"
          },
          {
            "url": "https://hoeilaart.be/",
            "html": "<div onclick=\"location.href='/activiteiten/mediteren-kan-je-leren-4'\" class=\"node node--type-event node--view-mode-teaser\">",
            "xpath": null,
            "message": "The <div> element with 'onclick' does not have a valid ARIA role specified",
            "fingerprint": "5fdfdbd8acc9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-44407ee2"
          },
          {
            "url": "https://hoeilaart.be/",
            "html": "<div onclick=\"location.href='/activiteiten/initiatie-ukulele'\" class=\"node node--type-event node--view-mode-teaser\">",
            "xpath": null,
            "message": "The <div> element with 'onclick' does not have a valid ARIA role specified",
            "fingerprint": "55e08511ad6d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0da8bdae"
          },
          {
            "url": "https://hoeilaart.be/",
            "html": "<div onclick=\"location.href='/activiteiten/sportelreeks-qigong-en-tai-qi'\" class=\"node node--type-event node--view-mode-teaser\">",
            "xpath": null,
            "message": "The <div> element with 'onclick' does not have a valid ARIA role specified",
            "fingerprint": "d5cb6602b2ba",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-cab59c47"
          },
          {
            "url": "https://hoeilaart.be/",
            "html": "<div onclick=\"location.href='/bouwen-en-wonen'\" class=\"paragraph paragraph--type-link-to-content paragraph--view-mode-default\">",
            "xpath": null,
            "message": "The <div> element with 'onclick' does not have a valid ARIA role specified",
            "fingerprint": "d3e782125acf",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-269e2330"
          }
        ]
      },
      {
        "rule": "widget_tabbable_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": 23,
        "examples": [
          {
            "url": "https://www.herent.be/",
            "html": "<li role=\"menuitem\" tabindex=\"0\" aria-haspopup=\"true\" class=\"nav1 dropdown\">",
            "xpath": null,
            "message": "Component with \"menuitem\" role has more than one tabbable element",
            "fingerprint": "acdf76242fe3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f465c74d"
          },
          {
            "url": "https://www.herent.be/",
            "html": "<li role=\"menuitem\" tabindex=\"0\" aria-haspopup=\"true\" class=\"nav2 dropdown\">",
            "xpath": null,
            "message": "Component with \"menuitem\" role has more than one tabbable element",
            "fingerprint": "6f0210e7ded5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5f2d2b6a"
          },
          {
            "url": "https://www.herent.be/",
            "html": "<li role=\"menuitem\" tabindex=\"0\" aria-haspopup=\"true\" class=\"nav3 dropdown\">",
            "xpath": null,
            "message": "Component with \"menuitem\" role has more than one tabbable element",
            "fingerprint": "896752e93ba5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-aaaa16ce"
          },
          {
            "url": "https://www.herent.be/",
            "html": "<li role=\"menuitem\" tabindex=\"0\" aria-haspopup=\"true\" class=\"nav4 dropdown\">",
            "xpath": null,
            "message": "Component with \"menuitem\" role has more than one tabbable element",
            "fingerprint": "ad7c9f885859",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-589443ce"
          },
          {
            "url": "https://www.steenokkerzeel.be/",
            "html": "<a href=\"https://donorportaal.rodekruis.be/Donation?Blood=true&Plasma=true&UseCoordinates=false&Longitude=0&Latitude=0&Referrer=FORM&MoveAppointmentId=&LocationQuery=Steenokkerzeel&From=2026-02-05&__Invariant=From&To=2026-08-05&__Invariant=To\">",
            "xpath": null,
            "message": "Component with \"link\" role has more than one tabbable element",
            "fingerprint": "7094a5234642",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6ee302ff"
          }
        ]
      },
      {
        "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": 21,
        "examples": [
          {
            "url": "https://www.bertem.be/",
            "html": "<img alt=\"Heraanleg centrum Leefdaal\" src=\"/file_uploads/Cache/fit_350_200_53510.jpeg\">",
            "xpath": null,
            "message": "Link text is repeated in an image 'alt' value within the same link",
            "fingerprint": "1962cbd16ca4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-237d7b21"
          },
          {
            "url": "https://www.bertem.be/",
            "html": "<img alt=\"Pure Cities - Zo is de luchtkwaliteit momenteel in Bertem\" src=\"/file_uploads/Cache/fit_350_200_55315.png\">",
            "xpath": null,
            "message": "Link text is repeated in an image 'alt' value within the same link",
            "fingerprint": "6807c379dd62",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7d857842"
          },
          {
            "url": "https://www.bertem.be/",
            "html": "<img alt=\"Nieuwe brug boven E40\" src=\"/file_uploads/Cache/fit_350_200_53669.png\">",
            "xpath": null,
            "message": "Link text is repeated in an image 'alt' value within the same link",
            "fingerprint": "314977646a5f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b98026ac"
          },
          {
            "url": "https://www.geetbets.be/",
            "html": "<img loading=\"lazy\" class=\"align-center\" width=\"174\" src=\"/sites/default/files/inline-images/witkowo.png\" height=\"176\" data-entity-uuid=\"1626c592-ad9b-4fc2-a9df-eff6fa5286e0\" data-entity-type=\"file\" alt=\"Witkowo\">",
            "xpath": null,
            "message": "Link text of previous link is repeated in image 'alt' value of a link",
            "fingerprint": "db138132e596",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8f71c72c"
          },
          {
            "url": "https://www.linkebeek.be/nl/startpagina",
            "html": "<img alt=\"Verkeersveiligheid in Linkebeek: bemoedigende resultaten en nieuwe maatregelen\" src=\"/file_uploads/Cache/fit_400_225_8367.jpeg\">",
            "xpath": null,
            "message": "Link text is repeated in an image 'alt' value within the same link",
            "fingerprint": "53f1be9078f4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-62196ece"
          }
        ]
      },
      {
        "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": 20,
        "examples": [
          {
            "url": "https://www.bertem.be/",
            "html": "<img src=\"/file_uploads/Cache/fit_350_200_53510.jpeg\" alt=\"Heraanleg centrum Leefdaal\">",
            "xpath": "img[alt=\"Heraanleg centrum Leefdaal\"]",
            "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": "0a23346dee23",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4ccfc62b"
          },
          {
            "url": "https://www.bertem.be/",
            "html": "<img src=\"/file_uploads/Cache/fit_350_200_55315.png\" alt=\"Pure Cities - Zo is de luchtkwaliteit momenteel in Bertem\">",
            "xpath": ".item:nth-child(2) > a > .fotolink > img",
            "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": "5a35b012c44d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4a3180f4"
          },
          {
            "url": "https://www.bertem.be/",
            "html": "<img src=\"/file_uploads/Cache/fit_350_200_53669.png\" alt=\"Nieuwe brug boven E40\">",
            "xpath": "img[alt=\"Nieuwe brug boven E40\"]",
            "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": "c0ee02c8a150",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-92fca206"
          },
          {
            "url": "https://www.linkebeek.be/nl/startpagina",
            "html": "<img src=\"/file_uploads/Cache/fit_400_225_8367.jpeg\" alt=\"Verkeersveiligheid in Linkebeek: bemoedigende resultaten en nieuwe maatregelen\">",
            "xpath": ".item:nth-child(1) > a > .fotolink > img",
            "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": "352f125430c2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4cbac23e"
          },
          {
            "url": "https://www.linkebeek.be/nl/startpagina",
            "html": "<img src=\"/file_uploads/Cache/fit_400_225_8365.png\" alt=\"Autodelen van start in Linkebeek\">",
            "xpath": ".item:nth-child(2) > a > .fotolink > img",
            "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": "3592b8aaa9c7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4a3180f4"
          }
        ]
      },
      {
        "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": 20,
        "examples": [
          {
            "url": "https://www.bertem.be/",
            "html": "<nav class=\"clearfix maxwidth\" role=\"navigation\" id=\"mainmenu\">",
            "xpath": null,
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "fingerprint": "60780f0c171f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d601ded8"
          },
          {
            "url": "https://www.dilbeek.be/",
            "html": "<nav role=\"navigation\" class=\"dropdown-menu mobile depth-0\" id=\"main-menu\">",
            "xpath": null,
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "fingerprint": "a52b44010b06",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-03233f1e"
          },
          {
            "url": "https://hoeilaart.be/",
            "html": "<header role=\"banner\" class=\"main-header\">",
            "xpath": null,
            "message": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>",
            "fingerprint": "d8cbfd4ca204",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f9dac197"
          },
          {
            "url": "https://hoeilaart.be/",
            "html": "<main class=\"col col-md-12\" role=\"main\">",
            "xpath": null,
            "message": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>",
            "fingerprint": "94a427dbdb65",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-334249d7"
          },
          {
            "url": "https://hoeilaart.be/",
            "html": "<footer role=\"contentinfo\" class=\"main-footer\">",
            "xpath": null,
            "message": "The explicitly-assigned ARIA role \"contentinfo\" is redundant with the implicit role of the element <footer>",
            "fingerprint": "38964e18a956",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c11332f7"
          }
        ]
      },
      {
        "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": 18,
        "examples": [
          {
            "url": "https://www.affligem.be/",
            "html": "<a rel=\"bookmark\" href=\"/seniorenbeurs\">",
            "xpath": null,
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "fingerprint": "0e238900dbb3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0a52b4b8"
          },
          {
            "url": "https://www.affligem.be/",
            "html": "<input tabindex=\"-1\" class=\"form-check-input\" value=\"statistics\" id=\"cookie-category-statistics\" name=\"cookie-categories\" type=\"checkbox\">",
            "xpath": null,
            "message": "Ensure the overlapped target \"input\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "fingerprint": "ebaf6093bc16",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f4cf3122"
          },
          {
            "url": "https://www.bekkevoort.be/",
            "html": "<a class=\"bx-pager-link\" data-slide-index=\"1\" href=\"\">",
            "xpath": null,
            "message": "Undersized target \"a\" does not have sufficient spacing of 12 CSS pixels from another target \"a\"",
            "fingerprint": "2c40fab0a637",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e15a8707"
          },
          {
            "url": "https://www.bever-bievene.be/",
            "html": "<a href=\"mailto:info@gemeentebever.be\">",
            "xpath": null,
            "message": "Undersized target \"a\" does not have sufficient spacing of 12 CSS pixels from another target \"a\"",
            "fingerprint": "903ccfcfe8f6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-47c55fc8"
          },
          {
            "url": "https://www.bever-bievene.be/",
            "html": "<a data-drupal-link-system-path=\"contact\" href=\"/contact\">",
            "xpath": null,
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "fingerprint": "24a5554a1de4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d36be2fd"
          }
        ]
      },
      {
        "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": 16,
        "examples": [
          {
            "url": "https://www.bever-bievene.be/",
            "html": "<li id=\"veiligheid\" class=\"drop-list\">",
            "xpath": null,
            "message": "The <li> element has the id \"veiligheid\" that is already in use",
            "fingerprint": "30b575462352",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e9a554b9"
          },
          {
            "url": "https://www.bever-bievene.be/",
            "html": "<rect height=\"5\" width=\"21\" y=\"10\" x=\"0\" fill=\"url(#cookiescript-nl-linearGradient-3)\" id=\"cookiescript-nl-Rectangle-2\">",
            "xpath": null,
            "message": "The <rect> element has the id \"cookiescript-nl-Rectangle-2\" that is already in use",
            "fingerprint": "8bab1c9c7484",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e57481bd"
          },
          {
            "url": "https://www.bever-bievene.be/",
            "html": "<rect height=\"5\" width=\"21\" y=\"5\" x=\"0\" fill=\"url(#cookiescript-nl-linearGradient-1)\" id=\"cookiescript-nl-Rectangle-2\">",
            "xpath": null,
            "message": "The <rect> element has the id \"cookiescript-nl-Rectangle-2\" that is already in use",
            "fingerprint": "3baac492f137",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-dbfd492f"
          },
          {
            "url": "https://www.diest.be/",
            "html": "<li style=\"height: 650px;\" id=\"paddle_components_list_block_4659\">",
            "xpath": null,
            "message": "The <li> element has the id \"paddle_components_list_block_4659\" that is already in use",
            "fingerprint": "8fa22d35f51c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-279179c7"
          },
          {
            "url": "https://www.dilbeek.be/",
            "html": "<div class=\"topbarwrap\" id=\"topbar\">",
            "xpath": null,
            "message": "The <div> element has the id \"topbar\" that is already in use",
            "fingerprint": "2c71d79fdf8b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-455bc4a3"
          }
        ]
      },
      {
        "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": 14,
        "examples": [
          {
            "url": "https://www.affligem.be/",
            "html": "<div style=\"bottom: -337.984px;\" class=\"sliding-popup-bottom\" aria-label=\"Cookie compliance banner\" aria-describedby=\"popup-text\" role=\"alertdialog\" id=\"sliding-popup\">",
            "xpath": null,
            "message": "The 'id' \"popup-text\" specified for the ARIA property 'aria-describedby' value is not valid",
            "fingerprint": "5e9b74fb49f6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3aed9e16"
          },
          {
            "url": "https://www.boortmeerbeek.be/",
            "html": "<div style=\"bottom: -226.19px;\" class=\"sliding-popup-bottom\" aria-label=\"Cookie compliance banner\" aria-describedby=\"popup-text\" role=\"alertdialog\" id=\"sliding-popup\">",
            "xpath": null,
            "message": "The 'id' \"popup-text\" specified for the ARIA property 'aria-describedby' value is not valid",
            "fingerprint": "8a61fb3c8ad9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f9293475"
          },
          {
            "url": "https://www.diest.be/",
            "html": "<div style=\"bottom: -294.069px;\" class=\"sliding-popup-bottom\" aria-label=\"Cookie compliance banner\" aria-describedby=\"popup-text\" role=\"alertdialog\" id=\"sliding-popup\">",
            "xpath": null,
            "message": "The 'id' \"popup-text\" specified for the ARIA property 'aria-describedby' value is not valid",
            "fingerprint": "1c300e5ef877",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b2f4526e"
          },
          {
            "url": "https://www.lokaalbestuurhoegaarden.be/",
            "html": "<div style=\"bottom: 0px;\" class=\"sliding-popup-bottom\" aria-label=\"Cookie compliance banner\" aria-describedby=\"popup-text\" role=\"alertdialog\" id=\"sliding-popup\">",
            "xpath": null,
            "message": "The 'id' \"popup-text\" specified for the ARIA property 'aria-describedby' value is not valid",
            "fingerprint": "804a82134c07",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4fbc8c09"
          },
          {
            "url": "https://www.huldenberg.be/",
            "html": "<div style=\"bottom: -350.547px;\" class=\"sliding-popup-bottom\" aria-label=\"Cookie compliance banner\" aria-describedby=\"popup-text\" role=\"alertdialog\" id=\"sliding-popup\">",
            "xpath": null,
            "message": "The 'id' \"popup-text\" specified for the ARIA property 'aria-describedby' value is not valid",
            "fingerprint": "425587aeed64",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5c239b7a"
          }
        ]
      },
      {
        "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": 14,
        "examples": [
          {
            "url": "https://www.bertem.be/",
            "html": "<div role=\"navigation\" class=\"topmenu\">",
            "xpath": null,
            "message": "Multiple elements with \"navigation\" landmarks within the same parent region are not distinguished from one another because they have the same \"\" label",
            "fingerprint": "f44f953ed99f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-151519bc"
          },
          {
            "url": "https://www.bertem.be/",
            "html": "<nav class=\"clearfix maxwidth\" role=\"navigation\" id=\"mainmenu\">",
            "xpath": null,
            "message": "Multiple elements with \"navigation\" landmarks within the same parent region are not distinguished from one another because they have the same \"\" label",
            "fingerprint": "44432818bcbe",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3de6c12e"
          },
          {
            "url": "https://hoeilaart.be/",
            "html": "<footer role=\"contentinfo\" class=\"main-footer\">",
            "xpath": null,
            "message": "Multiple elements with \"contentinfo\" landmarks within the same parent region are not distinguished from one another because they have the same \"\" label",
            "fingerprint": "4ba9611d8535",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-270af1d3"
          },
          {
            "url": "https://hoeilaart.be/",
            "html": "<div role=\"contentinfo\" class=\"subfooter\">",
            "xpath": null,
            "message": "Multiple elements with \"contentinfo\" landmarks within the same parent region are not distinguished from one another because they have the same \"\" label",
            "fingerprint": "4ba4cd32fe97",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f39f27f4"
          },
          {
            "url": "https://www.linkebeek.be/nl/startpagina",
            "html": "<div role=\"navigation\" class=\"topmenu\">",
            "xpath": null,
            "message": "Multiple elements with \"navigation\" landmarks within the same parent region are not distinguished from one another because they have the same \"\" label",
            "fingerprint": "0df01451600e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-151519bc"
          }
        ]
      },
      {
        "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": 13,
        "examples": [
          {
            "url": "https://www.beersel.be/",
            "html": "<button style=\"display: none;\" data-rsevent-id=\"rs_882802\" data-rs-container=\"readspeaker_button1\" data-rs-direction=\"u\" data-rs-tooltip=\".\" aria-expanded=\"false\" aria-label=\"webReader menu\" title=\"webReader menu\" data-rslang=\"title/arialabel:menu\" data-rsshortcut=\"menu\" class=\"rsbtn_tooltoggle\">",
            "xpath": null,
            "message": "Element \"button\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "fingerprint": "a46c4a4971d3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d19112f0"
          },
          {
            "url": "https://www.beersel.be/",
            "html": "<a data-rs-lang=\"nl_be\" data-rsshortcut=\"play\" aria-haspopup=\"menu\" data-rs-direction=\"u\" data-rs-tooltip=\".\" aria-label=\"Lees voor\" role=\"button\" href=\"//app-eu.readspeaker.com/cgi-bin/rsent?customerid=12320&lang=nl_be&readid=wrapper&url=https%3a%2f%2fwww.beersel.be%2f\" title=\"Laat de tekst voorlezen met ReadSpeaker webReader\" class=\"rsbtn_play\" rel=\"nofollow\">",
            "xpath": null,
            "message": "Element \"a\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "fingerprint": "3a432feee783",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6d3deacc"
          },
          {
            "url": "https://www.begijnendijk.be/",
            "html": "<div style=\"position: relative; display: block;\" data-gesture-handling-scroll-content=\"Gebruik Ctrl + scrollen om in- en uit te zoomen op de kaart\" data-gesture-handling-touch-content=\"Gebruik twee vingers om de kaart te verplaatsen\" tabindex=\"0\" data-poi-svg=\"\" data-zoomlevel=\"16\" data-lat=\"51.01997\" data-id=\"1\" data-lng=\"4.7821198\" class=\"streetmap leaflet-container leaflet-touch leaflet-fade-anim leaflet-touch-zoom\" aria-hidden=\"true\" id=\"gmap_bf8c20dc-c83e-4f99-9976-cf1bcbb2628d\">",
            "xpath": null,
            "message": "Element \"div\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "fingerprint": "4dea91f23ceb",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d6cd0414"
          },
          {
            "url": "https://www.begijnendijk.be/",
            "html": "<img style=\"margin-left: -12px; margin-top: -41px; width: 24px; height: 41px; transform: translate3d(131px, 100px, 0px); z-index: 100;\" role=\"button\" tabindex=\"0\" alt=\"\" class=\"leaflet-marker-icon leaflet-zoom-animated leaflet-interactive\" src=\"/images/location.png\">",
            "xpath": null,
            "message": "Element \"img\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "fingerprint": "c92c6453f469",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-aa24d534"
          },
          {
            "url": "https://www.begijnendijk.be/",
            "html": "<a aria-disabled=\"false\" aria-label=\"Zoom in\" title=\"Zoom in\" href=\"#\" class=\"leaflet-control-zoom-in\">",
            "xpath": null,
            "message": "Element \"a\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "fingerprint": "34c7fb7adda3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-99b876b4"
          }
        ]
      },
      {
        "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": 12,
        "examples": [
          {
            "url": "https://www.bertem.be/",
            "html": "<div role=\"navigation\" class=\"topmenu\">",
            "xpath": null,
            "message": "Multiple elements with \"navigation\" role do not have unique labels",
            "fingerprint": "7b8010140ccf",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7ddfa77a"
          },
          {
            "url": "https://www.bertem.be/",
            "html": "<nav class=\"clearfix maxwidth\" role=\"navigation\" id=\"mainmenu\">",
            "xpath": null,
            "message": "Multiple elements with \"navigation\" role do not have unique labels",
            "fingerprint": "5c23471317f5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2528a735"
          },
          {
            "url": "https://www.bever-bievene.be/",
            "html": "<div role=\"navigation\" class=\"language-switcher-language-url [\"language-switcher-language-url\"] block block-taalkeuze\">",
            "xpath": null,
            "message": "Multiple elements with \"navigation\" role do not have unique labels",
            "fingerprint": "4c738f7a5d87",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bd6b93a8"
          },
          {
            "url": "https://www.bever-bievene.be/",
            "html": "<nav aria-expanded=\"false\" class=\"inline-menu mobile\" id=\"mainmenu\">",
            "xpath": null,
            "message": "Multiple elements with \"navigation\" role do not have unique labels",
            "fingerprint": "32fd02ae9f78",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-180f67c0"
          },
          {
            "url": "https://www.linkebeek.be/nl/startpagina",
            "html": "<div role=\"navigation\" class=\"topmenu\">",
            "xpath": null,
            "message": "Multiple elements with \"navigation\" role do not have unique labels",
            "fingerprint": "1c76578626d8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-7ddfa77a"
          }
        ]
      },
      {
        "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": 12,
        "examples": [
          {
            "url": "https://www.bierbeek.be/",
            "html": "<input type=\"text\" name=\"q\" class=\"form-control txt\" id=\"txtkeyword\" title=\"Waarmee kunnen we je helpen?\" autocomplete=\"off\" placeholder=\"Waarmee kunnen we je helpen?\" data-placeholder=\"Waarmee kunnen we je helpen?\" data-placeholder-mobile=\"Zoeken\">",
            "xpath": "#txtkeyword",
            "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": "ef79abdd8e5b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f5ce98a2"
          },
          {
            "url": "https://www.herent.be/",
            "html": "<input type=\"text\" name=\"q\" class=\"form-control txt\" id=\"txtkeyword\" title=\"Waarmee kunnen we je helpen?\" autocomplete=\"off\" placeholder=\"Waarmee kunnen we je helpen?\" data-placeholder=\"Waarmee kunnen we je helpen?\" data-placeholder-mobile=\"Zoeken\">",
            "xpath": "#txtkeyword",
            "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": "1f64a6826837",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f5ce98a2"
          },
          {
            "url": "https://www.holsbeek.be/",
            "html": "<input type=\"text\" name=\"q\" class=\"form-control txt\" id=\"txtkeyword\" title=\"Trefwoord\" autocomplete=\"off\" placeholder=\"Trefwoord\">",
            "xpath": "#txtkeyword",
            "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": "13bf37039ef8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f5ce98a2"
          },
          {
            "url": "https://www.keerbergen.be/",
            "html": "<input type=\"text\" name=\"q\" class=\"form-control txt\" id=\"txtkeyword\" title=\"Waarmee kunnen we je helpen?\" autocomplete=\"off\" placeholder=\"Waarmee kunnen we je helpen?\">",
            "xpath": "#txtkeyword",
            "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": "7ad7b1109681",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f5ce98a2"
          },
          {
            "url": "https://www.linkebeek.be/nl/startpagina",
            "html": "<input type=\"text\" class=\"txt\" id=\"txtkeyword\" title=\"Waarmee kunnen wij u helpen?\" autocomplete=\"off\" placeholder=\"Waarmee kunnen wij u helpen?\" name=\"zz\">",
            "xpath": "#txtkeyword",
            "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": "474cd678988f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f5ce98a2"
          }
        ]
      },
      {
        "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": 11,
        "examples": [
          {
            "url": "https://www.affligem.be/",
            "html": "<html lang=\"nl-be\" dir=\"ltr\" prefix=\"og: https://ogp.me/ns#\" class=\" js\">",
            "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": "4d8d4de2a1f6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ee8d7590"
          },
          {
            "url": "https://hoeilaart.be/",
            "html": "<html lang=\"nl\" dir=\"ltr\" prefix=\"og: https://ogp.me/ns#\" class=\" js\">",
            "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": "4500317c55a3",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ee8d7590"
          },
          {
            "url": "https://www.liedekerke.be/",
            "html": "<html lang=\"nl-be\" dir=\"ltr\" prefix=\"og: https://ogp.me/ns#\" class=\" js\">",
            "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": "66b27d43926f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ee8d7590"
          },
          {
            "url": "https://www.linkebeek.be/nl/startpagina",
            "html": "<html lang=\"nl\">",
            "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": "00e1757d03bc",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ee8d7590"
          },
          {
            "url": "https://www.londerzeel.be/",
            "html": "<html lang=\"nl-be\" dir=\"ltr\" prefix=\"og: https://ogp.me/ns#\" class=\" js\">",
            "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": "f4b1b126a1f8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ee8d7590"
          }
        ]
      },
      {
        "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": 10,
        "examples": [
          {
            "url": "https://www.bekkevoort.be/",
            "html": "<span>",
            "xpath": null,
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Aan de slag met MyMinfin - jouw digitale belasting\"",
            "fingerprint": "cf936f8b524b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a7bb455f"
          },
          {
            "url": "https://www.diest.be/",
            "html": "<h2>",
            "xpath": null,
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Adelaïde & Marie\"",
            "fingerprint": "e0f1efa7f04c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e3599795"
          },
          {
            "url": "https://www.glabbeek.be/",
            "html": "<span>",
            "xpath": null,
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Venster op Glabbeek\"",
            "fingerprint": "28fa273f5bcc",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a7bb455f"
          },
          {
            "url": "https://www.grimbergen.be/",
            "html": "<div class=\"short\">",
            "xpath": null,
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Driesbos - Langblok - 's Gravenbos\"",
            "fingerprint": "ab6b6037c331",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-01f4177d"
          },
          {
            "url": "https://www.halle.be/",
            "html": "<p data-end=\"374\" data-start=\"143\">",
            "xpath": null,
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Het is fijn dat zowel jong als oud de weg naar hier vindt.\"",
            "fingerprint": "a0490a840e24",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-41065eb3"
          }
        ]
      },
      {
        "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://www.boortmeerbeek.be/",
            "html": "<style data-fbcssmodules=\"css:fb.css.base css:fb.css.dialog css:fb.css.iframewidget\" type=\"text/css\">",
            "xpath": null,
            "message": "Verify the CSS background image does not convey important information",
            "fingerprint": "dcbe4fff1116",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-be023ec7"
          },
          {
            "url": "https://www.boortmeerbeek.be/",
            "html": "<div style=\"--background:url(https://www.boortmeerbeek.be/sites/default/files/styles/16_9_xxxxl/public/2025-07/2025_HeroBanner_Homepage.webp?itok=9OojbEi_);--parallax-min-height:400px;\" class=\"layout-builder__custom page_wide transparent parallax layout-builder layout layout--onecol\">",
            "xpath": null,
            "message": "Verify the CSS background image does not convey important information",
            "fingerprint": "2e687bf0927c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1a1f5268"
          },
          {
            "url": "https://www.huldenberg.be/",
            "html": "<div style=\"--background:url(https://www.huldenberg.be/sites/default/files/styles/original_ratio_xxxxl/public/2024-10/Ooghoogte_bewerkt_2310.webp?itok=zFWjaHOd);\" class=\"layout-builder__custom page_wide transparent sec--hero-banner layout-builder layout layout--onecol\">",
            "xpath": null,
            "message": "Verify the CSS background image does not convey important information",
            "fingerprint": "ceb070edad34",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a0b8765d"
          },
          {
            "url": "https://www.kortenaken.be/",
            "html": "<div style=\"--background:url(https://www.kortenaken.be/sites/default/files/styles/3_1_xxxxl/public/2022-03/73116465_2591411940920042_9052099787746181120_n.webp?itok=WaeMfLer);\" class=\"layout-builder__custom page_wide transparent layout-builder layout layout--onecol\">",
            "xpath": null,
            "message": "Verify the CSS background image does not convey important information",
            "fingerprint": "6dc43cc02e0c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b3187adf"
          },
          {
            "url": "https://www.liedekerke.be/",
            "html": "<div style=\"--background:url(https://www.liedekerke.be/system/files/styles/original_ratio_xxxxl/private/2024-10/kapel.webp?itok=OlHgaSuK);\" class=\"layout-builder__custom container_region transparent section--hero-banner layout-builder layout layout--onecol\">",
            "xpath": null,
            "message": "Verify the CSS background image does not convey important information",
            "fingerprint": "513600655292",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-70a50dc4"
          }
        ]
      },
      {
        "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": 9,
        "examples": [
          {
            "url": "https://www.bertem.be/",
            "html": "<div class=\"topmenu\" role=\"navigation\">",
            "xpath": ".topmenu",
            "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": [
              "#mainmenu"
            ],
            "colorScheme": "light",
            "fingerprint": "67886a376645",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-52076aca"
          },
          {
            "url": "https://www.bever-bievene.be/",
            "html": "<div class=\"language-switcher-language-url [\"language-switcher-language-url\"] block block-taalkeuze\" role=\"navigation\">",
            "xpath": ".language-switcher-language-url",
            "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": [
              "#mainmenu"
            ],
            "colorScheme": "light",
            "fingerprint": "c2b5ed628571",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-91710a20"
          },
          {
            "url": "https://hoeilaart.be/",
            "html": "<footer class=\"main-footer\" role=\"contentinfo\">",
            "xpath": "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": [
              ".subfooter"
            ],
            "colorScheme": "light",
            "fingerprint": "7cb9bdaf4856",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9e28ded4"
          },
          {
            "url": "https://www.linkebeek.be/nl/startpagina",
            "html": "<div class=\"topmenu\" role=\"navigation\">",
            "xpath": ".topmenu",
            "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": [
              "#mainmenu"
            ],
            "colorScheme": "light",
            "fingerprint": "9c1bbf389288",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-52076aca"
          },
          {
            "url": "https://www.rotselaar.be/",
            "html": "<footer class=\"main-footer\" role=\"contentinfo\">",
            "xpath": "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": [
              ".subfooter"
            ],
            "colorScheme": "light",
            "fingerprint": "ef93a7fb9028",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9e28ded4"
          }
        ]
      },
      {
        "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": 9,
        "examples": [
          {
            "url": "https://www.herent.be/",
            "html": "<ul class=\"list-suggestionsearch\">",
            "xpath": null,
            "message": "The element with role \"list\" does not own any child element with any of the following role(s): \"listitem\"",
            "fingerprint": "aef21d553b1e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-cf5909e5"
          },
          {
            "url": "https://www.holsbeek.be/",
            "html": "<ul class=\"list-suggestionsearch\">",
            "xpath": null,
            "message": "The element with role \"list\" does not own any child element with any of the following role(s): \"listitem\"",
            "fingerprint": "8ea86ffe012c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-cf5909e5"
          },
          {
            "url": "https://www.kapelle-op-den-bos.be/",
            "html": "<ul class=\"list-overview items-0\">",
            "xpath": null,
            "message": "The element with role \"list\" does not own any child element with any of the following role(s): \"listitem\"",
            "fingerprint": "1477ad01487c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3e7490d8"
          },
          {
            "url": "https://www.keerbergen.be/",
            "html": "<ul class=\"list-suggestionsearch\">",
            "xpath": null,
            "message": "The element with role \"list\" does not own any child element with any of the following role(s): \"listitem\"",
            "fingerprint": "81c327249d9d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-cf5909e5"
          },
          {
            "url": "https://www.linkebeek.be/nl/startpagina",
            "html": "<ul style=\"display:none\" class=\"compactlist\" id=\"suggestionsearch\">",
            "xpath": null,
            "message": "The element with role \"list\" does not own any child element with any of the following role(s): \"listitem\"",
            "fingerprint": "39d8d6741eaf",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-397b4a6c"
          }
        ]
      },
      {
        "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": 8,
        "examples": [
          {
            "url": "https://www.aarschot.be/",
            "html": "<svg viewBox=\"0 0 289.6 79.8\" class=\"brand__logo\">",
            "xpath": null,
            "message": "The SVG element has no accessible name",
            "fingerprint": "1c3e22b10263",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ca6d358b"
          },
          {
            "url": "https://www.bever-bievene.be/",
            "html": "<svg viewBox=\"0 0 20 20\" xmlns=\"http://www.w3.org/2000/svg\">",
            "xpath": null,
            "message": "The SVG element has no accessible name",
            "fingerprint": "e1d7fe005033",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-05d0bf38"
          },
          {
            "url": "https://www.bever-bievene.be/",
            "html": "<svg xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" viewBox=\"0 0 21 15\" height=\"15px\" width=\"21px\">",
            "xpath": null,
            "message": "The SVG element has no accessible name",
            "fingerprint": "2423259d5b67",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-28f8ba1b"
          },
          {
            "url": "https://www.diest.be/",
            "html": "<svg viewBox=\"0 0 23.933 17.753\" height=\"17.753\" width=\"23.933\" xmlns=\"http://www.w3.org/2000/svg\">",
            "xpath": null,
            "message": "The SVG element has no accessible name",
            "fingerprint": "dd0d10d9b592",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0902c680"
          },
          {
            "url": "https://www.halle.be/",
            "html": "<svg viewBox=\"0 0 68 48\" class=\"yottie-widget-video-preview-play\">",
            "xpath": null,
            "message": "The SVG element has no accessible name",
            "fingerprint": "c0e663b79c45",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ac1faf91"
          }
        ]
      },
      {
        "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": 7,
        "examples": [
          {
            "url": "https://www.bever-bievene.be/",
            "html": "<figure class=\"ta-center bgc-grey mg-none\">",
            "xpath": null,
            "message": "The <figure> element does not have an associated label",
            "fingerprint": "31fcd56dd7b0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5accc7b5"
          },
          {
            "url": "https://www.geetbets.be/",
            "html": "<figure>",
            "xpath": null,
            "message": "The <figure> element does not have an associated label",
            "fingerprint": "de03fd4ce846",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "url": "https://www.halle.be/",
            "html": "<figure class=\"ta-center mg-none\">",
            "xpath": null,
            "message": "The <figure> element does not have an associated label",
            "fingerprint": "3514f68896b2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e7002210"
          },
          {
            "url": "https://www.leuven.be/",
            "html": "<figure>",
            "xpath": null,
            "message": "The <figure> element does not have an associated label",
            "fingerprint": "96bd2177fbe2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "url": "https://www.linter.be/",
            "html": "<figure class=\"ta-center bgc-grey mg-none\">",
            "xpath": null,
            "message": "The <figure> element does not have an associated label",
            "fingerprint": "62fb45fadb3f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5accc7b5"
          }
        ]
      },
      {
        "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": 7,
        "examples": [
          {
            "url": "https://www.geetbets.be/",
            "html": "<h4><a href=\"https://www.geetbets.be/welzijn-gezin/sociale-dienst\" class=\"shortcut-link\" target=\"_blank\">OCMW Geetsbets</a></h4>",
            "xpath": ".shortcut-wrapper.overlay-link.padding-small:nth-child(1) > h4",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "0c9e75d691a7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-50cae880"
          },
          {
            "url": "https://www.roosdaal.be/",
            "html": "<h4 class=\"text-align-center\">Lokaal Bestuur Roosdaal<br>Brusselstraat 15<br>1760 ROOSDAAL<br>054 89 13 00<br><a href=\"mailto:info@roosdaal.be\">info@roosdaal.be</a>&nbsp;</h4>",
            "xpath": "h4:nth-child(1)",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "335760dec330",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-65d26668"
          },
          {
            "url": "https://www.scherpenheuvel-zichem.be/",
            "html": "<h3>Guru Meditation:</h3>",
            "xpath": "h3",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "c7fd718fcb9c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-09c71066"
          },
          {
            "url": "https://www.sint-pieters-leeuw.be/",
            "html": "<h4><a href=\"/leven-welzijn/sociaal-huis\" class=\"shortcut-link icon-home\" target=\"_parent\">Sociaal Huis</a></h4>",
            "xpath": ".shortcut-wrapper.overlay-link.padding-small:nth-child(1) > h4",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "da3cae07809c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-50cae880"
          },
          {
            "url": "https://www.sint-pieters-leeuw.be/",
            "html": "<h3><a href=\"/nieuws/wespen-nuttige-bondgenoten-hinderlijke-beesten\" class=\"teaser_large\">Wespen: nuttige bondgenoten of hinderlijke beesten?</a></h3>",
            "xpath": "#overview-7990 > .masonry-item.grid12.pane:nth-child(1) > .page-small.card > h3",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "83e953db8980",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a4cfea5f"
          }
        ]
      },
      {
        "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": 6,
        "examples": [
          {
            "url": "https://www.bever-bievene.be/",
            "html": "<img src=\"/sites/default/files/banners-homepage/dinsdag.jpg\">",
            "xpath": ".topbanner > img",
            "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": "d41fe5aa4c92",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c1c2eda8"
          },
          {
            "url": "https://www.dilbeek.be/",
            "html": "<img src=\"/sites/default/files/styles/frontpage_image/public/public/Over-Dilbeek/DilArte.jpg?h=9c8be384 \">",
            "xpath": ".bannerwrap > img",
            "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": "a30713d8ee9c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-017f05c2"
          },
          {
            "url": "https://www.dilbeek.be/",
            "html": "<img src=\"/themes/custom/subtheme/images/dummy.png\">",
            "xpath": ".masonry-item.grid4.pane:nth-child(9) > .card.teaser-large > .image-wrap > img",
            "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": "b56bd08b75a1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-cb978fd0"
          },
          {
            "url": "https://www.geetbets.be/",
            "html": "<img src=\"/sites/default/files/styles/banner/public/public/foto%27s/banner/headerfoto.jpg?h=78fd98c3&amp;itok=HQcy5yLe \">",
            "xpath": ".wrapper > img",
            "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": "52c408891933",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-ccd099ab"
          },
          {
            "url": "https://www.halle.be/",
            "html": "<img src=\"/themes/subtheme/css/footerlogo.png\">",
            "xpath": ".footerlogo > img",
            "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": "16d8e32f1358",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-cf9f57f1"
          }
        ]
      },
      {
        "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": 6,
        "examples": [
          {
            "url": "https://www.bever-bievene.be/",
            "html": "<nav aria-expanded=\"false\" class=\"inline-menu mobile\" id=\"mainmenu\">",
            "xpath": null,
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <nav> with implicit ARIA role \"navigation\"",
            "fingerprint": "a96b2276eddf",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2982ba39"
          },
          {
            "url": "https://www.dilbeek.be/",
            "html": "<li aria-expanded=\"false\" class=\"level-1 first drop-list\">",
            "xpath": null,
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <li> with implicit ARIA role \"listitem\"",
            "fingerprint": "bf68bceaad02",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-369af3c6"
          },
          {
            "url": "https://www.geetbets.be/",
            "html": "<nav aria-expanded=\"false\" class=\"inline-menu\" id=\"mainmenu\">",
            "xpath": null,
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <nav> with implicit ARIA role \"navigation\"",
            "fingerprint": "989c67a820bd",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5da1ae16"
          },
          {
            "url": "https://www.linter.be/",
            "html": "<nav aria-expanded=\"false\" class=\"inline-menu\" id=\"mainmenu\">",
            "xpath": null,
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <nav> with implicit ARIA role \"navigation\"",
            "fingerprint": "473279f325d7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5da1ae16"
          },
          {
            "url": "https://www.machelen.be/",
            "html": "<div class=\"entry-date\" aria-label=\"zondag 17 mei 2026\">",
            "xpath": null,
            "message": "The ARIA attributes \"aria-label\" are not valid for the element <div> with implicit ARIA role \"generic\"",
            "fingerprint": "a98323f6fb9c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-051fb64e"
          }
        ]
      },
      {
        "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": 6,
        "examples": [
          {
            "url": "https://www.bever-bievene.be/",
            "html": "<div style=\"\" class=\"\" data-nosnippet=\"\" aria-label=\"Cookie consent dialog\" role=\"dialog\" tabindex=\"0\" id=\"cookiescript_injected\">",
            "xpath": null,
            "message": "The tabbable element's role 'dialog' is not a widget role",
            "fingerprint": "1400d58e3a39",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5366c42a"
          },
          {
            "url": "https://www.dilbeek.be/",
            "html": "<div style=\"\" class=\"\" data-nosnippet=\"\" aria-label=\"Cookie consent dialog\" role=\"dialog\" tabindex=\"0\" id=\"cookiescript_injected\">",
            "xpath": null,
            "message": "The tabbable element's role 'dialog' is not a widget role",
            "fingerprint": "11decd3cf240",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5366c42a"
          },
          {
            "url": "https://www.geetbets.be/",
            "html": "<div style=\"opacity: 0.45;\" class=\"\" data-nosnippet=\"\" aria-label=\"Cookie consent dialog\" role=\"dialog\" tabindex=\"0\" id=\"cookiescript_injected\">",
            "xpath": null,
            "message": "The tabbable element's role 'dialog' is not a widget role",
            "fingerprint": "14ea97e0f6ab",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a58b271c"
          },
          {
            "url": "https://www.halle.be/",
            "html": "<div style=\"\" class=\"\" data-nosnippet=\"\" aria-label=\"Cookie consent dialog\" role=\"dialog\" tabindex=\"0\" id=\"cookiescript_injected\">",
            "xpath": null,
            "message": "The tabbable element's role 'dialog' is not a widget role",
            "fingerprint": "c342e834e52e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5366c42a"
          },
          {
            "url": "https://www.linter.be/",
            "html": "<div style=\"\" class=\"\" data-nosnippet=\"\" aria-label=\"Cookie consent dialog\" role=\"dialog\" tabindex=\"0\" id=\"cookiescript_injected\">",
            "xpath": null,
            "message": "The tabbable element's role 'dialog' is not a widget role",
            "fingerprint": "0b2ebb07a3e7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5366c42a"
          }
        ]
      },
      {
        "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": 6,
        "examples": [
          {
            "url": "https://hoeilaart.be/",
            "html": "<footer role=\"contentinfo\" class=\"main-footer\">",
            "xpath": null,
            "message": "Multiple elements with \"contentinfo\" role do not have unique labels",
            "fingerprint": "01d6507679a4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f193f559"
          },
          {
            "url": "https://hoeilaart.be/",
            "html": "<div role=\"contentinfo\" class=\"subfooter\">",
            "xpath": null,
            "message": "Multiple elements with \"contentinfo\" role do not have unique labels",
            "fingerprint": "b83ca2b904d0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9b8c7f70"
          },
          {
            "url": "https://www.rotselaar.be/",
            "html": "<footer role=\"contentinfo\" class=\"main-footer\">",
            "xpath": null,
            "message": "Multiple elements with \"contentinfo\" role do not have unique labels",
            "fingerprint": "b018dd12b160",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-f193f559"
          },
          {
            "url": "https://www.rotselaar.be/",
            "html": "<div role=\"contentinfo\" class=\"subfooter\">",
            "xpath": null,
            "message": "Multiple elements with \"contentinfo\" role do not have unique labels",
            "fingerprint": "c61e53b16f89",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9b8c7f70"
          },
          {
            "url": "https://www.steenokkerzeel.be/",
            "html": "<footer class=\"footer\" id=\"footer\">",
            "xpath": null,
            "message": "Multiple elements with \"contentinfo\" role do not have unique labels",
            "fingerprint": "9864f78bdb9c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e10b4a7f"
          }
        ]
      },
      {
        "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": 5,
        "examples": [
          {
            "url": "https://www.bertem.be/",
            "html": "<html class=\"no-js\" lang=\"nl\">",
            "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": "29b04d87ec2c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-85b00be0"
          },
          {
            "url": "https://www.drogenbos.be/",
            "html": "<html xmlns=\"http://www.w3.org/1999/xhtml\">",
            "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": "7b95a0f293d5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-85b00be0"
          },
          {
            "url": "https://www.linkebeek.be/nl/startpagina",
            "html": "<html lang=\"nl\">",
            "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": "dbd079116c7c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-85b00be0"
          },
          {
            "url": "https://www.scherpenheuvel-zichem.be/",
            "html": "<html>",
            "xpath": "html",
            "message": "Document should have one main landmark",
            "fixSummary": "Fix all of the following:\n  Document does not have a main landmark",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "874a89ac30ec",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-85b00be0"
          },
          {
            "url": "https://www.sint-genesius-rode.be/nl/startpagina",
            "html": "<html lang=\"nl\">",
            "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": "fe29070c9c82",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-85b00be0"
          }
        ]
      },
      {
        "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": 5,
        "examples": [
          {
            "url": "https://www.bever-bievene.be/",
            "html": "<html class=\" js\" prefix=\"content: http://purl.org/rss/1.0/modules/content/  dc: http://purl.org/dc/terms/  foaf: http://xmlns.com/foaf/0.1/  og: http://ogp.me/ns#  rdfs: http://www.w3.org/2000/01/rdf-schema#  schema: http://schema.org/  sioc: http://rdfs.org/sioc/ns#  sioct: http://rdfs.org/sioc/types#  skos: http://www.w3.org/2004/02/skos/core#  xsd: http://www.w3.org/2001/XMLSchema# \" dir=\"ltr\" lang=\"nl\">",
            "xpath": null,
            "message": "Verify there is a way to bypass blocks of content that are repeated on multiple Web pages",
            "fingerprint": "c243e4bd296d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e8dcecbb"
          },
          {
            "url": "https://www.dilbeek.be/",
            "html": "<html class=\" js\" dir=\"ltr\" lang=\"nl\">",
            "xpath": null,
            "message": "Verify there is a way to bypass blocks of content that are repeated on multiple Web pages",
            "fingerprint": "b8c012c9668b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-248a5e3b"
          },
          {
            "url": "https://www.geetbets.be/",
            "html": "<html class=\" js\" prefix=\"content: http://purl.org/rss/1.0/modules/content/  dc: http://purl.org/dc/terms/  foaf: http://xmlns.com/foaf/0.1/  og: http://ogp.me/ns#  rdfs: http://www.w3.org/2000/01/rdf-schema#  schema: http://schema.org/  sioc: http://rdfs.org/sioc/ns#  sioct: http://rdfs.org/sioc/types#  skos: http://www.w3.org/2004/02/skos/core#  xsd: http://www.w3.org/2001/XMLSchema# \" dir=\"ltr\" lang=\"nl\">",
            "xpath": null,
            "message": "Verify there is a way to bypass blocks of content that are repeated on multiple Web pages",
            "fingerprint": "204f4317d4a2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e8dcecbb"
          },
          {
            "url": "https://www.halle.be/",
            "html": "<html>",
            "xpath": null,
            "message": "Verify there is a way to bypass blocks of content that are repeated on multiple Web pages",
            "fingerprint": "63c3be5de3af",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5de5dc40"
          },
          {
            "url": "https://www.linter.be/",
            "html": "<html class=\" js\" prefix=\"content: http://purl.org/rss/1.0/modules/content/  dc: http://purl.org/dc/terms/  foaf: http://xmlns.com/foaf/0.1/  og: http://ogp.me/ns#  rdfs: http://www.w3.org/2000/01/rdf-schema#  schema: http://schema.org/  sioc: http://rdfs.org/sioc/ns#  sioct: http://rdfs.org/sioc/types#  skos: http://www.w3.org/2004/02/skos/core#  xsd: http://www.w3.org/2001/XMLSchema# \" dir=\"ltr\" lang=\"nl\">",
            "xpath": null,
            "message": "Verify there is a way to bypass blocks of content that are repeated on multiple Web pages",
            "fingerprint": "0918236cf7f2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e8dcecbb"
          }
        ]
      },
      {
        "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": 5,
        "examples": [
          {
            "url": "https://www.bever-bievene.be/",
            "html": "<img src=\"/sites/default/files/banners-homepage/dinsdag.jpg\">",
            "xpath": null,
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "fingerprint": "633e65421671",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-83cc66f3"
          },
          {
            "url": "https://www.dilbeek.be/",
            "html": "<img src=\"/themes/custom/subtheme/images/dummy.png\">",
            "xpath": null,
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "fingerprint": "67ae57c8d7ba",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-6810c4f9"
          },
          {
            "url": "https://www.geetbets.be/",
            "html": "<img src=\"/sites/default/files/styles/banner/public/public/foto%27s/banner/headerfoto.jpg?h=78fd98c3&itok=HQcy5yLe \">",
            "xpath": null,
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "fingerprint": "55c9224e44f5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c8a76d0c"
          },
          {
            "url": "https://www.halle.be/",
            "html": "<img src=\"/themes/subtheme/css/footerlogo.png\">",
            "xpath": null,
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "fingerprint": "7d6cc743e55b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-bf8d0d8f"
          },
          {
            "url": "https://www.rotselaar.be/",
            "html": "<img class=\"image-style-teaser\" height=\"555\" width=\"740\" src=\"/sites/default/files/styles/teaser/public/accountant-1238598_640.jpg?itok=ccY51VpE\" loading=\"lazy\">",
            "xpath": null,
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "fingerprint": "fbfd6061ff44",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-0a9d54cb"
          }
        ]
      },
      {
        "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": 4,
        "examples": [
          {
            "url": "https://www.aarschot.be/",
            "html": "<div class=\"automatic contact__tablist\" role=\"tablist\">",
            "xpath": null,
            "message": "Verify the <div> element with \"tablist\" role has keyboard access",
            "fingerprint": "e63129f6956c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-fd173823"
          },
          {
            "url": "https://www.bever-bievene.be/",
            "html": "<div tabindex=\"0\" data-cs-custom-select=\"select\" aria-label=\"Language select\" aria-autocomplete=\"none\" aria-expanded=\"false\" aria-controls=\"cookiescript_custom_select_items_small\" role=\"combobox\" class=\"cookiescript_custom_select\">",
            "xpath": null,
            "message": "Verify the <div> element with \"combobox\" role has keyboard access",
            "fingerprint": "54bd7975887e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d70f031d"
          },
          {
            "url": "https://www.haacht.be/",
            "html": "<div class=\"automatic contact__tablist\" role=\"tablist\">",
            "xpath": null,
            "message": "Verify the <div> element with \"tablist\" role has keyboard access",
            "fingerprint": "172d902af224",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-fd173823"
          },
          {
            "url": "https://www.herent.be/",
            "html": "<ul role=\"menubar\" id=\"nav\" class=\"nav-main eqh\">",
            "xpath": null,
            "message": "Verify the <ul> element with \"menubar\" role has keyboard access",
            "fingerprint": "8fc21ec0f4f8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a8f7d337"
          }
        ]
      },
      {
        "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": 4,
        "examples": [
          {
            "url": "https://www.bever-bievene.be/",
            "html": "<aside class=\"pane grid4 sidebar-right\">",
            "xpath": "aside",
            "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",
            "fingerprint": "43fd8fd36d26",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-fdb4c2a2"
          },
          {
            "url": "https://www.geetbets.be/",
            "html": "<aside class=\"pane grid4 sidebar-right\">",
            "xpath": "aside",
            "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",
            "fingerprint": "29f0ae28c492",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-fdb4c2a2"
          },
          {
            "url": "https://www.linter.be/",
            "html": "<aside class=\"pane grid4 sidebar-right\">",
            "xpath": ".sidebar-right",
            "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",
            "fingerprint": "f9b609db5f7d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3143d65a"
          },
          {
            "url": "https://www.sint-pieters-leeuw.be/",
            "html": "<aside class=\"pane grid4 sidebar-right\">",
            "xpath": "aside",
            "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",
            "fingerprint": "cab1a192bf1e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-fdb4c2a2"
          }
        ]
      },
      {
        "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": 4,
        "examples": [
          {
            "url": "https://www.bever-bievene.be/",
            "html": "<aside class=\"pane grid4 sidebar-right\">",
            "xpath": null,
            "message": "Element with \"complementary\" role does not have a label",
            "fingerprint": "f7fe010ecfc8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4f844769"
          },
          {
            "url": "https://www.geetbets.be/",
            "html": "<aside class=\"pane grid4 sidebar-right\">",
            "xpath": null,
            "message": "Element with \"complementary\" role does not have a label",
            "fingerprint": "66c5ed810d9d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4f844769"
          },
          {
            "url": "https://www.linter.be/",
            "html": "<aside class=\"pane grid4 sidebar-right\">",
            "xpath": null,
            "message": "Element with \"complementary\" role does not have a label",
            "fingerprint": "db7a81cd2276",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4f844769"
          },
          {
            "url": "https://www.sint-pieters-leeuw.be/",
            "html": "<aside class=\"pane grid4 sidebar-right\">",
            "xpath": null,
            "message": "Element with \"complementary\" role does not have a label",
            "fingerprint": "532274374db7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4f844769"
          }
        ]
      },
      {
        "rule": "aria_contentinfo_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": 4,
        "examples": [
          {
            "url": "https://hoeilaart.be/",
            "html": "<footer role=\"contentinfo\" class=\"main-footer\">",
            "xpath": null,
            "message": "Multiple elements with \"contentinfo\" role found on the page",
            "fingerprint": "1dc815b0a7e0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2f9e01ea"
          },
          {
            "url": "https://hoeilaart.be/",
            "html": "<div role=\"contentinfo\" class=\"subfooter\">",
            "xpath": null,
            "message": "Multiple elements with \"contentinfo\" role found on the page",
            "fingerprint": "88ad9e753c7e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-95989eab"
          },
          {
            "url": "https://www.rotselaar.be/",
            "html": "<footer role=\"contentinfo\" class=\"main-footer\">",
            "xpath": null,
            "message": "Multiple elements with \"contentinfo\" role found on the page",
            "fingerprint": "05d41489331b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2f9e01ea"
          },
          {
            "url": "https://www.rotselaar.be/",
            "html": "<div role=\"contentinfo\" class=\"subfooter\">",
            "xpath": null,
            "message": "Multiple elements with \"contentinfo\" role found on the page",
            "fingerprint": "849859ea87a1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-95989eab"
          }
        ]
      },
      {
        "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": 3,
        "examples": [
          {
            "url": "https://www.beersel.be/",
            "html": "<div class=\"header-readspeaker\" aria-hidden=\"true\">",
            "xpath": ".header-readspeaker",
            "message": "ARIA hidden element must not be focusable or contain focusable elements",
            "fixSummary": "Fix all of the following:\n  Focusable content should be disabled or be removed from the DOM\n  Focusable content should have tabindex=\"-1\" or be removed from the DOM",
            "relatedPaths": [
              ".rsbtn_tooltoggle",
              ".rsbtn_play"
            ],
            "colorScheme": "light",
            "fingerprint": "a350bdab902a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-91e6c091"
          },
          {
            "url": "https://www.begijnendijk.be/",
            "html": "<div id=\"gmap_c5aef1e1-9e0f-4...\" aria-hidden=\"true\" class=\"streetmap leaflet-co...\" data-lng=\"4.7821198\" data-id=\"1\" data-lat=\"51.01997\" data-zoomlevel=\"16\" data-poi-svg=\"\" tabindex=\"0\" data-gesture-handlin...=\"Gebruik twee vingers...\" data-gesture-handlin...=\"Gebruik Ctrl + scrol...\" style=\"positi ...>",
            "xpath": "#gmap_c5aef1e1-9e0f-43eb-9629-61f4561ab439",
            "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": [
              "#gmap_c5aef1e1-9e0f-43eb-9629-61f4561ab439",
              ".leaflet-marker-icon",
              ".leaflet-control-zoom-in",
              ".leaflet-control-zoom-out",
              ".leaflet-control-layers-toggle",
              "a[href$=\"leafletjs.com\"]",
              ".leaflet-control-attribution > a:nth-child(3)",
              ".leaflet-control-attribution > a[rel=\"nofollow\"]"
            ],
            "colorScheme": "light",
            "fingerprint": "0a650c3c71d0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-23865fc6"
          },
          {
            "url": "https://www.haacht.be/",
            "html": "<div class=\"header-readspeaker\" aria-hidden=\"true\">",
            "xpath": ".header-readspeaker",
            "message": "ARIA hidden element must not be focusable or contain focusable elements",
            "fixSummary": "Fix all of the following:\n  Focusable content should be disabled or be removed from the DOM\n  Focusable content should have tabindex=\"-1\" or be removed from the DOM",
            "relatedPaths": [
              ".rsbtn_tooltoggle",
              ".rs-summary-btn",
              ".rsbtn_play"
            ],
            "colorScheme": "light",
            "fingerprint": "abefac108c65",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-91e6c091"
          }
        ]
      },
      {
        "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": 3,
        "examples": [
          {
            "url": "https://www.beersel.be/",
            "html": "<span>",
            "xpath": null,
            "message": "Confirm the user instruction is still understandable without the word(s) 'extra'",
            "fingerprint": "18f115deea13",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-54bfb857"
          },
          {
            "url": "https://www.geetbets.be/",
            "html": "<p>",
            "xpath": null,
            "message": "Confirm the user instruction is still understandable without the word(s) 'extra'",
            "fingerprint": "46ddd80a4524",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-16897965"
          },
          {
            "url": "https://www.linter.be/",
            "html": "<p>",
            "xpath": null,
            "message": "Confirm the user instruction is still understandable without the word(s) 'Extra'",
            "fingerprint": "d02f4f3ecb4e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-16897965"
          }
        ]
      },
      {
        "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": 3,
        "examples": [
          {
            "url": "https://www.bertem.be/",
            "html": "<div role=\"contentinfo\" class=\"footercont\">",
            "xpath": null,
            "message": "Element with \"contentinfo\" role is present without an element with \"main\" role",
            "fingerprint": "905c79bd8491",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-4b9d7c41"
          },
          {
            "url": "https://www.linkebeek.be/nl/startpagina",
            "html": "<div role=\"contentinfo\" class=\"footercont maxwidth\">",
            "xpath": null,
            "message": "Element with \"contentinfo\" role is present without an element with \"main\" role",
            "fingerprint": "c683f6c279b6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-43be9f54"
          },
          {
            "url": "https://www.sint-genesius-rode.be/nl/startpagina",
            "html": "<div role=\"contentinfo\" class=\"footercont maxwidth\">",
            "xpath": null,
            "message": "Element with \"contentinfo\" role is present without an element with \"main\" role",
            "fingerprint": "b386bea9b46e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-43be9f54"
          }
        ]
      },
      {
        "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": 3,
        "examples": [
          {
            "url": "https://www.drogenbos.be/",
            "html": "<html xmlns=\"http://www.w3.org/1999/xhtml\">",
            "xpath": null,
            "message": "Page detected as HTML, but does not have a 'lang' attribute",
            "fingerprint": "31015162de28",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a178d414"
          },
          {
            "url": "https://www.halle.be/",
            "html": "<html>",
            "xpath": null,
            "message": "Page detected as HTML, but does not have a 'lang' attribute",
            "fingerprint": "c62927787cb8",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8ec4dca4"
          },
          {
            "url": "https://www.scherpenheuvel-zichem.be/",
            "html": "<html>",
            "xpath": null,
            "message": "Page detected as HTML, but does not have a 'lang' attribute",
            "fingerprint": "488f6ecf6006",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-8ec4dca4"
          }
        ]
      },
      {
        "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": 3,
        "examples": [
          {
            "url": "https://www.halle.be/",
            "html": "<iframe data-gtm-yt-inspected-8=\"true\" src=\"/themes/subtheme/flexmail/flexmail.html?1\" class=\"flex-iframe\">",
            "xpath": null,
            "message": "Inline frame does not have a 'title' attribute",
            "fingerprint": "d8bb5e7daf06",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e4d70e1d"
          },
          {
            "url": "https://www.halle.be/",
            "html": "<iframe width=\"100%\" height=\"100%\" style=\"overflow:hidden;height:535px;width:100%\" scrolling=\"no\" frameborder=\"0\" src=\"https://www.flexmail.eu/sf-3390074f826348615228b8a3ef4ad61b48708\" onload=\"javascript: fm.load();\" id=\"iframe_flxml_form\">",
            "xpath": null,
            "message": "Inline frame does not have a 'title' attribute",
            "fingerprint": "bfc68cfd2f78",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-1dca2c77"
          },
          {
            "url": "https://www.tienen.be/",
            "html": "<iframe width=\"100%\" height=\"100%\" style=\"overflow:hidden;height:345px;width:100%\" scrolling=\"no\" frameborder=\"0\" src=\"https://return.flexmail.eu/page/opt-in-form/eyJ0eXAiOiJKV1QiLCJhbGciOiJFZERTQSJ9.eyJzdWIiOiJyZXR1cm4vb3B0LWluIiwiaWF0IjoxNzM5NDM0MDA0LjgxNDUzOSwiYWlkIjo0MzUxNiwib3B0ZnBrIjoiNDEyMjY3NWU3NmM0NmNlNjljZjEyMTQwZmI1M2E0NjY2OWQ3MCJ9.XEuZ05V2_iGqXEvVHuK5J3fDkWpncYuwBGdQw9DRUXuIiP1b_l7WnL_xc3oEF_7QRJTbuRI396Qdshon0qU7DA\" onload=\"javascript: fm.load();\" id=\"iframe_flxml_form\">",
            "xpath": null,
            "message": "Inline frame does not have a 'title' attribute",
            "fingerprint": "c90e4f7b9353",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-70137715"
          }
        ]
      },
      {
        "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": 3,
        "examples": [
          {
            "url": "https://hoeilaart.be/",
            "html": "<footer class=\"main-footer\" 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": [
              ".subfooter"
            ],
            "colorScheme": "light",
            "fingerprint": "fcb2d247a797",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2cb4f1dc"
          },
          {
            "url": "https://www.rotselaar.be/",
            "html": "<footer class=\"main-footer\" 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": [
              ".subfooter"
            ],
            "colorScheme": "light",
            "fingerprint": "c76ae688e73f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2cb4f1dc"
          },
          {
            "url": "https://www.steenokkerzeel.be/",
            "html": "<footer id=\"footer\" class=\"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": [
              ".footer-inner"
            ],
            "colorScheme": "light",
            "fingerprint": "3d27a865e820",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2c072ccb"
          }
        ]
      },
      {
        "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": 3,
        "examples": [
          {
            "url": "https://www.keerbergen.be/",
            "html": "<h2>",
            "xpath": null,
            "message": "Element <h2> with \"heading\" role has no accessible name",
            "fingerprint": "2bb0c17a11fd",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a37c7d8a"
          },
          {
            "url": "https://www.leuven.be/",
            "html": "<span aria-hidden=\"false\" role=\"img\" class=\"fa-ext extlink\">",
            "xpath": null,
            "message": "Element <span> with \"img\" role has no accessible name",
            "fingerprint": "100dcfb4f967",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-590e3a00"
          },
          {
            "url": "https://www.meise.be/",
            "html": "<h1 class=\"logotxt\">",
            "xpath": null,
            "message": "Element <h1> with \"heading\" role has no accessible name",
            "fingerprint": "9499220bbdd4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2623125d"
          }
        ]
      },
      {
        "rule": "role-img-alt",
        "engine": "axe",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [
            "1.1.1"
          ],
          "level": "A"
        },
        "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/role-img-alt?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 3,
        "examples": [
          {
            "url": "https://www.leuven.be/",
            "html": "<span class=\"fa-ext extlink\" role=\"img\" aria-hidden=\"false\"><span class=\"ext\" data-extlink-placement=\"append\"></span></span>",
            "xpath": "a[href$=\"bibliotheek\"] > .fa-ext.extlink[role=\"img\"]",
            "message": "[role=\"img\"] elements must have alternative text",
            "fixSummary": "Fix any of the following:\n  aria-label attribute does not exist or is empty\n  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": "3608db5e7061",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-36b2d034"
          },
          {
            "url": "https://www.leuven.be/",
            "html": "<span class=\"fa-ext extlink\" role=\"img\" aria-hidden=\"false\"><span class=\"ext\" data-extlink-placement=\"append\"></span></span>",
            "xpath": "a[href$=\"winkelen\"] > .fa-ext.extlink[role=\"img\"]",
            "message": "[role=\"img\"] elements must have alternative text",
            "fixSummary": "Fix any of the following:\n  aria-label attribute does not exist or is empty\n  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": "ece2edc58240",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-09252954"
          },
          {
            "url": "https://www.leuven.be/",
            "html": "<span class=\"fa-ext extlink\" role=\"img\" aria-hidden=\"false\"><span class=\"ext\" data-extlink-placement=\"append\"></span></span>",
            "xpath": "a[href$=\"bezoek-leuven\"] > .fa-ext.extlink[role=\"img\"]",
            "message": "[role=\"img\"] elements must have alternative text",
            "fixSummary": "Fix any of the following:\n  aria-label attribute does not exist or is empty\n  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": "61ab10dc468a",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-53f2ddfa"
          }
        ]
      },
      {
        "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": 2,
        "examples": [
          {
            "url": "https://www.begijnendijk.be/",
            "html": "<img style=\"margin-left: -12px; margin-top: -41px; width: 24px; height: 41px; transform: translate3d(131px, 100px, 0px); z-index: 100;\" role=\"button\" tabindex=\"0\" alt=\"\" class=\"leaflet-marker-icon leaflet-zoom-animated leaflet-interactive\" src=\"/images/location.png\">",
            "xpath": null,
            "message": "The ARIA role 'button' is not valid for the element <img>",
            "fingerprint": "bd603a598be7",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2f91b820"
          },
          {
            "url": "https://www.machelen.be/",
            "html": "<button role=\"presentation\" type=\"button\" class=\"navbar-toggle btn-menu\" data-toggle=\"offcanvas\">",
            "xpath": null,
            "message": "The ARIA role 'presentation' is not valid for the element <button> and may be ignored by the browser since the element is focusable",
            "fingerprint": "47cfcf5e2611",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-a0240d2d"
          }
        ]
      },
      {
        "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.drogenbos.be/",
            "html": "<html xmlns=\"http://www.w3.org/1999/xhtml\">",
            "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": "8e82232a8c0b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9a2136ae"
          },
          {
            "url": "https://www.scherpenheuvel-zichem.be/",
            "html": "<html>",
            "xpath": "html",
            "message": "<html> element must have a lang attribute",
            "fixSummary": "Fix any of the following:\n  The <html> element does not have a lang attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "56f699f71f6b",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9a2136ae"
          }
        ]
      },
      {
        "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": 2,
        "examples": [
          {
            "url": "https://www.drogenbos.be/",
            "html": "<body class=\"splash\">",
            "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": "0f431c14f9f9",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b1990529"
          },
          {
            "url": "https://www.scherpenheuvel-zichem.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": "90e12601ebc0",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d9f3d140"
          }
        ]
      },
      {
        "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": 2,
        "examples": [
          {
            "url": "https://www.geetbets.be/",
            "html": "<h3>",
            "xpath": null,
            "message": "Verify that the heading element is a genuine heading",
            "fingerprint": "3076a6ecf22d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3a37faa2"
          },
          {
            "url": "https://www.linkebeek.be/nl/startpagina",
            "html": "<h3>",
            "xpath": null,
            "message": "Verify that the heading element is a genuine heading",
            "fingerprint": "478d92710f0e",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3a37faa2"
          }
        ]
      },
      {
        "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.halle.be/",
            "html": "<iframe id=\"iframe_flxml_form\" onload=\"javascript: fm.load();\" src=\"https://www.flexmail.eu/sf-3390074f826348615228b8a3ef4ad61b48708\" frameborder=\"0\" scrolling=\"no\" style=\"overflow:hidden;height:535px;width:100%\" height=\"100%\" width=\"100%\"></iframe>",
            "xpath": ".flex-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": "849bf74df416",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-24bcaa98"
          },
          {
            "url": "https://www.tienen.be/",
            "html": "<iframe id=\"iframe_flxml_form\" onload=\"javascript: fm.load(...\" src=\"https://return.flexm...\" frameborder=\"0\" scrolling=\"no\" style=\"overflow:hidden;heig...\" height=\"100%\" width=\"100%\">",
            "xpath": "#iframe_flxml_form",
            "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": "b20dbe72b2a5",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-38aafcfa"
          }
        ]
      },
      {
        "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": 2,
        "examples": [
          {
            "url": "https://www.halle.be/",
            "html": "<iframe width=\"100%\" height=\"100%\" style=\"overflow:hidden;height:535px;width:100%\" scrolling=\"no\" frameborder=\"0\" src=\"https://www.flexmail.eu/sf-3390074f826348615228b8a3ef4ad61b48708\" onload=\"javascript: fm.load();\" id=\"iframe_flxml_form\">",
            "xpath": null,
            "message": "Verify <frame> content is accessible",
            "fingerprint": "ac64aed7b2ac",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b70ca3a2"
          },
          {
            "url": "https://www.tienen.be/",
            "html": "<iframe width=\"100%\" height=\"100%\" style=\"overflow:hidden;height:345px;width:100%\" scrolling=\"no\" frameborder=\"0\" src=\"https://return.flexmail.eu/page/opt-in-form/eyJ0eXAiOiJKV1QiLCJhbGciOiJFZERTQSJ9.eyJzdWIiOiJyZXR1cm4vb3B0LWluIiwiaWF0IjoxNzM5NDM0MDA0LjgxNDUzOSwiYWlkIjo0MzUxNiwib3B0ZnBrIjoiNDEyMjY3NWU3NmM0NmNlNjljZjEyMTQwZmI1M2E0NjY2OWQ3MCJ9.XEuZ05V2_iGqXEvVHuK5J3fDkWpncYuwBGdQw9DRUXuIiP1b_l7WnL_xc3oEF_7QRJTbuRI396Qdshon0qU7DA\" onload=\"javascript: fm.load();\" id=\"iframe_flxml_form\">",
            "xpath": null,
            "message": "Verify <frame> content is accessible",
            "fingerprint": "fb5496eda951",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-e74df636"
          }
        ]
      },
      {
        "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": 2,
        "examples": [
          {
            "url": "https://www.keerbergen.be/",
            "html": "<h2><span></span></h2>",
            "xpath": "#content-main > 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": "1aa89813c49c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c49b5619"
          },
          {
            "url": "https://www.meise.be/",
            "html": "<h1 class=\"logotxt\">\n                            <span class=\"pt1\">gemeente</span>\n                            <span class=\"pt2\">Meise</span>\n                        </h1>",
            "xpath": ".logotxt",
            "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": "3a042b47309f",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-50b63bd4"
          }
        ]
      },
      {
        "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": 2,
        "examples": [
          {
            "url": "https://www.keerbergen.be/",
            "html": "<h2>",
            "xpath": null,
            "message": "Heading element has no descriptive content",
            "fingerprint": "b98fb741f9b4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-d8cc0148"
          },
          {
            "url": "https://www.meise.be/",
            "html": "<h1 class=\"logotxt\">",
            "xpath": null,
            "message": "Heading element has no descriptive content",
            "fingerprint": "0b3430b2d3b6",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-fb31f3a5"
          }
        ]
      },
      {
        "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": 1,
        "examples": [
          {
            "url": "https://www.asse.be/",
            "html": "<button aria-expanded=\"false\" type=\"button\" class=\"btn-primary btn-toggle-close\" data-dismiss=\"modal\" data-toggle=\"offcanvas\">",
            "xpath": null,
            "message": "The element with role \"button\" contains descendants with implicit roles \"generic\" which are ignored by browsers",
            "fingerprint": "162d8a87a6ee",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-c4c647a9"
          }
        ]
      },
      {
        "rule": "combobox_popup_reference",
        "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.bever-bievene.be/",
            "html": "<div tabindex=\"0\" data-cs-custom-select=\"select\" aria-label=\"Language select\" aria-autocomplete=\"none\" aria-expanded=\"false\" aria-controls=\"cookiescript_custom_select_items_small\" role=\"combobox\" class=\"cookiescript_custom_select\">",
            "xpath": null,
            "message": "The combobox 'aria-expanded' attribute is false, but the combobox popup is visible",
            "fingerprint": "1b2afb420144",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-43a0e474"
          }
        ]
      },
      {
        "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": 1,
        "examples": [
          {
            "url": "https://www.bever-bievene.be/",
            "html": "<div role=\"listbox\" id=\"cookiescript_custom_select_items_small\" data-cs-custom-select=\"items\" class=\"cookiescript_custom_select_items\">",
            "xpath": null,
            "message": "Form control with \"listbox\" role has no associated label",
            "fingerprint": "43a4f1680d65",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-04c65c43"
          }
        ]
      },
      {
        "rule": "input_label_before",
        "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.dilbeek.be/",
            "html": "<input autocomplete=\"off\" data-once=\"autocomplete search-api-autocomplete\" maxlength=\"128\" size=\"30\" value=\"\" name=\"keys\" id=\"edit-keys\" type=\"text\" data-autocomplete-path=\"/nl/search_api_autocomplete/search?display=page_1&&filter=keys\" class=\"form-autocomplete form-text ui-autocomplete-input\" data-search-api-autocomplete-search=\"search\" data-drupal-selector=\"edit-keys\" placeholder=\"Wat wil je vinden?\">",
            "xpath": null,
            "message": "Label text is located after its associated text input or <select> element",
            "fingerprint": "7bee87b142a1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b3ebb4ed"
          }
        ]
      },
      {
        "rule": "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": 1,
        "examples": [
          {
            "url": "https://www.dilbeek.be/",
            "html": "<label for=\"edit-keys\">",
            "xpath": null,
            "message": "Form control has more than one label",
            "fingerprint": "fd64168b5f92",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-09a34fc1"
          }
        ]
      },
      {
        "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": 1,
        "examples": [
          {
            "url": "https://www.kortenberg.be/",
            "html": "<button tabindex=\"-1\" data-lcp-swiper-button=\"scroll-right\" class=\"btn-default lcp-swiper__btn next\">",
            "xpath": null,
            "message": "Component with \"button\" role does not have a tabbable element",
            "fingerprint": "89a5872b539d",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-9fd28490"
          }
        ]
      },
      {
        "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.leuven.be/",
            "html": "<select class=\"form-select form-control\" aria-label=\"Language Switcher\" onchange=\"this.options[this.selectedIndex].value && (window.location = this.options[this.selectedIndex].value);\">",
            "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": "6298c65f9aa2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-2783c877"
          }
        ]
      },
      {
        "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.leuven.be/",
            "html": "<select class=\"form-select form-control\" aria-label=\"Language Switcher\" onchange=\"this.options[this.selectedIndex].value && (window.location = this.options[this.selectedIndex].value);\">",
            "xpath": null,
            "message": "Verify that no change of context or action occurs when selection options in this component receive focus",
            "fingerprint": "aaff3c1578f2",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-65966228"
          }
        ]
      },
      {
        "rule": "element_orientation_unlocked",
        "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.leuven.be/",
            "html": "<div class=\"con\">",
            "xpath": null,
            "message": "The element <div> is restricted to either landscape or portrait orientation using CSS transform property",
            "fingerprint": "aef7dd944819",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-03f2f462"
          }
        ]
      },
      {
        "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": 1,
        "examples": [
          {
            "url": "https://www.machelen.be/",
            "html": "<button data-toggle=\"offcanvas\" class=\"navbar-toggle btn-menu\" type=\"button\" role=\"presentation\">\n<span class=\"toggle-icon\"></span>\n<span class=\"toggle-txt\">Menu</span>\n</button>",
            "xpath": ".navbar-toggle",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role presentation is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "21fdbed67637",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-3525b0e3"
          }
        ]
      },
      {
        "rule": "button-name",
        "engine": "axe",
        "metadata": {
          "roles": [
            "Front-End Developer",
            "Content Author"
          ],
          "severity": "Critical",
          "blocking": true,
          "wcagCriteria": [
            "4.1.2"
          ],
          "conformanceLevel": "A",
          "description": "Ensures buttons have discernible text so screen reader users know what action the button performs."
        },
        "wcag": {
          "scs": [
            "4.1.2"
          ],
          "level": "A"
        },
        "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/button-name?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 1,
        "examples": [
          {
            "url": "https://www.machelen.be/",
            "html": "<button id=\"btn-toggle-contrast\" class=\"icon-contrast \" data-inactive=\"Hoog contrast\" data-active=\"Hoog contrast uit\" data-tooltip=\"Hoog contrast\"><span>Hoog contrast</span></button>",
            "xpath": "#btn-toggle-contrast",
            "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",
            "fingerprint": "268e80400dd1",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-fb69825f"
          }
        ]
      },
      {
        "rule": "presentation-role-conflict",
        "engine": "axe",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/presentation-role-conflict?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 1,
        "examples": [
          {
            "url": "https://www.machelen.be/",
            "html": "<button data-toggle=\"offcanvas\" class=\"navbar-toggle btn-menu\" type=\"button\" role=\"presentation\">\n<span class=\"toggle-icon\"></span>\n<span class=\"toggle-txt\">Menu</span>\n</button>",
            "xpath": ".navbar-toggle",
            "message": "Elements marked as presentational should be consistently ignored",
            "fixSummary": "Fix all of the following:\n  Element is not focusable.",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "9b2e54de5ff4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-af7ce790"
          }
        ]
      },
      {
        "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": 1,
        "examples": [
          {
            "url": "https://www.meise.be/",
            "html": "<ul class=\"list\">",
            "xpath": ".footer-subnav > .list",
            "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: a",
            "relatedPaths": [
              "a[href$=\"proclaimer\"]",
              "a[href$=\"privacyverklaring\"]",
              "a[href=\"/toegankelijkheidsverklaring\"]",
              "a[href$=\"cookies\"]",
              "a[href$=\"sitemap\"]"
            ],
            "colorScheme": "light",
            "fingerprint": "3037a75d86ba",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-026cef6b"
          }
        ]
      },
      {
        "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": 1,
        "examples": [
          {
            "url": "https://www.sint-pieters-leeuw.be/",
            "html": "<a id=\"cookiescript_readmor...\" data-cs-i18n-text=\"{\"nl\":\"Privacybeleid...\" data-cs-i18n-url=\"{\"nl\":\"https:\\/\\/www...\" target=\"_blank\" aria-label=\"Privacybeleid, opens...\" href=\"https://www.sint-pie...\">",
            "xpath": "#cookiescript_readmore",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.9:1 with the surrounding text. (Minimum contrast is 3:1, link text: #000000, surrounding text: #3c3c3b)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#cookiescript_description"
            ],
            "colorScheme": "light",
            "fingerprint": "af3e43e1d4ef",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-5943c12d"
          }
        ]
      },
      {
        "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://www.steenokkerzeel.be/",
            "html": "<div id=\"suggestionsearch\" aria-live=\"”polite”\">\n                                        <ul class=\"list-suggestionsearch\"></ul>\n                                    </div>",
            "xpath": "#suggestionsearch",
            "message": "ARIA attributes must conform to valid values",
            "fixSummary": "Fix all of the following:\n  Invalid ARIA attribute value: aria-live=\"”polite”\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "0a9ae9577c6c",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-95ce9245"
          }
        ]
      },
      {
        "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": 1,
        "examples": [
          {
            "url": "https://www.steenokkerzeel.be/",
            "html": "<div class=\"footer-inner\" role=\"contentinfo\">",
            "xpath": ".footer-inner",
            "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": "ef31e091d757",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-75206cb0"
          }
        ]
      },
      {
        "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": 1,
        "examples": [
          {
            "url": "https://www.steenokkerzeel.be/",
            "html": "<div aria-live=\"”polite”\" id=\"suggestionsearch\">",
            "xpath": null,
            "message": "The value \"”polite”\" specified for attribute 'aria-live' on element <div> is not valid",
            "fingerprint": "7a5361fde3e4",
            "firstSeenAt": "2026-05-05T10:24:37.369Z",
            "patternId": "A11Y-b2d9f002"
          }
        ]
      }
    ],
    "roleStats": {
      "UX Designer": 391,
      "Visual Designer": 536,
      "Content Author": 125,
      "Front-End Developer": 2915
    },
    "severityStats": {
      "Critical": 7,
      "Serious": 653,
      "Moderate": 2912,
      "Minor": 0
    }
  },
  "changeTracking": {
    "newCount": 3572,
    "resolvedCount": 0,
    "newIssues": [
      {
        "fingerprint": "1c520ccfbe6d",
        "url": "https://www.aarschot.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "dd9538c1c511",
        "url": "https://www.aarschot.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "877f6ac33fcd",
        "url": "https://www.aarschot.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7a8cceeb1638",
        "url": "https://www.aarschot.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3cf2b9cbe194",
        "url": "https://www.aarschot.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "03c436840259",
        "url": "https://www.aarschot.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "792e5d971640",
        "url": "https://www.aarschot.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d1dafca5d168",
        "url": "https://www.aarschot.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8fed5379aa8a",
        "url": "https://www.aarschot.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b4684dcfbdd5",
        "url": "https://www.aarschot.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2dea24c46013",
        "url": "https://www.aarschot.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cf2854cb551d",
        "url": "https://www.aarschot.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "65b5b173dc8a",
        "url": "https://www.aarschot.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "685700a32ea1",
        "url": "https://www.aarschot.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8938f0626a86",
        "url": "https://www.aarschot.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1818c4eb0fcf",
        "url": "https://www.aarschot.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1c3e22b10263",
        "url": "https://www.aarschot.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "317b3086e449",
        "url": "https://www.aarschot.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9026a886533c",
        "url": "https://www.aarschot.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "366d736ecfe8",
        "url": "https://www.aarschot.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6f0687007262",
        "url": "https://www.aarschot.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bda88a4cf179",
        "url": "https://www.aarschot.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f8ca50620a42",
        "url": "https://www.aarschot.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2fa6e0bf6dac",
        "url": "https://www.aarschot.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5b3a4cfcdf1d",
        "url": "https://www.aarschot.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8dbedc1d5dc1",
        "url": "https://www.aarschot.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d27330645208",
        "url": "https://www.aarschot.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "17fbfe9014c8",
        "url": "https://www.aarschot.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "325c880a5516",
        "url": "https://www.aarschot.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ecfb091ed7d5",
        "url": "https://www.aarschot.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "25ba45fc1c0f",
        "url": "https://www.aarschot.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4a37aecececc",
        "url": "https://www.aarschot.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fc00aed7317c",
        "url": "https://www.aarschot.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e63129f6956c",
        "url": "https://www.aarschot.be/",
        "ruleKey": "rule:aria_keyboard_handler_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "97e0d74145c2",
        "url": "https://www.aarschot.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9fd19e60e492",
        "url": "https://www.aarschot.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ca49e56e7a37",
        "url": "https://www.aarschot.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1e770c666c91",
        "url": "https://www.aarschot.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2b4655b6ccb4",
        "url": "https://www.aarschot.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9882da072082",
        "url": "https://www.aarschot.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b25e7ee454cb",
        "url": "https://www.aarschot.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "98bc9af71be4",
        "url": "https://www.aarschot.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e678147379df",
        "url": "https://www.aarschot.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "261084acc52a",
        "url": "https://www.affligem.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4408b1d25cca",
        "url": "https://www.affligem.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "879dc7e48028",
        "url": "https://www.affligem.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6bcfbcc653d5",
        "url": "https://www.affligem.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "79cf348f02a2",
        "url": "https://www.affligem.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4b0c3b305cea",
        "url": "https://www.affligem.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "449be39b684a",
        "url": "https://www.affligem.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c1333a4f80ae",
        "url": "https://www.affligem.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2be312ca6c97",
        "url": "https://www.affligem.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9f2b5fde5b07",
        "url": "https://www.affligem.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4d8d4de2a1f6",
        "url": "https://www.affligem.be/",
        "ruleKey": "rule:page-has-heading-one|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b56b913fdca9",
        "url": "https://www.affligem.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bb354051751f",
        "url": "https://www.affligem.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "496bfd3a6141",
        "url": "https://www.affligem.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0804f09eb540",
        "url": "https://www.affligem.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "32de16fc3cf1",
        "url": "https://www.affligem.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "21b3243e5b62",
        "url": "https://www.affligem.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8b6ca7d3d8a0",
        "url": "https://www.affligem.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9438b3c081b6",
        "url": "https://www.affligem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "26ed398de2ae",
        "url": "https://www.affligem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "86377b13a5a6",
        "url": "https://www.affligem.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bae806ae648e",
        "url": "https://www.affligem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "596c5df0bde5",
        "url": "https://www.affligem.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4640e5d4fe57",
        "url": "https://www.affligem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c84d8ef0975a",
        "url": "https://www.affligem.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e18724e9eb38",
        "url": "https://www.affligem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4feefd553347",
        "url": "https://www.affligem.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d4502be4c04e",
        "url": "https://www.affligem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9d1a2b6143ed",
        "url": "https://www.affligem.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "673901084f34",
        "url": "https://www.affligem.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a1c1aa556cbc",
        "url": "https://www.affligem.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c8637041a195",
        "url": "https://www.affligem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "90da4233be97",
        "url": "https://www.affligem.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "df046fd5120c",
        "url": "https://www.affligem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0a1d155ad884",
        "url": "https://www.affligem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "14868f4e0850",
        "url": "https://www.affligem.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3a652b80bea0",
        "url": "https://www.affligem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "af289c1419e7",
        "url": "https://www.affligem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "02e81d1fee88",
        "url": "https://www.affligem.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "39aeec720034",
        "url": "https://www.affligem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e9dad26d2a86",
        "url": "https://www.affligem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9e72c3021424",
        "url": "https://www.affligem.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "185b3106d983",
        "url": "https://www.affligem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "60b6c1c3ed86",
        "url": "https://www.affligem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "76ebae45b023",
        "url": "https://www.affligem.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0e238900dbb3",
        "url": "https://www.affligem.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1feb193d074d",
        "url": "https://www.affligem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "752e01fd2d5e",
        "url": "https://www.affligem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1b372f4ada72",
        "url": "https://www.affligem.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "84de5bd2cdd1",
        "url": "https://www.affligem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3d2e443f714c",
        "url": "https://www.affligem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5e9b74fb49f6",
        "url": "https://www.affligem.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9d3a27cf5269",
        "url": "https://www.affligem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ebaf6093bc16",
        "url": "https://www.affligem.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3b2c6ef6852a",
        "url": "https://www.asse.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fa341ddcd93b",
        "url": "https://www.asse.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "eed02d5b52d2",
        "url": "https://www.asse.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "022b0c5cafbe",
        "url": "https://www.asse.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0e9c9ff37b58",
        "url": "https://www.asse.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8f932eb3b83f",
        "url": "https://www.asse.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "325c51517800",
        "url": "https://www.asse.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e3d0ceb8786a",
        "url": "https://www.asse.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7e009a7cfd8a",
        "url": "https://www.asse.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "56b9be5ad716",
        "url": "https://www.asse.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cd6ea702e72e",
        "url": "https://www.asse.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "85eb64f6a89e",
        "url": "https://www.asse.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9b20d8ef45b7",
        "url": "https://www.asse.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "15b6f131b84c",
        "url": "https://www.asse.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "209fd4a55b16",
        "url": "https://www.asse.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c34578bea47e",
        "url": "https://www.asse.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8089145e7af1",
        "url": "https://www.asse.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "df2ec7fbe1c1",
        "url": "https://www.asse.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "03a5b21ab8ac",
        "url": "https://www.asse.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "438b2407386b",
        "url": "https://www.asse.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "716bf76051ef",
        "url": "https://www.asse.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c5207e291bfb",
        "url": "https://www.asse.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9961b795635e",
        "url": "https://www.asse.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "162d8a87a6ee",
        "url": "https://www.asse.be/",
        "ruleKey": "rule:aria_descendant_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "485b8097023e",
        "url": "https://www.asse.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7cff522f8a4c",
        "url": "https://www.asse.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "044c2e59b34d",
        "url": "https://www.asse.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a350bdab902a",
        "url": "https://www.beersel.be/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "47d537d0aab7",
        "url": "https://www.beersel.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9285da1eef5c",
        "url": "https://www.beersel.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1973af3bef8e",
        "url": "https://www.beersel.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9aae4c997613",
        "url": "https://www.beersel.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ed69da604de5",
        "url": "https://www.beersel.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a72badedabe6",
        "url": "https://www.beersel.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fc956b557b19",
        "url": "https://www.beersel.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3d943c5f16be",
        "url": "https://www.beersel.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3bc36b626316",
        "url": "https://www.beersel.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "11ffb1bfbc81",
        "url": "https://www.beersel.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fb844e4510c9",
        "url": "https://www.beersel.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "98337423e714",
        "url": "https://www.beersel.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0ceb68e72913",
        "url": "https://www.beersel.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c83e78c1b906",
        "url": "https://www.beersel.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fe736c48c217",
        "url": "https://www.beersel.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "958e4690310c",
        "url": "https://www.beersel.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cf930b9924a8",
        "url": "https://www.beersel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6627ce894db8",
        "url": "https://www.beersel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7dd8accee2b0",
        "url": "https://www.beersel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "050d65878138",
        "url": "https://www.beersel.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1c3b7e380443",
        "url": "https://www.beersel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "83ccda1a3bf7",
        "url": "https://www.beersel.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4129f0bcb757",
        "url": "https://www.beersel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8f119d5b28bf",
        "url": "https://www.beersel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3faf4f2c16cc",
        "url": "https://www.beersel.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "661455559966",
        "url": "https://www.beersel.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1eda1aa9d0d5",
        "url": "https://www.beersel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "37df50c843c7",
        "url": "https://www.beersel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0d4a3b9b4756",
        "url": "https://www.beersel.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a46c4a4971d3",
        "url": "https://www.beersel.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "410a91895f5d",
        "url": "https://www.beersel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d5182adb2d43",
        "url": "https://www.beersel.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3a432feee783",
        "url": "https://www.beersel.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d81dc6cef0c4",
        "url": "https://www.beersel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d8ad1259642e",
        "url": "https://www.beersel.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "463174eb8784",
        "url": "https://www.beersel.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6b05efe2cfc1",
        "url": "https://www.beersel.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b0f8f900ae1f",
        "url": "https://www.beersel.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "18f115deea13",
        "url": "https://www.beersel.be/",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6e90fc9b09f3",
        "url": "https://www.beersel.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dba7f2bd3e9d",
        "url": "https://www.beersel.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d1f868e02e66",
        "url": "https://www.beersel.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c69e0c6c66ab",
        "url": "https://www.beersel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4147396c5d5b",
        "url": "https://www.beersel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "42bb6f630f1f",
        "url": "https://www.beersel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c30a9063af7c",
        "url": "https://www.beersel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a56449588663",
        "url": "https://www.beersel.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "24c27f305efc",
        "url": "https://www.beersel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "568861fd5012",
        "url": "https://www.beersel.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eabf934a6400",
        "url": "https://www.beersel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "28d85cb46ed3",
        "url": "https://www.beersel.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7aaca5f34098",
        "url": "https://www.beersel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0a650c3c71d0",
        "url": "https://www.begijnendijk.be/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e7fe2ef5ef78",
        "url": "https://www.begijnendijk.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ceca6ac74801",
        "url": "https://www.begijnendijk.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "95d7aa291149",
        "url": "https://www.begijnendijk.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e7f93d69c5d0",
        "url": "https://www.begijnendijk.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b1c69b13fe16",
        "url": "https://www.begijnendijk.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "94c6209f7e62",
        "url": "https://www.begijnendijk.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "631352d14977",
        "url": "https://www.begijnendijk.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "224621e07240",
        "url": "https://www.begijnendijk.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6f7a9741d160",
        "url": "https://www.begijnendijk.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "57f609c9801a",
        "url": "https://www.begijnendijk.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a615db4ff2b7",
        "url": "https://www.begijnendijk.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a188980cb40c",
        "url": "https://www.begijnendijk.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ac628932219d",
        "url": "https://www.begijnendijk.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2a23a308cd04",
        "url": "https://www.begijnendijk.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4dea91f23ceb",
        "url": "https://www.begijnendijk.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "06b9b89c496f",
        "url": "https://www.begijnendijk.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c92c6453f469",
        "url": "https://www.begijnendijk.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bd603a598be7",
        "url": "https://www.begijnendijk.be/",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6119fe321c19",
        "url": "https://www.begijnendijk.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "109028e216b2",
        "url": "https://www.begijnendijk.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "34c7fb7adda3",
        "url": "https://www.begijnendijk.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3028ee3a3772",
        "url": "https://www.begijnendijk.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c4d3aeae5f11",
        "url": "https://www.begijnendijk.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0907ec00f076",
        "url": "https://www.begijnendijk.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3f7c99003190",
        "url": "https://www.begijnendijk.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a928cf928bb2",
        "url": "https://www.begijnendijk.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4b1bf5f54aed",
        "url": "https://www.begijnendijk.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1cca9a7bcfb2",
        "url": "https://www.begijnendijk.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0faeed2266db",
        "url": "https://www.begijnendijk.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "841364fdbb1e",
        "url": "https://www.begijnendijk.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "44cb02d51d21",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "18ef7e5754d7",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "25573c956c0b",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "11a8fc3a2bf8",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5860329516e4",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "643045a40295",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7490e23df9c6",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "806dbaf84be7",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "75e65f8b47f8",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "92dd7408bf8b",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "13d9dae53255",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5b84505e5d40",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "315ccf0914dd",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e75f1ee9250e",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b34035df77f2",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6bb65a3c9c94",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4b14cdb9d2b7",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4b8769b3010c",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "643cba4075d3",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2b2554d8bae5",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a4b540d0de29",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b7ee87624463",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "366c1f7f987c",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "19a55a3078f1",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b409d8545f58",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ee6134814e55",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2913fa50363b",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1d5b62606541",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5aae2af010fa",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "78117f96d350",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8dd800d397b0",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fdd28763fa0e",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e184d9e923d5",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a8a1a4f9fe36",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c9197b9cf4b7",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "789bb5dbe5b7",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f18789a05dad",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6ef5715716bd",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c0bbce3e16d9",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f3e3688ae532",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8905dc6dd2b6",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e1b98f556fcf",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d9072ef16fa3",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "36763f6c5ab9",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fe67a750b343",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c521922d3566",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3a501ae50506",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8d83c80b009d",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d1f12a09e5e4",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6bde014ab065",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9c6bddab2dae",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9cdf43bec0d6",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0ab9cdd6e42e",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7cbdd3f9c2a8",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fd6a0554574c",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b5085f7e109e",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6859c1dd78d1",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cbaff02bd189",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fedfeed16829",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "83e600552ada",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "55314185d857",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1c92fa67bb23",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8f8383f5c229",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "787dff7df7b3",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c58685e1e467",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d29553a564ae",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "096208d7c9fd",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6a3d42b94847",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1ae78eeeaf1c",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "96acf0857dd5",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2281223bdbdd",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0f684e25f7e6",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "52e780bf5f43",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "42cca5118820",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9be1b6649793",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2206fd490948",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2db8e04f50d6",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "266c1bd9eab3",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "84936470a010",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2c40fab0a637",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4534e25a1455",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9af24de4dcb1",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "69ed0ae8583a",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a814dbb2f771",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "683a4befd590",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "11b82a1f29df",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cf936f8b524b",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e7f45e872e47",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9a7ec86b4cd2",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "db0aba2ff368",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0101d8be466a",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "25fe9e8c431f",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9ca70594277f",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0eb4e7352c61",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2c63238502c5",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "80c8e7a437fb",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bd8f8708edbb",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6661701f82fa",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6fec1aeadb75",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d9801ef06a24",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5e3c4aae071a",
        "url": "https://www.bekkevoort.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "44322d6a7444",
        "url": "https://www.bertem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fa30df3921bc",
        "url": "https://www.bertem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a63a802d2ca9",
        "url": "https://www.bertem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "76e2bfa8dd72",
        "url": "https://www.bertem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "284764d51621",
        "url": "https://www.bertem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ec28b1d80077",
        "url": "https://www.bertem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "61ebc5f5f499",
        "url": "https://www.bertem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a2ffe3698aa4",
        "url": "https://www.bertem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "aaf910e88143",
        "url": "https://www.bertem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "83895cceab97",
        "url": "https://www.bertem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "10b717760629",
        "url": "https://www.bertem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6ea582fc2eda",
        "url": "https://www.bertem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "72e8a7aa82b9",
        "url": "https://www.bertem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "40df763395fb",
        "url": "https://www.bertem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a9e6a41c6105",
        "url": "https://www.bertem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6253b2b78043",
        "url": "https://www.bertem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "45055a31c048",
        "url": "https://www.bertem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7438401e9810",
        "url": "https://www.bertem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4d56a3f1d818",
        "url": "https://www.bertem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fb6d3362df5b",
        "url": "https://www.bertem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b3c338f6741e",
        "url": "https://www.bertem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c003dfa839df",
        "url": "https://www.bertem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d1db62085d4f",
        "url": "https://www.bertem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b9e971a43497",
        "url": "https://www.bertem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "71775214d8fe",
        "url": "https://www.bertem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b414b0dbfbfe",
        "url": "https://www.bertem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8ab97ea7c12c",
        "url": "https://www.bertem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a076c64f76d7",
        "url": "https://www.bertem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a39dc645b1d7",
        "url": "https://www.bertem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "293b674ffb1e",
        "url": "https://www.bertem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f9102d240910",
        "url": "https://www.bertem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9beaf320ceae",
        "url": "https://www.bertem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "846a1ae85718",
        "url": "https://www.bertem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8a78ad8973e6",
        "url": "https://www.bertem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1a514175a616",
        "url": "https://www.bertem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4ca4ac9334b9",
        "url": "https://www.bertem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d4e1eee459f5",
        "url": "https://www.bertem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a8049b40d7d2",
        "url": "https://www.bertem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "654d66000a8f",
        "url": "https://www.bertem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "109724f3055a",
        "url": "https://www.bertem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0a23346dee23",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:image-redundant-alt|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5a35b012c44d",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:image-redundant-alt|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c0ee02c8a150",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:image-redundant-alt|light",
        "engine": "axe"
      },
      {
        "fingerprint": "29b04d87ec2c",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:landmark-one-main|light",
        "engine": "axe"
      },
      {
        "fingerprint": "67886a376645",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:landmark-unique|light",
        "engine": "axe"
      },
      {
        "fingerprint": "09fbdcf5d8c9",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7b828f5a5036",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e408912ab317",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d89fa8d4dbdf",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "25acabda44db",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "81b041a46343",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e8d5c770beda",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b36038f6dd03",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "aad48889b48f",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "90db078bbfe1",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "512c1738eeb7",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ad6011877b3e",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9a36b24c9c53",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bed0c88540e8",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b356fd243fee",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b5a31a714b82",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c9947a870a96",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ba42bb1322aa",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "28e3ca1fd88a",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c0be025d6444",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "83a6c9aa92a9",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cb80b40bea65",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1869b5eb88b0",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3cea15f04070",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bdbee07de0b9",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "720cb02dcfdc",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d6b08301174f",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e2cf17c95d44",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "44f72d92632b",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "187205e2d2ff",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8473620c1509",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "00de4b8fdc06",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a77e2980200d",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f44f953ed99f",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:aria_landmark_name_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7b8010140ccf",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:aria_navigation_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ad575be8e5ee",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b68f9ce5c0c4",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7173028eb7ae",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "064b9f056fc9",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1dd52e098268",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9ca3dbaa1d3d",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "60780f0c171f",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "44432818bcbe",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:aria_landmark_name_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5c23471317f5",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:aria_navigation_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b24ca7bbbb50",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f0b7f64a49b7",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "980a70212d27",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b01122d51a55",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c705b9731270",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0604e1f451ac",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8d594ca2c754",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e180276fef6b",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5e660292c2dd",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8b615d13d8aa",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "795c9e481347",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e900a1615af9",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6232ea853add",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3640a297618a",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7826eed459a9",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "de5414e807b8",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5ab754b37842",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "13d7748ae640",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "77ba710a108e",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a7d8dbbd3c54",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1962cbd16ca4",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:img_alt_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "afaced73c074",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6807c379dd62",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:img_alt_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "44f8f12b6149",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "314977646a5f",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:img_alt_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f4f8b48bcfe8",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2e33f68a3715",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8473fbdd03b5",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6ad2c5bda5e7",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7b8a05c27464",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2b72efc7e68b",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5c41f62e4b10",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6072bc9de7f3",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "566df133993a",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "32b1fdb2e6f7",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c6a10d806798",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e29ae0ca4ad3",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c0b97f207b84",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b87aa9af898f",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a8cbbabfa4ae",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f8479805c3e9",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "905c79bd8491",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:aria_contentinfo_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8514e560920f",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4b9ed5389fac",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aedaefd892e6",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "45f4b6fab920",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b025c9bbd7a0",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3da475367648",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5f9dabb44b08",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bdd9092a6e05",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "40a1ad347054",
        "url": "https://www.bertem.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d41fe5aa4c92",
        "url": "https://www.bever-bievene.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "43fd8fd36d26",
        "url": "https://www.bever-bievene.be/",
        "ruleKey": "rule:landmark-complementary-is-top-level|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c2b5ed628571",
        "url": "https://www.bever-bievene.be/",
        "ruleKey": "rule:landmark-unique|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c3d1d7573e8a",
        "url": "https://www.bever-bievene.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ad51307c009a",
        "url": "https://www.bever-bievene.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c243e4bd296d",
        "url": "https://www.bever-bievene.be/",
        "ruleKey": "rule:html_skipnav_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "072fcff7cc23",
        "url": "https://www.bever-bievene.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6f7a30af2bbc",
        "url": "https://www.bever-bievene.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "424ec2593d1e",
        "url": "https://www.bever-bievene.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "43427c24d3e4",
        "url": "https://www.bever-bievene.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1334d7cf993f",
        "url": "https://www.bever-bievene.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0360408d2f17",
        "url": "https://www.bever-bievene.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4f087cb9e41b",
        "url": "https://www.bever-bievene.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2aeffba4a2c8",
        "url": "https://www.bever-bievene.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4c738f7a5d87",
        "url": "https://www.bever-bievene.be/",
        "ruleKey": "rule:aria_navigation_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a11142fbcdbf",
        "url": "https://www.bever-bievene.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ac7a5a1e1807",
        "url": "https://www.bever-bievene.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fc0474e9f162",
        "url": "https://www.bever-bievene.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "633e65421671",
        "url": "https://www.bever-bievene.be/",
        "ruleKey": "rule:img_alt_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c5e0c59f6953",
        "url": "https://www.bever-bievene.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "31fcd56dd7b0",
        "url": "https://www.bever-bievene.be/",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4a0b37116b57",
        "url": "https://www.bever-bievene.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d92deb9c3d94",
        "url": "https://www.bever-bievene.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bceceabe79ac",
        "url": "https://www.bever-bievene.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d96d4ec3c46e",
        "url": "https://www.bever-bievene.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f7fe010ecfc8",
        "url": "https://www.bever-bievene.be/",
        "ruleKey": "rule:aria_complementary_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9a9e96640710",
        "url": "https://www.bever-bievene.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f4367a829bb3",
        "url": "https://www.bever-bievene.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "33becfb19a2e",
        "url": "https://www.bever-bievene.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a96b2276eddf",
        "url": "https://www.bever-bievene.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "32fd02ae9f78",
        "url": "https://www.bever-bievene.be/",
        "ruleKey": "rule:aria_navigation_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "25bb865d9058",
        "url": "https://www.bever-bievene.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "78afcd7b8f24",
        "url": "https://www.bever-bievene.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7d8e69716539",
        "url": "https://www.bever-bievene.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "30b575462352",
        "url": "https://www.bever-bievene.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ca26965381a7",
        "url": "https://www.bever-bievene.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "903ccfcfe8f6",
        "url": "https://www.bever-bievene.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "24a5554a1de4",
        "url": "https://www.bever-bievene.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "650d3596843c",
        "url": "https://www.bever-bievene.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1400d58e3a39",
        "url": "https://www.bever-bievene.be/",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6610f8852336",
        "url": "https://www.bever-bievene.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "54bd7975887e",
        "url": "https://www.bever-bievene.be/",
        "ruleKey": "rule:aria_keyboard_handler_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1b2afb420144",
        "url": "https://www.bever-bievene.be/",
        "ruleKey": "rule:combobox_popup_reference|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cc9a7d53e847",
        "url": "https://www.bever-bievene.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e1d7fe005033",
        "url": "https://www.bever-bievene.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "43a4f1680d65",
        "url": "https://www.bever-bievene.be/",
        "ruleKey": "rule:input_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2423259d5b67",
        "url": "https://www.bever-bievene.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7e81e794b2ef",
        "url": "https://www.bever-bievene.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8bab1c9c7484",
        "url": "https://www.bever-bievene.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3baac492f137",
        "url": "https://www.bever-bievene.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ab2bfd3ef0ea",
        "url": "https://www.bever-bievene.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "808d50b3de9b",
        "url": "https://www.bever-bievene.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "41216898323c",
        "url": "https://www.bever-bievene.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "201953226086",
        "url": "https://www.bever-bievene.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cb3fb0bcd834",
        "url": "https://www.bever-bievene.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "35550d473014",
        "url": "https://www.bever-bievene.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8378dfa430bd",
        "url": "https://www.bever-bievene.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2160035cfb15",
        "url": "https://www.bever-bievene.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "df458ca01266",
        "url": "https://www.bever-bievene.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "436d2704714b",
        "url": "https://www.bierbeek.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5bd83f8b37ff",
        "url": "https://www.bierbeek.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4be768451a5d",
        "url": "https://www.bierbeek.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a9c54898595a",
        "url": "https://www.bierbeek.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ae9ccbf37527",
        "url": "https://www.bierbeek.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "83fa343dc8b0",
        "url": "https://www.bierbeek.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "44e4d521171d",
        "url": "https://www.bierbeek.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d2f619253af7",
        "url": "https://www.bierbeek.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ef79abdd8e5b",
        "url": "https://www.bierbeek.be/",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9e3350569702",
        "url": "https://www.bierbeek.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "404fbe9b0bf5",
        "url": "https://www.bierbeek.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b88336bbea5e",
        "url": "https://www.bierbeek.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2fd99132ab9d",
        "url": "https://www.bierbeek.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7e92a2e79ef0",
        "url": "https://www.bierbeek.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8dd4bb947e06",
        "url": "https://www.bierbeek.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "914b6b55d136",
        "url": "https://www.bierbeek.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eb0a96f56f62",
        "url": "https://www.bierbeek.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ed68fa75c1fb",
        "url": "https://www.bierbeek.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "556e3f734adf",
        "url": "https://www.bierbeek.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "070c466ba850",
        "url": "https://www.bierbeek.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bbc47670f7cd",
        "url": "https://www.bierbeek.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2e86ff51016c",
        "url": "https://www.bierbeek.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "379de8385b74",
        "url": "https://www.bierbeek.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "89b9214f5244",
        "url": "https://www.bierbeek.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3b822d3117ed",
        "url": "https://www.boortmeerbeek.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a4797d578215",
        "url": "https://www.boortmeerbeek.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d04d14ab0149",
        "url": "https://www.boortmeerbeek.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "eac5c92372a9",
        "url": "https://www.boortmeerbeek.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3dfe8251848f",
        "url": "https://www.boortmeerbeek.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bf34fc588688",
        "url": "https://www.boortmeerbeek.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "422b98011525",
        "url": "https://www.boortmeerbeek.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e950cf7bd20c",
        "url": "https://www.boortmeerbeek.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9318453ca222",
        "url": "https://www.boortmeerbeek.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f6215a87cc45",
        "url": "https://www.boortmeerbeek.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "98e4c8428a13",
        "url": "https://www.boortmeerbeek.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "51225812ff2b",
        "url": "https://www.boortmeerbeek.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "577194fdf059",
        "url": "https://www.boortmeerbeek.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dcbe4fff1116",
        "url": "https://www.boortmeerbeek.be/",
        "ruleKey": "rule:style_background_decorative|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1a1f3b68675d",
        "url": "https://www.boortmeerbeek.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "55cbb605fcb7",
        "url": "https://www.boortmeerbeek.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "18f4e1a2af93",
        "url": "https://www.boortmeerbeek.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2e687bf0927c",
        "url": "https://www.boortmeerbeek.be/",
        "ruleKey": "rule:style_background_decorative|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9640d060ceeb",
        "url": "https://www.boortmeerbeek.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "36e7887c75f5",
        "url": "https://www.boortmeerbeek.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6da960cc5a42",
        "url": "https://www.boortmeerbeek.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "787e3049b76b",
        "url": "https://www.boortmeerbeek.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e5d0be5d0e2f",
        "url": "https://www.boortmeerbeek.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "afb1984841d3",
        "url": "https://www.boortmeerbeek.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a1edcb170e33",
        "url": "https://www.boortmeerbeek.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "90902ebb1fb2",
        "url": "https://www.boortmeerbeek.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "83bde3c54778",
        "url": "https://www.boortmeerbeek.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "77ef3ba7dbee",
        "url": "https://www.boortmeerbeek.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6279178a7d85",
        "url": "https://www.boortmeerbeek.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a1145393c592",
        "url": "https://www.boortmeerbeek.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "680e29640d72",
        "url": "https://www.boortmeerbeek.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "46f2f4a70e49",
        "url": "https://www.boortmeerbeek.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dd18c820b775",
        "url": "https://www.boortmeerbeek.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "773676038bb8",
        "url": "https://www.boortmeerbeek.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d0198f53672f",
        "url": "https://www.boortmeerbeek.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4c85a9fce449",
        "url": "https://www.boortmeerbeek.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "76899fbd6621",
        "url": "https://www.boortmeerbeek.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9336eeb5ddcd",
        "url": "https://www.boortmeerbeek.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8a61fb3c8ad9",
        "url": "https://www.boortmeerbeek.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "70808e2bb167",
        "url": "https://www.boortmeerbeek.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2bca80572b32",
        "url": "https://www.boortmeerbeek.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4fd9517ea2f9",
        "url": "https://www.boortmeerbeek.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "001868a61b82",
        "url": "https://www.boortmeerbeek.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1f181ae1b707",
        "url": "https://www.boortmeerbeek.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "01747cbf1efb",
        "url": "https://www.boortmeerbeek.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b9e6dbafa602",
        "url": "https://www.boortmeerbeek.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "830c36dd9d5b",
        "url": "https://www.boortmeerbeek.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3a36443b32d1",
        "url": "https://www.boortmeerbeek.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b11e85c941ec",
        "url": "https://www.boortmeerbeek.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4abdb0742411",
        "url": "https://www.boortmeerbeek.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fe953d52bbb4",
        "url": "https://www.boortmeerbeek.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f7ff6b068ef1",
        "url": "https://www.boortmeerbeek.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bfda60468c15",
        "url": "https://www.boortmeerbeek.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "64345729988c",
        "url": "https://www.boortmeerbeek.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5cd148557f53",
        "url": "https://www.boutersem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9d7b2cf4a040",
        "url": "https://www.boutersem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "49adfa9d69d7",
        "url": "https://www.boutersem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fef2803aad88",
        "url": "https://www.boutersem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c482abb8f220",
        "url": "https://www.boutersem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6a36b9e7552c",
        "url": "https://www.boutersem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "71f3dec053eb",
        "url": "https://www.boutersem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6aac807d872a",
        "url": "https://www.boutersem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "de9adfe327b9",
        "url": "https://www.boutersem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "567306a239af",
        "url": "https://www.boutersem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "86970d479e39",
        "url": "https://www.boutersem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2301e7679a1f",
        "url": "https://www.boutersem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2e34dacfc2ea",
        "url": "https://www.boutersem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "87c0a319a539",
        "url": "https://www.boutersem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ca66ef386ed9",
        "url": "https://www.boutersem.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "63c6de6de9f1",
        "url": "https://www.boutersem.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "287a9c623cdd",
        "url": "https://www.boutersem.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4032ba96a65d",
        "url": "https://www.boutersem.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8e83b8d025e8",
        "url": "https://www.boutersem.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "34fe418dd0ae",
        "url": "https://www.boutersem.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "00bbd0a8dcf8",
        "url": "https://www.boutersem.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7566da9f197c",
        "url": "https://www.boutersem.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e5320520e367",
        "url": "https://www.boutersem.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "32b392f781d4",
        "url": "https://www.boutersem.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eb00f1bcd30a",
        "url": "https://www.boutersem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ada1b3b48365",
        "url": "https://www.boutersem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "da9ccdb919b9",
        "url": "https://www.boutersem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0396898f1761",
        "url": "https://www.boutersem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a874642b82f6",
        "url": "https://www.boutersem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8952c3aa54b4",
        "url": "https://www.boutersem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2f7e99eb63a1",
        "url": "https://www.boutersem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "86c46d8fbc7c",
        "url": "https://www.diest.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3306656ce816",
        "url": "https://www.diest.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5e04e6b86010",
        "url": "https://www.diest.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "65c5a88212e6",
        "url": "https://www.diest.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "93f0aa1acf56",
        "url": "https://www.diest.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "65960da57815",
        "url": "https://www.diest.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e3a88e64bd5b",
        "url": "https://www.diest.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8b9494c5b36e",
        "url": "https://www.diest.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2b58b6c0c377",
        "url": "https://www.diest.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fccead393064",
        "url": "https://www.diest.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d297a6bde2e5",
        "url": "https://www.diest.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d1d73c5cf4c8",
        "url": "https://www.diest.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "938a74544dad",
        "url": "https://www.diest.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d3d045383d90",
        "url": "https://www.diest.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "dbcddd2146fd",
        "url": "https://www.diest.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "aa0d7c3aba27",
        "url": "https://www.diest.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8b6703c3a802",
        "url": "https://www.diest.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4f44846904e5",
        "url": "https://www.diest.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ce614b23cc82",
        "url": "https://www.diest.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "44eb24ec146a",
        "url": "https://www.diest.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "aae9cdd14747",
        "url": "https://www.diest.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "704ecb990807",
        "url": "https://www.diest.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0089fb4aead0",
        "url": "https://www.diest.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f5f8cfea9942",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2c974f6669ff",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e099306e0f09",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "787266dc8b43",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1c08579c8841",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0af05a41e4fa",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ac3e376eaa16",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "23d8cd93d108",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "95bf68168ecc",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9cd6b8a0a0b1",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e57afb646e07",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3fe45b0623f9",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3ae291afe9f2",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f5e5357233e7",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dd0d10d9b592",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "188bf8f992dc",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f5c4e5c00e12",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ad2e2e22ccb4",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "137e6ee8cd97",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b320e969c827",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f4af3a985af7",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d3c3dd7de7ef",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "72f2e06e0681",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8c18d84be9b4",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "25186006f901",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6374d5f98f54",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "241d9afcbb1c",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3f7b4b4ee9cd",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5393248bc853",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1c09cd3e9fd0",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3b94024c7c60",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "00e1e4092b68",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3cd34ca2281e",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ac5c90cbf651",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9b1445d7c64c",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "52c2cc5fdcdc",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "58ce6de71b7a",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "641d57256bae",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9bb39385b947",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "20e04b477096",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "688cc8fc02d8",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "83ef91e05b3e",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8fa22d35f51c",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c78ef1a91857",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "873e26ffe9ba",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f6457661a1d8",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b5147e6fdb05",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c513629e875b",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d270ae842328",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "95b0f0c5ef87",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bc456da4b823",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e6dd22d864bd",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c7b3a640d12f",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "75aceb53a06c",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e0f1efa7f04c",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f6114e4e18e9",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e8104611034d",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f8f5bfbf517a",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c9060ee5affc",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b8570403cd73",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "17b658f0f534",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b412ec232ba9",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1c300e5ef877",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "77a458fd5112",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8e258d13f98f",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e591d3150d48",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "454672ab7330",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d101aa03bf52",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f5adcf36e03b",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b294b240c036",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "468d38ac7bd0",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e1c758f40607",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6cf7d4b59ad3",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f5535fc4f8b0",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "800cc2874453",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "618d331dde94",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dace5b602dcb",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "61f5d978dc0e",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e417d9aa827a",
        "url": "https://www.diest.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ed807c76c7d9",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a30713d8ee9c",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b56bd08b75a1",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e7cedb6775e1",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a6271f75103c",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "25f33ecabddb",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ed1990a44f53",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "312620259722",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f52dfcead974",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "797a5f43108c",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "152c5516e3af",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b342c4455a03",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "860aab2a6c83",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "727683f0260f",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7090cb05f08c",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b8c012c9668b",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:html_skipnav_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1d651efd3427",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "500f31783090",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "84e04dbb3b9d",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a52b44010b06",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bf68bceaad02",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2c71d79fdf8b",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "539fbaeaddf2",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "12c50bc5cf95",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f9b48fc65099",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "92d07a5113bf",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2c2d1a3da35f",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a51b6e6d21b7",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1d6139947995",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7bee87b142a1",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:input_label_before|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c8be8fb63dc5",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cc77af22477d",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3d31e3153cd3",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c25c1f60c89f",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "76fdcb8af785",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "54a6bb33e07f",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "725b615a21a7",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4dee73e75ae6",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0807f3e8a24e",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d5d82ad16733",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "731fcbe14b5d",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c6e24778a59d",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bfda9140bc10",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f7a8d1eee0ad",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f3bde3f40ec3",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eb19e20994ed",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "37edde8e103d",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a47718d374df",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e10645733be7",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "74f10979b0fe",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "40b6800abd1e",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "702761dfdf02",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d5fb57a8e8c9",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dcf8fde2b62a",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b0350da23b63",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "67ae57c8d7ba",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:img_alt_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fa8fab39993e",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ae9eb2267248",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "388baed6bccf",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "943723902b10",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fd64168b5f92",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b4bbe5e21548",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5ec17e854972",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "edc35afbd4f4",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "21418242d792",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "11decd3cf240",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6aaf6703f379",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5610be598158",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fed2866cadf5",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "19ac524e4df0",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fa20a8e9049f",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2f5d59bc70e2",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b97575b82d21",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "958df373fb3f",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f3d66d42b867",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bd3e1e46e5ca",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "47d6368df706",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5e8bae141b1f",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0a4e52665975",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7ffb4a036c5d",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "48d8b629cde4",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a3c2b62e5a0b",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c7eece00c287",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3a5e79464369",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7a6591d16187",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "91faaa54a5d8",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4616c9930171",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "db3581ac6866",
        "url": "https://www.dilbeek.be/nl",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7939ce68e194",
        "url": "https://www.drogenbos.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6210b3763ab0",
        "url": "https://www.drogenbos.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8e82232a8c0b",
        "url": "https://www.drogenbos.be/",
        "ruleKey": "wcag:wcag311|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7b95a0f293d5",
        "url": "https://www.drogenbos.be/",
        "ruleKey": "rule:landmark-one-main|light",
        "engine": "axe"
      },
      {
        "fingerprint": "73eea201bbee",
        "url": "https://www.drogenbos.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2f749947cb56",
        "url": "https://www.drogenbos.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "31015162de28",
        "url": "https://www.drogenbos.be/",
        "ruleKey": "rule:html_lang_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2110c7cf7f0b",
        "url": "https://www.drogenbos.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1b3caa9e891b",
        "url": "https://www.drogenbos.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d5ddf9731712",
        "url": "https://www.drogenbos.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0f431c14f9f9",
        "url": "https://www.drogenbos.be/",
        "ruleKey": "rule:skip_main_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "334b42484c88",
        "url": "https://www.drogenbos.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a279c982c57e",
        "url": "https://www.drogenbos.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "46e0ee79d1da",
        "url": "https://www.drogenbos.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9b3d01123c98",
        "url": "https://www.geetbets.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "71e915ad0515",
        "url": "https://www.geetbets.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bd3bd2a71bc2",
        "url": "https://www.geetbets.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5b41b4ddfc92",
        "url": "https://www.geetbets.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "566489f5dd6a",
        "url": "https://www.geetbets.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9134c6797214",
        "url": "https://www.geetbets.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0c9e75d691a7",
        "url": "https://www.geetbets.be/",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe"
      },
      {
        "fingerprint": "52c408891933",
        "url": "https://www.geetbets.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "29f0ae28c492",
        "url": "https://www.geetbets.be/",
        "ruleKey": "rule:landmark-complementary-is-top-level|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cd798a7d22f4",
        "url": "https://www.geetbets.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fb79bd84b09f",
        "url": "https://www.geetbets.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ac817646b25a",
        "url": "https://www.geetbets.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8ab2f4dbd80d",
        "url": "https://www.geetbets.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b74935042e51",
        "url": "https://www.geetbets.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cfce67b96323",
        "url": "https://www.geetbets.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bc83448dad6b",
        "url": "https://www.geetbets.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "204f4317d4a2",
        "url": "https://www.geetbets.be/",
        "ruleKey": "rule:html_skipnav_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7a2356b0502c",
        "url": "https://www.geetbets.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "13dd203d2395",
        "url": "https://www.geetbets.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "989c67a820bd",
        "url": "https://www.geetbets.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a78ad783f06b",
        "url": "https://www.geetbets.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "894685260fa7",
        "url": "https://www.geetbets.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f6bc3091db63",
        "url": "https://www.geetbets.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bd004b8bd903",
        "url": "https://www.geetbets.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "52a85aed779c",
        "url": "https://www.geetbets.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8dac2fe7f7de",
        "url": "https://www.geetbets.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e186e484186d",
        "url": "https://www.geetbets.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "55c9224e44f5",
        "url": "https://www.geetbets.be/",
        "ruleKey": "rule:img_alt_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "00b666954b19",
        "url": "https://www.geetbets.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cd997147f7f4",
        "url": "https://www.geetbets.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1aa04fc5c70a",
        "url": "https://www.geetbets.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "272695fc565c",
        "url": "https://www.geetbets.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "778baa63f9d8",
        "url": "https://www.geetbets.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "de03fd4ce846",
        "url": "https://www.geetbets.be/",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f917d865600d",
        "url": "https://www.geetbets.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "51fc5312f534",
        "url": "https://www.geetbets.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3076a6ecf22d",
        "url": "https://www.geetbets.be/",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "46ddd80a4524",
        "url": "https://www.geetbets.be/",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2c2691de8b59",
        "url": "https://www.geetbets.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "66c5ed810d9d",
        "url": "https://www.geetbets.be/",
        "ruleKey": "rule:aria_complementary_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "db138132e596",
        "url": "https://www.geetbets.be/",
        "ruleKey": "rule:img_alt_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cbdbd5132e54",
        "url": "https://www.geetbets.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6a8d4fc6ff2e",
        "url": "https://www.geetbets.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bce1eed95ffd",
        "url": "https://www.geetbets.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3c5de9bc62a9",
        "url": "https://www.geetbets.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c13a001f0d1d",
        "url": "https://www.geetbets.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1c3d7dc40f41",
        "url": "https://www.geetbets.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9937640f3d6d",
        "url": "https://www.geetbets.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c2032554a135",
        "url": "https://www.geetbets.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b8afd12e0984",
        "url": "https://www.geetbets.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1bf83d466280",
        "url": "https://www.geetbets.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "14ea97e0f6ab",
        "url": "https://www.geetbets.be/",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f73b0ed92447",
        "url": "https://www.geetbets.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fc0f3384cc73",
        "url": "https://www.geetbets.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8b11bdcaa50d",
        "url": "https://www.geetbets.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b494a3de8edc",
        "url": "https://www.geetbets.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "70e3e71d35ea",
        "url": "https://www.geetbets.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3cce9e4665d0",
        "url": "https://www.geetbets.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "58be37cdcbf7",
        "url": "https://www.geetbets.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8c5b7e08be30",
        "url": "https://www.geetbets.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "78c3d1e3b360",
        "url": "https://www.geetbets.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1ce39444644c",
        "url": "https://www.geetbets.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7e740628c4db",
        "url": "https://www.geetbets.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2fa74e40a7b4",
        "url": "https://www.geetbets.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dbf620a22bf1",
        "url": "https://www.geetbets.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0235ef18124e",
        "url": "https://www.geetbets.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "12c4060c62df",
        "url": "https://www.geetbets.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "960a12631937",
        "url": "https://www.geetbets.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "16446ce3536e",
        "url": "https://www.geetbets.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "316cbd3488ce",
        "url": "https://www.glabbeek.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4bf13c84a23c",
        "url": "https://www.glabbeek.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8239c1722275",
        "url": "https://www.glabbeek.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e6ad4acb3a8b",
        "url": "https://www.glabbeek.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "abad4c58d895",
        "url": "https://www.glabbeek.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "25e44656bc32",
        "url": "https://www.glabbeek.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "73d567ffa06c",
        "url": "https://www.glabbeek.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1a285a8b4276",
        "url": "https://www.glabbeek.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "abbce1bbeac9",
        "url": "https://www.glabbeek.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "35896571af82",
        "url": "https://www.glabbeek.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "14a890cbb973",
        "url": "https://www.glabbeek.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "28fa273f5bcc",
        "url": "https://www.glabbeek.be/",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "da9024529b47",
        "url": "https://www.glabbeek.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8efab6c481a4",
        "url": "https://www.glabbeek.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "03cf68c5113d",
        "url": "https://www.glabbeek.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cb9c0d05e36e",
        "url": "https://www.glabbeek.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7efba5f08ea5",
        "url": "https://www.grimbergen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ae330a82a3eb",
        "url": "https://www.grimbergen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f40e981987e9",
        "url": "https://www.grimbergen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7200e9a8cfcc",
        "url": "https://www.grimbergen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "21490728d2b7",
        "url": "https://www.grimbergen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1117fdb7b429",
        "url": "https://www.grimbergen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0ea073c9cdee",
        "url": "https://www.grimbergen.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "88134da487d2",
        "url": "https://www.grimbergen.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8db828dfe236",
        "url": "https://www.grimbergen.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0f599f503b81",
        "url": "https://www.grimbergen.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c9c15617c328",
        "url": "https://www.grimbergen.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6acf0f663dda",
        "url": "https://www.grimbergen.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "32b7b81ecf71",
        "url": "https://www.grimbergen.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ea7726106ba6",
        "url": "https://www.grimbergen.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a8da1b31c0dd",
        "url": "https://www.grimbergen.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "11695c2c287a",
        "url": "https://www.grimbergen.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9bd120802055",
        "url": "https://www.grimbergen.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e628d53af6a9",
        "url": "https://www.grimbergen.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cbf17aa4009e",
        "url": "https://www.grimbergen.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0f252714682b",
        "url": "https://www.grimbergen.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eb74ee6e795f",
        "url": "https://www.grimbergen.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cd43d782480c",
        "url": "https://www.grimbergen.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "62fc1a4f5d7b",
        "url": "https://www.grimbergen.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fd93981ee147",
        "url": "https://www.grimbergen.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6ec2a88b8ea2",
        "url": "https://www.grimbergen.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7b156941a9d1",
        "url": "https://www.grimbergen.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b725dc2f5092",
        "url": "https://www.grimbergen.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1bff46c02467",
        "url": "https://www.grimbergen.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ab6b6037c331",
        "url": "https://www.grimbergen.be/",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "abefac108c65",
        "url": "https://www.haacht.be/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7a4ff720bf92",
        "url": "https://www.haacht.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5784b98d514b",
        "url": "https://www.haacht.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d62b104af535",
        "url": "https://www.haacht.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "31e2b0e010c0",
        "url": "https://www.haacht.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6a4a0433c383",
        "url": "https://www.haacht.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f449247b87c4",
        "url": "https://www.haacht.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "58eae733b521",
        "url": "https://www.haacht.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "25c5aeb122a3",
        "url": "https://www.haacht.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9dec0c500533",
        "url": "https://www.haacht.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "17ebc3476a41",
        "url": "https://www.haacht.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2583561ed956",
        "url": "https://www.haacht.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4b8713c979c0",
        "url": "https://www.haacht.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "71db2d16286c",
        "url": "https://www.haacht.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b5ee3702caac",
        "url": "https://www.haacht.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "443e1743bc8e",
        "url": "https://www.haacht.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dcb62b031c2e",
        "url": "https://www.haacht.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5e0de98b73e3",
        "url": "https://www.haacht.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1058a292167e",
        "url": "https://www.haacht.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "db9a0d8e6d68",
        "url": "https://www.haacht.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "de0e2486dff1",
        "url": "https://www.haacht.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1eb63e539988",
        "url": "https://www.haacht.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f9627a382293",
        "url": "https://www.haacht.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a8fd373a5046",
        "url": "https://www.haacht.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8314213db954",
        "url": "https://www.haacht.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f9744e33081d",
        "url": "https://www.haacht.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d3b8d2caedba",
        "url": "https://www.haacht.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d5fc9c17b383",
        "url": "https://www.haacht.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "57a6e8cdefbc",
        "url": "https://www.haacht.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ea93096e7bd5",
        "url": "https://www.haacht.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "519bd472f122",
        "url": "https://www.haacht.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1ce1e2df895a",
        "url": "https://www.haacht.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "25048fe15600",
        "url": "https://www.haacht.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "160a437e611e",
        "url": "https://www.haacht.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "395ece28fa35",
        "url": "https://www.haacht.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c1718da5bc65",
        "url": "https://www.haacht.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "39826543732b",
        "url": "https://www.haacht.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9200627a93ed",
        "url": "https://www.haacht.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "172d902af224",
        "url": "https://www.haacht.be/",
        "ruleKey": "rule:aria_keyboard_handler_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "94ffbaddba67",
        "url": "https://www.haacht.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2cd8572fef53",
        "url": "https://www.haacht.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "399de0f91887",
        "url": "https://www.haacht.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a80c4ca157d3",
        "url": "https://www.haacht.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "582b87857f0b",
        "url": "https://www.halle.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "919386a5ef8b",
        "url": "https://www.halle.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0d89436158f6",
        "url": "https://www.halle.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "93a3c42d71a4",
        "url": "https://www.halle.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ce1e69cf84dd",
        "url": "https://www.halle.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c83296c706d0",
        "url": "https://www.halle.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0b6d56efbab4",
        "url": "https://www.halle.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "be1348f79a28",
        "url": "https://www.halle.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "41946030a89d",
        "url": "https://www.halle.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "013b08af4e33",
        "url": "https://www.halle.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "42b21a1e340b",
        "url": "https://www.halle.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "efc489c72e24",
        "url": "https://www.halle.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c2d077db7b16",
        "url": "https://www.halle.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a7dbf1f386f8",
        "url": "https://www.halle.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a6c67ba4b2e6",
        "url": "https://www.halle.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "60a675895acf",
        "url": "https://www.halle.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "849bf74df416",
        "url": "https://www.halle.be/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "16d8e32f1358",
        "url": "https://www.halle.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a7027003fbe2",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2ee8ecf9043c",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3dfe424e1760",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4ff437c0193e",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0779269983fa",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6b0625d0ee86",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "555e189b41d7",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d8bb5e7daf06",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:frame_title_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0b58ba7cf7a3",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c62927787cb8",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:html_lang_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "63c3be5de3af",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:html_skipnav_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d3d848a63b6d",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a69e720a5f5d",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9af2d8aa700d",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "703e97e99cd3",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ac64aed7b2ac",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:frame_src_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bfc68cfd2f78",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:frame_title_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9c73053d91cc",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3c9603a8955e",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "659d03235216",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "99f85fcdd360",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d88a875c3c12",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d84d912a0e79",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c63e0b3846b2",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "20d24c01f7ac",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6f8aba423aa7",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e4e0d699e0bc",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7e811aee0600",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "afda36066f33",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e377581887ec",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fbb80355e40f",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3d534e38ac32",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c91e6b0f9a79",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9a6d530f9c25",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "833696ca9811",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8f2e0c2ff493",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8dfa6390d213",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ea3a1e336da0",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e2227fb70d3e",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d5e872895a1c",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b97d002b88dc",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6f54b88682be",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a75289458ff2",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e34276ef07b5",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5594a003c45b",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e8aa7da4c6e1",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3514f68896b2",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b0317f601e29",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0ba787fa0f0a",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "959d9507a8fd",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0f309f0332d5",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f930f003b3cc",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c5e3ad5f0b3e",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "65f5cd612ab0",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c0e663b79c45",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "963c4a7c6fef",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0e41e535cb3a",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3b60d278a573",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:aria_eventhandler_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a0490a840e24",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7d6cc743e55b",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:img_alt_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0e27d6d3377e",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9740ebc77094",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c342e834e52e",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "87561b2a5073",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2e01f041777a",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6a6b65c06a8b",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "61350c9cb8de",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e89dea60b8f3",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d8257173365d",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e92f56ab01f1",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dcda502415f9",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c0670042a831",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d5236596f235",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "983638f86ebd",
        "url": "https://www.halle.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "11efccd996bd",
        "url": "https://www.herent.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "57916feeb16c",
        "url": "https://www.herent.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b822786d2566",
        "url": "https://www.herent.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d9b076898e03",
        "url": "https://www.herent.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e5d1eaeab2ac",
        "url": "https://www.herent.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f7f8dbf8d2b9",
        "url": "https://www.herent.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "03aa1d77f6fa",
        "url": "https://www.herent.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e172b775d7d6",
        "url": "https://www.herent.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "947bf2a24cdf",
        "url": "https://www.herent.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "aba6c1f8cea4",
        "url": "https://www.herent.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "54e181a6e602",
        "url": "https://www.herent.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7ae4e4e32716",
        "url": "https://www.herent.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4bae4da85965",
        "url": "https://www.herent.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b73f1ba5cae8",
        "url": "https://www.herent.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "86812d8250ca",
        "url": "https://www.herent.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d53cc0ab2395",
        "url": "https://www.herent.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "53f39f07ab33",
        "url": "https://www.herent.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "93dbed81096f",
        "url": "https://www.herent.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "327707d65151",
        "url": "https://www.herent.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7f83b8604e0b",
        "url": "https://www.herent.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ff0c39f4df37",
        "url": "https://www.herent.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "dc765d59c71f",
        "url": "https://www.herent.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "82a3abdeee10",
        "url": "https://www.herent.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fd361bac90c3",
        "url": "https://www.herent.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9bba236b0961",
        "url": "https://www.herent.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "283aa24e6234",
        "url": "https://www.herent.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "521de6de69a9",
        "url": "https://www.herent.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "568191435f6f",
        "url": "https://www.herent.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6fae68744e6c",
        "url": "https://www.herent.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cbe099f1cce7",
        "url": "https://www.herent.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a00c84538bcf",
        "url": "https://www.herent.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d0ea99619e19",
        "url": "https://www.herent.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "614cc477809f",
        "url": "https://www.herent.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "be01ce266678",
        "url": "https://www.herent.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1049a8f11849",
        "url": "https://www.herent.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c0dd9db84d29",
        "url": "https://www.herent.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "44e896281a1d",
        "url": "https://www.herent.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "12fd35bc11a7",
        "url": "https://www.herent.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a4b748e81db7",
        "url": "https://www.herent.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1f64a6826837",
        "url": "https://www.herent.be/",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cfa9794a2a25",
        "url": "https://www.herent.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d730c9a70fdf",
        "url": "https://www.herent.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cb05ef0e7cf8",
        "url": "https://www.herent.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "097955ee7e35",
        "url": "https://www.herent.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "af79970d3c09",
        "url": "https://www.herent.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "77eec6cd9fe0",
        "url": "https://www.herent.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ecb51584a3b2",
        "url": "https://www.herent.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c45f466fb768",
        "url": "https://www.herent.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "792e940d643a",
        "url": "https://www.herent.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0f49019718aa",
        "url": "https://www.herent.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2c40e3372e42",
        "url": "https://www.herent.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2f7f9c55de46",
        "url": "https://www.herent.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4fb7667da350",
        "url": "https://www.herent.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "10b34933d6d6",
        "url": "https://www.herent.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7eb9cc26f0d6",
        "url": "https://www.herent.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "51e4a125b2c1",
        "url": "https://www.herent.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c6340f739185",
        "url": "https://www.herent.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "452593306ef9",
        "url": "https://www.herent.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8fc21ec0f4f8",
        "url": "https://www.herent.be/",
        "ruleKey": "rule:aria_keyboard_handler_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "acdf76242fe3",
        "url": "https://www.herent.be/",
        "ruleKey": "rule:widget_tabbable_single|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6f0210e7ded5",
        "url": "https://www.herent.be/",
        "ruleKey": "rule:widget_tabbable_single|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "896752e93ba5",
        "url": "https://www.herent.be/",
        "ruleKey": "rule:widget_tabbable_single|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ad7c9f885859",
        "url": "https://www.herent.be/",
        "ruleKey": "rule:widget_tabbable_single|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "62170c2f08e4",
        "url": "https://www.herent.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0ca3a3e9c824",
        "url": "https://www.herent.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aef21d553b1e",
        "url": "https://www.herent.be/",
        "ruleKey": "rule:aria_child_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d0d74ede6466",
        "url": "https://www.herent.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6b71a4eb396a",
        "url": "https://www.herent.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9dd18312db9a",
        "url": "https://www.herent.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "24d0db29ac93",
        "url": "https://www.herent.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6471008e7edb",
        "url": "https://www.herent.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3db1582d1fd7",
        "url": "https://www.herent.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "465f3984f7fd",
        "url": "https://www.lokaalbestuurhoegaarden.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b8aca4879620",
        "url": "https://www.lokaalbestuurhoegaarden.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0434e9076032",
        "url": "https://www.lokaalbestuurhoegaarden.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b125277b5a9a",
        "url": "https://www.lokaalbestuurhoegaarden.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3cda6891be89",
        "url": "https://www.lokaalbestuurhoegaarden.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "57858d35ecaa",
        "url": "https://www.lokaalbestuurhoegaarden.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b2384d5ff155",
        "url": "https://www.lokaalbestuurhoegaarden.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f9c6e46f68da",
        "url": "https://www.lokaalbestuurhoegaarden.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8364fa9af93f",
        "url": "https://www.lokaalbestuurhoegaarden.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ab08a5de93c6",
        "url": "https://www.lokaalbestuurhoegaarden.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f6548cc8952e",
        "url": "https://www.lokaalbestuurhoegaarden.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2e2fb7e421c1",
        "url": "https://www.lokaalbestuurhoegaarden.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b44bfb519af9",
        "url": "https://www.lokaalbestuurhoegaarden.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0d6ba1024016",
        "url": "https://www.lokaalbestuurhoegaarden.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4a3097367519",
        "url": "https://www.lokaalbestuurhoegaarden.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "07159d2cbed4",
        "url": "https://www.lokaalbestuurhoegaarden.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "93b5d7fd50cd",
        "url": "https://www.lokaalbestuurhoegaarden.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dee7f11cd115",
        "url": "https://www.lokaalbestuurhoegaarden.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ef5abe7ea242",
        "url": "https://www.lokaalbestuurhoegaarden.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3326ef857c79",
        "url": "https://www.lokaalbestuurhoegaarden.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6885ad0ebc42",
        "url": "https://www.lokaalbestuurhoegaarden.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4496ef2b6057",
        "url": "https://www.lokaalbestuurhoegaarden.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "76aca163cec6",
        "url": "https://www.lokaalbestuurhoegaarden.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9280496403ea",
        "url": "https://www.lokaalbestuurhoegaarden.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9e9a596cc899",
        "url": "https://www.lokaalbestuurhoegaarden.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b25895e60183",
        "url": "https://www.lokaalbestuurhoegaarden.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7be480d3e2cc",
        "url": "https://www.lokaalbestuurhoegaarden.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "22ecb412db96",
        "url": "https://www.lokaalbestuurhoegaarden.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "513386b6c27c",
        "url": "https://www.lokaalbestuurhoegaarden.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ef1a0781b771",
        "url": "https://www.lokaalbestuurhoegaarden.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "082004fea02e",
        "url": "https://www.lokaalbestuurhoegaarden.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f0f241166233",
        "url": "https://www.lokaalbestuurhoegaarden.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ed2e10df8cd4",
        "url": "https://www.lokaalbestuurhoegaarden.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e604e52fbb60",
        "url": "https://www.lokaalbestuurhoegaarden.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bdfa53318ed6",
        "url": "https://www.lokaalbestuurhoegaarden.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ba81922a3cb3",
        "url": "https://www.lokaalbestuurhoegaarden.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7d153922ee0d",
        "url": "https://www.lokaalbestuurhoegaarden.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8aa92fb03a62",
        "url": "https://www.lokaalbestuurhoegaarden.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "804a82134c07",
        "url": "https://www.lokaalbestuurhoegaarden.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "57b470be0db4",
        "url": "https://www.lokaalbestuurhoegaarden.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ce1cf5be53ff",
        "url": "https://www.lokaalbestuurhoegaarden.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4026d0ac76d0",
        "url": "https://www.lokaalbestuurhoegaarden.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e83f537be6d7",
        "url": "https://www.lokaalbestuurhoegaarden.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2afaec87163b",
        "url": "https://www.lokaalbestuurhoegaarden.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "311ae0408760",
        "url": "https://www.lokaalbestuurhoegaarden.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fcb2d247a797",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:landmark-no-duplicate-contentinfo|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7cb9bdaf4856",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:landmark-unique|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4500317c55a3",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:page-has-heading-one|light",
        "engine": "axe"
      },
      {
        "fingerprint": "41e525a29e1f",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9a5dc8009932",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "042daefe6f20",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ebad5e7f1e61",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4ca4ebf06b86",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c236881e07e3",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d8cbfd4ca204",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fe6815de477c",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "33abb0b79671",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0e1393339e6e",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1625bb5e6aca",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b1a5e749a159",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "be53c0a3346b",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "15352cfe7a58",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d026e8b3356b",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "94a427dbdb65",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5253db86b598",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e9b55111841b",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dec1797e3b67",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3ef115b65333",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ff6c53141c45",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5b6ea29ba38c",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1d8894f9d93e",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a4940eef798f",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5fdfdbd8acc9",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:aria_eventhandler_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "093146fedeb7",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:script_onclick_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "55e08511ad6d",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:aria_eventhandler_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fb3e021e8870",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:script_onclick_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d5cb6602b2ba",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:aria_eventhandler_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b0deed2d0d43",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:script_onclick_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d3e782125acf",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:aria_eventhandler_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a616000cf8e1",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:script_onclick_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f1abe3f27bcb",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0be9b05c00e0",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:aria_eventhandler_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4737e11eba2e",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:script_onclick_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0e60870b19e8",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "58c45228c875",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:aria_eventhandler_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "834d814ed43d",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:script_onclick_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7fc16f333d68",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1c44b369b973",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:aria_eventhandler_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "032457e0f8d1",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:script_onclick_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9be5b50b7a89",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6ec5936dd866",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:aria_eventhandler_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "89956ea9532a",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:script_onclick_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a8a66a5e3f0a",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "33f1bbeef239",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:aria_eventhandler_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a47097a2002f",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:script_onclick_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f8db163c3faf",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9755cddd32a8",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:aria_eventhandler_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cb579909c67d",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:script_onclick_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0a41123eae66",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ad0f51e8c0a2",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:aria_eventhandler_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a415f6ba228a",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:script_onclick_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8c06cc930b54",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4ecf6ea5233c",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:aria_eventhandler_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "864eb5565540",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:script_onclick_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a49a8d79cc19",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ed17c3c60704",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:aria_eventhandler_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dc0a3df37ccd",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:script_onclick_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a7466f5ae770",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cdd160d62364",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:aria_eventhandler_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "863bd1db41ff",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:script_onclick_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d04e2e3d12ea",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1a0148e0651b",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:aria_eventhandler_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3701fec63c45",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:script_onclick_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0768ea8cc7a3",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e312f13c6d75",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:aria_eventhandler_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ec2263c838f3",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:script_onclick_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6548b98fe105",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f7da7cd91b7f",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:aria_eventhandler_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "86cca5eac959",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:script_onclick_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cf10d67e5487",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2d10158c04e1",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:aria_eventhandler_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "44e29e48363a",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:script_onclick_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "690ee3e31901",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c9ab4c3d1b8d",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:aria_eventhandler_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "72ae69007f25",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:script_onclick_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f72ea5c5d57c",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "957b6259ecf6",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:aria_eventhandler_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8e547d5be25f",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:script_onclick_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f26dfbaeb1cd",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "506a9a26db8b",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2f674fa8a9f4",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f92677cc4e66",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "be57cd1cbaf8",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:aria_eventhandler_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "71e75e05c9b5",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:script_onclick_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "adf935e11686",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0e8596dc5e9e",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:aria_eventhandler_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "adb6316b8e1c",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:script_onclick_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fa2ed9fb9956",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "449e5b2a3dbd",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:aria_eventhandler_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "99bb2ba92d3c",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:script_onclick_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a921c5962eb7",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ce1a5fddc060",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:aria_eventhandler_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "41a8d465c0dd",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:script_onclick_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b9eb1741fa0c",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d6fbee72d8eb",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:aria_eventhandler_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dc4592f8f7dc",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:script_onclick_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0bc75dd75165",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "39a68da8114e",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:aria_eventhandler_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d245c9233a7d",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:script_onclick_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a5dc70e70c74",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1dc815b0a7e0",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:aria_contentinfo_single|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "38964e18a956",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "01d6507679a4",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:aria_contentinfo_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4ba9611d8535",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:aria_landmark_name_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "40d172c1240a",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0aca7594afb4",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "72df60b3391e",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "88ad9e753c7e",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:aria_contentinfo_single|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b83ca2b904d0",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:aria_contentinfo_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4ba4cd32fe97",
        "url": "https://hoeilaart.be/",
        "ruleKey": "rule:aria_landmark_name_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "877b423cb561",
        "url": "https://www.holsbeek.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0e1d79cf8df5",
        "url": "https://www.holsbeek.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a983a3884686",
        "url": "https://www.holsbeek.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0ed688e93379",
        "url": "https://www.holsbeek.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9f2a9b5ac788",
        "url": "https://www.holsbeek.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a663cfb57c99",
        "url": "https://www.holsbeek.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "825e271f7b16",
        "url": "https://www.holsbeek.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "78fc32500367",
        "url": "https://www.holsbeek.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "275ada8bdd20",
        "url": "https://www.holsbeek.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0cb82629a6c8",
        "url": "https://www.holsbeek.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "915fe2304ad3",
        "url": "https://www.holsbeek.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4500191a1c5c",
        "url": "https://www.holsbeek.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "25940aa8e6cb",
        "url": "https://www.holsbeek.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c92915bd8608",
        "url": "https://www.holsbeek.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3d032295ffd5",
        "url": "https://www.holsbeek.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f37e4db3405d",
        "url": "https://www.holsbeek.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "72b98c509c39",
        "url": "https://www.holsbeek.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d246ad694cb4",
        "url": "https://www.holsbeek.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4fabaede8db7",
        "url": "https://www.holsbeek.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "118b7b1d630e",
        "url": "https://www.holsbeek.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "18852fc00eee",
        "url": "https://www.holsbeek.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c57638ec2024",
        "url": "https://www.holsbeek.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bba78ebd3307",
        "url": "https://www.holsbeek.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "13bf37039ef8",
        "url": "https://www.holsbeek.be/",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0452f40c3143",
        "url": "https://www.holsbeek.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "768143358687",
        "url": "https://www.holsbeek.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "538e18e542a3",
        "url": "https://www.holsbeek.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2846d988f289",
        "url": "https://www.holsbeek.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ffd57dfe4552",
        "url": "https://www.holsbeek.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "268a3ee2388a",
        "url": "https://www.holsbeek.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d358a7bcaa92",
        "url": "https://www.holsbeek.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8884b2e9be2b",
        "url": "https://www.holsbeek.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fdb4e7491b10",
        "url": "https://www.holsbeek.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4a9224a2d1e3",
        "url": "https://www.holsbeek.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "053cde944a0d",
        "url": "https://www.holsbeek.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3a813994e72e",
        "url": "https://www.holsbeek.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "46cf5cbf4f9a",
        "url": "https://www.holsbeek.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ba15f6081cab",
        "url": "https://www.holsbeek.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ac575d720890",
        "url": "https://www.holsbeek.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d1b4575874d5",
        "url": "https://www.holsbeek.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a65872c52b48",
        "url": "https://www.holsbeek.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "16bed27300d6",
        "url": "https://www.holsbeek.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ee2496f85257",
        "url": "https://www.holsbeek.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5a3608c67dc5",
        "url": "https://www.holsbeek.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "678508d1ec8b",
        "url": "https://www.holsbeek.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aaadfb533828",
        "url": "https://www.holsbeek.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "311f8ca774e5",
        "url": "https://www.holsbeek.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8ea86ffe012c",
        "url": "https://www.holsbeek.be/",
        "ruleKey": "rule:aria_child_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fa21ea18b140",
        "url": "https://www.holsbeek.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9bd92e7ee6b2",
        "url": "https://www.holsbeek.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "96701816ac12",
        "url": "https://www.holsbeek.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fc43b751e05b",
        "url": "https://www.holsbeek.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7635943cccbb",
        "url": "https://www.holsbeek.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b5b6b2f1bd0a",
        "url": "https://www.holsbeek.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7b932de1a158",
        "url": "https://www.holsbeek.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cd6d85f99794",
        "url": "https://www.holsbeek.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cd23caab6f20",
        "url": "https://www.huldenberg.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bd72883f9cf9",
        "url": "https://www.huldenberg.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2e5019b1f262",
        "url": "https://www.huldenberg.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7f974a1725be",
        "url": "https://www.huldenberg.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "40d6cd000e3c",
        "url": "https://www.huldenberg.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "48c0e26dddc5",
        "url": "https://www.huldenberg.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "390cbcff01d3",
        "url": "https://www.huldenberg.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "dedf5df96a14",
        "url": "https://www.huldenberg.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8fc83ede1d89",
        "url": "https://www.huldenberg.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "05e83fd01f5d",
        "url": "https://www.huldenberg.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c0508691f84c",
        "url": "https://www.huldenberg.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fe7372798fd8",
        "url": "https://www.huldenberg.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ce36ea3eb32a",
        "url": "https://www.huldenberg.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ce5d460706a4",
        "url": "https://www.huldenberg.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3fb8c704050f",
        "url": "https://www.huldenberg.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e6331ef4eb0a",
        "url": "https://www.huldenberg.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "29315468b0d6",
        "url": "https://www.huldenberg.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eb8126dc2acd",
        "url": "https://www.huldenberg.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ceb070edad34",
        "url": "https://www.huldenberg.be/",
        "ruleKey": "rule:style_background_decorative|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9862614876df",
        "url": "https://www.huldenberg.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "94fb24d02f41",
        "url": "https://www.huldenberg.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "baf011ad3128",
        "url": "https://www.huldenberg.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a24e17d2b088",
        "url": "https://www.huldenberg.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a9b75d2c73a5",
        "url": "https://www.huldenberg.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b1eeab80d281",
        "url": "https://www.huldenberg.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "929535e785d8",
        "url": "https://www.huldenberg.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a172c09fafef",
        "url": "https://www.huldenberg.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "46edf8c30f2f",
        "url": "https://www.huldenberg.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4c6249137e14",
        "url": "https://www.huldenberg.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e8bfe19be874",
        "url": "https://www.huldenberg.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4154ba064a2a",
        "url": "https://www.huldenberg.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f36cf69c5033",
        "url": "https://www.huldenberg.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d1cc403582f9",
        "url": "https://www.huldenberg.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "961346cd6998",
        "url": "https://www.huldenberg.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b726c8cde81b",
        "url": "https://www.huldenberg.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a5f5747a6bad",
        "url": "https://www.huldenberg.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0640d2efe53b",
        "url": "https://www.huldenberg.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bad9d1576ef1",
        "url": "https://www.huldenberg.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "425587aeed64",
        "url": "https://www.huldenberg.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "788a5254c36d",
        "url": "https://www.huldenberg.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1c6c3dcacb7d",
        "url": "https://www.kampenhout.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "460bd69a0cde",
        "url": "https://www.kampenhout.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bcd4d5de3e73",
        "url": "https://www.kampenhout.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "85ead6a4c7b0",
        "url": "https://www.kampenhout.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "47482c825edb",
        "url": "https://www.kampenhout.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9595bd1cdf60",
        "url": "https://www.kampenhout.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4d0f6a7189f6",
        "url": "https://www.kampenhout.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "23c08f5bea72",
        "url": "https://www.kampenhout.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7425a2664879",
        "url": "https://www.kampenhout.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "43a8b6a1bff0",
        "url": "https://www.kampenhout.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "db1007c6f8fb",
        "url": "https://www.kampenhout.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6de105f44cfc",
        "url": "https://www.kampenhout.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0c5590332354",
        "url": "https://www.kampenhout.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3b0fa0064efe",
        "url": "https://www.kampenhout.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4580d35b3a73",
        "url": "https://www.kampenhout.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "98b13efc1bc7",
        "url": "https://www.kampenhout.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6073b7ce6cc3",
        "url": "https://www.kampenhout.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e58b64cd15cd",
        "url": "https://www.kampenhout.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e9f8df2da95d",
        "url": "https://www.kampenhout.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b31a2d9a6b10",
        "url": "https://www.kampenhout.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0bbe641e2015",
        "url": "https://www.kampenhout.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "04f28fe8fc49",
        "url": "https://www.kampenhout.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0d6a8feef278",
        "url": "https://www.kampenhout.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "618db82d1b40",
        "url": "https://www.kampenhout.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f1c6a92d82b6",
        "url": "https://www.kampenhout.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3dd409f8964b",
        "url": "https://www.kampenhout.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "31f710075872",
        "url": "https://www.kampenhout.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a2e1d1a12ced",
        "url": "https://www.kampenhout.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "74042f6762a9",
        "url": "https://www.kampenhout.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a8afcf8cc91c",
        "url": "https://www.kampenhout.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "93ef1ae09034",
        "url": "https://www.kampenhout.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8906274bd44c",
        "url": "https://www.kampenhout.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "644ff60d6e2c",
        "url": "https://www.kampenhout.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "57910dd0a54f",
        "url": "https://www.kampenhout.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "615c2752a7c8",
        "url": "https://www.kampenhout.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "56f631154c8a",
        "url": "https://www.kampenhout.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eb7c46448488",
        "url": "https://www.kampenhout.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "48aa2257ef40",
        "url": "https://www.kampenhout.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f8b27241605c",
        "url": "https://www.kampenhout.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "08c0e8c24dc0",
        "url": "https://www.kampenhout.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "72f94e10e7bf",
        "url": "https://www.kapelle-op-den-bos.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bbb45acd39f5",
        "url": "https://www.kapelle-op-den-bos.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "145a37f7a1f3",
        "url": "https://www.kapelle-op-den-bos.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2ffe7319a6dd",
        "url": "https://www.kapelle-op-den-bos.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ca52f470738f",
        "url": "https://www.kapelle-op-den-bos.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0ea95b33c3e8",
        "url": "https://www.kapelle-op-den-bos.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5b99f750ca58",
        "url": "https://www.kapelle-op-den-bos.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "401717f8e3b8",
        "url": "https://www.kapelle-op-den-bos.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "307a551bb9d5",
        "url": "https://www.kapelle-op-den-bos.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "809280148520",
        "url": "https://www.kapelle-op-den-bos.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "95c93a4002fa",
        "url": "https://www.kapelle-op-den-bos.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1477ad01487c",
        "url": "https://www.kapelle-op-den-bos.be/",
        "ruleKey": "rule:aria_child_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b9299cf1797a",
        "url": "https://www.kapelle-op-den-bos.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f58dc3f78d7e",
        "url": "https://www.kapelle-op-den-bos.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "619d7b5a911e",
        "url": "https://www.kapelle-op-den-bos.be/",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "096b332730b3",
        "url": "https://www.kapelle-op-den-bos.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "25dda4d84674",
        "url": "https://www.kapelle-op-den-bos.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "33dba6728384",
        "url": "https://www.keerbergen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "829155e430de",
        "url": "https://www.keerbergen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bd299288b03f",
        "url": "https://www.keerbergen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3b34d4c29e5d",
        "url": "https://www.keerbergen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b2e4cdb8e779",
        "url": "https://www.keerbergen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "aad6902ca800",
        "url": "https://www.keerbergen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "53e01a294927",
        "url": "https://www.keerbergen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1d1168a442d2",
        "url": "https://www.keerbergen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "317c06ca6147",
        "url": "https://www.keerbergen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "079469706831",
        "url": "https://www.keerbergen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "752476e9f272",
        "url": "https://www.keerbergen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5aa2e6a05348",
        "url": "https://www.keerbergen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3c61bc6da430",
        "url": "https://www.keerbergen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "85a65112a6ec",
        "url": "https://www.keerbergen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "28791d1c03d3",
        "url": "https://www.keerbergen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "32289b6fc516",
        "url": "https://www.keerbergen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a252ae694b1d",
        "url": "https://www.keerbergen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f00cb2be077d",
        "url": "https://www.keerbergen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1aa89813c49c",
        "url": "https://www.keerbergen.be/",
        "ruleKey": "rule:empty-heading|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7ad7b1109681",
        "url": "https://www.keerbergen.be/",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a72e8e564f28",
        "url": "https://www.keerbergen.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "489e55ee6773",
        "url": "https://www.keerbergen.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1f0b38cf1f13",
        "url": "https://www.keerbergen.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9ca7c7a704c5",
        "url": "https://www.keerbergen.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b7be08e46748",
        "url": "https://www.keerbergen.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b488440c48ac",
        "url": "https://www.keerbergen.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6c7d46f1b498",
        "url": "https://www.keerbergen.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e292127f83b5",
        "url": "https://www.keerbergen.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e7ede5bb7d2f",
        "url": "https://www.keerbergen.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c0568c00afa5",
        "url": "https://www.keerbergen.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8489a141939d",
        "url": "https://www.keerbergen.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d679b2796221",
        "url": "https://www.keerbergen.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7f122b36c0c1",
        "url": "https://www.keerbergen.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7a709ce35638",
        "url": "https://www.keerbergen.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "81c327249d9d",
        "url": "https://www.keerbergen.be/",
        "ruleKey": "rule:aria_child_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "45d96d15712a",
        "url": "https://www.keerbergen.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8b6d16496a76",
        "url": "https://www.keerbergen.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "836b0c7d065f",
        "url": "https://www.keerbergen.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "078a7d63a953",
        "url": "https://www.keerbergen.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bb5a1f73c859",
        "url": "https://www.keerbergen.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0644df3d814a",
        "url": "https://www.keerbergen.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "36aef833ac80",
        "url": "https://www.keerbergen.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b1473392dd7d",
        "url": "https://www.keerbergen.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b98fb741f9b4",
        "url": "https://www.keerbergen.be/",
        "ruleKey": "rule:heading_content_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2bb0c17a11fd",
        "url": "https://www.keerbergen.be/",
        "ruleKey": "rule:aria_accessiblename_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "66962c874844",
        "url": "https://www.keerbergen.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aec1a66297df",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5fcf8a7f9be5",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f8007101da66",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "89376411b37b",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ea0ae544932b",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f23def2ce450",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "05376256def6",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "890b98fe8dc0",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e192afb9cfe9",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "89b402861c73",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a4403bd32c44",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "765fb4df97fb",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9b5c8d4f751a",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e20e4cc57320",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "038f6753696f",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3849d7026b98",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "af3820323fe1",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "91f4da85ed38",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "094d3b2b4edc",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6dc43cc02e0c",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "rule:style_background_decorative|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3750b8dc44fd",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "79da70382d2c",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "207aaf0d9766",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7de7956a15b5",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "83e6d26db0d2",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d9adabfb36b2",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0860d7b1ad47",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "13a6cb597bb5",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "68cea87a6b4c",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fba4e0e13e52",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d24bbd605564",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1694408292e6",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ee45388a2341",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3f95bce2ee2e",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1516fcb9252d",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ec5e28f8d43f",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f34bdb26b8c0",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7514eda2d9c0",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4c3c54cf424b",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d1905ab092a3",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ef6f8f9e702a",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8398cf84fa44",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c638f27a9d22",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "89facde8bbd0",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d6cc05f36797",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c191cf28e247",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "132bad0f42ec",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "accb225ddd31",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fa61b38ac032",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dfc9fa2f23bd",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "656a0116e7dc",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "54adbb4af5d5",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "12d49c989a03",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "878b1be12fbf",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bed7608f4b45",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "14bfdcdec8f3",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7ede738ad790",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "819b034586ff",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f5a49c3b8504",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d4445cf42752",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "10c7e3ff8c5a",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ad27c77c2cf9",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e94f80e99216",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6d66d26a355b",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "19037c665b00",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "066f3649669b",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b3eb1cf6af6f",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4c9a08ca1676",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "08104ada1c27",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "35295ce44fc6",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1f540c67fa30",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "73bbff3e8264",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "76019c0bd5be",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "69349f13308a",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b812d7299fd3",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2a77cca6899c",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "91d27644b918",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "65ec486a4cef",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "42a4d9e3f857",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4c31632cb035",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "09ca4b70c4bb",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "458de418c3f7",
        "url": "https://www.kortenaken.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7aaea6d24df2",
        "url": "https://www.kortenberg.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "03c5e82b3056",
        "url": "https://www.kortenberg.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "acb98d62f8cd",
        "url": "https://www.kortenberg.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1bec7ecc8fd4",
        "url": "https://www.kortenberg.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "81a77c2fd417",
        "url": "https://www.kortenberg.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1f3578879cb5",
        "url": "https://www.kortenberg.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "370de1016bce",
        "url": "https://www.kortenberg.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "96776040d223",
        "url": "https://www.kortenberg.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "299a540808c8",
        "url": "https://www.kortenberg.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bf0f8297441d",
        "url": "https://www.kortenberg.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c2c373b81c1e",
        "url": "https://www.kortenberg.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "285ff02236e9",
        "url": "https://www.kortenberg.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e2fe98728238",
        "url": "https://www.kortenberg.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "273aa060ab01",
        "url": "https://www.kortenberg.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f7fb4cb0e96b",
        "url": "https://www.kortenberg.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3b1d35039b7c",
        "url": "https://www.kortenberg.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f994d207bcb5",
        "url": "https://www.kortenberg.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6cd8018e640e",
        "url": "https://www.kortenberg.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "15a15a58c5cb",
        "url": "https://www.kortenberg.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "592d90b17211",
        "url": "https://www.kortenberg.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "27fffbce199c",
        "url": "https://www.kortenberg.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7c4f0cac5c65",
        "url": "https://www.kortenberg.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ae9aed68a426",
        "url": "https://www.kortenberg.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7ee8bbdf7ffc",
        "url": "https://www.kortenberg.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dc0779b44fe6",
        "url": "https://www.kortenberg.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8446c5f183c8",
        "url": "https://www.kortenberg.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "78c137dd7276",
        "url": "https://www.kortenberg.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f045ed0c444b",
        "url": "https://www.kortenberg.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "093c707e0b8c",
        "url": "https://www.kortenberg.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3a8083bab1b6",
        "url": "https://www.kortenberg.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4468873b8a88",
        "url": "https://www.kortenberg.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e09254b127ca",
        "url": "https://www.kortenberg.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "08b5b47431e8",
        "url": "https://www.kortenberg.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "89a5872b539d",
        "url": "https://www.kortenberg.be/",
        "ruleKey": "rule:widget_tabbable_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d98a3070c665",
        "url": "https://www.kortenberg.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "65671a60d627",
        "url": "https://www.kortenberg.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f88a79a0e274",
        "url": "https://www.kortenberg.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9723f4c11dbe",
        "url": "https://www.kortenberg.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "78ff33a58fae",
        "url": "https://www.kortenberg.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "36d9addf96c0",
        "url": "https://www.kortenberg.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c3680ad359e7",
        "url": "https://www.kortenberg.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "80ff7cf9f4a5",
        "url": "https://www.kortenberg.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "40f736c523d0",
        "url": "https://www.kortenberg.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "65f539192f21",
        "url": "https://www.kortenberg.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7edb8cd12709",
        "url": "https://www.kortenberg.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2be7d6ed0d95",
        "url": "https://www.kortenberg.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "017c56762e23",
        "url": "https://www.kortenberg.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a5d1b2659fa9",
        "url": "https://www.kortenberg.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2a3948ae4a15",
        "url": "https://www.kortenberg.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9e64df4098fb",
        "url": "https://www.kortenberg.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bbba6271768a",
        "url": "https://www.kortenberg.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f610b59fe460",
        "url": "https://www.kraainem.be/nl/startpagina",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e750f825a78c",
        "url": "https://www.kraainem.be/nl/startpagina",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f4800423a25c",
        "url": "https://www.kraainem.be/nl/startpagina",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "22b99280c964",
        "url": "https://www.kraainem.be/nl/startpagina",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "36bddffb71c1",
        "url": "https://www.kraainem.be/nl/startpagina",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8188da9c9f23",
        "url": "https://www.kraainem.be/nl/startpagina",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fbb91f8f7122",
        "url": "https://www.kraainem.be/nl/startpagina",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e8d3b806296e",
        "url": "https://www.kraainem.be/nl/startpagina",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fb40a9af9e9a",
        "url": "https://www.kraainem.be/nl/startpagina",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "364486b55a8f",
        "url": "https://www.kraainem.be/nl/startpagina",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9b56471d35a2",
        "url": "https://www.kraainem.be/nl/startpagina",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "036f03f71dac",
        "url": "https://www.kraainem.be/nl/startpagina",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "eedf7111769d",
        "url": "https://www.kraainem.be/nl/startpagina",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7ac7c523ee15",
        "url": "https://www.kraainem.be/nl/startpagina",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "03321a13cffb",
        "url": "https://www.kraainem.be/nl/startpagina",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e2aa99e753f7",
        "url": "https://www.kraainem.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2501dda4638a",
        "url": "https://www.kraainem.be/nl/startpagina",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a5f9bb7a5f53",
        "url": "https://www.kraainem.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "03c9805fd2dc",
        "url": "https://www.kraainem.be/nl/startpagina",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "387b7f03e34f",
        "url": "https://www.kraainem.be/nl/startpagina",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4f846415758c",
        "url": "https://www.kraainem.be/nl/startpagina",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c4ca913eefe9",
        "url": "https://www.kraainem.be/nl/startpagina",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a78f631cb47b",
        "url": "https://www.kraainem.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5f007fe64e15",
        "url": "https://www.kraainem.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "60b48ecfe64e",
        "url": "https://www.kraainem.be/nl/startpagina",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d6b163bc03b6",
        "url": "https://www.kraainem.be/nl/startpagina",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c7504bae431d",
        "url": "https://www.kraainem.be/nl/startpagina",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c22942dd1741",
        "url": "https://www.kraainem.be/nl/startpagina",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "391c1f0411dc",
        "url": "https://www.kraainem.be/nl/startpagina",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1193ff7a840b",
        "url": "https://www.kraainem.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "04b1aad12af6",
        "url": "https://www.kraainem.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "00b91b1df854",
        "url": "https://www.kraainem.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "36d086e29eb0",
        "url": "https://www.kraainem.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "19e42541fe5d",
        "url": "https://www.kraainem.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1b052a59630b",
        "url": "https://www.kraainem.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2d98c91b6932",
        "url": "https://www.kraainem.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9454c6ca07fb",
        "url": "https://www.kraainem.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9748df6c1a76",
        "url": "https://www.kraainem.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4184e4e863a6",
        "url": "https://www.kraainem.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aa8fc7d19176",
        "url": "https://www.kraainem.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "38aeca1c8b90",
        "url": "https://www.kraainem.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3da7f15070c2",
        "url": "https://www.kraainem.be/nl/startpagina",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "59d9c093229b",
        "url": "https://www.kraainem.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8879480783af",
        "url": "https://www.kraainem.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a5f5009a5218",
        "url": "https://www.kraainem.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "75b759942101",
        "url": "https://www.kraainem.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c07b88bbe917",
        "url": "https://www.kraainem.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3b9039dfc162",
        "url": "https://www.kraainem.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "abab54c97e31",
        "url": "https://www.kraainem.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d3f882bfa5cd",
        "url": "https://www.kraainem.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5d46fc1237ef",
        "url": "https://www.landen.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "21b78279a92d",
        "url": "https://www.landen.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "049dd9d1354a",
        "url": "https://www.landen.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "821231e6b38d",
        "url": "https://www.landen.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bb346fa61cab",
        "url": "https://www.landen.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6523266b8c92",
        "url": "https://www.landen.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "332566f079c1",
        "url": "https://www.landen.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2f0d54ac12bd",
        "url": "https://www.landen.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5f645cc2ce3f",
        "url": "https://www.landen.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "37b0b2030837",
        "url": "https://www.landen.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "196d51f72135",
        "url": "https://www.landen.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "50f4678da5f8",
        "url": "https://www.landen.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e119d0e9d6e2",
        "url": "https://www.landen.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7ed920304156",
        "url": "https://www.lennik.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "75fcb051d5a9",
        "url": "https://www.lennik.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2bdaf519f5b5",
        "url": "https://www.lennik.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "226b45f6616b",
        "url": "https://www.lennik.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1aac6d0c5ea6",
        "url": "https://www.lennik.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "85e7588511ea",
        "url": "https://www.lennik.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cb60541c7d5a",
        "url": "https://www.lennik.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0516197fab47",
        "url": "https://www.lennik.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "11e5c5c3ef1d",
        "url": "https://www.lennik.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c74f5b1829be",
        "url": "https://www.lennik.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1072a5308cc7",
        "url": "https://www.lennik.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6b2b1f6947dc",
        "url": "https://www.lennik.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "043ae7e2d026",
        "url": "https://www.lennik.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d59356e874ec",
        "url": "https://www.lennik.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0fb9a71c3ac6",
        "url": "https://www.lennik.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dd665e71ea33",
        "url": "https://www.lennik.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "98e2af1e3cdf",
        "url": "https://www.lennik.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a3dd0af2cf99",
        "url": "https://www.lennik.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0ed50867e0e2",
        "url": "https://www.lennik.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0f9bcf1a1b9b",
        "url": "https://www.lennik.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8e9e75ce3556",
        "url": "https://www.lennik.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3f550d818b17",
        "url": "https://www.lennik.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "20395908f3f2",
        "url": "https://www.lennik.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3908e9ce4ce0",
        "url": "https://www.lennik.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "835439237b39",
        "url": "https://www.lennik.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b92536787904",
        "url": "https://www.lennik.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "27bdbdf29278",
        "url": "https://www.lennik.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bef969d731c4",
        "url": "https://www.lennik.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5d93f4a26ff1",
        "url": "https://www.lennik.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "727ce6103c05",
        "url": "https://www.lennik.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b849c8de74e2",
        "url": "https://www.lennik.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "848b1d3ec281",
        "url": "https://www.lennik.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "115e7a2692fb",
        "url": "https://www.lennik.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5d341854d683",
        "url": "https://www.lennik.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0fabfcc5011f",
        "url": "https://www.lennik.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dd850961c3c8",
        "url": "https://www.lennik.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "63db3083b72d",
        "url": "https://www.lennik.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e943b667836e",
        "url": "https://www.lennik.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6469a88e2337",
        "url": "https://www.lennik.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7c669a2b9e5f",
        "url": "https://www.lennik.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c90ce23e723b",
        "url": "https://www.lennik.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "11224f3dac55",
        "url": "https://www.lennik.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cf7b9a2e2869",
        "url": "https://www.lennik.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3baee2b67fd5",
        "url": "https://www.lennik.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4bc772138efd",
        "url": "https://www.lennik.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f8a4e4e45ad2",
        "url": "https://www.lennik.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3c7d4c25c741",
        "url": "https://www.leuven.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3608db5e7061",
        "url": "https://www.leuven.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ece2edc58240",
        "url": "https://www.leuven.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "61ab10dc468a",
        "url": "https://www.leuven.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1dc71bec8f80",
        "url": "https://www.leuven.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fe9049d3e453",
        "url": "https://www.leuven.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "81f698771e04",
        "url": "https://www.leuven.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f6f3e083aad3",
        "url": "https://www.leuven.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "42e6788408c7",
        "url": "https://www.leuven.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5d6a02157032",
        "url": "https://www.leuven.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "72b56001488e",
        "url": "https://www.leuven.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6298c65f9aa2",
        "url": "https://www.leuven.be/",
        "ruleKey": "rule:input_onchange_review|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aaff3c1578f2",
        "url": "https://www.leuven.be/",
        "ruleKey": "rule:script_select_review|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e3cc2315c02e",
        "url": "https://www.leuven.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "81d4c6d91662",
        "url": "https://www.leuven.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d0b1084cadca",
        "url": "https://www.leuven.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c96f75da61f9",
        "url": "https://www.leuven.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "496c5db96bdc",
        "url": "https://www.leuven.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "511571dfa061",
        "url": "https://www.leuven.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "100dcfb4f967",
        "url": "https://www.leuven.be/",
        "ruleKey": "rule:aria_accessiblename_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "780e40150a5d",
        "url": "https://www.leuven.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3ef29781f669",
        "url": "https://www.leuven.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "96bd2177fbe2",
        "url": "https://www.leuven.be/",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a7fe5fcc1830",
        "url": "https://www.leuven.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7674ccd13080",
        "url": "https://www.leuven.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "29708604746e",
        "url": "https://www.leuven.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2cfe8d1bbdff",
        "url": "https://www.leuven.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8e80a41ab7a3",
        "url": "https://www.leuven.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "67b7b41c7e77",
        "url": "https://www.leuven.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5fd4335d5912",
        "url": "https://www.leuven.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aef7dd944819",
        "url": "https://www.leuven.be/",
        "ruleKey": "rule:element_orientation_unlocked|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b3329be42fbb",
        "url": "https://www.leuven.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0ce5afc88a87",
        "url": "https://www.leuven.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7523b9c586bf",
        "url": "https://www.leuven.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "643130977950",
        "url": "https://www.liedekerke.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "66b27d43926f",
        "url": "https://www.liedekerke.be/",
        "ruleKey": "rule:page-has-heading-one|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f55b65bd5137",
        "url": "https://www.liedekerke.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "60c472da59e7",
        "url": "https://www.liedekerke.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "55993c7dcadc",
        "url": "https://www.liedekerke.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ec6f6092b524",
        "url": "https://www.liedekerke.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e213f5a6fdfd",
        "url": "https://www.liedekerke.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a0e9c1e02823",
        "url": "https://www.liedekerke.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e09419611d0e",
        "url": "https://www.liedekerke.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5752cca6f453",
        "url": "https://www.liedekerke.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aa4fe2d86cc6",
        "url": "https://www.liedekerke.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7475049d848e",
        "url": "https://www.liedekerke.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "513600655292",
        "url": "https://www.liedekerke.be/",
        "ruleKey": "rule:style_background_decorative|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d7f69a8f2098",
        "url": "https://www.liedekerke.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "991356c8ea70",
        "url": "https://www.liedekerke.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9394ffc4342a",
        "url": "https://www.liedekerke.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cf2a90d00561",
        "url": "https://www.liedekerke.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f2b203f3e4fe",
        "url": "https://www.liedekerke.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "54d5fa0166b3",
        "url": "https://www.liedekerke.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a2306176edc7",
        "url": "https://www.liedekerke.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e16ab57092b0",
        "url": "https://www.liedekerke.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b546bcac66fc",
        "url": "https://www.liedekerke.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "43a663072215",
        "url": "https://www.liedekerke.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "de8f1a0c2b84",
        "url": "https://www.liedekerke.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6ca3c6802113",
        "url": "https://www.liedekerke.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4ea7b9fee157",
        "url": "https://www.liedekerke.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "31cad05019b9",
        "url": "https://www.liedekerke.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "74c500b7f1b3",
        "url": "https://www.liedekerke.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "98e51bdb1dff",
        "url": "https://www.liedekerke.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3e0a6d50226f",
        "url": "https://www.liedekerke.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b0bfa3b38cf3",
        "url": "https://www.liedekerke.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "22395d801719",
        "url": "https://www.liedekerke.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "75e149523deb",
        "url": "https://www.liedekerke.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b13b77bcd3dc",
        "url": "https://www.liedekerke.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ebb67f58014d",
        "url": "https://www.liedekerke.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "24d40d5ccec5",
        "url": "https://www.liedekerke.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e943f051be39",
        "url": "https://www.liedekerke.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9d665705ba47",
        "url": "https://www.liedekerke.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d58bf8cc173a",
        "url": "https://www.liedekerke.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0b9e30d7a665",
        "url": "https://www.liedekerke.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "286f981c116e",
        "url": "https://www.liedekerke.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fd52ce7f38f8",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "415f0a350632",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5b7a57ff7221",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e3c016ac85ed",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "352f125430c2",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:image-redundant-alt|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3592b8aaa9c7",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:image-redundant-alt|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f6a4325f7fb5",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:image-redundant-alt|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c4650c023939",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:image-redundant-alt|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d8d846cf1367",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:image-redundant-alt|light",
        "engine": "axe"
      },
      {
        "fingerprint": "474cd678988f",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "dbd079116c7c",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:landmark-one-main|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9c1bbf389288",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:landmark-unique|light",
        "engine": "axe"
      },
      {
        "fingerprint": "dbc445acaca5",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a0521ed4a07e",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "00e1757d03bc",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:page-has-heading-one|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ce799becdfda",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3bef1abf8954",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "804ed48fe081",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "53884ac10c4b",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "28f6c2bd921f",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5b64852aef49",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bc2aa0befb13",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a18b171d8806",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "172cc0f3642b",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2451291f3896",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fb3b283cf91a",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "df4adaaea924",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f3d077034074",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d7c0dc74a213",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "70ef1bef5f8f",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5a1cf16fc991",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b31157d16c04",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "56b4de0b56af",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "efb194589ec6",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fe5799d130db",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "263fcf0de881",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4c4fde4ed5e4",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "deb6289aaac5",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "50cc38095413",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2677b68dc6ce",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "55b57f836bc3",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "45be00dbe102",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "624ea7b798f7",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "49088c6e6191",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "264d62ff3359",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e266f3a81fd5",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e7872d66d582",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0df01451600e",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:aria_landmark_name_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1c76578626d8",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:aria_navigation_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "72f3cef99d9a",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ff81a205dbed",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6c577f371352",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "911f776488ff",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e61df6bea109",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ede82e2b76ad",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6f9d90b5e4ea",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "39d8d6741eaf",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:aria_child_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a92f9d24aef5",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b934a6bba5ae",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:aria_landmark_name_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "760093b14b66",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:aria_navigation_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4459194c452a",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "046099bf02ea",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "510ccca49bf1",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b60360f177b8",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "777e2fb2739f",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e03129364313",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "761d5a47ea7f",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fd0c8d6b3256",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "560c87836784",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "868fbef2f746",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2e67b83b8be6",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "51df3fe8e37f",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0d9709f2764d",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1eb73fcf434c",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8a04678c306d",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2932f3092c4c",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "71d9f1cb41ed",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7c4e62d907fc",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "841153c506b0",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "57b3a8f50c95",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "60f210fc3d02",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f60a2c906435",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "348e2fb58287",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ec154b55cf87",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "92fff6bd74ed",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "47b9304a685b",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2f5011863f94",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ae92c9c23ee1",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e6c5fa36e327",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "48f78ede3b3e",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8a202693c58d",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "23aae12dc19a",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "70bb6dc8ecd9",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "97c7e9d148e1",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3be10c338d74",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dd3c84f534cd",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "94f87d210bdc",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "25637dbca406",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7aace7a56543",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "83a601177066",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5d97c3f00bce",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f0f9c2c75741",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6811c0a05df2",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f138a79d75ef",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eaba7b30e232",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5b16e81eb505",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a107ec6ac37c",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b2036446a454",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1ab6f18f55df",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f70d732e5f6a",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "66005465c03e",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4bbd0463ea48",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fa2a9a70c7ac",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1aacfa4584dc",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "58f16491db52",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7995000d73d5",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4b8ed4b120b2",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ac6daf42869e",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0b20060e479d",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "805b32ab1f53",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aa907b35de8e",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2163ddb4a0a3",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "73b26d13ef8a",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "670504931b59",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8c2589b09d45",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6612327bb51a",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e804efd3f323",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c223b3615a99",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5c0dd23f7682",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3d9d91dcfaed",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "955437acff0c",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1e1dd57689d4",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "94e029b6be92",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ba09cbc693bb",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "62526277c22e",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f4829e57e84f",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a4d6cdba11bf",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "17a9de7a0027",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fa020c35630f",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "97ffbfd02f9a",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9b649a84e3e1",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bf7b252f06a7",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "718acf707800",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "057a372b9e7d",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fe6101c33950",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9f6417772e97",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "84ef73f9cef9",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ff703320c2b2",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9065c892ce55",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6bc1f0e88b69",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0aee57ad9027",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d546de98627d",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7d1ba362db17",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "50ffabb469ce",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6e62eafee973",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8dc224cf3a12",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eee69e5daac6",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e9a36ee19e82",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2c30f46fa495",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2b66d173d5ef",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3c01f4e9d5aa",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "04889b9d5206",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b41f0eb057c1",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "35204106a7de",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a321abb76635",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "82b8ec3f2f24",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b339737375ab",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3e2b483b6b01",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ff086ca11d21",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c6b1d88e3094",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "144a772c217b",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6454c3db5b79",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4c08658628c7",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ac0ad44c9d94",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "54a58d0f9271",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fb879d2d5ada",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fdc065c393f5",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "86f7bee464ff",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "77d69f0e46d6",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "159c20c8e26d",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d13e2bdc1d9a",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "44b58debe68c",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6c6075ce09ad",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8834500d6e01",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9817b789976d",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "97806ae12993",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dd961f10e84c",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f094412e6524",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "28e7355088d6",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "15b2d8b30829",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a98acb3511ca",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8834d7b1eb70",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "077436c471f6",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e65b2c8b9c0d",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9724738bebfb",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f06a14bd4198",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "53f1be9078f4",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:img_alt_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2d707ee1e2f4",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9388c8303ea4",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:img_alt_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8787543dc9ec",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8b76bc912933",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:img_alt_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d023d4a2265d",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "95fea6c728f7",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:img_alt_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7ed33b6de5d4",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "46a1c8d69bd0",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:img_alt_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "478d92710f0e",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5e71e6374352",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d3c4e907fce4",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c703c1eec38d",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c683f6c279b6",
        "url": "https://www.linkebeek.be/nl/startpagina",
        "ruleKey": "rule:aria_contentinfo_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "511befc68647",
        "url": "https://www.linter.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "baf28d526523",
        "url": "https://www.linter.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "744640fbaf59",
        "url": "https://www.linter.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e954dc134b50",
        "url": "https://www.linter.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fc69e6ee6623",
        "url": "https://www.linter.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "12a1660bbc8c",
        "url": "https://www.linter.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6f43530b9d6e",
        "url": "https://www.linter.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c525db25d306",
        "url": "https://www.linter.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9f258b5795dd",
        "url": "https://www.linter.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3675fce0a2a8",
        "url": "https://www.linter.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4ae61332c503",
        "url": "https://www.linter.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9cab660a3ae3",
        "url": "https://www.linter.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b22dce2dc6f7",
        "url": "https://www.linter.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8a2e44ca8681",
        "url": "https://www.linter.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0ff6f14743d1",
        "url": "https://www.linter.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "99e490968ae0",
        "url": "https://www.linter.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f9b609db5f7d",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:landmark-complementary-is-top-level|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a5f38d34b9a4",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4766672fe8b4",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bf63dfcfdee1",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0918236cf7f2",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:html_skipnav_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dc4bcabdc14a",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0a5127f05b89",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f06ad39afefa",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "38c786c2c202",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3f9c4347c94e",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c887fe857fcc",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c61d329b4999",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d79a747ef515",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0d02ade6f514",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "298809b4c4a1",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3a78e5db0381",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b3f424456cd4",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "473279f325d7",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1f71ed7178cb",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1166d8d0beac",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2184e0b957bc",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7ac89bb114eb",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0761a6a0a89f",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d36461534eb1",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f486a0c96c94",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6532871d7b1e",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4d47f30aecc6",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bdf19845548a",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2533cd09165a",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e068d290af07",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5267fff7ec12",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "615f9f3737b6",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "011ad6b85529",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b5c795b23162",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ead601c51128",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e1cafa0470df",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "455fea24b291",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "669b239b927a",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "62fb45fadb3f",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dddaa98b7921",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "47c6881961f6",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "74f54aff9475",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3ffc0cfd233d",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c36c951e41b3",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5c215247aaf3",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "19caae6d008f",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1989fe79074a",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a88ab8836f7c",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9bb68132d7ab",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cdd58741d7fc",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f8dbe8d311a7",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "799dfa65d108",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5ecc05e8e76a",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c0ac25f6bbf8",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4543d38c0b31",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ac77a1954dfc",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "18431cdc73b5",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "05f68b920a87",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a8f156bb5565",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "48cce3d70e07",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d02f4f3ecb4e",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "afb4d29a0455",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "db7a81cd2276",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:aria_complementary_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6c00d86a6afd",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f443a3996cc5",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4b7ce95e62dc",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a44000b791f0",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e257d821c834",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b133f3cbb934",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "81c2d846ee2c",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0b2ebb07a3e7",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "18aff36c3391",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cd16162ec3fe",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bb451ef2ef02",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bfd250a2b591",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f1ba1dc4f73b",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "19f32987c3f4",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "df4409506ffd",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "22028f2af3a9",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b3f30898fca0",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e02ccea2e4ca",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "79138f2eda8b",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f9fde2df9e9d",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8851084ebe67",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a0fc30a67314",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f8b52618792c",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7c22422360fb",
        "url": "https://www.linter.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dbe75b5cb3ae",
        "url": "https://www.londerzeel.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6bf01d10df5b",
        "url": "https://www.londerzeel.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5b11e613e623",
        "url": "https://www.londerzeel.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "faf70fbbe18e",
        "url": "https://www.londerzeel.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "751518b81c1b",
        "url": "https://www.londerzeel.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "99124d0368dd",
        "url": "https://www.londerzeel.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2b1bafa3066e",
        "url": "https://www.londerzeel.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c1a7fd2fc39e",
        "url": "https://www.londerzeel.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5d58981de6d6",
        "url": "https://www.londerzeel.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f4b1b126a1f8",
        "url": "https://www.londerzeel.be/",
        "ruleKey": "rule:page-has-heading-one|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6a727d0323e0",
        "url": "https://www.londerzeel.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8f04cef451ef",
        "url": "https://www.londerzeel.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "811d588ef17d",
        "url": "https://www.londerzeel.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2049f3fad18c",
        "url": "https://www.londerzeel.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "75ee778f0e31",
        "url": "https://www.londerzeel.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8b5b483c3b1f",
        "url": "https://www.londerzeel.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e406e5601901",
        "url": "https://www.londerzeel.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d4eec1bfe318",
        "url": "https://www.londerzeel.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "39c3c66d04d3",
        "url": "https://www.londerzeel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1692896ad02b",
        "url": "https://www.londerzeel.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "15e31c5bc38b",
        "url": "https://www.londerzeel.be/",
        "ruleKey": "rule:style_background_decorative|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "378690588bef",
        "url": "https://www.londerzeel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bb5270508638",
        "url": "https://www.londerzeel.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7f0d6c9b26f7",
        "url": "https://www.londerzeel.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b0b1018f8080",
        "url": "https://www.londerzeel.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e47447f39674",
        "url": "https://www.londerzeel.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1a6cc6947b0f",
        "url": "https://www.londerzeel.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0eaaa1da20b2",
        "url": "https://www.londerzeel.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b044361c94a3",
        "url": "https://www.londerzeel.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f0530088d548",
        "url": "https://www.londerzeel.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "85ce174377f0",
        "url": "https://www.londerzeel.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e13a80e3f2d2",
        "url": "https://www.londerzeel.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eea170ac2692",
        "url": "https://www.londerzeel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cba6bb9a5b14",
        "url": "https://www.londerzeel.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "961e4f25e0da",
        "url": "https://www.londerzeel.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a89c24d1b1e2",
        "url": "https://www.londerzeel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "418d36f40282",
        "url": "https://www.londerzeel.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b71a8b16b1f6",
        "url": "https://www.londerzeel.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "89ab8f8568b3",
        "url": "https://www.londerzeel.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ffd2b20e91c5",
        "url": "https://www.londerzeel.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "82bf43490906",
        "url": "https://www.londerzeel.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "07829185d416",
        "url": "https://www.londerzeel.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3996f16d67d1",
        "url": "https://www.londerzeel.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9b1a211b08d9",
        "url": "https://www.londerzeel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9247eb5737e2",
        "url": "https://www.londerzeel.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bbe72706d88e",
        "url": "https://www.londerzeel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "61ba88d78c68",
        "url": "https://www.londerzeel.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ee75c86ffb59",
        "url": "https://www.londerzeel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6550c2c846cf",
        "url": "https://www.lubbeek.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3018494bac77",
        "url": "https://www.lubbeek.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "30e80aab539a",
        "url": "https://www.lubbeek.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c1660150d888",
        "url": "https://www.lubbeek.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ebd3ce4aef7d",
        "url": "https://www.lubbeek.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "acfe046d0a9c",
        "url": "https://www.lubbeek.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7a640ae7bbf6",
        "url": "https://www.lubbeek.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "19f448713ce8",
        "url": "https://www.lubbeek.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f7d8cc2c3329",
        "url": "https://www.lubbeek.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4d635b189f55",
        "url": "https://www.lubbeek.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7a3f3ec1d9e5",
        "url": "https://www.lubbeek.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b3a35380efe3",
        "url": "https://www.lubbeek.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ce33c5c48e0a",
        "url": "https://www.lubbeek.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "121bd7b732a0",
        "url": "https://www.lubbeek.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "23748b010dda",
        "url": "https://www.lubbeek.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ea75e2e768b3",
        "url": "https://www.lubbeek.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5d862aec8584",
        "url": "https://www.lubbeek.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e79e3c113fb6",
        "url": "https://www.lubbeek.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a2fbba11b0cb",
        "url": "https://www.lubbeek.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4a5e864c7eab",
        "url": "https://www.lubbeek.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "09cb5fb54a47",
        "url": "https://www.lubbeek.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "94dbbd15d42e",
        "url": "https://www.lubbeek.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e0cc3fcc3480",
        "url": "https://www.lubbeek.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f2db4f843081",
        "url": "https://www.lubbeek.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7bb5c99e72af",
        "url": "https://www.lubbeek.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d065ef1645f5",
        "url": "https://www.lubbeek.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e8c32e330185",
        "url": "https://www.lubbeek.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2bbd462550ad",
        "url": "https://www.lubbeek.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "14ffdf93dc4e",
        "url": "https://www.lubbeek.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "103c76135799",
        "url": "https://www.lubbeek.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e735297e3abd",
        "url": "https://www.lubbeek.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "91a2aba3d21f",
        "url": "https://www.lubbeek.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "75b201d8d4f7",
        "url": "https://www.lubbeek.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "87cac530c5e1",
        "url": "https://www.lubbeek.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fca384e1365c",
        "url": "https://www.lubbeek.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a5433f7c22e3",
        "url": "https://www.lubbeek.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ee5343a4f71d",
        "url": "https://www.lubbeek.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "864a0a459d61",
        "url": "https://www.lubbeek.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0c6ed406cd49",
        "url": "https://www.lubbeek.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d39c25ec8010",
        "url": "https://www.lubbeek.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9fca2540c852",
        "url": "https://www.lubbeek.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f7686430c3b0",
        "url": "https://www.lubbeek.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bec161040783",
        "url": "https://www.lubbeek.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "df1aad598b69",
        "url": "https://www.lubbeek.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e6b17379722f",
        "url": "https://www.lubbeek.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a1614f0cb07e",
        "url": "https://www.lubbeek.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "99f602ee480b",
        "url": "https://www.lubbeek.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f1600814215e",
        "url": "https://www.lubbeek.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e0f8d055b499",
        "url": "https://www.lubbeek.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1112d5d99a79",
        "url": "https://www.lubbeek.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5ca6193dfa67",
        "url": "https://www.lubbeek.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "21fdbed67637",
        "url": "https://www.machelen.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "268e80400dd1",
        "url": "https://www.machelen.be/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7de6aea8927d",
        "url": "https://www.machelen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fdf823580c51",
        "url": "https://www.machelen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "315515188aae",
        "url": "https://www.machelen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9b2e54de5ff4",
        "url": "https://www.machelen.be/",
        "ruleKey": "rule:presentation-role-conflict|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c9b185c9a2a6",
        "url": "https://www.machelen.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "01bc17c7b97d",
        "url": "https://www.machelen.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "44b0f3493d34",
        "url": "https://www.machelen.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "99b6de3d02ab",
        "url": "https://www.machelen.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0873cb80ff79",
        "url": "https://www.machelen.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "99fa441403a5",
        "url": "https://www.machelen.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d734ffcf4466",
        "url": "https://www.machelen.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a3c4eb7cd14e",
        "url": "https://www.machelen.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "70dcd0bf0fe5",
        "url": "https://www.machelen.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2652e67f77cf",
        "url": "https://www.machelen.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "12f172464443",
        "url": "https://www.machelen.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c184ac3d355b",
        "url": "https://www.machelen.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2b731374fb93",
        "url": "https://www.machelen.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8a5cbbaef3a4",
        "url": "https://www.machelen.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d03524b0b1c7",
        "url": "https://www.machelen.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "536390cfd1f1",
        "url": "https://www.machelen.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "811f76204763",
        "url": "https://www.machelen.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0f238c76c871",
        "url": "https://www.machelen.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "47cfcf5e2611",
        "url": "https://www.machelen.be/",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5ca390dc9027",
        "url": "https://www.machelen.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "451b679724f5",
        "url": "https://www.machelen.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9ba95c6f4a5a",
        "url": "https://www.machelen.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0476b41ca2ab",
        "url": "https://www.machelen.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1f5051aac279",
        "url": "https://www.machelen.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5aa0a0e53f6f",
        "url": "https://www.machelen.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f71afeee4597",
        "url": "https://www.machelen.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7236d92a3470",
        "url": "https://www.machelen.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7db5b091bb3b",
        "url": "https://www.machelen.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "482f0f9035c4",
        "url": "https://www.machelen.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "691d37ac1d78",
        "url": "https://www.machelen.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1fc31aaacd79",
        "url": "https://www.machelen.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "864d50f5ed43",
        "url": "https://www.machelen.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8ff00d33a8ba",
        "url": "https://www.machelen.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "108a01a5bc06",
        "url": "https://www.machelen.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8e59287b2e87",
        "url": "https://www.machelen.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5d90052dfe92",
        "url": "https://www.machelen.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ddcbd49d6b4e",
        "url": "https://www.machelen.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "60366037569f",
        "url": "https://www.machelen.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5e321e8dda19",
        "url": "https://www.machelen.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2b0c5f237fb2",
        "url": "https://www.machelen.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4e9b8b433d30",
        "url": "https://www.machelen.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e8d8edbe80d1",
        "url": "https://www.machelen.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "529b30fa0e35",
        "url": "https://www.machelen.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cd3e368b1e3e",
        "url": "https://www.machelen.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a98323f6fb9c",
        "url": "https://www.machelen.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c6faefe6c3dd",
        "url": "https://www.meise.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fcf69c666914",
        "url": "https://www.meise.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ca6e9cc38339",
        "url": "https://www.meise.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "894ea8a41880",
        "url": "https://www.meise.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "017150395c4e",
        "url": "https://www.meise.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "93e52beca203",
        "url": "https://www.meise.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "50dc7eb73c63",
        "url": "https://www.meise.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8c7b752a377c",
        "url": "https://www.meise.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f33deab1c864",
        "url": "https://www.meise.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d02221a2a36d",
        "url": "https://www.meise.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f2943a3ffc90",
        "url": "https://www.meise.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cd6cdb60d58d",
        "url": "https://www.meise.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bb624c166801",
        "url": "https://www.meise.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5893f8e307ed",
        "url": "https://www.meise.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "10fc0158f1af",
        "url": "https://www.meise.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "10e003502b3c",
        "url": "https://www.meise.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4eb266668f6f",
        "url": "https://www.meise.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "52d253b1b795",
        "url": "https://www.meise.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5cf56c592381",
        "url": "https://www.meise.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d79e68bba616",
        "url": "https://www.meise.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "19615e5bb1bf",
        "url": "https://www.meise.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3a042b47309f",
        "url": "https://www.meise.be/",
        "ruleKey": "rule:empty-heading|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9e0ae5970765",
        "url": "https://www.meise.be/",
        "ruleKey": "rule:image-redundant-alt|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1e822d0e33f6",
        "url": "https://www.meise.be/",
        "ruleKey": "rule:image-redundant-alt|light",
        "engine": "axe"
      },
      {
        "fingerprint": "98c591c6f631",
        "url": "https://www.meise.be/",
        "ruleKey": "rule:image-redundant-alt|light",
        "engine": "axe"
      },
      {
        "fingerprint": "67f35b98bced",
        "url": "https://www.meise.be/",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1341dd399d27",
        "url": "https://www.meise.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e42348ee8f96",
        "url": "https://www.meise.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3037a75d86ba",
        "url": "https://www.meise.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ee06c1487ae1",
        "url": "https://www.meise.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e09bfc5941d5",
        "url": "https://www.meise.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "49d2309aebaa",
        "url": "https://www.meise.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f79e71a45819",
        "url": "https://www.meise.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e1f086c36924",
        "url": "https://www.meise.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "85551f6322b9",
        "url": "https://www.meise.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "45ff6f815f33",
        "url": "https://www.meise.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d98c840c49c6",
        "url": "https://www.meise.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4c771026c1b3",
        "url": "https://www.meise.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "90b0bfded021",
        "url": "https://www.meise.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "266edd6c1904",
        "url": "https://www.meise.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "85b2420ff958",
        "url": "https://www.meise.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fb374b823bc7",
        "url": "https://www.meise.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ff920b6f3d25",
        "url": "https://www.meise.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "331a07da2353",
        "url": "https://www.meise.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b42a122714f3",
        "url": "https://www.meise.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "832945867009",
        "url": "https://www.meise.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "327020284965",
        "url": "https://www.meise.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0142118c2cd0",
        "url": "https://www.meise.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "67e02469febd",
        "url": "https://www.meise.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "43bb33e5ff64",
        "url": "https://www.meise.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c87fd400cc20",
        "url": "https://www.meise.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "75651b0a5f5e",
        "url": "https://www.meise.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6c6b88af7ce9",
        "url": "https://www.meise.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "080de55499af",
        "url": "https://www.meise.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0b3430b2d3b6",
        "url": "https://www.meise.be/",
        "ruleKey": "rule:heading_content_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9499220bbdd4",
        "url": "https://www.meise.be/",
        "ruleKey": "rule:aria_accessiblename_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a98e81cb727c",
        "url": "https://www.meise.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "511234c64e40",
        "url": "https://www.meise.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e58132515105",
        "url": "https://www.meise.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d03cfeb8ce5f",
        "url": "https://www.meise.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8a44e21ce5f8",
        "url": "https://www.meise.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a240b28abf99",
        "url": "https://www.meise.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fae862559f35",
        "url": "https://www.meise.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a5de39ae873b",
        "url": "https://www.meise.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9ec587ff401a",
        "url": "https://www.meise.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a0548d7ca19b",
        "url": "https://www.meise.be/",
        "ruleKey": "rule:img_alt_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bb18f0a4b694",
        "url": "https://www.meise.be/",
        "ruleKey": "rule:img_alt_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6119698c559f",
        "url": "https://www.meise.be/",
        "ruleKey": "rule:img_alt_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5738b8c77277",
        "url": "https://www.meise.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b53e36cd0c0d",
        "url": "https://www.meise.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "690e2c79592b",
        "url": "https://www.meise.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3736dc0ca7cf",
        "url": "https://www.meise.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ec2d75d7c9f4",
        "url": "https://www.meise.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "02531ba49d1f",
        "url": "https://www.meise.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6016eda8af4f",
        "url": "https://www.meise.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dbf2cef53080",
        "url": "https://www.meise.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7d49cd4b6d9f",
        "url": "https://www.meise.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b9dd6a4beb14",
        "url": "https://www.meise.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9e0d8df46519",
        "url": "https://www.meise.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a7ef548e8c85",
        "url": "https://www.meise.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b86e65a6cbd7",
        "url": "https://www.meise.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0acf08fa6fed",
        "url": "https://www.meise.be/",
        "ruleKey": "rule:aria_child_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b24a5d9d2a20",
        "url": "https://www.merchtem.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4c9547db0037",
        "url": "https://www.merchtem.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "522542ae7de3",
        "url": "https://www.merchtem.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2a403202f2c3",
        "url": "https://www.merchtem.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b27b91c7e9b8",
        "url": "https://www.merchtem.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2e35235ee03c",
        "url": "https://www.merchtem.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5a145086d11a",
        "url": "https://www.merchtem.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b82f6422c8ac",
        "url": "https://www.merchtem.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9732911b5464",
        "url": "https://www.merchtem.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "be318d5f310a",
        "url": "https://www.merchtem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "033c361e4292",
        "url": "https://www.merchtem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5ba91fb3b06f",
        "url": "https://www.merchtem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e14a29f7123b",
        "url": "https://www.merchtem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "61cc7f70bf4d",
        "url": "https://www.merchtem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5d9a1266f069",
        "url": "https://www.merchtem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c889651af988",
        "url": "https://www.merchtem.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "583f77e8d96d",
        "url": "https://www.merchtem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1a9aaa31763b",
        "url": "https://www.merchtem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7ce306d38162",
        "url": "https://www.merchtem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "907e95e2db8b",
        "url": "https://www.merchtem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "98cd5b968ac9",
        "url": "https://www.merchtem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8d9ca66b35e1",
        "url": "https://www.merchtem.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a0847ab62eeb",
        "url": "https://www.merchtem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b7100eeacc01",
        "url": "https://www.opwijk.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2e0a9ae53ab0",
        "url": "https://www.opwijk.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5ec2315220f7",
        "url": "https://www.opwijk.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b1b26003d64d",
        "url": "https://www.opwijk.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7e327e3c30bd",
        "url": "https://www.opwijk.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "747da1a7bb4e",
        "url": "https://www.opwijk.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d01d7573d07b",
        "url": "https://www.opwijk.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1470a6aad1a6",
        "url": "https://www.opwijk.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "880aefa66441",
        "url": "https://www.opwijk.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "59301b9f81cc",
        "url": "https://www.opwijk.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ee8a21d0791b",
        "url": "https://www.opwijk.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b84cbf5b61da",
        "url": "https://www.opwijk.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cbe0f7ae5f95",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e71dd33ee0d2",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "42b586f282ca",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6a62772bc4ae",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2ed0f3095322",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "811f08fc9e4d",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7f9f659cb353",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "019bbe1a5dab",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f1d9f103490f",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f56f0807ab51",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5143beb4132b",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d096f8b73b88",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ddf9e1edd4e4",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8a435ac3d2f2",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4f434979b7d0",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "74449e918353",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1812eda06a8b",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7acf8f1afe9e",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cc1da2000c11",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9df833e44e8f",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5ed280fe3dc8",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9d82c1824d34",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d6ac95fed671",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "abbbebdec6bb",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d2c92c56bf37",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3e85ee6db5ae",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "89c87b41a144",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b8a33b7b755b",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4b7e4cfa7f85",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "64f0e024abf3",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ba7cb4ca2503",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b65534736e2c",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5de4ff407951",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f6eaf13c970d",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d8082a06c270",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "edb92d606319",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "828cbf52b1a9",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "af2256f3d31e",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "53c3da751f94",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "52f307120295",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "895eb0c4f62f",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d8cefa621fc8",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2c776c3505b3",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "38dc607e1f5f",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "848c9ffa8f97",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "064fbe551b41",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "675af92963c4",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fc42101eaa67",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "36477e1363c2",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "859bcc40ef2d",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "89a8136808d2",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9e2a3694cd52",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d8d455e1ba9e",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bb779b1a3622",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "47a2400de0d8",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8e3fbbbcb7d7",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5a5c4e89c9c4",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "84e278c9b436",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "18e39324af21",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6bd5d8e672e9",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "099d2304d881",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8f5e06ade355",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0856ae2704e0",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "887f09982f5d",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8bd6c6d7b044",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8bece99b66f9",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0e63a8df1fed",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f0578dceffd2",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1b01ba538807",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "24b0b21c6701",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dbaba90a615a",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a04a79f9f54f",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8aa87e1d7ff7",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c4affc8d9811",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bdbed85d977a",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "47d456c7ce64",
        "url": "https://www.opwijk.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3021e2d4cd45",
        "url": "https://www.oud-heverlee.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a4cb1bb38680",
        "url": "https://www.oud-heverlee.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "10837bb77cd4",
        "url": "https://www.oud-heverlee.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9c9046cd4fb6",
        "url": "https://www.oud-heverlee.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f8ea48726e87",
        "url": "https://www.oud-heverlee.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3707bbe57360",
        "url": "https://www.oud-heverlee.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "db045cfb66c4",
        "url": "https://www.oud-heverlee.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "56f7c64f39f0",
        "url": "https://www.oud-heverlee.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "554e0630a43a",
        "url": "https://www.oud-heverlee.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e298931915b8",
        "url": "https://www.oud-heverlee.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4e2eaa139944",
        "url": "https://www.oud-heverlee.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4d5fc137b9de",
        "url": "https://www.oud-heverlee.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cdc6e9e4b893",
        "url": "https://www.oud-heverlee.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9e42c2ec66ac",
        "url": "https://www.oud-heverlee.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "850841dd08de",
        "url": "https://www.oud-heverlee.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1f78bbdd25bb",
        "url": "https://www.oud-heverlee.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bd974b5b6a71",
        "url": "https://www.oud-heverlee.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cdfa76ffac06",
        "url": "https://www.oud-heverlee.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "897884af423b",
        "url": "https://www.oud-heverlee.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "26e2699b2e56",
        "url": "https://www.oud-heverlee.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d1e37d7b1754",
        "url": "https://www.oud-heverlee.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "074ed9fb8fb6",
        "url": "https://www.oud-heverlee.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "14a991c3da60",
        "url": "https://www.oud-heverlee.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "680ed599fdc4",
        "url": "https://www.oud-heverlee.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "eef16e862640",
        "url": "https://www.oud-heverlee.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "035122df54b6",
        "url": "https://www.oud-heverlee.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4184362a3510",
        "url": "https://www.oud-heverlee.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6cfe6db1fc0a",
        "url": "https://www.oud-heverlee.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6ae34a226340",
        "url": "https://www.oud-heverlee.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f9d73a3d0556",
        "url": "https://www.oud-heverlee.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "660c21fe9e85",
        "url": "https://www.oud-heverlee.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a3eef7b6ebb5",
        "url": "https://www.oud-heverlee.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bec444bc13dd",
        "url": "https://www.oud-heverlee.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "16c37b1c0b01",
        "url": "https://www.oud-heverlee.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c18b3cfde4b1",
        "url": "https://www.oud-heverlee.be/",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b145a7c75bf8",
        "url": "https://www.oud-heverlee.be/",
        "ruleKey": "rule:page-has-heading-one|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fa9ed5e76f86",
        "url": "https://www.oud-heverlee.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "698c34424d38",
        "url": "https://www.oud-heverlee.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "77dad5b8144b",
        "url": "https://www.oud-heverlee.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "aa2e0540b6f2",
        "url": "https://www.oud-heverlee.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f6a0b77ea511",
        "url": "https://www.oud-heverlee.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "07d285f4f77f",
        "url": "https://www.oud-heverlee.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bc0abd833217",
        "url": "https://www.oud-heverlee.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1a960c29223d",
        "url": "https://www.oud-heverlee.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "829dedee52f8",
        "url": "https://www.oud-heverlee.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "12e8bcb852de",
        "url": "https://www.oud-heverlee.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dc996d1926fd",
        "url": "https://www.oud-heverlee.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "94b4c76633e4",
        "url": "https://www.oud-heverlee.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "325a7b526cc6",
        "url": "https://www.oud-heverlee.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5621e050726e",
        "url": "https://www.oud-heverlee.be/",
        "ruleKey": "rule:aria_child_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e619ff7bad0a",
        "url": "https://www.oud-heverlee.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "24b85ba39787",
        "url": "https://www.oud-heverlee.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b9652127819f",
        "url": "https://www.oud-heverlee.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aa64161bdbef",
        "url": "https://www.oud-heverlee.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bd4367364da7",
        "url": "https://www.oud-heverlee.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d7d7209651c7",
        "url": "https://www.oud-heverlee.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3933f7a266b0",
        "url": "https://www.overijse.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2b5e7a24e8f3",
        "url": "https://www.overijse.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c508ec336e62",
        "url": "https://www.overijse.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "971d1c08ce6a",
        "url": "https://www.overijse.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6952f213bbd5",
        "url": "https://www.overijse.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c1cf910e1168",
        "url": "https://www.overijse.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1e09f0c2d05a",
        "url": "https://www.overijse.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "35ea36d8e137",
        "url": "https://www.overijse.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3c255f0d5461",
        "url": "https://www.overijse.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "52ae45b0436e",
        "url": "https://www.overijse.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6f37ff54a906",
        "url": "https://www.overijse.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f5046a51e9ca",
        "url": "https://www.overijse.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8a1b6f305adb",
        "url": "https://www.overijse.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d924fd6a9583",
        "url": "https://www.overijse.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a62d4106260d",
        "url": "https://www.overijse.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "84ee5070351a",
        "url": "https://www.overijse.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9532579ad3b0",
        "url": "https://www.overijse.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "19b325e3cef1",
        "url": "https://www.overijse.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d690707421e9",
        "url": "https://www.overijse.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "86de1daeb492",
        "url": "https://www.overijse.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "efa4e206b233",
        "url": "https://www.overijse.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2b62f4fc187a",
        "url": "https://www.overijse.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "06538e4d0662",
        "url": "https://www.overijse.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "eb7824d411b9",
        "url": "https://www.overijse.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "282d185c9010",
        "url": "https://www.overijse.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c14e46333e1a",
        "url": "https://www.overijse.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5984cd0c4d83",
        "url": "https://www.overijse.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b1265c963ff8",
        "url": "https://www.overijse.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5da62a8eeeba",
        "url": "https://www.overijse.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "786c1e542ccb",
        "url": "https://www.overijse.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5db8449e5878",
        "url": "https://www.overijse.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e9f3ee4752c8",
        "url": "https://www.overijse.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "41cb2410486d",
        "url": "https://www.overijse.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eb59292c1413",
        "url": "https://www.overijse.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4e34149cdb7d",
        "url": "https://www.overijse.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2d718d5c8303",
        "url": "https://www.overijse.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8314dda471d8",
        "url": "https://www.overijse.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ce68d7a5f084",
        "url": "https://www.overijse.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "941247e42fdb",
        "url": "https://www.overijse.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "66dd8f63c837",
        "url": "https://www.overijse.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "529654716b5d",
        "url": "https://www.overijse.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fdbb667fc88f",
        "url": "https://www.overijse.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ea0bab770e21",
        "url": "https://www.overijse.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8b75c56b5f24",
        "url": "https://www.overijse.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3e2a6dde02fb",
        "url": "https://www.overijse.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "998bebfd45b5",
        "url": "https://www.overijse.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3293f58558e3",
        "url": "https://www.overijse.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "34acc8ca0315",
        "url": "https://www.overijse.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4b3f10b67c0d",
        "url": "https://www.overijse.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "44e3a289857e",
        "url": "https://www.overijse.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "87f799791a5e",
        "url": "https://www.overijse.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8fca58400c7d",
        "url": "https://www.overijse.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "14a93e7f4d35",
        "url": "https://www.overijse.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d1dd61015c85",
        "url": "https://www.overijse.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8ee670fceee0",
        "url": "https://www.overijse.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "430480249989",
        "url": "https://www.overijse.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b5b338130c81",
        "url": "https://www.overijse.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9b2d7ad24924",
        "url": "https://www.overijse.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "254bbe28ed21",
        "url": "https://www.pajottegem.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "09a701e6732f",
        "url": "https://www.pajottegem.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8726e419fea3",
        "url": "https://www.pajottegem.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f3b6c5eef259",
        "url": "https://www.pajottegem.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "54e309974182",
        "url": "https://www.pajottegem.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6c15ef60347f",
        "url": "https://www.pajottegem.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a3eb8791ff4d",
        "url": "https://www.pajottegem.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7e57cc090b9d",
        "url": "https://www.pajottegem.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "92a0764d50c9",
        "url": "https://www.pajottegem.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d412f62b6766",
        "url": "https://www.pajottegem.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a7c2be95aa9b",
        "url": "https://www.pajottegem.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "866285ae1fcd",
        "url": "https://www.pajottegem.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e314a51e8a17",
        "url": "https://www.pajottegem.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "18dc81d7ec22",
        "url": "https://www.pajottegem.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c73d1dbc2e4a",
        "url": "https://www.pajottegem.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4f5c6a358e8f",
        "url": "https://www.pajottegem.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1d0c2faf3443",
        "url": "https://www.pajottegem.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dfdd431298e5",
        "url": "https://www.pajottegem.be/",
        "ruleKey": "rule:style_background_decorative|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "810ba331fb18",
        "url": "https://www.pajottegem.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eb074f66fca9",
        "url": "https://www.pajottegem.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "67b015784b45",
        "url": "https://www.pajottegem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f7148f453e11",
        "url": "https://www.pajottegem.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b2a4d7755126",
        "url": "https://www.pajottegem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "affcea18364d",
        "url": "https://www.pajottegem.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eda41020ad18",
        "url": "https://www.pajottegem.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7953a93478b6",
        "url": "https://www.pajottegem.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fd57e865d5fa",
        "url": "https://www.pajottegem.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1534e767101c",
        "url": "https://www.pajottegem.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "de15ef214022",
        "url": "https://www.pajottegem.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0326a306eaa3",
        "url": "https://www.pajottegem.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b96172187e9c",
        "url": "https://www.pajottegem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ce72ebad3b2a",
        "url": "https://www.pajottegem.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6de76ab059d0",
        "url": "https://www.pajottegem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "18f42cf274cc",
        "url": "https://www.pajottegem.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "64736db9010c",
        "url": "https://www.pajottegem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b19f636f71e7",
        "url": "https://www.pajottegem.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5ac9237fbc43",
        "url": "https://www.pajottegem.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2c7f21077d30",
        "url": "https://www.pajottegem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dc548e0c611b",
        "url": "https://www.pajottegem.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "501ce6144518",
        "url": "https://www.pajottegem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f9475deec7ae",
        "url": "https://www.pajottegem.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "25b9f3f469b5",
        "url": "https://www.pajottegem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "25874709f0f4",
        "url": "https://www.pajottegem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3496a2c25d02",
        "url": "https://www.pajottegem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "70dc72fb5368",
        "url": "https://www.pajottegem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dffbe468def3",
        "url": "https://www.pajottegem.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "10f19628a8f6",
        "url": "https://www.pajottegem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5fce5b007503",
        "url": "https://www.pajottegem.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "33350c44d7fd",
        "url": "https://www.pajottegem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a8508728f92f",
        "url": "https://www.pajottegem.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7cd488752536",
        "url": "https://www.pajottegem.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "649a28012cd4",
        "url": "https://www.pajottegem.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4e448f8879eb",
        "url": "https://www.pajottegem.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5dee37d6ac7d",
        "url": "https://www.pajottegem.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ffce16f8bacb",
        "url": "https://www.pajottegem.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "738536dbd672",
        "url": "https://www.pajottegem.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a5a7fa8a5dd5",
        "url": "https://www.pajottegem.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d6a1202aa4b4",
        "url": "https://www.pajottegem.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5727cccf6a7b",
        "url": "https://www.pajottegem.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d32b3f6b5ef7",
        "url": "https://www.pajottegem.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "942a4095fe6b",
        "url": "https://www.pajottegem.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "60daa731c789",
        "url": "https://www.pajottegem.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eab15c40192f",
        "url": "https://www.pajottegem.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bd6cc8631038",
        "url": "https://www.pajottegem.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3ed81d2a62c6",
        "url": "https://www.pajottegem.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "68a6c3c71531",
        "url": "https://www.pajottegem.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "534a0642e5c7",
        "url": "https://www.pajottegem.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3d357b54bb3f",
        "url": "https://www.pajottegem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c9ed1dff5bc6",
        "url": "https://www.pajottegem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6aef77ee8684",
        "url": "https://www.pepingen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6fbf6c75ab8c",
        "url": "https://www.pepingen.be/",
        "ruleKey": "rule:page-has-heading-one|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8382966086c2",
        "url": "https://www.pepingen.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "90f5d09b0383",
        "url": "https://www.pepingen.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2fa79a5bf915",
        "url": "https://www.pepingen.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8044376f7a86",
        "url": "https://www.pepingen.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2c6cf3f16e8a",
        "url": "https://www.pepingen.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "02456d2f64fc",
        "url": "https://www.pepingen.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d136c7d137fc",
        "url": "https://www.pepingen.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "850bf9677256",
        "url": "https://www.pepingen.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dd6b2d639e30",
        "url": "https://www.pepingen.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f9c1a980c05b",
        "url": "https://www.pepingen.be/",
        "ruleKey": "rule:style_background_decorative|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9eccd24cf40f",
        "url": "https://www.pepingen.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e5e3e7e65831",
        "url": "https://www.pepingen.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b5259ccc60d3",
        "url": "https://www.pepingen.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "06bc4cd7de8c",
        "url": "https://www.pepingen.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ee5d08a1aa04",
        "url": "https://www.pepingen.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "af59cb355e09",
        "url": "https://www.pepingen.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0b113fdfb347",
        "url": "https://www.pepingen.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2d6e8df86a3a",
        "url": "https://www.pepingen.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e9fe87bdbda2",
        "url": "https://www.pepingen.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b05ef18329f4",
        "url": "https://www.pepingen.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f4445a7fb337",
        "url": "https://www.pepingen.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f68aedd9cb54",
        "url": "https://www.pepingen.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c72f8fd44c75",
        "url": "https://www.pepingen.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1cc4d8a026e3",
        "url": "https://www.pepingen.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f7a35a236b1b",
        "url": "https://www.pepingen.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "097930fef7b2",
        "url": "https://www.pepingen.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7b9deeddfe3c",
        "url": "https://www.pepingen.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f3c54d6bc810",
        "url": "https://www.pepingen.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0caf0873157c",
        "url": "https://www.pepingen.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5562974a616c",
        "url": "https://www.pepingen.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8aaec239610b",
        "url": "https://www.pepingen.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4abc0f0cb26b",
        "url": "https://www.pepingen.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6581130cbc8e",
        "url": "https://www.pepingen.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a08d34d76413",
        "url": "https://www.pepingen.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "157889e70c6a",
        "url": "https://www.roosdaal.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8ad5b7638d71",
        "url": "https://www.roosdaal.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "42c3de0727d0",
        "url": "https://www.roosdaal.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a46582ac0fe3",
        "url": "https://www.roosdaal.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b45295d769a7",
        "url": "https://www.roosdaal.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "335760dec330",
        "url": "https://www.roosdaal.be/",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a5c6e257a047",
        "url": "https://www.roosdaal.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "62cd68146adf",
        "url": "https://www.roosdaal.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "191adef93159",
        "url": "https://www.roosdaal.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0f9a5767b9f8",
        "url": "https://www.roosdaal.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cd10293425dc",
        "url": "https://www.roosdaal.be/",
        "ruleKey": "rule:page-has-heading-one|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7c79dae9dbf2",
        "url": "https://www.roosdaal.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cfe4a825eea4",
        "url": "https://www.roosdaal.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0ba94d0ce2f5",
        "url": "https://www.roosdaal.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ef030aac9710",
        "url": "https://www.roosdaal.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e19e26f42253",
        "url": "https://www.roosdaal.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "08e716b15a3d",
        "url": "https://www.roosdaal.be/",
        "ruleKey": "rule:style_background_decorative|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fb5c03d9527b",
        "url": "https://www.roosdaal.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "85d000eb3390",
        "url": "https://www.roosdaal.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "884151eb7baa",
        "url": "https://www.roosdaal.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a6c86d95587e",
        "url": "https://www.roosdaal.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3bd90f367d2a",
        "url": "https://www.roosdaal.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ad6ce29162e9",
        "url": "https://www.roosdaal.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1cf0160ff40c",
        "url": "https://www.roosdaal.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f139cf6177a5",
        "url": "https://www.roosdaal.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "90fd88b82151",
        "url": "https://www.roosdaal.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8c556a733cd7",
        "url": "https://www.roosdaal.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8a6ac3bc862f",
        "url": "https://www.roosdaal.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5e0881351047",
        "url": "https://www.roosdaal.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "97b14b68f887",
        "url": "https://www.roosdaal.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8c2e6fc4d46a",
        "url": "https://www.roosdaal.be/",
        "ruleKey": "rule:script_onclick_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ff82177d79b3",
        "url": "https://www.roosdaal.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e99193213e10",
        "url": "https://www.roosdaal.be/",
        "ruleKey": "rule:script_onclick_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "525e71a7a0b3",
        "url": "https://www.roosdaal.be/",
        "ruleKey": "rule:script_onclick_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9ba6b87b81e2",
        "url": "https://www.roosdaal.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6150abe7e0b8",
        "url": "https://www.roosdaal.be/",
        "ruleKey": "rule:script_onclick_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8671103d6d88",
        "url": "https://www.roosdaal.be/",
        "ruleKey": "rule:script_onclick_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dfc8f9c48538",
        "url": "https://www.roosdaal.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "851a7b0758b2",
        "url": "https://www.roosdaal.be/",
        "ruleKey": "rule:script_onclick_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6e3b1f977d30",
        "url": "https://www.roosdaal.be/",
        "ruleKey": "rule:script_onclick_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "512ac012a550",
        "url": "https://www.roosdaal.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "99fafe8653b8",
        "url": "https://www.roosdaal.be/",
        "ruleKey": "rule:script_onclick_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3c732d3c1b38",
        "url": "https://www.roosdaal.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "74b674f64955",
        "url": "https://www.roosdaal.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d613aac29e99",
        "url": "https://www.roosdaal.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e4bc2b7b165d",
        "url": "https://www.roosdaal.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a602320fc9a1",
        "url": "https://www.roosdaal.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7ea0f7e4a640",
        "url": "https://www.roosdaal.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "27b18a534ffd",
        "url": "https://www.roosdaal.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8d6c3bacb514",
        "url": "https://www.roosdaal.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "34518ed57d11",
        "url": "https://www.roosdaal.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b92ba2a248e4",
        "url": "https://www.roosdaal.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e66a5ebcf9b4",
        "url": "https://www.roosdaal.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aecc99746e1b",
        "url": "https://www.roosdaal.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "81dd1714b3ba",
        "url": "https://www.roosdaal.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cda44c517ab8",
        "url": "https://www.roosdaal.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5e7bcfcee6f5",
        "url": "https://www.roosdaal.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a0b79b136cca",
        "url": "https://www.roosdaal.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "31ef235261bd",
        "url": "https://www.roosdaal.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e5f8129da66b",
        "url": "https://www.roosdaal.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e95c17cc8d70",
        "url": "https://www.roosdaal.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "85a33cec95bd",
        "url": "https://www.roosdaal.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9854d9310b27",
        "url": "https://www.roosdaal.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "28f276a764d6",
        "url": "https://www.rotselaar.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c76ae688e73f",
        "url": "https://www.rotselaar.be/",
        "ruleKey": "rule:landmark-no-duplicate-contentinfo|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ef93a7fb9028",
        "url": "https://www.rotselaar.be/",
        "ruleKey": "rule:landmark-unique|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9b8375cc912f",
        "url": "https://www.rotselaar.be/",
        "ruleKey": "rule:page-has-heading-one|light",
        "engine": "axe"
      },
      {
        "fingerprint": "57294cdfb8c7",
        "url": "https://www.rotselaar.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "89baa0e6e2ca",
        "url": "https://www.rotselaar.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d384b364c418",
        "url": "https://www.rotselaar.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "29e83c341101",
        "url": "https://www.rotselaar.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7af071641e96",
        "url": "https://www.rotselaar.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b49f00a7a6cd",
        "url": "https://www.rotselaar.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "654a1526ed0a",
        "url": "https://www.rotselaar.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "98572b58d7e8",
        "url": "https://www.rotselaar.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "06e0211e7be7",
        "url": "https://www.rotselaar.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3c0300ae740b",
        "url": "https://www.rotselaar.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "55eb7c6c2d4d",
        "url": "https://www.rotselaar.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "50963dfff14c",
        "url": "https://www.rotselaar.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "392e77d883ea",
        "url": "https://www.rotselaar.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fefdc1c76691",
        "url": "https://www.rotselaar.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3c82108a68e1",
        "url": "https://www.rotselaar.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1715b1d665ed",
        "url": "https://www.rotselaar.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "01bfdf092977",
        "url": "https://www.rotselaar.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "38674b25340d",
        "url": "https://www.rotselaar.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "15f9d7fdac89",
        "url": "https://www.rotselaar.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "00e20e6e05c8",
        "url": "https://www.rotselaar.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fe01c11f8b0b",
        "url": "https://www.rotselaar.be/",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6f2fcdfede8c",
        "url": "https://www.rotselaar.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8a4a4c0f75eb",
        "url": "https://www.rotselaar.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fd1cd69733a6",
        "url": "https://www.rotselaar.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a8141cf25b00",
        "url": "https://www.rotselaar.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "63f1ae064520",
        "url": "https://www.rotselaar.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a055eb035716",
        "url": "https://www.rotselaar.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c5e86f35c603",
        "url": "https://www.rotselaar.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e1bd67830c40",
        "url": "https://www.rotselaar.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0727db24e1b2",
        "url": "https://www.rotselaar.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "32733867c97b",
        "url": "https://www.rotselaar.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "973d056cf2fc",
        "url": "https://www.rotselaar.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cc3125d50522",
        "url": "https://www.rotselaar.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "823bf8ecb070",
        "url": "https://www.rotselaar.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c9a5d46683ea",
        "url": "https://www.rotselaar.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "97a655b00a56",
        "url": "https://www.rotselaar.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3aa5c2babd19",
        "url": "https://www.rotselaar.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "08b99e8b6e9b",
        "url": "https://www.rotselaar.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b476cf4b7ded",
        "url": "https://www.rotselaar.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fbfd6061ff44",
        "url": "https://www.rotselaar.be/",
        "ruleKey": "rule:img_alt_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "527084a3f070",
        "url": "https://www.rotselaar.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "95054917e338",
        "url": "https://www.rotselaar.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b2aebb77c155",
        "url": "https://www.rotselaar.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1d14bb74ca58",
        "url": "https://www.rotselaar.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "314f29c6c650",
        "url": "https://www.rotselaar.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "acd4af572866",
        "url": "https://www.rotselaar.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a9e5a5a5918a",
        "url": "https://www.rotselaar.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "05d41489331b",
        "url": "https://www.rotselaar.be/",
        "ruleKey": "rule:aria_contentinfo_single|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0d95ddf26a1a",
        "url": "https://www.rotselaar.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b018dd12b160",
        "url": "https://www.rotselaar.be/",
        "ruleKey": "rule:aria_contentinfo_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "52bb422c588b",
        "url": "https://www.rotselaar.be/",
        "ruleKey": "rule:aria_landmark_name_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ecd78d1a1361",
        "url": "https://www.rotselaar.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cfe3adb6eef9",
        "url": "https://www.rotselaar.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2666ba22fe95",
        "url": "https://www.rotselaar.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a8a7062336a9",
        "url": "https://www.rotselaar.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "849859ea87a1",
        "url": "https://www.rotselaar.be/",
        "ruleKey": "rule:aria_contentinfo_single|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c61e53b16f89",
        "url": "https://www.rotselaar.be/",
        "ruleKey": "rule:aria_contentinfo_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "48d9202e720c",
        "url": "https://www.rotselaar.be/",
        "ruleKey": "rule:aria_landmark_name_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "803a04632fda",
        "url": "https://www.rotselaar.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9f8cc2ab79b1",
        "url": "https://www.rotselaar.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7135e4fcaaa9",
        "url": "https://www.rotselaar.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5a3cd9fbe950",
        "url": "https://www.rotselaar.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "56ec42caff0e",
        "url": "https://www.rotselaar.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "653f88bd76f1",
        "url": "https://www.rotselaar.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8cb8930e816d",
        "url": "https://www.rotselaar.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c7fd718fcb9c",
        "url": "https://www.scherpenheuvel-zichem.be/",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe"
      },
      {
        "fingerprint": "56f699f71f6b",
        "url": "https://www.scherpenheuvel-zichem.be/",
        "ruleKey": "wcag:wcag311|light",
        "engine": "axe"
      },
      {
        "fingerprint": "874a89ac30ec",
        "url": "https://www.scherpenheuvel-zichem.be/",
        "ruleKey": "rule:landmark-one-main|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6b927a529b71",
        "url": "https://www.scherpenheuvel-zichem.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ec7c15f53136",
        "url": "https://www.scherpenheuvel-zichem.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "60d6dcfdc021",
        "url": "https://www.scherpenheuvel-zichem.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "eda2ad215149",
        "url": "https://www.scherpenheuvel-zichem.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d1b49905451c",
        "url": "https://www.scherpenheuvel-zichem.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "488f6ecf6006",
        "url": "https://www.scherpenheuvel-zichem.be/",
        "ruleKey": "rule:html_lang_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "90e12601ebc0",
        "url": "https://www.scherpenheuvel-zichem.be/",
        "ruleKey": "rule:skip_main_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2b264ec1b192",
        "url": "https://www.scherpenheuvel-zichem.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "29c519877a22",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "970bbfa1ac7c",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "79f131c09716",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "730a47b5f9b5",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a11acce216fc",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "17579873f990",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2b00d2b1d3f3",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2926ef40c98b",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ed8468be27f4",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "28f0b0114219",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d79e24e406aa",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6abc6e992e96",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a2725f662697",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "75d6db523ac7",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "62d70ab38294",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3c986f0bfe2e",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f02e71eb2a66",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d940cedf0955",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "210466ad288e",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f94a0d961954",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8b330c04559a",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ceab57b250f7",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "512703c40c84",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:image-redundant-alt|light",
        "engine": "axe"
      },
      {
        "fingerprint": "93e815383309",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:image-redundant-alt|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7d15d3e8adae",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:image-redundant-alt|light",
        "engine": "axe"
      },
      {
        "fingerprint": "048d2b6fe471",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:image-redundant-alt|light",
        "engine": "axe"
      },
      {
        "fingerprint": "694307813a8c",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:image-redundant-alt|light",
        "engine": "axe"
      },
      {
        "fingerprint": "dcf602ffec2a",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:image-redundant-alt|light",
        "engine": "axe"
      },
      {
        "fingerprint": "15fe9c5defb2",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:image-redundant-alt|light",
        "engine": "axe"
      },
      {
        "fingerprint": "dae9a823a312",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:image-redundant-alt|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fbea0a060005",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fe29070c9c82",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:landmark-one-main|light",
        "engine": "axe"
      },
      {
        "fingerprint": "94be8f9295c1",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:landmark-unique|light",
        "engine": "axe"
      },
      {
        "fingerprint": "98ab907a54af",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3d2ed7dcb718",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:page-has-heading-one|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e739299b5798",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "06043429d701",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7eb50772642e",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ce578a3a95aa",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7486d00f9391",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "854e04492f8f",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2434e8ad7262",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5d791e15e570",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "feef23b2e59b",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9ae826f820a0",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a21561168882",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a8fa3185c942",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cdd6c490b535",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "854301a8e00b",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e40846a9ef1a",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aa112f1904c7",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:style_background_decorative|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9462d05370c3",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "02d5f0a3e889",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f78b3e6555dc",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "67191ef9c8cc",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "95f9c2f82c3e",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:aria_landmark_name_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3a986701a017",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:aria_navigation_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8e9fb00a9662",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5579024769a4",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6ed3cb8e2a69",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7ba0ed1139d4",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:aria_landmark_name_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c847090429ce",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:aria_navigation_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ab3cae5bb998",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cbccc4a05f09",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9a31116efd76",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "42da177c3b55",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "30179fcd6aa9",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5f19d46a3f51",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "079dbf0a3e56",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f91028a52ab5",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aad70130930f",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:img_alt_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "91c121cd7672",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3f5e06c39ac9",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:img_alt_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0339aa3c59a6",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:img_alt_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e59f3e90be00",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:img_alt_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "db39b94b84c6",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:img_alt_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9f3f8dacc949",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:img_alt_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "534427f2cd7a",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:img_alt_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6719efe289f9",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:img_alt_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c423aa8c62e6",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3ab3d8fe9644",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "485740aa98d3",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aca4cd51f958",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "47ae136fbc4a",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "87bd5a117193",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "99543d75104e",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f33b8a242415",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b65aea12dee7",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d6f95e667c9f",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6e92b20e8ab7",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cad4f1328021",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e2757a0a6dc1",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "54558db0148d",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4502ab76d5c1",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "573cd1d9e1d9",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8f3d3f7ac7b6",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e8ae64313a9b",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dd2cc0f76645",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0b3729e9739a",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2c2bd4c1c7e4",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "24198f49cc67",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "91edaece5d86",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c4d4ec78c462",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a7a597f6a291",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ddbe24d056db",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4005f0990374",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "59cdc31a835a",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5930012e0eb7",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cf16fd0037d4",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8cbe8bc9bfbd",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "981e5e497513",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ba859534f172",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9a9ff38a5579",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "afcbad74ed3c",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "50605afa7f35",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b249425c26d9",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b386bea9b46e",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:aria_contentinfo_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4b7b4146c0e9",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7d7aa351aa68",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f2768f9b3f70",
        "url": "https://www.sint-genesius-rode.be/nl/startpagina",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8de8735c7903",
        "url": "https://www.sint-pieters-leeuw.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "da3cae07809c",
        "url": "https://www.sint-pieters-leeuw.be/",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe"
      },
      {
        "fingerprint": "83e953db8980",
        "url": "https://www.sint-pieters-leeuw.be/",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7e13db97ca73",
        "url": "https://www.sint-pieters-leeuw.be/",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cab1a192bf1e",
        "url": "https://www.sint-pieters-leeuw.be/",
        "ruleKey": "rule:landmark-complementary-is-top-level|light",
        "engine": "axe"
      },
      {
        "fingerprint": "af3e43e1d4ef",
        "url": "https://www.sint-pieters-leeuw.be/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bf4206e1975e",
        "url": "https://www.sint-pieters-leeuw.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9f8568f2477d",
        "url": "https://www.sint-pieters-leeuw.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "712acbc08504",
        "url": "https://www.sint-pieters-leeuw.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "85273588e9e5",
        "url": "https://www.sint-pieters-leeuw.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "373466298a6a",
        "url": "https://www.sint-pieters-leeuw.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5c7f03c1e34f",
        "url": "https://www.sint-pieters-leeuw.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1907f9cd4bbe",
        "url": "https://www.sint-pieters-leeuw.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4bddc0a03955",
        "url": "https://www.sint-pieters-leeuw.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a1316c0bc261",
        "url": "https://www.sint-pieters-leeuw.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "58c108578668",
        "url": "https://www.sint-pieters-leeuw.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d202c21587ef",
        "url": "https://www.sint-pieters-leeuw.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bc0c9bb3859b",
        "url": "https://www.sint-pieters-leeuw.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f573663450ce",
        "url": "https://www.sint-pieters-leeuw.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7c00d393a65d",
        "url": "https://www.sint-pieters-leeuw.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "54612ef162bd",
        "url": "https://www.sint-pieters-leeuw.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8635428fc58d",
        "url": "https://www.sint-pieters-leeuw.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2902b47fd40e",
        "url": "https://www.sint-pieters-leeuw.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "81f8cf73362f",
        "url": "https://www.sint-pieters-leeuw.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2d091d5540d9",
        "url": "https://www.sint-pieters-leeuw.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6976067f29b4",
        "url": "https://www.sint-pieters-leeuw.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0a4686df0806",
        "url": "https://www.sint-pieters-leeuw.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2bec05666a80",
        "url": "https://www.sint-pieters-leeuw.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "319937048698",
        "url": "https://www.sint-pieters-leeuw.be/",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "003255a5ea67",
        "url": "https://www.sint-pieters-leeuw.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "edd3739fe018",
        "url": "https://www.sint-pieters-leeuw.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ed14a1e98983",
        "url": "https://www.sint-pieters-leeuw.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "feb9cb126ca7",
        "url": "https://www.sint-pieters-leeuw.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8b83efa9a37a",
        "url": "https://www.sint-pieters-leeuw.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cae7d86a058b",
        "url": "https://www.sint-pieters-leeuw.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3d9d28b555eb",
        "url": "https://www.sint-pieters-leeuw.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d41afc30ee55",
        "url": "https://www.sint-pieters-leeuw.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "532274374db7",
        "url": "https://www.sint-pieters-leeuw.be/",
        "ruleKey": "rule:aria_complementary_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "80b03d7d6c36",
        "url": "https://www.sint-pieters-leeuw.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "94f016378aaa",
        "url": "https://www.sint-pieters-leeuw.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f8ee3c122d3b",
        "url": "https://www.sint-pieters-leeuw.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "487d164e8cbc",
        "url": "https://www.sint-pieters-leeuw.be/",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "87554315e766",
        "url": "https://www.sint-pieters-leeuw.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b37a822a9ec4",
        "url": "https://www.sint-pieters-leeuw.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4368b6091b0c",
        "url": "https://www.sint-pieters-leeuw.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "84258b704894",
        "url": "https://www.sint-pieters-leeuw.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b024ef3a9f75",
        "url": "https://www.sint-pieters-leeuw.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ba3045968b4d",
        "url": "https://www.sint-pieters-leeuw.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "72efdf1de801",
        "url": "https://www.sint-pieters-leeuw.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "54b369e889b2",
        "url": "https://www.sint-pieters-leeuw.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3581ecbc4a5f",
        "url": "https://www.sint-pieters-leeuw.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cef3150775e6",
        "url": "https://www.sint-pieters-leeuw.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f43daf6ee08d",
        "url": "https://www.sint-pieters-leeuw.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9e69fa83b368",
        "url": "https://www.sint-pieters-leeuw.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f5aec2d5eb40",
        "url": "https://www.sint-pieters-leeuw.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7ba09a640e45",
        "url": "https://www.sint-pieters-leeuw.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dd0191bb69a8",
        "url": "https://www.sint-pieters-leeuw.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "40cc99bdf0e2",
        "url": "https://www.sint-pieters-leeuw.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bac86eb4e12e",
        "url": "https://www.sint-pieters-leeuw.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f57988321d9b",
        "url": "https://www.sint-pieters-leeuw.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0a9ae9577c6c",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "71d9c2bf2ed7",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8b316579c4c8",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3bfb3a6279a6",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a6492a448379",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3e52688abcc2",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "865e6220ca98",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e9007b77f9b7",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4a872319a958",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "74071a8548c0",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "027ba0019e41",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "968d287213f2",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8328dbe809a6",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3ae597335bde",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "93d457d117c0",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c45c55581063",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ef31e091d757",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "rule:landmark-contentinfo-is-top-level|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3d27a865e820",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "rule:landmark-no-duplicate-contentinfo|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f39da6e87d65",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "rule:landmark-unique|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6d7304854458",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2b101b04b434",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "09e0615d8e5c",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1d4e93476d5b",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fabf1ff8ee75",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d4ec02daa692",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f5226f3d3cf8",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "81ccb7ee8612",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1a96a32db647",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8d750721fcd3",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2e11a2704e7c",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e7a213a93634",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "13d646f3adb7",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a3c906d1ed5c",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f6fd0e9ec15c",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2f32beb1b429",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8e582f0fd272",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7f493d314c1e",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5d6f0c7c08b9",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "38745321c357",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bfe951fe8b8f",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "54da9a867d81",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ea3700e492cf",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7a5361fde3e4",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "rule:aria_attribute_value_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f9a39ea7e977",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "rule:aria_child_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d175422e667a",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c33a5ece04af",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "afd9f200c0b5",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7094a5234642",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "rule:widget_tabbable_single|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1324d6a9cb94",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "549a2e978604",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "rule:widget_tabbable_single|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a8c9f8a47b48",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "rule:widget_tabbable_single|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "46ae5e5d65cd",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "rule:widget_tabbable_single|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d2bb92c6235d",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "rule:widget_tabbable_single|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cd89c90b2558",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "rule:widget_tabbable_single|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8abd29da41a1",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "rule:widget_tabbable_single|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "45d7daf40c33",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "rule:widget_tabbable_single|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e8fa3cdaa0e9",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "40e2c2092ddf",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "rule:widget_tabbable_single|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b0b546d0f13b",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "rule:widget_tabbable_single|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9127bdd7a279",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "rule:widget_tabbable_single|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "184a239e94bc",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "rule:widget_tabbable_single|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3351899ca7eb",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "rule:widget_tabbable_single|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "061ee332408f",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "rule:widget_tabbable_single|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e274692f0fd5",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "rule:widget_tabbable_single|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "85623f755737",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "rule:widget_tabbable_single|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8d27d177593d",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "rule:widget_tabbable_single|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0863a00e408d",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "rule:widget_tabbable_single|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "449a303d3d2a",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "rule:widget_tabbable_single|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9ae8de6480c4",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "25882c348b02",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b706a745f7ef",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "577819082439",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9edfd0a5a165",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f7b792cf54e1",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9864f78bdb9c",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "rule:aria_contentinfo_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "671ed06628e7",
        "url": "https://www.steenokkerzeel.be/",
        "ruleKey": "rule:aria_contentinfo_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d1b705a33027",
        "url": "https://www.ternat.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6adeb5f4152b",
        "url": "https://www.ternat.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ea6badf47875",
        "url": "https://www.ternat.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3308a86e2d56",
        "url": "https://www.ternat.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "249a48d6d788",
        "url": "https://www.ternat.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ebed1fd7afcf",
        "url": "https://www.ternat.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9da7a01155e0",
        "url": "https://www.ternat.be/",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ab9e7630df6e",
        "url": "https://www.ternat.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "28899804bf7e",
        "url": "https://www.ternat.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "06242dc6cfdc",
        "url": "https://www.ternat.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "99aa24870f36",
        "url": "https://www.ternat.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e565a1da666f",
        "url": "https://www.ternat.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a17a78d7b980",
        "url": "https://www.ternat.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7c1052c8874d",
        "url": "https://www.ternat.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "afcaaba83ff3",
        "url": "https://www.ternat.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0583a437101b",
        "url": "https://www.ternat.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0e76b86f6bbe",
        "url": "https://www.ternat.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f5997e0e80c4",
        "url": "https://www.ternat.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "21dc8ec253e3",
        "url": "https://www.ternat.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b82709848adf",
        "url": "https://www.ternat.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3d1503b6def1",
        "url": "https://www.ternat.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e10f6c070655",
        "url": "https://www.ternat.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3f9edc7e0d0a",
        "url": "https://www.ternat.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "392eb40d3c39",
        "url": "https://www.ternat.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6b1dbf1bd5cd",
        "url": "https://www.ternat.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4109e5179d2b",
        "url": "https://www.ternat.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f201f0df6077",
        "url": "https://www.ternat.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2b049b8df1bb",
        "url": "https://www.ternat.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "342bfb37dd2d",
        "url": "https://www.ternat.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "afdac8e95381",
        "url": "https://www.ternat.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5473b6688865",
        "url": "https://www.ternat.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f33f698ef7a8",
        "url": "https://www.ternat.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a1e8553b64f1",
        "url": "https://www.ternat.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eec3f30263eb",
        "url": "https://www.tervuren.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e36e46b7dde0",
        "url": "https://www.tervuren.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "88a7964d427b",
        "url": "https://www.tervuren.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c918c66e3519",
        "url": "https://www.tervuren.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "36c5a70254d7",
        "url": "https://www.tervuren.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "268ca2186f32",
        "url": "https://www.tervuren.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a99488c0f605",
        "url": "https://www.tervuren.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7cf75a49fdfb",
        "url": "https://www.tervuren.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3bff54ea0134",
        "url": "https://www.tervuren.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e5558524a940",
        "url": "https://www.tervuren.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "44b56e8be1a1",
        "url": "https://www.tervuren.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "261fb8505148",
        "url": "https://www.tervuren.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c0e08b05c1c1",
        "url": "https://www.tervuren.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2ffc69004b40",
        "url": "https://www.tervuren.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "451da734ca46",
        "url": "https://www.tervuren.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "604067e9d145",
        "url": "https://www.tervuren.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "28a4755ab466",
        "url": "https://www.tervuren.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0b549eb2ba10",
        "url": "https://www.tervuren.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ffe619366548",
        "url": "https://www.tervuren.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8267bd322565",
        "url": "https://www.tervuren.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9e4959ce7e32",
        "url": "https://www.tervuren.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8b762b10b93f",
        "url": "https://www.tervuren.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d118d2119869",
        "url": "https://www.tervuren.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "75b10fb0a63d",
        "url": "https://www.tervuren.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cde41f021417",
        "url": "https://www.tervuren.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "30fac721c00d",
        "url": "https://www.tervuren.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a5d34903d2d5",
        "url": "https://www.tervuren.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "60047dcd7b54",
        "url": "https://www.tervuren.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "82461c66ddae",
        "url": "https://www.tervuren.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ef9460cdadb4",
        "url": "https://www.tervuren.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ba15d46ec515",
        "url": "https://www.tervuren.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "692836853d92",
        "url": "https://www.tervuren.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f4f6a60cd5ca",
        "url": "https://www.tervuren.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "45fc00f2a24b",
        "url": "https://www.tervuren.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4b51c7f7957a",
        "url": "https://www.tervuren.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "baf96ac4d017",
        "url": "https://www.tervuren.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5fa54a8244d1",
        "url": "https://www.tervuren.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e6647ce4a828",
        "url": "https://www.tervuren.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ab78d7efe05e",
        "url": "https://www.tervuren.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5a0504e94c6c",
        "url": "https://www.tervuren.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "444d13897b2f",
        "url": "https://www.tervuren.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e56c371e6169",
        "url": "https://www.tervuren.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5cc2b8ccc3c6",
        "url": "https://www.tervuren.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "816550164e0d",
        "url": "https://www.tervuren.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "48a8e8df0bd7",
        "url": "https://www.tervuren.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1a8901eb662a",
        "url": "https://www.tervuren.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c14da08ecc76",
        "url": "https://www.tervuren.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "66d8b3368da8",
        "url": "https://www.tervuren.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "08f479fec565",
        "url": "https://www.tervuren.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9fd3763e3c41",
        "url": "https://www.tervuren.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c961cfe7b272",
        "url": "https://www.tervuren.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c9bd6c176161",
        "url": "https://www.tervuren.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e0da88d52d45",
        "url": "https://www.tervuren.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e0e13db6a442",
        "url": "https://www.tervuren.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "df32988a93b3",
        "url": "https://www.tervuren.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7ec265bfd4ff",
        "url": "https://www.tervuren.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8bc03b688ec1",
        "url": "https://www.tervuren.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f847eec40e53",
        "url": "https://www.tervuren.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "03bc950782f3",
        "url": "https://www.tervuren.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "96737a08c704",
        "url": "https://www.tervuren.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e7d89f1a81ae",
        "url": "https://www.tervuren.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "22d2a3377a0e",
        "url": "https://www.tervuren.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0873fa1642f6",
        "url": "https://www.tervuren.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "11c92c9bdb6a",
        "url": "https://www.tielt-winge.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "db89d42e42b1",
        "url": "https://www.tielt-winge.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1b14654ab199",
        "url": "https://www.tielt-winge.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7840cf5881c6",
        "url": "https://www.tielt-winge.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "afc9cda4d154",
        "url": "https://www.tielt-winge.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cce83b841c26",
        "url": "https://www.tielt-winge.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8ac79677b472",
        "url": "https://www.tielt-winge.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "15d9d8f577e8",
        "url": "https://www.tielt-winge.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "379e2a06af98",
        "url": "https://www.tielt-winge.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8a7c02f36857",
        "url": "https://www.tielt-winge.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5d4696bd576b",
        "url": "https://www.tielt-winge.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "04235a8cf00d",
        "url": "https://www.tielt-winge.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f4707d113f2e",
        "url": "https://www.tielt-winge.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9fc645cf1a1a",
        "url": "https://www.tielt-winge.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a40968ffd2e9",
        "url": "https://www.tielt-winge.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "95a26c16fbed",
        "url": "https://www.tielt-winge.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3b83368e0502",
        "url": "https://www.tielt-winge.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c6731c7e0255",
        "url": "https://www.tielt-winge.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "50f4957a52fd",
        "url": "https://www.tielt-winge.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "499f3a36bba3",
        "url": "https://www.tielt-winge.be/",
        "ruleKey": "rule:aria_child_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1b0bde4532aa",
        "url": "https://www.tienen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b20dbe72b2a5",
        "url": "https://www.tienen.be/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3e4ddeac46d3",
        "url": "https://www.tienen.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "317fdccb4efe",
        "url": "https://www.tienen.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "40a26c30698b",
        "url": "https://www.tienen.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9437e531714a",
        "url": "https://www.tienen.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6ff32f5370f3",
        "url": "https://www.tienen.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ae71f5009699",
        "url": "https://www.tienen.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a09d9c87377b",
        "url": "https://www.tienen.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f7f4dc24316e",
        "url": "https://www.tienen.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1bd181a06dfe",
        "url": "https://www.tienen.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "09efc2265180",
        "url": "https://www.tienen.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "92fec8805027",
        "url": "https://www.tienen.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ca70bd74c3bc",
        "url": "https://www.tienen.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0679cc8cc795",
        "url": "https://www.tienen.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2d26ad47a36b",
        "url": "https://www.tienen.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "988e8870fb0f",
        "url": "https://www.tienen.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "de7a16e8f21a",
        "url": "https://www.tienen.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d6c1969a51ec",
        "url": "https://www.tienen.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "001331a88b58",
        "url": "https://www.tienen.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bfdbc0b9e5d5",
        "url": "https://www.tienen.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "dac9a2b95cd0",
        "url": "https://www.tienen.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "93d3ca89e2af",
        "url": "https://www.tienen.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fc71c9de66af",
        "url": "https://www.tienen.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c77cf765c3b9",
        "url": "https://www.tienen.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "72ab88d42974",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ab7c91af124d",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "71b336434206",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1068fc2854e0",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a0867c802cef",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "10f9a1502d5c",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "61d01fbb7c70",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cba51b45bc1e",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c434bd0354c6",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "339723328be2",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "30023ba29ea0",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c5e55a187d45",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c693c58ed4a1",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "25b46a8354cf",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a6d3b4aabd8b",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e0ad98573999",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0449771c8cfd",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4d645142c02a",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3cdfcb5c7ca7",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7a13350cb83b",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "503b8af6f49e",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fd10d5ae60d4",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "24678a5828c2",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b0d348744aff",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0f0cbbd824d9",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7d1fcaf57a3c",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "294a133bfbeb",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "74d9217b604d",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "371d43fd420c",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b47b0bdf459d",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cab24d1edcdd",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "158640c4dab3",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8024dc55a7b4",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "273efb9f1dc7",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f45a8e2ba48d",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ff3002e39311",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "17d72103fceb",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1a8d9137dce4",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "faa172d2e17d",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bac9691c5c2f",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f94db3d3d557",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fc3cc6c20918",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "56dd14cd35b7",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3962446039cc",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "002c0282a902",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3d241b525555",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "961ff9d67991",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a5d1b7fe0a92",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "df99f4bbfd69",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4983c63436bd",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "364f2fedbf26",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5873f0121fb9",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c591e03d1699",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fb5496eda951",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:frame_src_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c90e4f7b9353",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:frame_title_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d7bfaf2b273a",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0c2218790c25",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7bc93b9f45ce",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8f1de2d0235b",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0679ea51026f",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2cf084d8ae43",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1f0bdc7d9bb9",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fc2c58c7c5e0",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "89d3e5cc9828",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "02998387066c",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fe1efe7b6a37",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3dd4d5f5c0d3",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d568af47c671",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7c44a84e5a72",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "97de1aec7378",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "41d9dce1aebf",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "09d44644b7a2",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f8599e0b6cd8",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4d027eb0bb21",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "25f742035540",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "638b465de738",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "04cdaf673e3e",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b962fe0d5b7d",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c5bef212e75d",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c72eef33622b",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "071217e786d0",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1926e615f19a",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a33b4b3a5fe6",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "90f5b890b145",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bbe73b29ab22",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dfed0e2f37ac",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3efa6b059d0d",
        "url": "https://www.tienen.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c4497c30eb41",
        "url": "https://www.tremelo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5e7d3197764d",
        "url": "https://www.tremelo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d0c3de8041c1",
        "url": "https://www.tremelo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "37d40f5207bb",
        "url": "https://www.tremelo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "dde38a43fc9e",
        "url": "https://www.tremelo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e34d1d19226b",
        "url": "https://www.tremelo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "835037ea769d",
        "url": "https://www.tremelo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a13161973463",
        "url": "https://www.tremelo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "92fa4422f065",
        "url": "https://www.tremelo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3736588af3c3",
        "url": "https://www.tremelo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cb2467ddf659",
        "url": "https://www.tremelo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "20387c18eac6",
        "url": "https://www.tremelo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b0758971bc99",
        "url": "https://www.tremelo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c648e8300ced",
        "url": "https://www.tremelo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ba025490ccf6",
        "url": "https://www.tremelo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "58251708b5f3",
        "url": "https://www.tremelo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "35796871e036",
        "url": "https://www.tremelo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "372d6a8174f9",
        "url": "https://www.tremelo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "06b33fc58328",
        "url": "https://www.tremelo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0466a472e2bf",
        "url": "https://www.tremelo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4cc9ee3a2d12",
        "url": "https://www.tremelo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c3f20d4867e1",
        "url": "https://www.tremelo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fa3df6c67537",
        "url": "https://www.tremelo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b5708034b65d",
        "url": "https://www.tremelo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2afb801a8d4f",
        "url": "https://www.tremelo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "89a344a5df4f",
        "url": "https://www.tremelo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4ec5750639b9",
        "url": "https://www.tremelo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ddbc4680a5b7",
        "url": "https://www.tremelo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "250d9f7f10bd",
        "url": "https://www.tremelo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "af305d70e894",
        "url": "https://www.tremelo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c2e0e79a293c",
        "url": "https://www.tremelo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "530bff86bf5f",
        "url": "https://www.tremelo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "84ac9eb68acf",
        "url": "https://www.tremelo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "82f384da3a1f",
        "url": "https://www.tremelo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3addfdaf5e28",
        "url": "https://www.tremelo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ef1fcb4fbd51",
        "url": "https://www.tremelo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2bc5ec2ef241",
        "url": "https://www.tremelo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "664fa474cb69",
        "url": "https://www.tremelo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "67ab167f540f",
        "url": "https://www.tremelo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1e16e669cf13",
        "url": "https://www.tremelo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "12b79d976f47",
        "url": "https://www.tremelo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "053f0bccaf26",
        "url": "https://www.tremelo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "27da2c01de3a",
        "url": "https://www.tremelo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4eca3f5dd1e7",
        "url": "https://www.tremelo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a72f31289f6d",
        "url": "https://www.tremelo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "857ffa54bc20",
        "url": "https://www.tremelo.be/",
        "ruleKey": "rule:image-redundant-alt|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0c3e9c8682a0",
        "url": "https://www.tremelo.be/",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cb7a774831dd",
        "url": "https://www.tremelo.be/",
        "ruleKey": "rule:landmark-unique|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4744583863ca",
        "url": "https://www.tremelo.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "03785634a4b9",
        "url": "https://www.tremelo.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ccab4eafa9f1",
        "url": "https://www.tremelo.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ca4c15a2e1aa",
        "url": "https://www.tremelo.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cb7c1698ea1a",
        "url": "https://www.tremelo.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "006e7cae53f9",
        "url": "https://www.tremelo.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d1bcb2c2353b",
        "url": "https://www.tremelo.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3a8800e52f0c",
        "url": "https://www.tremelo.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2dd78b00d1a6",
        "url": "https://www.tremelo.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "655254929722",
        "url": "https://www.tremelo.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d50de6cfb94e",
        "url": "https://www.tremelo.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "afb5b26f48e0",
        "url": "https://www.tremelo.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aa8925c1605d",
        "url": "https://www.tremelo.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "db6812b3ca9b",
        "url": "https://www.tremelo.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "787f289b4ba4",
        "url": "https://www.tremelo.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d59dfea36a18",
        "url": "https://www.tremelo.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "29e45aa143f3",
        "url": "https://www.tremelo.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "35fe021d4e35",
        "url": "https://www.tremelo.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ef2d517aa737",
        "url": "https://www.tremelo.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1e17a001720d",
        "url": "https://www.tremelo.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dbe400e7f8f6",
        "url": "https://www.tremelo.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c0b6bc66a0e9",
        "url": "https://www.tremelo.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bc4af3159531",
        "url": "https://www.tremelo.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ebb2c3ca5a1f",
        "url": "https://www.tremelo.be/",
        "ruleKey": "rule:aria_landmark_name_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5f74f09602c9",
        "url": "https://www.tremelo.be/",
        "ruleKey": "rule:aria_navigation_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6a5a9cb10c92",
        "url": "https://www.tremelo.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "99c7c08b1497",
        "url": "https://www.tremelo.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f37b0375c24a",
        "url": "https://www.tremelo.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "84c8674d3a19",
        "url": "https://www.tremelo.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7c12955a7adb",
        "url": "https://www.tremelo.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "261687c60ae5",
        "url": "https://www.tremelo.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "74a72af2ba6b",
        "url": "https://www.tremelo.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6abf391053e9",
        "url": "https://www.tremelo.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c609cb1134e6",
        "url": "https://www.tremelo.be/",
        "ruleKey": "rule:aria_landmark_name_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "76f3ff2e5487",
        "url": "https://www.tremelo.be/",
        "ruleKey": "rule:aria_navigation_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "61b3fce4b0aa",
        "url": "https://www.tremelo.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1554ab29c8e7",
        "url": "https://www.tremelo.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2ab2c94abce2",
        "url": "https://www.tremelo.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fbfb54ec9a7f",
        "url": "https://www.tremelo.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "35663c691e51",
        "url": "https://www.tremelo.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2db816841091",
        "url": "https://www.tremelo.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1b1eaec50b42",
        "url": "https://www.tremelo.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0dadd46acffd",
        "url": "https://www.tremelo.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "17fa54470159",
        "url": "https://www.tremelo.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e7c74e87bbb6",
        "url": "https://www.tremelo.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6718a03b34d2",
        "url": "https://www.tremelo.be/",
        "ruleKey": "rule:img_alt_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b574ce60334c",
        "url": "https://www.tremelo.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "861b1a0b3d5a",
        "url": "https://www.tremelo.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7659622974c2",
        "url": "https://www.tremelo.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "20b32f2aa239",
        "url": "https://www.tremelo.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f9f03cad7952",
        "url": "https://www.tremelo.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2213cae8d969",
        "url": "https://www.vilvoorde.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3fb5c6b184eb",
        "url": "https://www.vilvoorde.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3c112c8c176a",
        "url": "https://www.vilvoorde.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b9adaca0b65b",
        "url": "https://www.vilvoorde.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "af168a2f3f3a",
        "url": "https://www.vilvoorde.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dfc4ea6ff89b",
        "url": "https://www.vilvoorde.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dc54569db81f",
        "url": "https://www.vilvoorde.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2e124bd8a0d7",
        "url": "https://www.vilvoorde.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7e573b00f9d6",
        "url": "https://www.vilvoorde.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "89372beb0312",
        "url": "https://www.vilvoorde.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b6379d373d6e",
        "url": "https://www.vilvoorde.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d77004e204cc",
        "url": "https://www.vilvoorde.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "acb61b6aff5c",
        "url": "https://www.vilvoorde.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0cd2c8b2ab77",
        "url": "https://www.vilvoorde.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1c34ff5f2ba8",
        "url": "https://www.vilvoorde.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c4fbcd44ea81",
        "url": "https://www.vilvoorde.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "92231b523049",
        "url": "https://www.vilvoorde.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2adeb56ce7aa",
        "url": "https://www.vilvoorde.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cda1024fc6e6",
        "url": "https://www.vilvoorde.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4cd890714c86",
        "url": "https://www.wemmel.be/nl/startpagina",
        "ruleKey": "rule:landmark-unique|light",
        "engine": "axe"
      },
      {
        "fingerprint": "10aad7bf0cc6",
        "url": "https://www.wemmel.be/nl/startpagina",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "dbe8a2b0e311",
        "url": "https://www.wemmel.be/nl/startpagina",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fe4cbabb836c",
        "url": "https://www.wemmel.be/nl/startpagina",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e674ea8a2033",
        "url": "https://www.wemmel.be/nl/startpagina",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a8539e0d172e",
        "url": "https://www.wemmel.be/nl/startpagina",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "afc8534ec04d",
        "url": "https://www.wemmel.be/nl/startpagina",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5d608f0420fb",
        "url": "https://www.wemmel.be/nl/startpagina",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "17adc82cdcff",
        "url": "https://www.wemmel.be/nl/startpagina",
        "ruleKey": "rule:aria_landmark_name_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "91bd8783dc04",
        "url": "https://www.wemmel.be/nl/startpagina",
        "ruleKey": "rule:aria_navigation_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "318dc99b30df",
        "url": "https://www.wemmel.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4995c8d73810",
        "url": "https://www.wemmel.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4bffbf9ba788",
        "url": "https://www.wemmel.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4f06ba52fb80",
        "url": "https://www.wemmel.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6aeb40b133d3",
        "url": "https://www.wemmel.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "45fa3c657243",
        "url": "https://www.wemmel.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "55e1c4a65ed7",
        "url": "https://www.wemmel.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1b8aca41806e",
        "url": "https://www.wemmel.be/nl/startpagina",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "201dd784c2da",
        "url": "https://www.wemmel.be/nl/startpagina",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1d2de8999350",
        "url": "https://www.wemmel.be/nl/startpagina",
        "ruleKey": "rule:aria_landmark_name_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6b6a368fcd18",
        "url": "https://www.wemmel.be/nl/startpagina",
        "ruleKey": "rule:aria_navigation_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d2245b36a929",
        "url": "https://www.wemmel.be/nl/startpagina",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c6f346df8182",
        "url": "https://www.wemmel.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "87e43eda5745",
        "url": "https://www.wemmel.be/nl/startpagina",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1f490da04e43",
        "url": "https://www.wemmel.be/nl/startpagina",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "056eb026ef5b",
        "url": "https://www.wemmel.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fb2035358c70",
        "url": "https://www.wemmel.be/nl/startpagina",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8360b422fd40",
        "url": "https://www.wemmel.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2275de7d69f3",
        "url": "https://www.wemmel.be/nl/startpagina",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e69131f9ecae",
        "url": "https://www.wemmel.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aebf43044601",
        "url": "https://www.wemmel.be/nl/startpagina",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a65b36db2240",
        "url": "https://www.wemmel.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bb03c57dadc2",
        "url": "https://www.wemmel.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5d7383c0f542",
        "url": "https://www.wemmel.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "12d6b67dd64f",
        "url": "https://www.wemmel.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "431f2d316acd",
        "url": "https://www.wemmel.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d1c36213c909",
        "url": "https://www.wemmel.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e7a538b82d5f",
        "url": "https://www.wemmel.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9ae6804ae26a",
        "url": "https://www.wemmel.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "75cdf746b6c6",
        "url": "https://www.wemmel.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f72cfd8892e1",
        "url": "https://www.wemmel.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8424863a013d",
        "url": "https://www.wemmel.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "625fcdbed612",
        "url": "https://www.wemmel.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3afc4b9fb666",
        "url": "https://www.wemmel.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3c9c5fb5efc5",
        "url": "https://www.wemmel.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3f6490dddb69",
        "url": "https://www.wemmel.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b8a4d6bea03a",
        "url": "https://www.wemmel.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eedb3bfdfff3",
        "url": "https://www.wemmel.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "61792efe2c8d",
        "url": "https://www.wemmel.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "184b425cac93",
        "url": "https://www.wemmel.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dea2f29c7b38",
        "url": "https://www.wemmel.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "26c7ee9accbf",
        "url": "https://www.wemmel.be/nl/startpagina",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ae75c1975e73",
        "url": "https://www.wezembeek-oppem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f606b13bb771",
        "url": "https://www.wezembeek-oppem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "da49a4382365",
        "url": "https://www.wezembeek-oppem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b539e9ea2385",
        "url": "https://www.wezembeek-oppem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f42f7aea741a",
        "url": "https://www.wezembeek-oppem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c4e28ca03a76",
        "url": "https://www.wezembeek-oppem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f8a65948a612",
        "url": "https://www.wezembeek-oppem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3ed21e02090f",
        "url": "https://www.wezembeek-oppem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "87a2c06807f3",
        "url": "https://www.wezembeek-oppem.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0312052e9521",
        "url": "https://www.wezembeek-oppem.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c6a97a2b57a8",
        "url": "https://www.wezembeek-oppem.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "09ad9118d950",
        "url": "https://www.wezembeek-oppem.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f20e8b130021",
        "url": "https://www.wezembeek-oppem.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dce813211b8d",
        "url": "https://www.wezembeek-oppem.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bdde09ac7aae",
        "url": "https://www.wezembeek-oppem.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3fadb24e4481",
        "url": "https://www.wezembeek-oppem.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "69b0e7f5169e",
        "url": "https://www.wezembeek-oppem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5bfc8fef5068",
        "url": "https://www.wezembeek-oppem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1dfd2106abaf",
        "url": "https://www.wezembeek-oppem.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f897db89abcf",
        "url": "https://www.wezembeek-oppem.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4f4edd37249d",
        "url": "https://www.wezembeek-oppem.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "06f5e178964b",
        "url": "https://www.zaventem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7f3be371b487",
        "url": "https://www.zaventem.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f9997e8ebf09",
        "url": "https://www.zaventem.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4ea920efdf7a",
        "url": "https://www.zaventem.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5ae6c5b78b2b",
        "url": "https://www.zaventem.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b3b41633f3e4",
        "url": "https://www.zaventem.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3f8edc2f9ea5",
        "url": "https://www.zaventem.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e2ad70655a8d",
        "url": "https://www.zaventem.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0308a0719ab6",
        "url": "https://www.zaventem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fc2b84f963b7",
        "url": "https://www.zaventem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6324d9e4c2b9",
        "url": "https://www.zaventem.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "040ea7031f80",
        "url": "https://www.zaventem.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cf4ba0a93e85",
        "url": "https://www.zaventem.be/",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "23e6ea1b5482",
        "url": "https://www.zaventem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "561e9109e013",
        "url": "https://www.zemst.be/",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2c9592932720",
        "url": "https://www.zemst.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5dfbb4b3e1a9",
        "url": "https://www.zemst.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fdb56e5c69b0",
        "url": "https://www.zemst.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e827af209d8e",
        "url": "https://www.zemst.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "11407fa48326",
        "url": "https://www.zemst.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5f70b6ebca47",
        "url": "https://www.zemst.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4c97737cf53d",
        "url": "https://www.zemst.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "40af910a4835",
        "url": "https://www.zemst.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6323cb0c1377",
        "url": "https://www.zemst.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c331d7084169",
        "url": "https://www.zemst.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8de1563ebbc4",
        "url": "https://www.zemst.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "786605f0a3a3",
        "url": "https://www.zemst.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5fbf62e9185e",
        "url": "https://www.zemst.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c23c8c794fc1",
        "url": "https://www.zemst.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eb293d1a155b",
        "url": "https://www.zemst.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "024196d30068",
        "url": "https://www.zemst.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d294ed7fd0be",
        "url": "https://www.zemst.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "28127513ac09",
        "url": "https://www.zemst.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3df534ae433f",
        "url": "https://www.zoutleeuw.be/",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe"
      },
      {
        "fingerprint": "736550297cb0",
        "url": "https://www.zoutleeuw.be/",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6d7388e51a83",
        "url": "https://www.zoutleeuw.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "75e75843ee71",
        "url": "https://www.zoutleeuw.be/",
        "ruleKey": "rule:page-has-heading-one|light",
        "engine": "axe"
      },
      {
        "fingerprint": "50861455c747",
        "url": "https://www.zoutleeuw.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3eea2ca98679",
        "url": "https://www.zoutleeuw.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4bfedfffe309",
        "url": "https://www.zoutleeuw.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7f26d5a4feac",
        "url": "https://www.zoutleeuw.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ad76235124f7",
        "url": "https://www.zoutleeuw.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9f25e75b917d",
        "url": "https://www.zoutleeuw.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bf4400b0bbdc",
        "url": "https://www.zoutleeuw.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "481192605ead",
        "url": "https://www.zoutleeuw.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a44e9aef0e1c",
        "url": "https://www.zoutleeuw.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "56b17c00da56",
        "url": "https://www.zoutleeuw.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8bb62c74f11c",
        "url": "https://www.zoutleeuw.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "163600582ccb",
        "url": "https://www.zoutleeuw.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "33931943e27b",
        "url": "https://www.zoutleeuw.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8a958f5eec7a",
        "url": "https://www.zoutleeuw.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "33e3f6ffe1db",
        "url": "https://www.zoutleeuw.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2d6b6d29dff2",
        "url": "https://www.zoutleeuw.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "adac88f4257d",
        "url": "https://www.zoutleeuw.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c44b6b521697",
        "url": "https://www.zoutleeuw.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "60b4c44afcbd",
        "url": "https://www.zoutleeuw.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8e2d13154b31",
        "url": "https://www.zoutleeuw.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "08a3c68b1a8a",
        "url": "https://www.zoutleeuw.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f30ce0b2349e",
        "url": "https://www.zoutleeuw.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8142b0207250",
        "url": "https://www.zoutleeuw.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b7ddc3828480",
        "url": "https://www.zoutleeuw.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      }
    ],
    "resolvedIssues": []
  }
}
