{
  "issueNumber": 280,
  "issueUrl": "https://github.com/mgifford/open-scans/issues/280",
  "issueTitle": "SCAN: Belgium municipalities (BE-VOV)",
  "scanTitle": "Belgium municipalities (BE-VOV)",
  "submittedBy": "julezrulez",
  "engines": [
    "axe",
    "equalaccess"
  ],
  "scannedAt": "2026-05-05T06:05:58.884Z",
  "totalElapsedMs": 966478,
  "totalSubmitted": 55,
  "acceptedCount": 55,
  "scannedCount": 55,
  "skippedDueToTimeout": 0,
  "skippedDueToErrAborted": 0,
  "rejectedCount": 0,
  "rejected": [],
  "alfaTotals": {
    "passed": 0,
    "failed": 0,
    "cantTell": 0,
    "inapplicable": 0
  },
  "axeTotals": {
    "passed": 42889,
    "failed": 1069,
    "cantTell": 1120,
    "inapplicable": 2371
  },
  "equalAccessTotals": {
    "passed": 138413,
    "failed": 4111,
    "uniqueFailed": 3030,
    "duplicates": 1081,
    "cantTell": 2487,
    "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": 1093,
  "darkModeUrlCount": 0,
  "reducedMotionUrlCount": 31,
  "highContrastUrlCount": 0,
  "forcedColorsUrlCount": 6,
  "reducedTransparencyUrlCount": 0,
  "results": [
    {
      "submittedUrl": "https://aalst.be/",
      "finalUrl": "https://aalst.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Welkom | Stad Aalst",
      "elapsedMs": 18688,
      "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": 1019,
          "failed": 4,
          "cantTell": 2,
          "inapplicable": 42
        },
        "failedRules": [
          "empty-heading",
          "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-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": "empty-heading",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/empty-heading?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": ".block--page-links > h2",
            "html": "<h2></h2>",
            "message": "Headings should not be empty",
            "fixSummary": "Fix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4184fce61127",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-610b7066"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".cookie-consent__content-wrapper",
            "html": "<div class=\"cookie-consent__content-wrapper\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dbdcdbfc149e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7c509a2c"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".cookie-consent__checkboxes-wrapper",
            "html": "<div class=\"cookie-consent__checkboxes-wrapper\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8a695e75ef6a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a70ea906"
          },
          {
            "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": "d272320bb50d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c1791208"
          }
        ],
        "outcomeCount": 1067,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 4
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2845,
          "failed": 110,
          "cantTell": 76,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_accessiblename_exists",
          "aria_attribute_valid",
          "aria_content_in_landmark",
          "aria_form_label_unique",
          "element_attribute_deprecated",
          "element_id_unique",
          "element_tabbable_unobscured",
          "figure_label_exists",
          "heading_content_exists",
          "input_checkboxes_grouped",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "svg_graphics_labelled",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_contrast_sufficient",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<html style=\"--calibr8__container-width: 1280px; --calibr8__container--medium: 10; --calibr8__container--small: 8; --calibr8__container--tiny: 6;\" data-once=\"easytheme-properties layout-builder-colors\" class=\" js\" prefix=\"og: https://ogp.me/ns#\" dir=\"ltr\" lang=\"nl\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf2a06fc60f4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f2688fc4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b10292740a68",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/assets/css/css_v3htP4cuNpjVJatLyR0b_nbCd7sgzaHMB2yF7nEBmQA.css?delta=0&language=nl&theme=aalst_basetheme&include=eJx9kd1uwyAMhV8Iwe3eBhlwE1aDI-yszZ5-5E-a2mUXgPHnI-wDAIn6AII6YkFXIFcDL8nKrQDlbzRQNQdWd5z21omJnYX24SGVXDeFB1JsLnKZuGJVua7ZHjwpgiw7HJGmV0qw8Nz7mjOlzgJxvMsV_U_Z59Jch64lEFncOukZV0495vZ7anwq5Xp3qc0TkD2uZsjV9bUZZTin6Eucbk6ZKUAzgtDi6GHKHmbl1QxCRXeRN7KIYtmb-cr4ELfttnCaCc0Dw-q2O04Ln_B8SyJ186rahAqZxCoPwx_as6ygCAzvfPsDuzvyAwOS1Sg\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "35a57eb6544a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-dbd4598a"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<body data-once=\"ginAccent oidc-mcpf-toolbar form-single-submit webform-single-submit\" aria-hidden=\"false\" class=\"front not-logged-in path-frontpage page-type--landing-page mobile-menu-enabled\">",
            "message": "The ARIA attributes \"aria-hidden\" are not valid for the element <body> with implicit ARIA role \"generic\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "df95bffa3e20",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d97a99dc"
          },
          {
            "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": "0dba0193d4ed",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "a7aefbb234a3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-13065efa"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a rel=\"home\" title=\"Start\" href=\"/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "41ad1a14bfc8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b7ac0b02"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a data-once=\"search-menu-anchor\" aria-controls=\"search-menu\" aria-expanded=\"false\" aria-haspopup=\"true\" aria-label=\"Zoeken\" role=\"button\" style=\"display: none;\" class=\"search-menu-anchor icon-search anchor-link\" id=\"search-menu-anchor\" href=\"#\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "188c90645525",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8cf0ad8f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a data-once=\"mobile-menu\" aria-controls=\"mobile-menu-content\" aria-expanded=\"false\" aria-haspopup=\"true\" aria-label=\"Mobile menu\" role=\"button\" style=\"display: none\" class=\"icon-menu anchor-link\" id=\"mobile-menu-anchor\" href=\"#\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7e193bef54a4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f5983d94"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<form data-drupal-form-fields=\"edit-search\" data-once=\"form-updated\" accept-charset=\"UTF-8\" id=\"views-exposed-form-solr-search-page-solr-search\" method=\"get\" action=\"/zoeken\" data-drupal-selector=\"views-exposed-form-solr-search-page-solr-search\" class=\"views-exposed-form\">",
            "message": "The <form> element has the id \"views-exposed-form-solr-search-page-solr-search\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8624b7162ff9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-635f1658"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form data-drupal-form-fields=\"edit-search\" data-once=\"form-updated\" accept-charset=\"UTF-8\" id=\"views-exposed-form-solr-search-page-solr-search\" method=\"get\" action=\"/zoeken\" data-drupal-selector=\"views-exposed-form-solr-search-page-solr-search\" class=\"views-exposed-form\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "06b405be95a3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a838f1a5"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input autocomplete=\"off\" data-once=\"autocomplete search-api-autocomplete\" maxlength=\"128\" size=\"30\" value=\"\" name=\"search\" id=\"edit-search\" type=\"text\" data-autocomplete-path=\"/search_api_autocomplete/solr_search?display=page_solr_search&&filter=search\" class=\"form-autocomplete form-text ui-autocomplete-input\" data-search-api-autocomplete-search=\"solr_search\" data-drupal-selector=\"edit-search\" placeholder=\"Waar ben je naar op 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": "9435a8e93554",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1b8751c2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input autocomplete=\"off\" data-once=\"autocomplete search-api-autocomplete\" maxlength=\"128\" size=\"30\" value=\"\" name=\"search\" id=\"edit-search\" type=\"text\" data-autocomplete-path=\"/search_api_autocomplete/solr_search?display=page_solr_search&&filter=search\" class=\"form-autocomplete form-text ui-autocomplete-input\" data-search-api-autocomplete-search=\"solr_search\" data-drupal-selector=\"edit-search\" placeholder=\"Waar ben je naar op zoek?\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "361abd041548",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0b91a0b2"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<button value=\"Zoeken\" id=\"edit-submit-solr-search\" type=\"submit\" data-drupal-selector=\"edit-submit-solr-search\" class=\"icon-search button js-form-submit form-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": "c9f08ef731cd",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-74796cdc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button value=\"Zoeken\" id=\"edit-submit-solr-search\" type=\"submit\" data-drupal-selector=\"edit-submit-solr-search\" class=\"icon-search 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": "2b1212fb7a90",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c05ced52"
          },
          {
            "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 12px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ed8f304788a1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6b5ec83d144e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "23c7da0fafb0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a37c7d8a"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg class=\"icon icon--ic-winkeltas\" height=\"25\" width=\"25\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "80f902dc3d29",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b5535eba"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"node/285\" class=\"title\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0b82342274df",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d6085746"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg class=\"icon icon--ic-afspraak\" height=\"25\" width=\"25\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "43bb36645387",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e85c64b6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"(opens in a new window)\" rel=\"noopener\" target=\"_blank\" data-extlink=\"\" href=\"https://aalst.mijnafspraakmaken.be/\" class=\"title ext\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3fa5f19da36d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-72fd4864"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg class=\"icon icon--ic-desktop-lamp\" height=\"25\" width=\"25\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f4fd8961e700",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-deb40568"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"(opens in a new window)\" rel=\"noopener\" target=\"_blank\" data-extlink=\"\" href=\"https://aalst.egovflow.be/\" class=\"title ext\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fa7c294c2589",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f0bb6b69"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg class=\"icon icon--ic-feedback\" height=\"25\" width=\"25\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "64ebbdab7b5a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-65b53d0b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"node/183\" class=\"title\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "54957125eab0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-55f87683"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg class=\"icon icon--ic-calendar-datum\" height=\"25\" width=\"25\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "638091d0c3d5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-37b25f94"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"node/101\" class=\"title\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7b8784f016d8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-290013b7"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg class=\"icon icon--ic-map-pin\" height=\"25\" width=\"25\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bc886378a714",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ffb54b61"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"node/29\" class=\"title\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d6f0b951c2bf",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b72ba8ac"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg class=\"icon icon--ic-aktetas\" height=\"25\" width=\"25\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f565ef8c23bf",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-aab00d92"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"node/79\" class=\"title\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cc9012681b1f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9eceb65c"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg class=\"icon icon--ic-torenkraan\" height=\"25\" width=\"25\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c9169d29ce68",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7168e35f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"node/260\" class=\"title\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6249cab2c71c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-505d99eb"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg class=\"icon icon--ic-reading\" height=\"25\" width=\"25\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c204a084c766",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-47ed2897"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"node/1456\" class=\"title\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "81d0d37c6b0d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8083b6a3"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg class=\"icon--sm icon icon--ic-map-pin\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "06318e7530e9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e3709b34"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"icon-block-list__content\">",
            "message": "Confirm this text 'Adres' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f94a2b151c5f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5e84c315"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg class=\"icon--sm icon icon--ic-telefoon-oproep\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9975ec3a6808",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-fc0347fe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"tel:053 77 9300\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9e58e7e83f7f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a3ab61be"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg class=\"icon--sm icon icon--ic-nieuwsbrief\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c21160dae16c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9ec7956a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"mailto:info@aalst.be\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c0092eebb698",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7f83a38f"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"location-opening-hours__date active\">",
            "message": "Confirm this text 'Dinsdag 5 mei 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3e295f943fa0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f062f6a8"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"card-tags\">",
            "message": "Confirm this text 'Burgerzaken en documenten' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f46f1fa3dccb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-aeb978ae"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"overlay-link\" href=\"/nieuws/deze-stadsgebouwen-zijn-open-en-gesloten-tijdens-de-feest-en-brugdagen-in-mei\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "835c59a09e73",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-349c2e56"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"image image--teaser image--variant-default has-caption\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5927de431a9a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-bba95524"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"overlay-link\" href=\"/nieuws/stad-aalst-zoekt-nieuwe-jagers-voor-gronden-in-en-rond-aalst\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3edabc47f207",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d0e421ba"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"image image--teaser image--variant-default\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "67573f12c37d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-326f5e5e"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"card-tags\">",
            "message": "Confirm this text 'Samenleven, welzijn en gezondheid' 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=\"overlay-link\" href=\"/nieuws/vera-en-marleen-trekken-naar-participatiemoment-over-mobiliteit\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "812c1f76605b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8ba80c50"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p>",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Het ging over alle facetten: bu ... jk alles kon je daar bespreken.\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ed36fdc3fded",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a938c687"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"image image--teaser image--variant-default\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"card-tags\">",
            "message": "Confirm this text 'Preventie en veiligheid' 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=\"overlay-link\" href=\"/nieuws/code-oranje-van-kracht-voor-brandgevaar-in-de-oost-vlaamse-natuurgebieden\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b94dd137feec",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a65342a9"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"image image--teaser image--variant-default has-caption\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"card-tags\">",
            "message": "Confirm this text 'Afval en recyclage' 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=\"overlay-link\" href=\"/nieuws/raap-zwerfvuil-met-je-collegas-en-win-een-beloning\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ba0091815c71",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-829268f2"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"image image--teaser image--variant-default\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"card-tags\">",
            "message": "Confirm this text 'Kunst' 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=\"overlay-link\" href=\"/nieuws/kunstoevers-2026-in-beeld-en-geluid\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "01f0230e604a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7b291aeb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"image image--teaser image--variant-default has-caption\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nieuws\" class=\"view-more\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3172d18031d4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f4583a8b"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "366fe662257f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a86234de"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/node/4\" data-entity-uuid=\"6781f0d6-a888-4579-99d0-6f348d48b0c5\" data-entity-type=\"node\" data-entity-substitution=\"canonical\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3aa6c5307bb0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-618fa01a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/node/38\" data-entity-uuid=\"1b637626-ad59-48ab-85db-89003b6f22eb\" data-entity-type=\"node\" data-entity-substitution=\"canonical\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e5245af1a83f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e2413e8f"
          },
          {
            "rule": "input_checkboxes_grouped",
            "xpath": null,
            "html": "<input class=\"form-checkbox\" disabled=\"\" checked=\"checked\" name=\"essential\" id=\"checkbox-essential\" type=\"checkbox\">",
            "message": "Verify that this ungrouped checkbox input is not related to other checkboxes",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cb55ccd5b85e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-837fc398"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<input class=\"form-checkbox\" disabled=\"\" checked=\"checked\" name=\"essential\" id=\"checkbox-essential\" type=\"checkbox\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "308e46fea2ff",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4f2b7629"
          },
          {
            "rule": "input_checkboxes_grouped",
            "xpath": null,
            "html": "<input class=\"form-checkbox\" name=\"analytics_storage\" id=\"checkbox-analyses\" type=\"checkbox\">",
            "message": "Verify that this ungrouped checkbox input is not related to other checkboxes",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "53dd101d79fe",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-25423b4a"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<input class=\"form-checkbox\" name=\"analytics_storage\" id=\"checkbox-analyses\" type=\"checkbox\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "77839c496ab8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-809fe7a9"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input class=\"form-checkbox\" name=\"analytics_storage\" id=\"checkbox-analyses\" 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": "e1e3ae37dbc7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4b44dbfe"
          },
          {
            "rule": "input_checkboxes_grouped",
            "xpath": null,
            "html": "<input class=\"form-checkbox\" name=\"personalization_storage\" id=\"checkbox-personalization\" type=\"checkbox\">",
            "message": "Verify that this ungrouped checkbox input is not related to other checkboxes",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "838cc6a4bcc4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2a30fa0d"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<input class=\"form-checkbox\" name=\"personalization_storage\" id=\"checkbox-personalization\" type=\"checkbox\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "97b656d05e78",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7566e5a7"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input class=\"form-checkbox\" name=\"personalization_storage\" id=\"checkbox-personalization\" 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": "348f121a0708",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-45d5f86d"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button id=\"action_accept-all\" class=\"button button--primary button-small button--block\" type=\"button\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "56312560bb0b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-37fc78e1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button id=\"action_confirm\" class=\"button button--block button-small\" type=\"button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7dd569e3d88d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-06e97421"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://aalst.be/adressen-openingsuren/bestuur-en-stadsdiensten/administratief-centrum\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a4352b2f1e29",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b65d6c17"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg class=\"icon--md icon icon--ic-telefoon-oproep\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b7f20ca9f35",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2e4f39c3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"tel:053 77 9300\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg class=\"icon--md icon icon--ic-nieuwsbrief\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1eee0750a43e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e9f220ea"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"mailto:info@aalst.be\">",
            "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/285\" data-icon=\"ic-documenten\" href=\"/dienstverlening\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "219acb26459f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7cf0cdff"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/29\" data-icon=\"ic-map-pin\" href=\"/adressen-en-openingsuren\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b5fcb4c753ae",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-dc60dc69"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/101\" data-icon=\"ic-calendar-datum\" href=\"/cultuur-sport-en-vrije-tijd/evenementen-en-activiteiten/evenementen\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9b4069e382fc",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-892f23e0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/25\" data-icon=\"ic-nieuws\" href=\"/nieuws\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a503a95dc3bc",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-aec72d69"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/79\" data-icon=\"ic-aktetas\" href=\"/vacatures\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b67c24858f79",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c49af416"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"(opens in a new window)\" rel=\"noopener\" data-extlink=\"\" class=\"ext\" data-icon=\"ic-desktop-lamp\" target=\"_blank\" href=\"https://aalst.egovflow.be/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9849f1620902",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-84550383"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"(opens in a new window)\" rel=\"noopener\" target=\"_blank\" data-extlink=\"\" class=\"ext\" data-icon=\"ic-afspraak\" href=\"https://aalst.mijnafspraakmaken.be/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d9b773360666",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-465c8067"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/183\" data-icon=\"ic-feedback\" href=\"/een-melding-maken\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f9c12c9200e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8e25cef7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/1226\" href=\"/cultuur-sport-en-vrije-tijd/vrije-tijd/vrije-tijd-voor-kinderen-jongeren\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2da93bc54cc0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d4248543"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/229\" href=\"/burgerzaken-en-documenten/niet-belgen\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "adf9703bee0e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7eba891b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/215\" href=\"/jobs-en-ondernemen/ondernemen\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0256f0aa1bff",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-480cd5c7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a rel=\"noopener\" target=\"_blank\" data-extlink=\"\" class=\"ext\" title=\"Ontdek alle toeristische parels in Aalst (opens in a new window)\" href=\"https://visit-aalst.be/nl\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "706d5d202a8d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9eb8b6c4"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form data-drupal-form-fields=\"edit-email,edit-actions-submit\" data-once=\"webform-details-toggle form-updated webform-submit-once\" accept-charset=\"UTF-8\" id=\"webform-submission-newsletter-signup-flexmail-node-35-add-form\" method=\"post\" action=\"/antibot\" data-action=\"/\" data-drupal-selector=\"webform-submission-newsletter-signup-flexmail-node-35-add-form\" class=\"webform-submission-form webform-submission-add-form webform-submission-newsletter-signup-flexmail-form webform-submission-newsletter-signup-flexmail-add-form webform-submission-newsletter-signup-flexmail-node-35-form webform-submission-newsletter-signup-flexmail-node-35-add-form js-webform-submit-once js-webform-details-toggle webform-details-toggle antibot\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f590d7ad893",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-391edf1c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input required=\"required\" class=\"form-email required\" placeholder=\"Je email-adres\" maxlength=\"254\" size=\"60\" value=\"\" name=\"email\" id=\"edit-email\" type=\"email\" data-drupal-selector=\"edit-email\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0121501492c8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-80e526a2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"(opens in a new window)\" rel=\"noopener\" data-extlink=\"\" class=\"icon-social-facebook ext\" target=\"_blank\" href=\"https://www.facebook.com/StadAalst/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c9feefc40695",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c7147de6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"(opens in a new window)\" rel=\"noopener\" data-extlink=\"\" class=\"icon-social-linkedin ext\" target=\"_blank\" href=\"https://www.linkedin.com/company/stad-aalst/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6de41f4b1005",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-fb30b842"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"(opens in a new window)\" rel=\"noopener\" data-extlink=\"\" class=\"icon-social-instagram ext\" target=\"_blank\" href=\"https://www.instagram.com/stadaalst/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ed6cd3e4c5ec",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2de8793b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"(opens in a new window)\" rel=\"noopener\" data-extlink=\"\" class=\"icon-social-youtube ext\" target=\"_blank\" href=\"https://www.youtube.com/channel/UCJtCDsUCvV5DswBM7KYRIZQ\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2f3010d39c9c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-986fc20e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"(opens in a new window)\" rel=\"noopener\" data-extlink=\"\" class=\"icon-social-tiktok ext\" target=\"_blank\" href=\"https://www.tiktok.com/@stadaalst\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "86f6dc0335db",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3bbff992"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/39\" href=\"/algemene-gebruiksvoorwaarden\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7c54342eb928",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-95244614"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/38\" href=\"/privacyverklaring\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "64f96a3d59a6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1b60e723"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/38\" href=\"/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": "aa48c1da19e2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9a2a5c7d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"button__cookie-instellingen\" href=\"\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8e8e1c0c1090",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-02a8036b"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a class=\"button__cookie-instellingen\" href=\"\">",
            "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": "048f3a0c74cd",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7b91ef28"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/4710\" href=\"/protocollen\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0586f81c736f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a5f40a2d"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/4710\" href=\"/protocollen\">",
            "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": "922f72792c70",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7fa99aae"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/2020\" href=\"/responsible-disclosure\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "77dd5616769d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-94c6a587"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/2020\" href=\"/responsible-disclosure\">",
            "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": "f89ebc6c95e3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f9a81b82"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/2015\" href=\"/toegankelijkheidsverklaring\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1fc5d218da26",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e931401c"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/2015\" href=\"/toegankelijkheidsverklaring\">",
            "message": "Undersized target \"a\" does not have sufficient spacing of 12 CSS pixels from another target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "379c099db136",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b9815247"
          }
        ],
        "outcomeCount": 2955,
        "uniqueFailedCount": 100,
        "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.aalter.be/",
      "finalUrl": "https://www.aalter.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Startpagina - Aalter",
      "elapsedMs": 17722,
      "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": 1291,
          "failed": 6,
          "cantTell": 28,
          "inapplicable": 44
        },
        "failedRules": [
          "aria-hidden-focus",
          "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-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": "8abee0124626",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-91e6c091"
          },
          {
            "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": "3f20ee2d917b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "b85f2e1200a2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "270bae850390",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "ae3d73d478c3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b6704e35"
          },
          {
            "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": "d5333c276a64",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7ffbdd26"
          }
        ],
        "outcomeCount": 1369,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 6
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 4582,
          "failed": 69,
          "cantTell": 62,
          "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"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link media=\"screen\" href=\"/css/layout/modules/readspeaker.css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "deb73fdfb347",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9c7b433b"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link media=\"screen\" href=\"/css/layout/modules/readspeaker.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": "154c18c3e624",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c11a3400"
          },
          {
            "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": "55d5cbdef0d2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "ab1c305141b8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "acf5fe7c9b82",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "13e49974eaa5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "c3c3532af892",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c78f1f5a"
          },
          {
            "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": "8d7f91ebc3e3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "11c8dce857b6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "ef1db8d94ed9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9eb048d0"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<button style=\"display: none;\" data-rsevent-id=\"rs_113499\" 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": "db2a94a34315",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-10b19ce7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button style=\"display: none;\" data-rsevent-id=\"rs_113499\" 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": "448056587aff",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c737c993"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button style=\"display: none;\" data-rsevent-id=\"rs_113499\" 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": "fbf047fd9ebe",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-fc7cad3a"
          },
          {
            "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=8181&lang=nl_be&readid=wrapper&url=https%3a%2f%2fwww.aalter.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": "42123cdd60f0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-56532705"
          },
          {
            "rule": "element_tabbable_unobscured",
            "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=8181&lang=nl_be&readid=wrapper&url=https%3a%2f%2fwww.aalter.be%2f\" title=\"Laat de tekst voorlezen met ReadSpeaker webReader\" class=\"rsbtn_play\" rel=\"nofollow\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "704808bf5c02",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-fed076a6"
          },
          {
            "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=8181&lang=nl_be&readid=wrapper&url=https%3a%2f%2fwww.aalter.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": "fa050834c0b5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-de327181"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/afspraak\" class=\"btn-appointment appointment__btn has-icon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "97db504fecc0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-fe456654"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/gemeentehuis\" class=\"btn-default\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e367835446ef",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0c0f9198"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/afspraak\" class=\"btn-appointment appointment__btn has-icon\">",
            "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=\"/contactpunt-knesselare\" class=\"btn-default\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6cae959d5aef",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-be5d92bf"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"date-block\">",
            "message": "Confirm this text 'do 30 apr' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2e2775cdb23e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4226acd9"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"date-block__entry\">",
            "message": "Confirm this text 'do 30 apr' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a3395229126c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e8ab7099"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/nieuws/opendeurweekend-academie-ontdek-een-wereld-vol-creativiteit\" 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": "51ab33e1c321",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-58112df1"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"date-block\">",
            "message": "Confirm this text 'do 30 apr' 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 'do 30 apr' 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/winnaarstrekking-maand-van-de-markt\" 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": "c8db04b5c358",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-32569529"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"date-block\">",
            "message": "Confirm this text 'do 30 apr' 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 'do 30 apr' 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/maand-van-de-sportclub-start\" 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": "75562aba77ca",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-07e8217e"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"date-block\">",
            "message": "Confirm this text 'do 30 apr' 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 'do 30 apr' 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/ruimtelijk-uitvoeringsplan-voor-db-fourage-openbaar-onderzoek-van-start\" 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": "85f055afebb9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-02d1f686"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"date-block\">",
            "message": "Confirm this text 'wo 29 apr' 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 29 apr' 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/week-van-de-stenen-winkel\" 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": "cb4e2dbb6a75",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-98535411"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"date-block\">",
            "message": "Confirm this text 'wo 29 apr' 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 29 apr' 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/werken-aan-spoorwegtunnel\" 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": "86f891523a7b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-060d1ff8"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"date-block\">",
            "message": "Confirm this text 'do 22 jan' 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 'do 22 jan' 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/eerst-hulp-bij-digitale-vragen-bezoek-onze-gratis-digipunten\" 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": "7a2abeebd634",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-73929edf"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/media/molendag-inhuldiging-pietendriesmolen\" 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": "15988b6960e1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d94ffb74"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/media/detail/115/buitenspeeldag-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": "dc1bea6e438f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7b9d339f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"btn-default 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": "1927581c9988",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-608ff598"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"partial__link\" href=\"/activiteiten/praatpunt-aalter\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e50dc681b00d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e08e2544"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"date-block\">",
            "message": "Confirm this text 'ma 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=\"entry-date date-block__entry\">",
            "message": "Confirm this text 'ma 18 mei' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "861b2c73de7a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5729d5ff"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"partial__content\">",
            "message": "Confirm this text 'Praatpunt Aalter' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "259aa9d0032f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b7c13b29"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"partial__title\" aria-hidden=\"true\">",
            "message": "Confirm this text 'Praatpunt Aalter' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2fb67760e24f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a279f10f"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"date-full__info\">",
            "message": "Confirm this text 'woensdag 6 mei' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f2fbbde2e692",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9b01b327"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"date-full__info\">",
            "message": "Confirm this text 'donderdag 7 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-full__info\">",
            "message": "Confirm this text 'zaterdag 9 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-full__info\">",
            "message": "Confirm this text 'dinsdag 12 mei' 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-default 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": "9b1ed594cb7a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5ad90bdc"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form action=\"/nieuwsbrieven/inschrijven\" method=\"post\" class=\"form-newsletter\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9cad17eed2fb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-18603134"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input type=\"text\" placeholder=\"E-mailadres\" name=\"Email\" id=\"Email\" data-tooltip=\"E-mailadres\" class=\"form-control\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "be884ddb2453",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-eac9f523"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input name=\"SelectedItems\" value=\"1\" type=\"checkbox\" id=\"chk1\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "412e8b4b47f3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e3d862d4"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input name=\"SelectedItems\" value=\"2\" type=\"checkbox\" id=\"chk2\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c3e0f6970c7c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-28edc64a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input name=\"SelectedItems\" value=\"3\" type=\"checkbox\" id=\"chk3\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2fc5a8ccae9e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c6664c7f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input name=\"SelectedItems\" value=\"4\" type=\"checkbox\" id=\"chk4\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6f60869e4074",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-79d7c020"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input name=\"SelectedItems\" value=\"5\" type=\"checkbox\" id=\"chk5\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a930a6ed876b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ac2abd50"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button class=\"btn-primary btn-submit icon-pos-r\" type=\"submit\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "110505e6f8e6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-849a92a9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/melding\" class=\"btn-primary contentblocks__btn icon-pos-r has-icon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ec3e6e91431e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-15b23576"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"btn-cta--footer\" href=\"/feedback-website\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9943bce88f0a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-69f19bfa"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"btn-cta--footer\" href=\"/nieuwsbrieven\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a8137c8fd1e4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6a9896b0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"btn-cta--footer\" href=\"/app\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d822fd6b1d8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f0626a3e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button class=\"footer__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": "d308e45430de",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0062b855"
          },
          {
            "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": "ba411baa3a17",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "a83679419073",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-431daa94"
          }
        ],
        "outcomeCount": 4655,
        "uniqueFailedCount": 52,
        "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.assenede.be/",
      "finalUrl": "https://www.assenede.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Home - Gemeente Assenede",
      "elapsedMs": 14479,
      "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": 673,
          "failed": 7,
          "cantTell": 10,
          "inapplicable": 43
        },
        "failedRules": [
          "aria-allowed-role",
          "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",
          "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-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",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "#slick-slide01",
            "html": "<article class=\"news-slide slick-sli...\" aria-roledescription=\"slide\" aria-label=\"Winterkermis en Gîrn...\" style=\"width: 1180px;\" data-slick-index=\"1\" aria-hidden=\"false\" tabindex=\"0\" role=\"tabpanel\" id=\"slick-slide01\" aria-describedby=\"slick-slide-control0...\">",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role tabpanel is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b6055c362eb8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-fae6666b"
          },
          {
            "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": "f27aaab6a3d8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c1791208"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#search",
            "html": "<div id=\"search\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "294b77214675",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-910ac2e9"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".flex-active-slide",
            "html": "<li style=\"width: 1280px; margin-right: 0px; float: left; display: block;\" class=\"flex-active-slide\"><img src=\"https://www.assenede.be/data/imagereel2/85/1777902938-cadoza-website-banner.png\" alt=\"Cadoza 2026 - Cadoza\" title=\"Cadoza 2026 - Cadoza\" draggable=\"false\"></li>",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8832d55aee28",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-809adb04"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".flex-direction-nav",
            "html": "<ul class=\"flex-direction-nav\"><li class=\"flex-nav-prev\"><a class=\"flex-prev flex-disabled\" href=\"#\" tabindex=\"-1\">Previous</a></li><li class=\"flex-nav-next\"><a class=\"flex-next flex-disabled\" href=\"#\" tabindex=\"-1\">Next</a></li></ul>",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2cdffd2c1910",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b48e3a16"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#logo",
            "html": "<div id=\"logo\"><a href=\"https://www.assenede.be/nl\" title=\"Ga naar de startpagina\">\n\t\t\t\t\t\t\t\t<img src=\"https://www.assenede.be/data/logo/3/1770285219-logo-assenede-vector.png\" alt=\"Home - www\">\n\t\t\t\t\t\t\t</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": "57aa3a80559c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-904649d8"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".fancybox-overlay",
            "html": "<div class=\"fancybox-overlay fancybox-overlay-fixed\" style=\"width: auto; height: auto; background: rgba(0, 0, 0, 0.3); display: block;\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9bffd8d9902e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8f087641"
          }
        ],
        "outcomeCount": 733,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 7
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2446,
          "failed": 133,
          "cantTell": 121,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_attribute_valid",
          "aria_content_in_landmark",
          "aria_keyboard_handler_exists",
          "aria_role_redundant",
          "aria_role_valid",
          "element_attribute_deprecated",
          "element_id_unique",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "input_label_visible",
          "style_background_decorative",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "text_block_heading",
          "text_contrast_sufficient",
          "widget_tabbable_exists"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"A7vZI3v+Gz7JfuRolKNM4Aff6zaGuT7X0mf3wtoZTnKv6497cVMnhy03KDqX7kBz/q/iidW7srW31oQbBt4VhgoAAACUeyJvcmlnaW4iOiJodHRwczovL3d3dy5nb29nbGUuY29tOjQ0MyIsImZlYXR1cmUiOiJEaXNhYmxlVGhpcmRQYXJ0eVN0b3JhZ2VQYXJ0aXRpb25pbmczIiwiZXhwaXJ5IjoxNzU3OTgwODAwLCJpc1N1YmRvbWFpbiI6dHJ1ZSwiaXNUaGlyZFBhcnR5Ijp0cnVlfQ==\" http-equiv=\"origin-trial\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e8b3c649f261",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2da480df"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style data-href=\"https://www.assenede.be/css/reset.css\" media=\"\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "143e83b84195",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e95d4df7"
          },
          {
            "rule": "style_background_decorative",
            "xpath": null,
            "html": "<style data-href=\"https://www.assenede.be/css/main.css?v32\" media=\"\">",
            "message": "Verify the CSS background image does not convey important information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c9adfa373821",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1932df00"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<style data-href=\"https://www.assenede.be/css/main.css?v32\" media=\"\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8e30a93a19a5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-41a093b5"
          },
          {
            "rule": "style_background_decorative",
            "xpath": null,
            "html": "<style data-href=\"https://www.assenede.be/css/slick-theme.css?v2\" media=\"\">",
            "message": "Verify the CSS background image does not convey important information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5857a932caae",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-65e8e51b"
          },
          {
            "rule": "style_background_decorative",
            "xpath": null,
            "html": "<style data-href=\"https://www.assenede.be/css/ddsmoothmenu.css?v4\" media=\"\">",
            "message": "Verify the CSS background image does not convey important information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a51ffb63b58e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-de4a30b8"
          },
          {
            "rule": "style_background_decorative",
            "xpath": null,
            "html": "<style data-href=\"https://www.assenede.be/css/slimbox2.css\" media=\"screen\">",
            "message": "Verify the CSS background image does not convey important information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b3a447084549",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c5c536a6"
          },
          {
            "rule": "style_background_decorative",
            "xpath": null,
            "html": "<style data-href=\"https://www.assenede.be/css/jquery.fancybox.css\" media=\"screen\">",
            "message": "Verify the CSS background image does not convey important information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6d39fe9cb685",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-31db08c8"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"skipLink\" href=\"#watwiltudoen\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6e1a1328fc5a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b14fe1b2"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"skipLink\" href=\"#watwiltudoen\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f79d34c97658",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a28864b7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"skipLink\" href=\"#watwiltudoen\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "93dbac4199bb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-99a7e6f3"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"skipLink\" href=\"#nieuws\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "168857913063",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f1557fc0"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"skipLink\" href=\"#nieuws\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc5fd33e8650",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9c485e67"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"skipLink\" href=\"#nieuws\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "96ed49a43365",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7b81150e"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"skipLink\" 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": "31833b44816d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-984d753b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"skipLink\" href=\"#diensten\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b223ae611e04",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a38411ab"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"skipLink\" href=\"#coordinates\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "deac3de10d35",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2dd01b6b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"skipLink\" href=\"#coordinates\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dc2d8e8d44e4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-510199b5"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<input aria-haspopup=\"true\" aria-autocomplete=\"list\" role=\"textbox\" autocomplete=\"off\" class=\"ui-autocomplete-input\" placeholder=\"Wat zoek je?\" value=\"\" id=\"txtSearch\" name=\"txtSearch\" type=\"text\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "566ef6042fc4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7040f442"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<input aria-haspopup=\"true\" aria-autocomplete=\"list\" role=\"textbox\" autocomplete=\"off\" class=\"ui-autocomplete-input\" placeholder=\"Wat zoek je?\" value=\"\" id=\"txtSearch\" name=\"txtSearch\" type=\"text\">",
            "message": "The explicitly-assigned ARIA role \"textbox\" is redundant with the implicit role of the element <input>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9e5f0e65cfd6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-cae13f46"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input aria-haspopup=\"true\" aria-autocomplete=\"list\" role=\"textbox\" autocomplete=\"off\" class=\"ui-autocomplete-input\" placeholder=\"Wat zoek je?\" value=\"\" id=\"txtSearch\" name=\"txtSearch\" 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": "19c420f45333",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-bdec9fdd"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input aria-haspopup=\"true\" aria-autocomplete=\"list\" role=\"textbox\" autocomplete=\"off\" class=\"ui-autocomplete-input\" placeholder=\"Wat zoek je?\" value=\"\" id=\"txtSearch\" name=\"txtSearch\" type=\"text\">",
            "message": "The ‘placeholder’ is the only visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1d9716271e89",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b2143279"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul style=\"width: 600%; transition-duration: 0s; transform: translate3d(-800px, 0px, 0px);\" class=\"slides\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "97ced8a458e9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5f99c8df"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\"flex-direction-nav\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dfcbb431a856",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2dbefb96"
          },
          {
            "rule": "widget_tabbable_exists",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"#\" class=\"flex-prev flex-disabled\">",
            "message": "Component with \"link\" role does not have a tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f103a7854900",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-98904c45"
          },
          {
            "rule": "widget_tabbable_exists",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"#\" class=\"flex-next flex-disabled\">",
            "message": "Component with \"link\" role does not have a tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f65aee3e5dc9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f9eeb1eb"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a title=\"Ga naar de startpagina\" href=\"https://www.assenede.be/nl\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e8f7925fe732",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-44920aca"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"Ga naar de startpagina\" href=\"https://www.assenede.be/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": "c2b67d9b3696",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-305d6b02"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Ga naar de startpagina\" href=\"https://www.assenede.be/nl\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8e1fad425c1a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-39efef2f"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"slicknav_btn slicknav_collapsed\" tabindex=\"0\" role=\"button\" aria-label=\"Open/sluit menu\" aria-haspopup=\"true\" 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": "bb1db7cf0ecd",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-47d68517"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"slicknav_btn slicknav_collapsed\" tabindex=\"0\" role=\"button\" aria-label=\"Open/sluit menu\" aria-haspopup=\"true\" href=\"#\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f7132bc61b09",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5ea6f892"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.assenede.be/afspraak-maken\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e913d2de30ca",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-cdd3d78f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.omgevingsloketvlaanderen.be\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "406bd6a7b617",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b16513f5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://reservaties.assenede.be/Home.aspx\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "860d06d536d5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-bcb27769"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.assenede.be/werken-bij-ons\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e61422a2dc09",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e3d7df0b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.assenede.be/online-aanvragen/inschrijven-kampen\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a30c63ee4c75",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-89a95492"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.assenede.be/online-aanvragen/e-loket\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f7782c08069c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3cf7eec2"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<img id=\"\" title=\"Wijziging politiereglement - haagschaar\" alt=\"Wijziging politiereglement - haagschaar\" src=\"https://www.assenede.be/data/news2/1358/1759744170-haagschaar.png?1777960241\">",
            "message": "The <img> element has the id \"\" that is empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f5fd5031e079",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-acec06b6"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<article aria-describedby=\"slick-slide-control00\" id=\"slick-slide00\" role=\"tabpanel\" tabindex=\"0\" aria-hidden=\"false\" data-slick-index=\"0\" style=\"width: 768px;\" aria-label=\"Zitdag belastingaangifte op maandag 1 juni\" aria-roledescription=\"slide\" class=\"news-slide slick-slide slick-current slick-active\">",
            "message": "The ARIA role 'tabpanel' is not valid for the element <article>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f1442004a59d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c5534dbd"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<article aria-describedby=\"slick-slide-control00\" id=\"slick-slide00\" role=\"tabpanel\" tabindex=\"0\" aria-hidden=\"false\" data-slick-index=\"0\" style=\"width: 768px;\" aria-label=\"Zitdag belastingaangifte op maandag 1 juni\" aria-roledescription=\"slide\" class=\"news-slide slick-slide slick-current slick-active\">",
            "message": "The tabbable element's role 'article' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8fb0c0c6899f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9b272b3d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<article aria-describedby=\"slick-slide-control00\" id=\"slick-slide00\" role=\"tabpanel\" tabindex=\"0\" aria-hidden=\"false\" data-slick-index=\"0\" style=\"width: 768px;\" aria-label=\"Zitdag belastingaangifte op maandag 1 juni\" aria-roledescription=\"slide\" class=\"news-slide slick-slide slick-current slick-active\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "166b6c79f577",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2956cc70"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<article aria-describedby=\"slick-slide-control01\" id=\"slick-slide01\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"1\" style=\"width: 768px;\" aria-label=\"Winterkermis en Gîrnaertfeesten\" aria-roledescription=\"slide\" class=\"news-slide slick-slide\">",
            "message": "The ARIA role 'tabpanel' is not valid for the element <article>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b238fe127198",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-486a9a49"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p title=\"Voortaan één feestelijk septemberweekend\" class=\"news-slide-description\">",
            "message": "Confirm this text 'Voortaan één feestelijk septemberweekend' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "53684bd4d9e8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-159c8721"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<article aria-describedby=\"slick-slide-control02\" id=\"slick-slide02\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"2\" style=\"width: 768px;\" aria-label=\"Loting U13Cup en U14 Sparks Cup\" aria-roledescription=\"slide\" class=\"news-slide slick-slide\">",
            "message": "The ARIA role 'tabpanel' is not valid for the element <article>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2261ac0107a0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-765c9861"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<article aria-describedby=\"slick-slide-control03\" id=\"slick-slide03\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"3\" style=\"width: 768px;\" aria-label=\"Maand van de markt\" aria-roledescription=\"slide\" class=\"news-slide slick-slide\">",
            "message": "The ARIA role 'tabpanel' is not valid for the element <article>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0124162e7fcd",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2664ffea"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p title=\"april 2026\" class=\"news-slide-description\">",
            "message": "Confirm this text 'april 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "907fcc76b8ec",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ec9b586d"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<article aria-describedby=\"slick-slide-control04\" id=\"slick-slide04\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"4\" style=\"width: 768px;\" aria-label=\"Nieuwe zomerbrochure\" aria-roledescription=\"slide\" class=\"news-slide slick-slide\">",
            "message": "The ARIA role 'tabpanel' is not valid for the element <article>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cc2e9e7fbdf0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-692833c7"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p title=\"bundelt zomeraanbod in handig overzicht!\" class=\"news-slide-description\">",
            "message": "Confirm this text 'bundelt zomeraanbod in handig overzicht!' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0dee43931924",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-aa805c80"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<article aria-describedby=\"slick-slide-control05\" id=\"slick-slide05\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"5\" style=\"width: 768px;\" aria-label=\"Assenede stelt meerjarenplan 2026-2031 voor\" aria-roledescription=\"slide\" class=\"news-slide slick-slide\">",
            "message": "The ARIA role 'tabpanel' is not valid for the element <article>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "70d7ed12049e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-37d4efeb"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p title=\"Investeren in verbinding, zorg en leefkwaliteit\" class=\"news-slide-description\">",
            "message": "Confirm this text 'Investeren in verbinding, zorg en leefkwaliteit' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "597ad83046bb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-584400cb"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<article aria-describedby=\"slick-slide-control06\" id=\"slick-slide06\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"6\" style=\"width: 768px;\" aria-label=\"Wijziging politiereglement\" aria-roledescription=\"slide\" class=\"news-slide slick-slide\">",
            "message": "The ARIA role 'tabpanel' is not valid for the element <article>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c90c86fd7a6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ae6a81e1"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<img id=\"\" title=\"Zitdag belastingaangifte op maandag 1 juni - Zitdag belastingen 2026\" alt=\"Zitdag belastingaangifte op maandag 1 juni - Zitdag belastingen 2026\" src=\"https://www.assenede.be/data/news2/1407/1777361264-belastingen-zitdag.png?1777960241\">",
            "message": "The <img> element has the id \"\" that is empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "671bd6c780ac",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b8fc30bb"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<img id=\"\" title=\"Winterkermis en Gîrnaertfeesten - \" alt=\"Winterkermis en Gîrnaertfeesten - \" src=\"https://www.assenede.be/data/news2/1403/1776413991-38-feestcommissie-boekhoute-en-g-rnaertfeesten.jpg?1777960241\">",
            "message": "The <img> element has the id \"\" that is empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a16143b0a2d0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4204cb15"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p title=\"Voortaan één feestelijk septemberweekend\" class=\"news-slide-description\">",
            "message": "Confirm this text 'Voortaan één feestelijk septemberweekend' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<img id=\"\" title=\"Loting U13Cup en U14 Sparks Cup - U13Cup\" alt=\"Loting U13Cup en U14 Sparks Cup - U13Cup\" src=\"https://www.assenede.be/data/news2/1402/1776329942-loting-u13cup-2026-4.jpeg?1777960241\">",
            "message": "The <img> element has the id \"\" that is empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "05ec6cd45824",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f8cf8641"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<img id=\"\" title=\"Maand van de markt - \" alt=\"Maand van de markt - \" src=\"https://www.assenede.be/data/news2/1399/1774878835-bn-fb-shared-imagine-1920x1005px.jpg?1777960241\">",
            "message": "The <img> element has the id \"\" that is empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1fa81ed851a7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-505cad06"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p title=\"april 2026\" class=\"news-slide-description\">",
            "message": "Confirm this text 'april 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<img id=\"\" title=\"Nieuwe zomerbrochure - \" alt=\"Nieuwe zomerbrochure - \" src=\"https://www.assenede.be/data/news2/1396/1774451220-schermafbeelding-2026-03-25-160652.png?1777960241\">",
            "message": "The <img> element has the id \"\" that is empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "36a811992423",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1ffa8620"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p title=\"bundelt zomeraanbod in handig overzicht!\" class=\"news-slide-description\">",
            "message": "Confirm this text 'bundelt zomeraanbod in handig overzicht!' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<img id=\"\" title=\"Assenede stelt meerjarenplan 2026-2031 voor - onthaal\" alt=\"Assenede stelt meerjarenplan 2026-2031 voor - onthaal\" src=\"https://www.assenede.be/data/news2/1372/1764663552-image00012.JPG?1777960241\">",
            "message": "The <img> element has the id \"\" that is empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fb2a9c022914",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f9820dcd"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p title=\"Investeren in verbinding, zorg en leefkwaliteit\" class=\"news-slide-description\">",
            "message": "Confirm this text 'Investeren in verbinding, zorg en leefkwaliteit' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<img id=\"\" title=\"Wijziging politiereglement - haagschaar\" alt=\"Wijziging politiereglement - haagschaar\" src=\"https://www.assenede.be/data/news2/1358/1759744170-haagschaar.png?1777960241\">",
            "message": "The <img> element has the id \"\" that is empty",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_keyboard_handler_exists",
            "xpath": null,
            "html": "<ul role=\"tablist\" style=\"display: block;\" class=\"slick-dots\">",
            "message": "Verify the <ul> element with \"tablist\" role has keyboard access",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6786d00679da",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-de6c1d9b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button aria-selected=\"true\" tabindex=\"0\" aria-label=\"1 of 7\" aria-controls=\"slick-slide00\" id=\"slick-slide-control00\" role=\"tab\" type=\"button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c863188dc5c6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-431c8f1b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button aria-selected=\"true\" tabindex=\"0\" aria-label=\"1 of 7\" aria-controls=\"slick-slide00\" id=\"slick-slide-control00\" role=\"tab\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #eeeeee. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1ca49bc2411f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-fa8a3ab2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"2 of 7\" aria-controls=\"slick-slide01\" id=\"slick-slide-control01\" role=\"tab\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #eeeeee. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0574a83f3953",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-400e452d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"3 of 7\" aria-controls=\"slick-slide02\" id=\"slick-slide-control02\" role=\"tab\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #eeeeee. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fefb9ca68885",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0d7b0519"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"4 of 7\" aria-controls=\"slick-slide03\" id=\"slick-slide-control03\" role=\"tab\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #eeeeee. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4917550554ae",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-28cc2f5f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"5 of 7\" aria-controls=\"slick-slide04\" id=\"slick-slide-control04\" role=\"tab\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #eeeeee. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a554581299bf",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8d4b534d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"6 of 7\" aria-controls=\"slick-slide05\" id=\"slick-slide-control05\" role=\"tab\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #eeeeee. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1dcfd358d190",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-705dacaf"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"7 of 7\" aria-controls=\"slick-slide06\" id=\"slick-slide-control06\" role=\"tab\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #eeeeee. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da89111bd9d1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4d457ef2"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div style=\"display: block;\" class=\"slick-arrow\" aria-label=\"Vorige nieuwsbericht\" id=\"news-slider-prev\">",
            "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": "6f685c5815a8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-fbf4b116"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<div style=\"display: block;\" class=\"slick-arrow\" aria-label=\"Vorige nieuwsbericht\" id=\"news-slider-prev\">",
            "message": "The ARIA attributes \"aria-label\" are not valid for the element <div> with implicit ARIA role \"generic\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "85fb41bf00f1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c41cf370"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div style=\"display: block;\" class=\"slick-arrow\" aria-label=\"Volgende nieuwsbericht\" id=\"news-slider-next\">",
            "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": "ca5b00ebab5e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-abde96ed"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<div style=\"display: block;\" class=\"slick-arrow\" aria-label=\"Volgende nieuwsbericht\" id=\"news-slider-next\">",
            "message": "The ARIA attributes \"aria-label\" are not valid for the element <div> with implicit ARIA role \"generic\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e20e9f3c028d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-751ebb16"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.assenede.be/nieuws\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b4df503f59c9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2159de6a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Aanvraag inname openbaar domein\" href=\"https://www.assenede.be/spotbooking-aanvraag-inname-openbaar-domein\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "513c8ac6f2a2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-06895cc9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Agenda's gemeenteraad (algemeen)\" href=\"https://www.assenede.be/over-assenede-en-bestuur/bestuur/agenda-gemeenteraad\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "61b050440ca8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2b128205"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Agenda's raad voor maatschappelijk welzijn (algemeen)\" href=\"https://www.assenede.be/over-assenede-en-bestuur/agendas-raad-voor-maatschappelijk-welzijn-algemeen\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "033063e53b51",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ebbdcea7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Informatieblad de Belleman\" href=\"https://www.assenede.be/informatieblad-de-belleman\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1fba010a8acd",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-afcf0581"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Livestream gemeenteraad\" href=\"https://www.assenede.be/livestream-gemeenteraad\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1e4e9f2a6611",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6f3e198c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Lokaal dienstencentrum - Nieuwsbrief en activiteiten\" href=\"https://www.assenede.be/lokaal-dienstencentrum/ldc-activiteiten\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "88bbdf6a30b3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-00ddc2ac"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Menu - Dorpsrestaurant\" href=\"https://www.assenede.be/lokaal-dienstencentrum/ldc-diensten/dorpsrestaurant\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea57c454cad0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-425b0295"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Nuttige telefoonnummers\" href=\"https://www.assenede.be/noodsituaties/nuttige-telefoonnummers\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d601c7ae91ee",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3936f3a5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Recyclagepark\" href=\"https://www.assenede.be/wonen-verbouwen-en-milieu/recyclagepark\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "541f8ba76e14",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5947bbf5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Wegenwerken\" href=\"https://www.assenede.be/wegenwerken\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "420580cd3826",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-84e997f9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Over Assenede en bestuur - Alles over onze gemeente en ons bestuur.\" href=\"https://www.assenede.be/over-assenede-en-bestuur\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4a2d44a6bb53",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e33bdfb8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"A tot Z - Onze dienstverlening van A tot Z.\" href=\"https://www.assenede.be/producten\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b425b25f9e3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-be19846a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Livestream - Volg hier de gemeenteraad of de verschillende commissies live vanuit uw luie zetel.\" href=\"https://www.assenede.be/livestream-gemeenteraad\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bc8ec9c4292c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-dac0fed7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Wegenwerken - Ontdek de ruimtelijke projecten van gemeente Assenede en haar partners.\" href=\"https://www.assenede.be/wegenwerken\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a1df144361d0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-aff49a05"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"alle diensten\" href=\"https://www.assenede.be/assenede\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1fa8b9abdb32",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4ee71ca3"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Alle diensten weergeven' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b64a63181591",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f2bf52aa"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Gemeente Assenede' 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 'Kasteelstraat 1-3' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e840e28861d4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-94d3c6bd"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<br>",
            "message": "Confirm this text '9960 Assenede' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<br>",
            "message": "Confirm this text 'Tel.: (09)341 95 95' 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=\"Stuur een e-mail naar info@assenede.be\" href=\"mailto:info@assenede.be\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "760442784a88",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d26a6df0"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<br>",
            "message": "Confirm this text 'Ondernemingsnummer: 0207447861' 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 target=\"_blank\" alt=\"Facebook\" title=\"Facebook\" href=\"https://www.facebook.com/GemeenteAssenede/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "510eb439c918",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1a985fae"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" alt=\"Twitter\" title=\"Twitter: @9960assenede\" href=\"https://twitter.com/9960assenede\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8f5e50ee5091",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8402442b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" alt=\"Instagram\" title=\"Instagram\" href=\"https://www.instagram.com/gemeente_assenede/ \">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "35af6ad9c701",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0a3fc0c3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Inschrijven en aanvragen: Kampen, recepties, pop-up, grafconcessies, parkeerverbod,...\" href=\"https://www.assenede.be/online-aanvragen/inschrijven-kampen\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1dee6c4a2e83",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c148c527"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Livestream gemeenteraad: De gemeenteraad live volgen vanuit uw luie zetel? Dat kan hier.\" href=\"https://www.assenede.be/livestream-gemeenteraad\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8652414bafec",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-67f1559e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Evenementenloket: Politiereglement, evenementenloket, uitleen gemeentelijk materiaal, sluitingsuur, vuurwerk, brandweer, plaatsen tent, geluid, evenement, bingo, tombola, wensballon\" href=\"https://www.assenede.be/evenementenloket\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d83d34cae4ef",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-62ce43aa"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Agenda's raad voor maatschappelijk welzijn (algemeen): Agenda's raad voor maatschappelijk welzijn (algemeen)\" href=\"https://www.assenede.be/over-assenede-en-bestuur/agendas-raad-voor-maatschappelijk-welzijn-algemeen\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a2dd72819e11",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5b59783d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Vacatures: Vacatures\" href=\"https://www.assenede.be/werken-bij-ons\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d4a67d6c14a5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9b3ae9a5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Gemeente Assenede - Privacy\" href=\"https://www.assenede.be/privacy\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6d5fa1ee908a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-77c96b4f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Gemeente Assenede - Privacy\" href=\"https://www.assenede.be/privacy\">",
            "message": "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": "7ec552205909",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9d07f4ae"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Verklaring over cookies\" href=\"https://www.assenede.be/cookie-statement\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "93fe14593093",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c89c904e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Verklaring over cookies\" href=\"https://www.assenede.be/cookie-statement\">",
            "message": "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": "2776a7eddc6c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-48d13ce2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Gemeente Assenede - Disclaimer\" href=\"https://www.assenede.be/disclaimer\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e9dac5fe57a0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-60ef2484"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Gemeente Assenede - Disclaimer\" href=\"https://www.assenede.be/disclaimer\">",
            "message": "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": "523bddad127a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3e955926"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Toegankelijkheidsverklaring\" href=\"https://www.assenede.be/toegankelijkheidsverklaring\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e725acda93ae",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ae8c544f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Toegankelijkheidsverklaring\" href=\"https://www.assenede.be/toegankelijkheidsverklaring\">",
            "message": "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": "c5d061fc20ad",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3e76ab58"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Gemeente Assenede - Sitemap\" href=\"https://www.assenede.be/sitemap\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "06e5cec6c823",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d25d89c4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Gemeente Assenede - Sitemap\" href=\"https://www.assenede.be/sitemap\">",
            "message": "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": "16d4597ae577",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e044d5a4"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"webrand\" title=\"WEBRAND doet 360°-marketing en voorziet de hulpmiddelen die een merk nodig heeft om zijn brand identity te kunnen uitbouwen.<br /><br />WEBRAND spitst zich toe op alle facetten van branding: marktonderzoek, grafische huisstijlen, advertentiecampagnes voor alle denkbare media, websites, e-commerce en zoveel meer.<br /><br />WEBRAND vertelt het verhaal van uw merk, aangepast aan de noden van uw onderneming.\" target=\"_blank\" href=\"https://www.webrand.be\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8f55b43789f6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b517b56b"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef38eeec478c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a86234de"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "Text contrast of 1.24 with its background is less than the WCAG AA minimum requirements for text of size 14.4px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "87a5f2af5847",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7acebded"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "Text contrast of 1.24 with its background is less than the WCAG AA minimum requirements for text of size 14.4px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"more\" title=\"Verklaring over cookies\" href=\"https://www.assenede.be/cookie-statement\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3ca597cb4000",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-36af3def"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"more\" title=\"Verklaring over cookies\" href=\"https://www.assenede.be/cookie-statement\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "44aeeaf6baf7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6c1917f5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"more\" title=\"Verklaring over cookies\" href=\"https://www.assenede.be/cookie-statement\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9e5b67d2788f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-59f5e7e0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"more\" title=\"Verklaring over cookies\" href=\"https://www.assenede.be/cookie-statement\">",
            "message": "Text contrast of 1.19 with its background is less than the WCAG AA minimum requirements for text of size 14.4px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "23ee8b09f656",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-bea03f5d"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"more\" title=\"Privacy\" href=\"https://www.assenede.be/privacy\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b6e8bf4987f2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-81afae25"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"more\" title=\"Privacy\" href=\"https://www.assenede.be/privacy\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0f772adb2b5d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ddcbecf0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"more\" title=\"Privacy\" href=\"https://www.assenede.be/privacy\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a02c4a1d2edf",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ae72d38f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"more\" title=\"Privacy\" href=\"https://www.assenede.be/privacy\">",
            "message": "Text contrast of 1.19 with its background is less than the WCAG AA minimum requirements for text of size 14.4px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b8dfdbbe91e9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-cdfc3aa4"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a title=\"Accepteren\" id=\"accept-cookie\" href=\"#\" class=\"button green\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f54f09c5fe2a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-673f012f"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"Accepteren\" id=\"accept-cookie\" href=\"#\" class=\"button green\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "94903ca0adb3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-de04a357"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Accepteren\" id=\"accept-cookie\" href=\"#\" class=\"button green\">",
            "message": "Text contrast of 1.19 with its background is less than the WCAG AA minimum requirements for text of size 14.4px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7bd44872fa42",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3be00eb6"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"Afwijzen\" id=\"decline-cookie\" href=\"#\" class=\"button red\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da9f9771a2bb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f749897c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Afwijzen\" id=\"decline-cookie\" href=\"#\" class=\"button red\">",
            "message": "Text contrast of 1.20 with its background is less than the WCAG AA minimum requirements for text of size 14.4px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7e3920072ad6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-66354ced"
          }
        ],
        "outcomeCount": 2602,
        "uniqueFailedCount": 123,
        "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.berlare.be/",
      "finalUrl": "https://www.berlare.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Homepage | berlare",
      "elapsedMs": 19026,
      "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": 1082,
          "failed": 54,
          "cantTell": 11,
          "inapplicable": 38
        },
        "failedRules": [
          "color-contrast",
          "empty-heading",
          "heading-order",
          "landmark-no-duplicate-banner",
          "landmark-unique",
          "region",
          "role-img-alt",
          "tabindex"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "autocomplete-valid",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "empty-table-header",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-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",
          "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": "#mobile-menu-anchor > .header-anchors__content",
            "html": "<span class=\"header-anchors__content\">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.94 (foreground color: #ffffff, background color: #38a0d2, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#mobile-menu-anchor"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2363c5fc37b7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-004ec3e7"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#edit-submit-search--2 > span",
            "html": "<span>Zoeken</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.94 (foreground color: #ffffff, background color: #38a0d2, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#edit-submit-search--2"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f9e79377e00e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-23f21b33"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#block-searchsuggestions > .menu > .menu-item:nth-child(1) > a[href$=\"Bekendmakingen\"][target=\"_self\"]",
            "html": "<a href=\"/Bekendmakingen\" target=\"_self\">Bekendmakingen</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.94 (foreground color: #ffffff, background color: #38a0d2, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#block-searchsuggestions > .menu > .menu-item:nth-child(1) > a[href$=\"Bekendmakingen\"][target=\"_self\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a9dcd0ccdaca",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c375feda"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#block-searchsuggestions > .menu > .menu-item:nth-child(2) > a[data-drupal-link-system-path=\"node/1938\"][target=\"_self\"]",
            "html": "<a href=\"/werken-ondernemen/werken/vacatures\" target=\"_self\" data-drupal-link-system-path=\"node/1938\">Vacatures</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.94 (foreground color: #ffffff, background color: #38a0d2, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#block-searchsuggestions > .menu > .menu-item:nth-child(2) > a[data-drupal-link-system-path=\"node/1938\"][target=\"_self\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b1811119e2ef",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3980b47e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#block-searchsuggestions > .menu > .menu-item:nth-child(3) > .ext[data-extlink=\"\"][aria-label=\"(link is external)\"]",
            "html": "<a href=\"https://berlare.microsoftcrmportals.com/meldingen/\" target=\"_self\" class=\"ext\" data-extlink=\"\" aria-label=\"(link is external)\" rel=\"noreferrer\">",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.94 (foreground color: #ffffff, background color: #38a0d2, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#block-searchsuggestions > .menu > .menu-item:nth-child(3) > .ext[data-extlink=\"\"][aria-label=\"(link is external)\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d8d28d08b8fd",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-11c3dfe6"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#block-searchsuggestions > .menu > .menu-item:nth-child(4) > .ext[data-extlink=\"\"][aria-label=\"(link is external)\"]",
            "html": "<a href=\"https://berlare.microsoftcrmportals.com/klachten/\" target=\"_blank\" class=\"ext\" data-extlink=\"\" aria-label=\"(link is external)\" rel=\"noreferrer\">",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.94 (foreground color: #ffffff, background color: #38a0d2, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#block-searchsuggestions > .menu > .menu-item:nth-child(4) > .ext[data-extlink=\"\"][aria-label=\"(link is external)\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "972bd647e771",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-02c94628"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#block-searchsuggestions > .menu > .menu-item:nth-child(5) > .ext[data-extlink=\"\"][aria-label=\"(link is external)\"]",
            "html": "<a href=\"https://app.eaglebe.com/pre/map/berlare\" target=\"_blank\" class=\"ext\" data-extlink=\"\" aria-label=\"(link is external)\" rel=\"noreferrer\">",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.94 (foreground color: #ffffff, background color: #38a0d2, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#block-searchsuggestions > .menu > .menu-item:nth-child(5) > .ext[data-extlink=\"\"][aria-label=\"(link is external)\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "73e01425b9af",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0b98b2d3"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#block-searchsuggestions > .menu > .menu-item:nth-child(6) > a[href$=\"overzicht-projecten\"][data-drupal-link-system-path=\"node/2228\"][target=\"_self\"]",
            "html": "<a href=\"/overzicht-projecten\" target=\"_self\" data-drupal-link-system-path=\"node/2228\">Projecten</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.94 (foreground color: #ffffff, background color: #38a0d2, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#block-searchsuggestions > .menu > .menu-item:nth-child(6) > a[href$=\"overzicht-projecten\"][data-drupal-link-system-path=\"node/2228\"][target=\"_self\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "73be1a1226b6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f51bccbc"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#block-searchsuggestions > .menu > .menu-item:nth-child(7) > a[data-drupal-link-system-path=\"node/2313\"][target=\"_self\"]",
            "html": "<a href=\"/hoe-snoeit-lokaal-bestuur-berlare-bomen\" target=\"_self\" data-drupal-link-system-path=\"node/2313\">Hoe we snoeien</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.94 (foreground color: #ffffff, background color: #38a0d2, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#block-searchsuggestions > .menu > .menu-item:nth-child(7) > a[data-drupal-link-system-path=\"node/2313\"][target=\"_self\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1d8a1042b6c6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e27057c6"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#block-searchsuggestions > .menu > .menu-item:nth-child(8) > a[href$=\"wespen-hoornaars-bijen\"][data-drupal-link-system-path=\"node/2433\"][target=\"_self\"]",
            "html": "<a href=\"/wespen-hoornaars-bijen\" target=\"_self\" data-drupal-link-system-path=\"node/2433\">Wespen | hoornaars | bijen</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.94 (foreground color: #ffffff, background color: #38a0d2, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#block-searchsuggestions > .menu > .menu-item:nth-child(8) > a[href$=\"wespen-hoornaars-bijen\"][data-drupal-link-system-path=\"node/2433\"][target=\"_self\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "226aa26da9ed",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-fc4a4afb"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-office-hours-node-2113-field_office_hours > .field--office-hours.field--name-field-office-hours[data-once=\"office_hours_status_update\"] > .field--office-hours.field--name-field-office-hours.field--type-office-hours > .field__item:nth-child(1) > .office-hours-status",
            "html": "<div class=\"office-hours-status\">\n      Nu gesloten\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.94 (foreground color: #ffffff, background color: #38a0d2, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".js-office-hours-node-2113-field_office_hours > .field--office-hours.field--name-field-office-hours[data-once=\"office_hours_status_update\"] > .field--office-hours.field--name-field-office-hours.field--type-office-hours > .field__item:nth-child(1) > .office-hours-status"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9638e19d8bd2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d594e383"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-office-hours-node-2115-field_office_hours > .field--office-hours.field--name-field-office-hours[data-once=\"office_hours_status_update\"] > .field--office-hours.field--name-field-office-hours.field--type-office-hours > .field__item:nth-child(1) > .office-hours-status",
            "html": "<div class=\"office-hours-status\">\n      Nu gesloten\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.94 (foreground color: #ffffff, background color: #38a0d2, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".js-office-hours-node-2115-field_office_hours > .field--office-hours.field--name-field-office-hours[data-once=\"office_hours_status_update\"] > .field--office-hours.field--name-field-office-hours.field--type-office-hours > .field__item:nth-child(1) > .office-hours-status"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3c05e5795182",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ad384779"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".js-office-hours-node-2117-field_office_hours > .field--office-hours.field--name-field-office-hours[data-once=\"office_hours_status_update\"] > .field--office-hours.field--name-field-office-hours.field--type-office-hours > .field__item:nth-child(1) > .office-hours-status",
            "html": "<div class=\"office-hours-status\">\n      Nu gesloten\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.94 (foreground color: #ffffff, background color: #38a0d2, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".js-office-hours-node-2117-field_office_hours > .field--office-hours.field--name-field-office-hours[data-once=\"office_hours_status_update\"] > .field--office-hours.field--name-field-office-hours.field--type-office-hours > .field__item:nth-child(1) > .office-hours-status"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9699115f8fbc",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2978706a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".slick-current > .c-card--vertical-large-image.c-card--event.c-card > .c-card__content-wrapper > .c-card__date.text-muted > time[datetime=\"2026-05-07T13:00:00+02:00\"]",
            "html": "<time datetime=\"2026-05-07T13:00:00+02:00\" class=\"datetime\">07 mei 2026  13:00</time>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.94 (foreground color: #ffffff, background color: #38a0d2, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".slick-current > .c-card--vertical-large-image.c-card--event.c-card > .c-card__content-wrapper > .c-card__date.text-muted"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c8e0226e710",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e8d373a4"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".slick-current > .c-card--vertical-large-image.c-card--event.c-card > .c-card__content-wrapper > .c-card__date.text-muted > time[datetime=\"2026-05-07T16:00:00+02:00\"]",
            "html": "<time datetime=\"2026-05-07T16:00:00+02:00\" class=\"datetime\">16:00</time>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.94 (foreground color: #ffffff, background color: #38a0d2, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".slick-current > .c-card--vertical-large-image.c-card--event.c-card > .c-card__content-wrapper > .c-card__date.text-muted"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b22dfd35755",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-57be6932"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "time[datetime=\"2026-05-17T19:30:00+02:00\"]",
            "html": "<time datetime=\"2026-05-17T19:30:00+02:00\" class=\"datetime\">17 mei 2026  19:30</time>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.94 (foreground color: #ffffff, background color: #38a0d2, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "div[data-slick-index=\"1\"] > .c-card--vertical-large-image.c-card--event.c-card > .c-card__content-wrapper > .c-card__date.text-muted"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf98527226da",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-bde86b6e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "time[datetime=\"2026-05-17T23:00:00+02:00\"]",
            "html": "<time datetime=\"2026-05-17T23:00:00+02:00\" class=\"datetime\">23:00</time>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.94 (foreground color: #ffffff, background color: #38a0d2, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "div[data-slick-index=\"1\"] > .c-card--vertical-large-image.c-card--event.c-card > .c-card__content-wrapper > .c-card__date.text-muted"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b33b13b35d9f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-048dc537"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "div[data-slick-index=\"2\"] > .c-card--vertical-large-image.c-card--event.c-card > .c-card__content-wrapper > .c-card__date.text-muted > time[datetime=\"2026-05-07T13:00:00+02:00\"]",
            "html": "<time datetime=\"2026-05-07T13:00:00+02:00\" class=\"datetime\">07 mei 2026  13:00</time>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.94 (foreground color: #ffffff, background color: #38a0d2, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "div[data-slick-index=\"2\"] > .c-card--vertical-large-image.c-card--event.c-card > .c-card__content-wrapper > .c-card__date.text-muted"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "70812ed30252",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-00e84233"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "div[data-slick-index=\"2\"] > .c-card--vertical-large-image.c-card--event.c-card > .c-card__content-wrapper > .c-card__date.text-muted > time[datetime=\"2026-05-07T16:00:00+02:00\"]",
            "html": "<time datetime=\"2026-05-07T16:00:00+02:00\" class=\"datetime\">16:00</time>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.94 (foreground color: #ffffff, background color: #38a0d2, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "div[data-slick-index=\"2\"] > .c-card--vertical-large-image.c-card--event.c-card > .c-card__content-wrapper > .c-card__date.text-muted"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "490c0c463f4f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3ff1ba70"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".c-card--vertical > .c-card__content-wrapper > .c-card__header > .c-card__header_top > .c-card__tags > .c-pill.c-theme--primary.no-image > a[href$=\"algemeen\"][hreflang=\"nl\"]",
            "html": "<a href=\"/nieuws/categorie/algemeen\" hreflang=\"nl\">algemeen</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.94 (foreground color: #ffffff, background color: #38a0d2, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".c-card--vertical > .c-card__content-wrapper > .c-card__header > .c-card__header_top > .c-card__tags > .c-pill.c-theme--primary.no-image"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c4aa89bbc467",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6f3a3e34"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".c-flex-grid__grid-item:nth-child(2) > .c-card--horizontal.c-card--news.c-card > .c-card__content-wrapper > .c-card__header > .c-card__header_top > .c-card__tags > .c-pill.c-theme--primary.no-image > a[href$=\"algemeen\"][hreflang=\"nl\"]",
            "html": "<a href=\"/nieuws/categorie/algemeen\" hreflang=\"nl\">algemeen</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.94 (foreground color: #ffffff, background color: #38a0d2, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".c-flex-grid__grid-item:nth-child(2) > .c-card--horizontal.c-card--news.c-card > .c-card__content-wrapper > .c-card__header > .c-card__header_top > .c-card__tags > .c-pill.c-theme--primary.no-image"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bb2cd14cbd68",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5a1dfb83"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".c-flex-grid__grid-item:nth-child(3) > .c-card--horizontal.c-card--news.c-card > .c-card__content-wrapper > .c-card__header > .c-card__header_top > .c-card__tags > .c-pill.c-theme--primary.no-image > a[href$=\"algemeen\"][hreflang=\"nl\"]",
            "html": "<a href=\"/nieuws/categorie/algemeen\" hreflang=\"nl\">algemeen</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.94 (foreground color: #ffffff, background color: #38a0d2, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".c-flex-grid__grid-item:nth-child(3) > .c-card--horizontal.c-card--news.c-card > .c-card__content-wrapper > .c-card__header > .c-card__header_top > .c-card__tags > .c-pill.c-theme--primary.no-image"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "503b8a5b37f4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4d09a27a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"nieuwsbrief\"]",
            "html": "<a href=\"/nieuwsbrief\" class=\"c-component c-button c-button--button c-theme--primary c-button--medium has-link no-image\" id=\"\" target=\"_self\">\n    Schrijf je hier in <span class=\"icon \"></span>\n  </a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.94 (foreground color: #ffffff, background color: #38a0d2, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"nieuwsbrief\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "57268f23df13",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d921bf5c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".uxmec_button-acc-all",
            "html": "<a tabindex=\"1\" href=\"\" data-value=\"2\" title=\"Aanvaard alle\" class=\"uxmec_modal-button uxmec_button-save-preferences uxmec_button-acc-all\">Aanvaard alle</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.94 (foreground color: #ffffff, background color: #38a0d2, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".uxmec_button-acc-all"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "24e7d6695342",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-36c82f06"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[title=\"Weiger alle\"]",
            "html": "<a tabindex=\"2\" href=\"\" data-value=\"1\" title=\"Weiger alle\" class=\"uxmec_modal-button uxmec_modal-button-sec uxmec_hide-expand uxmec_button-save-preferences\">Weiger alle</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.94 (foreground color: #38a0d2, background color: #ffffff, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[title=\"Weiger alle\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e5d245afc452",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-dc3913dd"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#uxmec_show-preferences",
            "html": "<a tabindex=\"3\" href=\"\" title=\"Stel voorkeuren in\" class=\"uxmec_modal-button uxmec_modal-button-sec uxmec_hide-expand\" id=\"uxmec_show-preferences\">Instellingen</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.94 (foreground color: #38a0d2, background color: #ffffff, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#uxmec_show-preferences"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c33eb1276c49",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-210baea3"
          },
          {
            "rule": "empty-heading",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/empty-heading?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": ".block-services:nth-child(1) > .node--dienst.node--products.node--dienst--products > .node__header > .container > h1",
            "html": "<h1 class=\"page-title\"></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": "8d98930dfd8a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-714517b9"
          },
          {
            "rule": "empty-heading",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/empty-heading?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": ".block-services:nth-child(2) > .node--dienst.node--products.node--dienst--products > .node__header > .container > h1",
            "html": "<h1 class=\"page-title\"></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": "a3b776010543",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-fc56995f"
          },
          {
            "rule": "empty-heading",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/empty-heading?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": ".block-services:nth-child(3) > .node--dienst.node--products.node--dienst--products > .node__header > .container > h1",
            "html": "<h1 class=\"page-title\"></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": "996bf173aa45",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b8e87560"
          },
          {
            "rule": "empty-heading",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/empty-heading?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": ".block-services:nth-child(4) > .node--dienst.node--products.node--dienst--products > .node__header > .container > h1",
            "html": "<h1 class=\"page-title\"></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": "54ac1a4d5c7f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d52f4dab"
          },
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".block-services:nth-child(1) > .node--dienst.node--products.node--dienst--products > .node__content > .field--name-title.field--title.field--type-string > h3",
            "html": "<h3>Vergunningen [enkel na afspraak]</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": "7a0dc1a8cc84",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-cfb0cf04"
          },
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".block-services:nth-child(2) > .node--dienst.node--products.node--dienst--products > .node__content > .field--name-title.field--title.field--type-string > h3",
            "html": "<h3>Burgerzaken [enkel na afspraak]</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": "4c277eb70ec6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c34e0d40"
          },
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".block-services:nth-child(3) > .node--dienst.node--products.node--dienst--products > .node__content > .field--name-title.field--title.field--type-string > h3",
            "html": "<h3>Sociale dienst</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": "51c80adc3cb3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b9c00b6f"
          },
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".block-services:nth-child(4) > .node--dienst.node--products.node--dienst--products > .node__content > .field--name-title.field--title.field--type-string > h3",
            "html": "<h3>Openbare werken</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": "d6830605b681",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3938ea16"
          },
          {
            "rule": "landmark-no-duplicate-banner",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-no-duplicate-banner?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".region--header",
            "html": "<header class=\"region region--header clearfix\">",
            "message": "Document should not have more than one banner landmark",
            "fixSummary": "Fix any of the following:\n  Document has more than one banner landmark",
            "relatedPaths": [
              ".c-hero"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ef6a5597280",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-05a9f486"
          },
          {
            "rule": "landmark-unique",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-unique?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".region--header",
            "html": "<header class=\"region region--header clearfix\">",
            "message": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
            "fixSummary": "Fix any of the following:\n  The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable",
            "relatedPaths": [
              ".c-hero"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b7cb424c6f47",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f000378e"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".vlw__primary-bar__brand",
            "html": "<div class=\"vlw__primary-bar__brand\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "482a216bc724",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8dd77573"
          },
          {
            "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": "d535d89f505b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c1791208"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".uxmec_modal-title",
            "html": "<p class=\"uxmec_modal-title\">Berlare maakt gebruik van cookies</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": "c586c1a47d8a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-22176927"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#uxmec_settings > p:nth-child(2)",
            "html": "<p>",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "160b3bef9713",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8c03be22"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "p:nth-child(3)",
            "html": "<p style=\"padding-top:8px;\">Meer informatie over de verwerking van cookies vind je in onze <a href=\"/cookiebeleid\" title=\"cookie policy\">cookieverklaring</a>.</p>",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "081b2d13ceb5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c8736aaf"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".uxmec_button-acc-all",
            "html": "<a tabindex=\"1\" href=\"\" data-value=\"2\" title=\"Aanvaard alle\" class=\"uxmec_modal-button uxmec_button-save-preferences uxmec_button-acc-all\">Aanvaard alle</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": "5ea62c247122",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-63b88f79"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "a[title=\"Weiger alle\"]",
            "html": "<a tabindex=\"2\" href=\"\" data-value=\"1\" title=\"Weiger alle\" class=\"uxmec_modal-button uxmec_modal-button-sec uxmec_hide-expand uxmec_button-save-preferences\">Weiger alle</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": "57ed2afed72b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9773f30b"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#uxmec_show-preferences",
            "html": "<a tabindex=\"3\" href=\"\" title=\"Stel voorkeuren in\" class=\"uxmec_modal-button uxmec_modal-button-sec uxmec_hide-expand\" id=\"uxmec_show-preferences\">Instellingen</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": "ec25377e7124",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0dc71cbe"
          },
          {
            "rule": "role-img-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/role-img-alt?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "#block-berlare-secondarymenu > .menu > .menu-item:nth-child(1) > .ext[href$=\"berlare.egovflow.be/\"][data-extlink=\"\"] > .fa-ext.extlink[role=\"img\"]",
            "html": "<span class=\"fa-ext extlink\" role=\"img\" aria-hidden=\"false\"><span class=\"ext-icon icon-box-arrow-up-right\" data-extlink-placement=\"prepend\"></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": "ee29d48be7bc",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8cf7375e"
          },
          {
            "rule": "role-img-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/role-img-alt?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "#block-berlare-secondarymenu > .menu > .menu-item:nth-child(3) > .ext[href$=\"beleefberlare.be/\"][data-extlink=\"\"] > .fa-ext.extlink[role=\"img\"]",
            "html": "<span class=\"fa-ext extlink\" role=\"img\" aria-hidden=\"false\"><span class=\"ext-icon icon-box-arrow-up-right\" data-extlink-placement=\"prepend\"></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": "2424be6c297c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ec0860b7"
          },
          {
            "rule": "role-img-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/role-img-alt?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "#block-searchsuggestions > .menu > .menu-item:nth-child(3) > .ext[data-extlink=\"\"][aria-label=\"(link is external)\"] > .fa-ext.extlink[role=\"img\"]",
            "html": "<span class=\"fa-ext extlink\" role=\"img\" aria-hidden=\"false\"><span class=\"ext-icon icon-box-arrow-up-right\" data-extlink-placement=\"prepend\"></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": "5dde5cbac35e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-08e028dc"
          },
          {
            "rule": "role-img-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/role-img-alt?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "#block-searchsuggestions > .menu > .menu-item:nth-child(4) > .ext[data-extlink=\"\"][aria-label=\"(link is external)\"] > .fa-ext.extlink[role=\"img\"]",
            "html": "<span class=\"fa-ext extlink\" role=\"img\" aria-hidden=\"false\"><span class=\"ext-icon icon-box-arrow-up-right\" data-extlink-placement=\"prepend\"></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": "a000f8a878c5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5a27491a"
          },
          {
            "rule": "role-img-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/role-img-alt?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "#block-searchsuggestions > .menu > .menu-item:nth-child(5) > .ext[data-extlink=\"\"][aria-label=\"(link is external)\"] > .fa-ext.extlink[role=\"img\"]",
            "html": "<span class=\"fa-ext extlink\" role=\"img\" aria-hidden=\"false\"><span class=\"ext-icon icon-box-arrow-up-right\" data-extlink-placement=\"prepend\"></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": "1cb249c0be6d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-46c05399"
          },
          {
            "rule": "role-img-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/role-img-alt?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".c-button--link.has-icon.c-theme--light > .fa-ext.extlink[role=\"img\"]",
            "html": "<span class=\"fa-ext extlink\" role=\"img\" aria-hidden=\"false\"><span class=\"ext-icon icon-box-arrow-up-right\" data-extlink-placement=\"prepend\"></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": "63ba5c926399",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-13fdec42"
          },
          {
            "rule": "role-img-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/role-img-alt?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".menu-item--expanded > .menu > .menu-item:nth-child(3) > .ext[data-extlink=\"\"][aria-label=\"(link is external)\"] > .fa-ext.extlink[role=\"img\"]",
            "html": "<span class=\"fa-ext extlink\" role=\"img\" aria-hidden=\"false\"><span class=\"ext-icon icon-box-arrow-up-right\" data-extlink-placement=\"prepend\"></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": "724469a47889",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-bfba0b3c"
          },
          {
            "rule": "tabindex",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/tabindex?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": ".uxmec_button-acc-all",
            "html": "<a tabindex=\"1\" href=\"\" data-value=\"2\" title=\"Aanvaard alle\" class=\"uxmec_modal-button uxmec_button-save-preferences uxmec_button-acc-all\">Aanvaard alle</a>",
            "message": "Elements should not have tabindex greater than zero",
            "fixSummary": "Fix any of the following:\n  Element has a tabindex greater than 0",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0be58154e6af",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1d184be7"
          },
          {
            "rule": "tabindex",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/tabindex?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "a[title=\"Weiger alle\"]",
            "html": "<a tabindex=\"2\" href=\"\" data-value=\"1\" title=\"Weiger alle\" class=\"uxmec_modal-button uxmec_modal-button-sec uxmec_hide-expand uxmec_button-save-preferences\">Weiger alle</a>",
            "message": "Elements should not have tabindex greater than zero",
            "fixSummary": "Fix any of the following:\n  Element has a tabindex greater than 0",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6431afccc188",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-aee6a9be"
          },
          {
            "rule": "tabindex",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/tabindex?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#uxmec_show-preferences",
            "html": "<a tabindex=\"3\" href=\"\" title=\"Stel voorkeuren in\" class=\"uxmec_modal-button uxmec_modal-button-sec uxmec_hide-expand\" id=\"uxmec_show-preferences\">Instellingen</a>",
            "message": "Elements should not have tabindex greater than zero",
            "fixSummary": "Fix any of the following:\n  Element has a tabindex greater than 0",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc77aedc60a4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-fc0bb33e"
          }
        ],
        "outcomeCount": 1185,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 54
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3406,
          "failed": 114,
          "cantTell": 55,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_accessiblename_exists",
          "aria_banner_label_unique",
          "aria_content_in_landmark",
          "aria_landmark_name_unique",
          "element_attribute_deprecated",
          "element_id_unique",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "heading_content_exists",
          "input_label_visible",
          "label_name_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<html style=\"--calibr8__container-width: 1306px; --calibr8__container--medium: 10; --calibr8__container--small: 8; --calibr8__container--tiny: 6;\" data-once=\"easytheme-properties layout-builder-colors\" class=\" svg placeholder no-touchevents details flexbox objectfit object-fit js\" prefix=\"og: https://ogp.me/ns#\" dir=\"ltr\" lang=\"nl\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "943351c92c1e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-20b68017"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7a1cb576d2e0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/core/assets/vendor/jquery.ui/themes/base/core.css?tejt0t\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8663d97e09d0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-dce10a11"
          },
          {
            "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": "ef5150b21f98",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "2e15916dd842",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-13065efa"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a rel=\"noreferrer\" aria-label=\"(link is external)\" data-extlink=\"\" class=\"ext\" target=\"_blank\" href=\"https://berlare.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": "e16904cd4914",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-613e41ac"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a rel=\"noreferrer\" aria-label=\"(link is external)\" data-extlink=\"\" class=\"ext\" target=\"_blank\" href=\"https://berlare.egovflow.be/\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c1398922b9c5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-155c4c2e"
          },
          {
            "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": "74c0a1d7b8cd",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-590e3a00"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://wzctermeere.berlare.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": "7a5e5f3a1e41",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9e97e5b5"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a rel=\"noreferrer\" aria-label=\"(link is external)\" data-extlink=\"\" class=\"ext\" title=\"Themasite cultuur, jeugd, sport en toerisme, \" target=\"_self\" href=\"https://beleefberlare.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": "6e3174e82d7a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-12608dab"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a rel=\"noreferrer\" aria-label=\"(link is external)\" data-extlink=\"\" class=\"ext\" title=\"Themasite cultuur, jeugd, sport en toerisme, \" target=\"_self\" href=\"https://beleefberlare.be/\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "609c562a411b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1dc6c315"
          },
          {
            "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": "aria_banner_label_unique",
            "xpath": null,
            "html": "<header class=\"region region--header clearfix\">",
            "message": "Multiple elements with \"banner\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "765364b187c8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7f7a7e1e"
          },
          {
            "rule": "aria_landmark_name_unique",
            "xpath": null,
            "html": "<header class=\"region region--header clearfix\">",
            "message": "Multiple elements with \"banner\" landmarks within the same parent region are not distinguished from one another because they have the same \"\" label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2aedf4cc7139",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9de61546"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a rel=\"home\" 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": "20526a039ba2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1549eaa3"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<button data-once=\"mobile-menu\" style=\"display: none;\" aria-controls=\"mobile-menu\" aria-expanded=\"false\" aria-haspopup=\"true\" aria-label=\"menu\" class=\"header-anchors__trigger header-anchors__trigger--hamburger\" id=\"mobile-menu-anchor\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "37f32f101df9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-937b441d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button data-once=\"mobile-menu\" style=\"display: none;\" aria-controls=\"mobile-menu\" aria-expanded=\"false\" aria-haspopup=\"true\" aria-label=\"menu\" class=\"header-anchors__trigger header-anchors__trigger--hamburger\" id=\"mobile-menu-anchor\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f20111c7edd7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7ab04630"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"header-anchors__content\">",
            "message": "Text contrast of 2.95 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": "013e287a2b92",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8dd95b22"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<button data-once=\"search-menu-anchor\" aria-controls=\"search-menu\" aria-expanded=\"false\" aria-haspopup=\"true\" aria-label=\"search\" class=\"header-anchors__trigger header-anchors__trigger--search\" id=\"search-menu-anchor\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f36be8204580",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1865ccbb"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<button data-once=\"search-menu-anchor\" aria-controls=\"search-menu\" aria-expanded=\"false\" aria-haspopup=\"true\" aria-label=\"search\" class=\"header-anchors__trigger header-anchors__trigger--search\" id=\"search-menu-anchor\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f33bf4afae60",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-55ec6dab"
          },
          {
            "rule": "aria_banner_label_unique",
            "xpath": null,
            "html": "<header class=\"c-component c-hero c-hero--homepage c-theme--default has-image\">",
            "message": "Multiple elements with \"banner\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0e31d1fbf4a7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-50ecfeb2"
          },
          {
            "rule": "aria_landmark_name_unique",
            "xpath": null,
            "html": "<header class=\"c-component c-hero c-hero--homepage c-theme--default has-image\">",
            "message": "Multiple elements with \"banner\" landmarks within the same parent region are not distinguished from one another because they have the same \"\" label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a9a4bc39c918",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-003426c0"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<form accept-charset=\"UTF-8\" id=\"views-exposed-form-search-search\" method=\"get\" action=\"/zoeken\">",
            "message": "The <form> element has the id \"views-exposed-form-search-search\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ce378939d253",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f5a0ec2e"
          },
          {
            "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--2\" type=\"text\" data-autocomplete-path=\"/search_api_autocomplete/search?display=search&&filter=s\" class=\"form-autocomplete form-text ui-autocomplete-input\" data-search-api-autocomplete-search=\"search\" data-drupal-selector=\"edit-s\" placeholder=\"Voer uw zoektermen in ...\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9747d33e157c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-72334311"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input autocomplete=\"off\" data-once=\"autocomplete search-api-autocomplete\" maxlength=\"128\" size=\"30\" value=\"\" name=\"s\" id=\"edit-s--2\" type=\"text\" data-autocomplete-path=\"/search_api_autocomplete/search?display=search&&filter=s\" class=\"form-autocomplete form-text ui-autocomplete-input\" data-search-api-autocomplete-search=\"search\" data-drupal-selector=\"edit-s\" placeholder=\"Voer uw zoektermen in ...\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "072799930ad5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-001c6b73"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input autocomplete=\"off\" data-once=\"autocomplete search-api-autocomplete\" maxlength=\"128\" size=\"30\" value=\"\" name=\"s\" id=\"edit-s--2\" type=\"text\" data-autocomplete-path=\"/search_api_autocomplete/search?display=search&&filter=s\" class=\"form-autocomplete form-text ui-autocomplete-input\" data-search-api-autocomplete-search=\"search\" data-drupal-selector=\"edit-s\" placeholder=\"Voer uw zoektermen in ...\">",
            "message": "The ‘placeholder’ is the only visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "32e6cccbac77",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c7e1fbb0"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<button value=\"Zoeken\" id=\"edit-submit-search--2\" type=\"submit\" data-drupal-selector=\"edit-submit-search-2\" class=\"icon-search button js-form-submit form-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": "af18815c2803",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2fcfa7c2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button value=\"Zoeken\" id=\"edit-submit-search--2\" type=\"submit\" data-drupal-selector=\"edit-submit-search-2\" class=\"icon-search 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": "e8c6bb3b96b8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7d1d571a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.95 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": "d8ed99ade39f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_self\" href=\"/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": "7b055388b6e5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-84ea856c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_self\" href=\"/Bekendmakingen\">",
            "message": "Text contrast of 2.95 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": "1b5fd6afded0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b2634950"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/1938\" target=\"_self\" href=\"/werken-ondernemen/werken/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": "39fb340eec6e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a3856ad3"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/1938\" target=\"_self\" href=\"/werken-ondernemen/werken/vacatures\">",
            "message": "Text contrast of 2.95 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": "e0c822f7bbaa",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5f4acb3d"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a rel=\"noreferrer\" aria-label=\"(link is external)\" data-extlink=\"\" class=\"ext\" target=\"_self\" href=\"https://berlare.microsoftcrmportals.com/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": "f46c4df1cecf",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-55442ecd"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a rel=\"noreferrer\" aria-label=\"(link is external)\" data-extlink=\"\" class=\"ext\" target=\"_self\" href=\"https://berlare.microsoftcrmportals.com/meldingen/\">",
            "message": "Text contrast of 2.95 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": "f508498281b5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7ef5c7cf"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a rel=\"noreferrer\" aria-label=\"(link is external)\" data-extlink=\"\" class=\"ext\" target=\"_self\" href=\"https://berlare.microsoftcrmportals.com/meldingen/\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "40483cd2e538",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-132f095d"
          },
          {
            "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": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a rel=\"noreferrer\" aria-label=\"(link is external)\" data-extlink=\"\" class=\"ext\" target=\"_blank\" href=\"https://berlare.microsoftcrmportals.com/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": "3246bae651d7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-fa1b5275"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a rel=\"noreferrer\" aria-label=\"(link is external)\" data-extlink=\"\" class=\"ext\" target=\"_blank\" href=\"https://berlare.microsoftcrmportals.com/klachten/\">",
            "message": "Text contrast of 2.95 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": "ad78aad07924",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0ceeada3"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a rel=\"noreferrer\" aria-label=\"(link is external)\" data-extlink=\"\" class=\"ext\" target=\"_blank\" href=\"https://berlare.microsoftcrmportals.com/klachten/\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9614ce3d5cae",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-afa24e75"
          },
          {
            "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": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a rel=\"noreferrer\" aria-label=\"(link is external)\" data-extlink=\"\" class=\"ext\" target=\"_blank\" href=\"https://app.eaglebe.com/pre/map/berlare\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a9d5d059952b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b11dd0a7"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a rel=\"noreferrer\" aria-label=\"(link is external)\" data-extlink=\"\" class=\"ext\" target=\"_blank\" href=\"https://app.eaglebe.com/pre/map/berlare\">",
            "message": "Text contrast of 2.95 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": "e64799c2e268",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b74de378"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a rel=\"noreferrer\" aria-label=\"(link is external)\" data-extlink=\"\" class=\"ext\" target=\"_blank\" href=\"https://app.eaglebe.com/pre/map/berlare\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da585091b350",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6c127a3c"
          },
          {
            "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": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/2228\" target=\"_self\" href=\"/overzicht-projecten\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5d33f0d5f1c9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6bddf495"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/2228\" target=\"_self\" href=\"/overzicht-projecten\">",
            "message": "Text contrast of 2.95 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": "947ec8089e3d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3c5f21b4"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/2313\" target=\"_self\" href=\"/hoe-snoeit-lokaal-bestuur-berlare-bomen\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c588c1aa5ae5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-87675b34"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/2313\" target=\"_self\" href=\"/hoe-snoeit-lokaal-bestuur-berlare-bomen\">",
            "message": "Text contrast of 2.95 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": "ae9a30b66260",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-88844dfa"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/2433\" target=\"_self\" href=\"/wespen-hoornaars-bijen\">",
            "message": "Text contrast of 2.95 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": "d76b97f9bdfb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-794d6909"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<a target=\"_self\" id=\"\" class=\"c-component c-button c-button--button c-theme--light c-button--medium has-link no-image\" href=\"/afspraak-maken\">",
            "message": "The <a> element has the id \"\" that is empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "efa220092789",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ef8c4164"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_self\" id=\"\" class=\"c-component c-button c-button--button c-theme--light c-button--medium has-link no-image\" href=\"/afspraak-maken\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "52e879ce20c4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7719f237"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<a rel=\"noreferrer\" aria-label=\"(link is external)\" data-extlink=\"\" target=\"_self\" id=\"\" class=\"c-component c-button c-button--link c-theme--light c-button--medium has-link no-image has-icon ext\" href=\"https://berlare.microsoftcrmportals.com/meldingen/\">",
            "message": "The <a> element has the id \"\" that is empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9988e19c0bad",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-683acee5"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a rel=\"noreferrer\" aria-label=\"(link is external)\" data-extlink=\"\" target=\"_self\" id=\"\" class=\"c-component c-button c-button--link c-theme--light c-button--medium has-link no-image has-icon ext\" href=\"https://berlare.microsoftcrmportals.com/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": "263cde44eff8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b6b3494f"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a rel=\"noreferrer\" aria-label=\"(link is external)\" data-extlink=\"\" target=\"_self\" id=\"\" class=\"c-component c-button c-button--link c-theme--light c-button--medium has-link no-image has-icon ext\" href=\"https://berlare.microsoftcrmportals.com/meldingen/\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dd8bf901b7fa",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3a8ce8b1"
          },
          {
            "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": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"overlay-link\" href=\"/kasteel-berlare-portiershuis/onthaal\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ba1191ebda59",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-da039628"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field__item\">",
            "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": "b921ae48fa8f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3ee15287"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"office-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": "3bdf98350bde",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-89076cd5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"office-hours-status\">",
            "message": "Text contrast of 2.95 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": "1197296e91e0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a1235021"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"overlay-link\" href=\"/kasteel-berlare-portiershuis/burgerzaken-enkel-na-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": "d3232e411921",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-739c150f"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field__item\">",
            "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_block_heading",
            "xpath": null,
            "html": "<div class=\"office-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": "<div class=\"office-hours-status\">",
            "message": "Text contrast of 2.95 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=\"field__item\">",
            "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_block_heading",
            "xpath": null,
            "html": "<div class=\"office-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": "<div class=\"office-hours-status\">",
            "message": "Text contrast of 2.95 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": "element_id_unique",
            "xpath": null,
            "html": "<a target=\"_self\" id=\"\" class=\"c-component c-button c-button--link c-theme--light c-button--medium has-link no-image has-icon\" href=\"/snel-naar/alle-diensten\">",
            "message": "The <a> element has the id \"\" that is empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "31babada1533",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ebb7728d"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div id=\"\" class=\"lb-section width--normal align--left align-v--default align-c--left padding--normal background--full theme--transparent border--full border--transparent\">",
            "message": "The <div> element has the id \"\" that is empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b8f2cf05db82",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-15f46095"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "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": "a26e1a520abf",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f2bf52aa"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h1 class=\"page-title\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "94bfca834230",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9f869eca"
          },
          {
            "rule": "aria_accessiblename_exists",
            "xpath": null,
            "html": "<h1 class=\"page-title\">",
            "message": "Element <h1> with \"heading\" role has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "53aa45f436ef",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-30c7fc9f"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h1 class=\"page-title\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_accessiblename_exists",
            "xpath": null,
            "html": "<h1 class=\"page-title\">",
            "message": "Element <h1> with \"heading\" role has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h1 class=\"page-title\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_accessiblename_exists",
            "xpath": null,
            "html": "<h1 class=\"page-title\">",
            "message": "Element <h1> with \"heading\" role has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h1 class=\"page-title\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_accessiblename_exists",
            "xpath": null,
            "html": "<h1 class=\"page-title\">",
            "message": "Element <h1> with \"heading\" role has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field--title field field--name-field-title field--type-string field--label-hidden field__item\">",
            "message": "Confirm this text 'Beleef Berlare' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1dd040fde5fd",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9036e3ed"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field--intro clearfix text-formatted field field--name-field-intro field--type-text-long field--label-hidden field__item\">",
            "message": "Confirm this text 'Alle activiteiten van Toerisme, Cultuur en Sport' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f0d0ed6e9312",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f2b6efcf"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Alle activiteiten van Toerisme, Cultuur en Sport' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<a target=\"_self\" id=\"\" class=\"c-component c-button c-button--button c-theme--light c-button--medium has-link no-image\" href=\"https://www.beleefberlare.be\">",
            "message": "The <a> element has the id \"\" that is empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e8da72e81b5d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4414eea1"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<a target=\"_self\" id=\"\" class=\"c-component c-button c-button--link c-theme--light c-button--medium has-link no-image has-icon\" href=\"https://www.beleefberlare.be\">",
            "message": "The <a> element has the id \"\" that is empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "096726188016",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-fe7b0ee6"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<div tabindex=\"0\" style=\"width: 208px;\" aria-hidden=\"false\" data-slick-index=\"0\" class=\"c-slick-slider__slick-item slick-slide slick-current slick-active\">",
            "message": "The tabbable element's role 'generic' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6d191f8ab529",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-52b7e793"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<time class=\"datetime\" datetime=\"2026-05-07T13:00:00+02:00\">",
            "message": "Text contrast of 2.95 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 300",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9bd51e2e034a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8f92df45"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<time class=\"datetime\" datetime=\"2026-05-07T16:00:00+02:00\">",
            "message": "Text contrast of 2.95 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 300",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "88b01b13210c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ac589d84"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<div tabindex=\"0\" style=\"width: 208px;\" aria-hidden=\"false\" data-slick-index=\"1\" class=\"c-slick-slider__slick-item slick-slide slick-active\">",
            "message": "The tabbable element's role 'generic' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "686f6e64b1cd",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ed99d026"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<time class=\"datetime\" datetime=\"2026-05-17T19:30:00+02:00\">",
            "message": "Text contrast of 2.95 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 300",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0218bc41d77a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b1ceb84d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<time class=\"datetime\" datetime=\"2026-05-17T23:00:00+02:00\">",
            "message": "Text contrast of 2.95 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 300",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "969ef9e50d2d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ac1b9ce5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<div tabindex=\"0\" style=\"width: 208px;\" aria-hidden=\"false\" data-slick-index=\"2\" class=\"c-slick-slider__slick-item slick-slide slick-active\">",
            "message": "The tabbable element's role 'generic' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f6e10f90cb11",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-cab535fc"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<time class=\"datetime\" datetime=\"2026-05-07T13:00:00+02:00\">",
            "message": "Text contrast of 2.95 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 300",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<time class=\"datetime\" datetime=\"2026-05-07T16:00:00+02:00\">",
            "message": "Text contrast of 2.95 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 300",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<time class=\"datetime\" datetime=\"2026-05-07T13:00:00+02:00\">",
            "message": "Text contrast of 2.95 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 300",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<time class=\"datetime\" datetime=\"2026-05-07T16:00:00+02:00\">",
            "message": "Text contrast of 2.95 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 300",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h3 class=\"c-card__title auto-heading\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f12a742ce386",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d31ad226"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<time class=\"datetime\" datetime=\"2026-06-05T20:00:00+02:00\">",
            "message": "Text contrast of 2.95 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 300",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "094b9c7d12ef",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-826b8b36"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<time class=\"datetime\" datetime=\"2026-06-05T23:00:00+02:00\">",
            "message": "Text contrast of 2.95 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 300",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "25e12f15558f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0b071d07"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div id=\"\" class=\"lb-section width--normal align--left align-v--default align-c--left padding--normal background--columns theme--primary_light border--full border--transparent has-background-color\">",
            "message": "The <div> element has the id \"\" that is empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8ced495056bf",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-dd839c59"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "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_id_unique",
            "xpath": null,
            "html": "<a target=\"_self\" id=\"\" class=\"c-component c-button c-button--link c-theme--primary c-button--medium has-link no-image has-icon\" href=\"/nieuws\">",
            "message": "The <a> element has the id \"\" that is empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b9124786a88f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-62675a03"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Ontvang jij onze nieuwsbrieven al?' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<a target=\"_self\" id=\"\" class=\"c-component c-button c-button--button c-theme--primary c-button--medium has-link no-image\" href=\"/nieuwsbrief\">",
            "message": "The <a> element has the id \"\" that is empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fe6789e3f834",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b788b7b4"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<a target=\"_self\" id=\"\" class=\"c-component c-button c-button--button c-theme--light c-button--medium has-link no-image\" href=\"mailto:secretariaat@berlare.be\">",
            "message": "The <a> element has the id \"\" that is empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d77bdb5d8651",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-af2b574e"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/2095\" target=\"_self\" href=\"/afspraak-maken\">",
            "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": "0503aec68e4f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-30b0a2b0"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/2219\" target=\"_self\" href=\"/snel-naar/alle-diensten\">",
            "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": "d1f48880a00b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f9990a6d"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a rel=\"noreferrer\" aria-label=\"(link is external)\" data-extlink=\"\" class=\"ext\" target=\"_self\" href=\"https://berlare.microsoftcrmportals.com/meldingen/\">",
            "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": "2e57807771be",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-115aef1f"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a rel=\"noreferrer\" aria-label=\"(link is external)\" data-extlink=\"\" class=\"ext\" target=\"_self\" href=\"https://berlare.microsoftcrmportals.com/meldingen/\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "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": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"uxmec_modal-title\">",
            "message": "Confirm this text 'Berlare maakt gebruik van cookies' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8cffb7bc13fe",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e42c523e"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p class=\"uxmec_modal-title\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9e1857192fb0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-333a95b6"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a title=\"cookie policy\" href=\"/cookiebeleid\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7feb05742f62",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-fe57b065"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"cookie policy\" href=\"/cookiebeleid\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "37fc45ad453b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-26992ab2"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"uxmec_modal-button uxmec_button-save-preferences uxmec_button-acc-all\" title=\"Aanvaard alle\" data-value=\"2\" href=\"\" tabindex=\"1\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0945d1e36e4d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c605f4a5"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a id=\"uxmec_show-preferences\" class=\"uxmec_modal-button uxmec_modal-button-sec uxmec_hide-expand\" title=\"Stel voorkeuren in\" href=\"\" tabindex=\"3\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "65037dc83902",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7653eb42"
          }
        ],
        "outcomeCount": 3531,
        "uniqueFailedCount": 88,
        "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.gemeentebkz.be/",
      "finalUrl": "https://www.gemeentebkz.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Startpagina - Gemeente Beveren-Kruibeke-Zwijndrecht",
      "elapsedMs": 14129,
      "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": 520,
          "failed": 9,
          "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": "#lcp-searchbox-keyword",
            "html": "<input type=\"text\" name=\"q\" class=\"form-control txt sea...\" id=\"lcp-searchbox-keywor...\" data-tooltip=\"Zoek naar info, docu...\" autocomplete=\"off\" data-toggle-placehol...=\"1\" placeholder=\"Zoek naar info, docu...\" data-placeholder-mob...=\"Zoeken\" data-speak-text=\"Begin nu te spreken\" data-listening-t ...>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.74 (foreground color: #879fb5, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#lcp-searchbox-keyword"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "642d4f6d4134",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-98e187b1"
          },
          {
            "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>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.27 (foreground color: #ffffff, background color: #459b9c, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".partial__btn--news"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "febe4b64ee7b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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>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.27 (foreground color: #ffffff, background color: #459b9c, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".partial__btn--events"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8cc84f607a0f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-cfa12537"
          },
          {
            "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": "03d1c7583de2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "194701b6a4f4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "838ed81e77b1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "86698e2d2b5f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b6704e35"
          },
          {
            "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\"> <h2 class=\"contentblocks__title\"> <span>Iets fout of onduidelijk op deze pagina?</span> </h2> <a class=\"btn-contentblocks contentblocks__btn\" href=\"/feedback-webpagina\"><span>Meld het ons.</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": "af919f3ffbdf",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "4cbdfba637fc",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7ffbdd26"
          }
        ],
        "outcomeCount": 581,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 9
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1846,
          "failed": 29,
          "cantTell": 20,
          "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=\"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": "6b7be65f7331",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "b99821a439ee",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "a1176441791a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "0d11436f903d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "90b662cd308b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8c71e563"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.27 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": "9430f4f66b4e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "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": "2b2cf47ec808",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a0a3c19e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.27 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": "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": "caab2749e6bc",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c78f1f5a"
          },
          {
            "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": "7c20cfbb3021",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-558e4bc8"
          },
          {
            "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": "8072641d4d97",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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=\"Zoek naar info, documenten, attesten, ...\" data-toggle-placeholder=\"1\" autocomplete=\"off\" data-tooltip=\"Zoek naar info, documenten, attesten, ...\" 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": "3b5ea6d5628a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a1e2f825"
          },
          {
            "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": "2bd1fc422277",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9eb048d0"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/nieuws/gratis-bestrijding-van-aziatische-hoornaar\" 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": "1fb5804f746b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-99fb6fa1"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Gratis bestrijding van Aziatische hoornaar' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d5832948cbe8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b48dfa4b"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/nieuws/detail/140/je-belastingaangifte-aanvullen-de-fod-financien-ondersteunt-je\" 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": "8a3eab7f7462",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-fbaf6cb6"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Je belastingaangifte aanvullen? De FOD Financiën ondersteunt je' 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/reynaertjaar-2027-zoekt-jouw-project\" 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": "5a547f2d69c3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-dc450525"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Reynaertjaar 2027 zoekt jouw project' 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": "a70b322a77ba",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-eeb0172b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.27 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"btn-secondary 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": "513195b4de64",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-96382b81"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.27 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nieuwsbrieven\" 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": "f44fa95c361e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-772169c8"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 class=\"contentblocks__title\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8fe2085f6172",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-843cbdb0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/feedback-webpagina\" 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": "1ac393e56f30",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-49e57fbf"
          },
          {
            "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": "581e396fdbf4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0a8ac034"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"btn-totop\" data-tooltip=\"Naar top\" data-scrollto=\"totop\" href=\"#skip-content\" rel=\"nofollow\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9ff1eed93e22",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e8334d61"
          },
          {
            "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": "19d1dd7f2351",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-431daa94"
          }
        ],
        "outcomeCount": 1879,
        "uniqueFailedCount": 24,
        "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.brakel.be/",
      "finalUrl": "https://www.brakel.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Gemeente Brakel",
      "elapsedMs": 26702,
      "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": 845,
          "failed": 35,
          "cantTell": 16,
          "inapplicable": 47
        },
        "failedRules": [
          "color-contrast",
          "heading-order",
          "landmark-one-main",
          "link-name",
          "meta-viewport",
          "region"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-command-name",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "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-contentinfo-is-top-level",
          "landmark-no-duplicate-contentinfo",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".et_pb_search_0 > form > div > .et_pb_s[type=\"text\"][name=\"s\"]",
            "html": "<input type=\"text\" name=\"s\" placeholder=\"Waar zoek je naar?\" class=\"et_pb_s\">",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.09 (foreground color: #b3b3b3, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".et_pb_section_1"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0267f5f37b7a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a5554ee0"
          },
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#hero-posts-item-69f98557400d5 > .hero-posts-item-content > .hero-posts-item-content-inner > .hero-posts-item-content-middle > .hero-posts-item-content-middle-inner > .hero-posts-item-content-title",
            "html": "<h4 class=\"hero-posts-item-content-title\">",
            "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": "93734c2132b4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a4424cd6"
          },
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#hero-posts-item-69f9855747b8d > .hero-posts-item-content > .hero-posts-item-content-inner > .hero-posts-item-content-middle > .hero-posts-item-content-middle-inner > .hero-posts-item-content-title",
            "html": "<h4 class=\"hero-posts-item-content-title\">",
            "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": "ca1c75ade663",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ab13aefa"
          },
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#hero-posts-item-69f985574cbd5 > .hero-posts-item-content > .hero-posts-item-content-inner > .hero-posts-item-content-middle > .hero-posts-item-content-middle-inner > .hero-posts-item-content-title",
            "html": "<h4 class=\"hero-posts-item-content-title\"><span class=\"hero-posts-item-content-title-inner\"><a class=\"hero-posts-item-content-title-a\" href=\"https://www.brakel.be/jaarlijkse-asfalteringen/\" title=\"Jaarlijkse asfalteringen\"><span>Jaarlijkse asfalteringen</span></a></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": "c1afaca32a74",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7c7facbc"
          },
          {
            "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-NL\" class=\"js\">",
            "message": "Document should have one main landmark",
            "fixSummary": "Fix all of the following:\n  Document does not have a main landmark",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a52c44e5ffb1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-85b00be0"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".et-pb-arrow-prev",
            "html": "<a class=\"et-pb-arrow-prev\" href=\"#\"><span>Vorige</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": "33c0f01a7cab",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-828f6738"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".et-pb-arrow-next",
            "html": "<a class=\"et-pb-arrow-next\" href=\"#\"><span>Volgende</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": "d99cdc7458f7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d06d3f7b"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".et_pb_main_blurb_image > a[href$=\"uit-in-brakel-website/\"]",
            "html": "<a href=\"/uit-in-brakel-website/\">",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d2349c7129bc",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9a0fa829"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "#hero-posts-item-69f98557400d5 > .hero-posts-item-image > .hero-posts-item-image-inner > .hero-posts-item-image-container > .hero-posts-item-image-a",
            "html": "<a class=\"hero-posts-item-image-a\" href=\"https://www.brakel.be/vacature-lesgever-zwemmen-leren-zwemmen-en-watergewenning/\">",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1e280d23adb5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f4f20efb"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "#hero-posts-item-69f9855740151 > .hero-posts-item-image > .hero-posts-item-image-inner > .hero-posts-item-image-container > .hero-posts-item-image-a",
            "html": "<a class=\"hero-posts-item-image-a\" href=\"https://www.brakel.be/19-juni-busreis-naar-middelkerke-seniorenadviesraad/\">",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3de07196d7bc",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d63bdce0"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "#hero-posts-item-69f98557401e5 > .hero-posts-item-image > .hero-posts-item-image-inner > .hero-posts-item-image-container > .hero-posts-item-image-a",
            "html": "<a class=\"hero-posts-item-image-a\" href=\"https://www.brakel.be/20-mei-2026-g-sportdag/\">",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f146f4682b86",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-97c90b9c"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "#hero-posts-item-69f9855740229 > .hero-posts-item-image > .hero-posts-item-image-inner > .hero-posts-item-image-container > .hero-posts-item-image-a",
            "html": "<a class=\"hero-posts-item-image-a\" href=\"https://www.brakel.be/vacature-maatschappelijk-werker-2/\">",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a408434e1954",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7216ab5f"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "#hero-posts-item-69f985574026d > .hero-posts-item-image > .hero-posts-item-image-inner > .hero-posts-item-image-container > .hero-posts-item-image-a",
            "html": "<a class=\"hero-posts-item-image-a\" href=\"https://www.brakel.be/26-juni-2026-sportdag-55-in-de-panne/\">",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e3d9b22250f4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6fbb1f0e"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".et_pb_text_1 > .et_pb_text_inner > p > a",
            "html": "<a href=\"https://www.brakel.be/category/laatste-nieuws/\"></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": "3718d1358dd3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8be282f8"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "#hero-posts-item-69f9855747b8d > .hero-posts-item-image > .hero-posts-item-image-inner > .hero-posts-item-image-container > .hero-posts-item-image-a",
            "html": "<a class=\"hero-posts-item-image-a\" href=\"https://www.brakel.be/diversiteitsweek-11-tot-en-met-17-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": "be05e54e1208",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-80b780b7"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "#hero-posts-item-69f9855747bf2 > .hero-posts-item-image > .hero-posts-item-image-inner > .hero-posts-item-image-container > .hero-posts-item-image-a",
            "html": "<a class=\"hero-posts-item-image-a\" href=\"https://www.brakel.be/lentewandeling/\"><img decoding=\"async\" width=\"300\" height=\"225\" src=\"https://www.brakel.be/wp-content/uploads/2026/04/Lentewandeling-300x225.png\" class=\"attachment-medium size-medium wp-post-image\" alt=\"\" loading=\"lazy\"></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": "fb74d5cf5747",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ef969133"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "#hero-posts-item-69f9855747c6f > .hero-posts-item-image > .hero-posts-item-image-inner > .hero-posts-item-image-container > .hero-posts-item-image-a",
            "html": "<a class=\"hero-posts-item-image-a\" href=\"https://www.brakel.be/31-mei-2026-dag-van-het-park/\"><img decoding=\"async\" width=\"300\" height=\"225\" src=\"https://www.brakel.be/wp-content/uploads/2026/03/website-300x225.png\" class=\"attachment-medium size-medium wp-post-image\" alt=\"\" loading=\"lazy\"></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": "2ed47588e2a7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f0867a63"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "#hero-posts-item-69f9855747cb4 > .hero-posts-item-image > .hero-posts-item-image-inner > .hero-posts-item-image-container > .hero-posts-item-image-a",
            "html": "<a class=\"hero-posts-item-image-a\" href=\"https://www.brakel.be/garageverkoop-brakel-zondag-28-juni-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": "d0f0313de2cc",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8b1422f6"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "#hero-posts-item-69f9855747cf6 > .hero-posts-item-image > .hero-posts-item-image-inner > .hero-posts-item-image-container > .hero-posts-item-image-a",
            "html": "<a class=\"hero-posts-item-image-a\" href=\"https://www.brakel.be/tijd-voor-de-rijdt/\"><img decoding=\"async\" width=\"300\" height=\"225\" src=\"https://www.brakel.be/wp-content/uploads/2026/03/foodtruck-900-x-675-px-300x225.png\" class=\"attachment-medium size-medium wp-post-image\" alt=\"\" loading=\"lazy\"></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": "6f0e3da9ffef",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-65268fe9"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".et_pb_text_3 > .et_pb_text_inner > p > a",
            "html": "<a href=\"https://www.brakel.be/category/evenementen/\"></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": "8daf1dc9bcd7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1c23d79f"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "#hero-posts-item-69f985574cbd5 > .hero-posts-item-image > .hero-posts-item-image-inner > .hero-posts-item-image-container > .hero-posts-item-image-a",
            "html": "<a class=\"hero-posts-item-image-a\" href=\"https://www.brakel.be/jaarlijkse-asfalteringen/\">",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e990cc310b0a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d417b76c"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "#hero-posts-item-69f985574cc41 > .hero-posts-item-image > .hero-posts-item-image-inner > .hero-posts-item-image-container > .hero-posts-item-image-a",
            "html": "<a class=\"hero-posts-item-image-a\" href=\"https://www.brakel.be/diverse-wegenwerken/\"><img decoding=\"async\" width=\"300\" height=\"225\" src=\"https://www.brakel.be/wp-content/uploads/2024/09/Diverse-wegenwerken-300x225.png\" class=\"attachment-medium size-medium wp-post-image\" alt=\"\" loading=\"lazy\"></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": "82c499eb2cbc",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-28174479"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "#hero-posts-item-69f985574cc8f > .hero-posts-item-image > .hero-posts-item-image-inner > .hero-posts-item-image-container > .hero-posts-item-image-a",
            "html": "<a class=\"hero-posts-item-image-a\" href=\"https://www.brakel.be/kasteeldreef/\"><img decoding=\"async\" width=\"300\" height=\"225\" src=\"https://www.brakel.be/wp-content/uploads/2025/03/Kasteeldreef-website-300x225.png\" class=\"attachment-medium size-medium wp-post-image\" alt=\"\" loading=\"lazy\"></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": "eb4dfe2eb7a5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0926d4e4"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".et_pb_text_5 > .et_pb_text_inner > p > a",
            "html": "<a href=\"https://www.brakel.be/category/grote-werven/\"></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": "c41aa1e809f2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0f82bd8b"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".et-social-facebook > .icon",
            "html": "<a href=\"https://facebook.com/gemeentebrakel\" class=\"icon\">\n\t\t\t<span>Facebook</span>\n\t\t</a>",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d6d63db7078",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f751ca4e"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".et-social-twitter > .icon",
            "html": "<a href=\"https://twitter.com/gemeentebrakel\" class=\"icon\">\n\t\t\t<span>X</span>\n\t\t</a>",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "70832338bbf7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c951d05c"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".et-social-instagram > .icon",
            "html": "<a href=\"https://instagram.com/gemeentebrakel\" class=\"icon\">\n\t\t\t<span>Instagram</span>\n\t\t</a>",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9dcc4a272595",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7a53eba4"
          },
          {
            "rule": "meta-viewport",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/meta-viewport?application=playwright",
            "impact": "moderate",
            "wcagSc": [
              "wcag2aa",
              "wcag144"
            ],
            "xpath": "meta[name=\"viewport\"]",
            "html": "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\">",
            "message": "Zooming and scaling must not be disabled",
            "fixSummary": "Fix any of the following:\n  user-scalable on <meta> tag disables zooming on mobile devices",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "87be9d5277f0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-98527d57"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".et-pb-controllers",
            "html": "<div class=\"et-pb-controllers\"><a href=\"#\" class=\"et-pb-active-control\">1</a><a href=\"#\">2</a><a href=\"#\">3</a><a href=\"#\">4</a><a href=\"#\">5</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": "6e24e2408606",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-fe6b94b9"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".et_pb_column_1",
            "html": "<div class=\"et_pb_column et_pb_column_1_5 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "12fb1fbc405e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-71436d8b"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".et_pb_column_2",
            "html": "<div class=\"et_pb_column et_pb_column_1_5 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough et-last-child\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b837bb31a4c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-caec44b5"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".et_pb_row_1",
            "html": "<div class=\"et_pb_row et_pb_row_1 et_pb_equal_columns et_pb_gutters2 et_pb_row_4col\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2a72e0fd3b96",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c0290a6c"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".et_pb_section_3",
            "html": "<div class=\"et_pb_section et_pb_section_3 et_section_regular\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7ea9b2b95eff",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f4524930"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".cli-bar-message",
            "html": "<div class=\"cli-bar-message\">Wij gebruiken cookies om ervoor te zorgen dat we u de beste ervaring op onze website kunnen bieden. Als u doorgaat met het gebruik van deze site, gaan we ervan uit dat u hiermee akkoord</div>",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e8e0e2d9f9c5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ec4c5b0a"
          },
          {
            "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": "baea03274999",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c1791208"
          }
        ],
        "outcomeCount": 943,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 35
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3227,
          "failed": 172,
          "cantTell": 108,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_content_in_landmark",
          "aria_contentinfo_misuse",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "input_label_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "text_contrast_sufficient",
          "widget_tabbable_exists"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d81980380b4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style id=\"et-builder-googlefonts-cached-inline\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d372e7de7261",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2c720be8"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link media=\"all\" type=\"text/css\" href=\"https://www.brakel.be/wp-content/plugins/wp-and-divi-icons-pro/css/icons.min.css?ver=2.0.9\" id=\"ags-divi-icons-css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "162e202e5558",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-29b90d13"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"#\" class=\"et-pb-arrow-prev\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ccf98a70769b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5e7ab0e9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"#\" class=\"et-pb-arrow-next\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "39daeaa7b9e7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-dacf3e53"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"et-pb-active-control\" href=\"#\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "21833d9b4306",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1ebe258f"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"et-pb-active-control\" 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": "65282f9a6cf3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b0b4dbb8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"et-pb-active-control\" href=\"#\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f7b0cf1103be",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-408c2f88"
          },
          {
            "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": "221d0c6f6f19",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d84293d2"
          },
          {
            "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": "774f85165599",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b875fa11"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"#\">",
            "message": "Text contrast of 2.07 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": "580f21d966b5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b91adb81"
          },
          {
            "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": true,
            "duplicateOf": "equalAccess"
          },
          {
            "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": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"#\">",
            "message": "Text contrast of 2.07 with its background is less than the WCAG AA minimum requirements for text of size 19px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "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": true,
            "duplicateOf": "equalAccess"
          },
          {
            "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": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"#\">",
            "message": "Text contrast of 2.07 with its background is less than the WCAG AA minimum requirements for text of size 19px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "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": true,
            "duplicateOf": "equalAccess"
          },
          {
            "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": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"#\">",
            "message": "Text contrast of 2.07 with its background is less than the WCAG AA minimum requirements for text of size 19px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input class=\"et_pb_s\" placeholder=\"Waar zoek je naar?\" name=\"s\" type=\"text\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "29ff710f1b34",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f0707d48"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input class=\"et_pb_s\" placeholder=\"Waar zoek je naar?\" name=\"s\" type=\"text\">",
            "message": "The ‘placeholder’ is the only visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ff04d8a20f4b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-57fd2612"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input style=\"\" class=\"et_pb_searchsubmit\" value=\"Zoeken\" type=\"submit\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9a7a48f3a108",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-fa84d2de"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input style=\"\" class=\"et_pb_searchsubmit\" value=\"Zoeken\" type=\"submit\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "db8a4ae205a2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ee993e40"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.brakel.be/bekendmakingen/beleidsrapporten/\" class=\"et_pb_button et_pb_button_0 full-width-btn et_pb_bg_layout_light\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2dfc0858a9da",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-dd9b9c9b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.brakel.be/bekendmakingen/beleidsrapporten/\" class=\"et_pb_button et_pb_button_0 full-width-btn et_pb_bg_layout_light\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f0941e19df90",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-fea4553a"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.brakel.be/allerlei-info/vrije-tijd-en-communicatie/evenementen/\" class=\"et_pb_button et_pb_button_1 full-width-btn et_pb_bg_layout_light\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1445bb0b126e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-29d2b98e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.brakel.be/allerlei-info/vrije-tijd-en-communicatie/evenementen/\" class=\"et_pb_button et_pb_button_1 full-width-btn et_pb_bg_layout_light\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "54cbb1ae4fae",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d337fefc"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/openingsuren/\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "19ebb1d0ac47",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7e799540"
          },
          {
            "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": "4a8664d80dc1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-181fbccd"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h4 class=\"et_pb_module_header\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "11526d4dc7fd",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-43b1a5ea"
          },
          {
            "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=\"/uit-in-brakel-website/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "64daa4091ed7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7d258eee"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/uit-in-brakel-website/\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d95226e0909b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ec1b7f0d"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h4 class=\"et_pb_module_header\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/uit-in-brakel-website/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/afspraak-maken/\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a986ee09f67f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-16e66a21"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/afspraak-maken/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "09632b146eec",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3f8869c6"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h4 class=\"et_pb_module_header\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/afspraak-maken/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/toerisme/\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "95b2552e3f3d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-df01ef1f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/toerisme/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bd57e42f2245",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d1f03e87"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h4 class=\"et_pb_module_header\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/toerisme/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/thuisloket/\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1692809e63d3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8c8b69e5"
          },
          {
            "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": "b18b360e3dbf",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9054e6a8"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h4 class=\"et_pb_module_header\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "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": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/bestuur-gemeente-en-ocmw-info/\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d229e32337e6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d2e22ce1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/bestuur-gemeente-en-ocmw-info/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "64dd5ea843af",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7d70bed9"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h4 class=\"et_pb_module_header\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/bestuur-gemeente-en-ocmw-info/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/bekendmakingen/\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b4d8bb6c4921",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7168cb3d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/bekendmakingen/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea98132ee571",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b2d6b7d4"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h4 class=\"et_pb_module_header\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/bekendmakingen/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/allerlei-info/\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "904f1125e4c7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1edbacb2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/allerlei-info/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "77562dcb239e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ba89722d"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h4 class=\"et_pb_module_header\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/allerlei-info/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h1>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a9d97ea7abb0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-642a24d8"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.brakel.be/vacature-lesgever-zwemmen-leren-zwemmen-en-watergewenning/\" class=\"hero-posts-item-image-a\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a47beb4fa821",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-10f793fe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.brakel.be/vacature-lesgever-zwemmen-leren-zwemmen-en-watergewenning/\" class=\"hero-posts-item-image-a\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "14540f8b9c78",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-828b8741"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.brakel.be/vacature-lesgever-zwemmen-leren-zwemmen-en-watergewenning/\" class=\"hero-posts-item-image-a\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0e52043ec32b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ba4fb363"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h4 class=\"hero-posts-item-content-title\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "343f2e9c1af9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-bba71fe9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"VACATURE: Lesgever zwemmen (leren zwemmen en watergewenning)\" href=\"https://www.brakel.be/vacature-lesgever-zwemmen-leren-zwemmen-en-watergewenning/\" class=\"hero-posts-item-content-title-a\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "520fff211290",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a20e12fa"
          },
          {
            "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": "864e162d05e3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.brakel.be/19-juni-busreis-naar-middelkerke-seniorenadviesraad/\" class=\"hero-posts-item-image-a\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a0023613d01b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-17aedcf4"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.brakel.be/19-juni-busreis-naar-middelkerke-seniorenadviesraad/\" class=\"hero-posts-item-image-a\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "85e86b9a4f19",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1c087c5a"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h4 class=\"hero-posts-item-content-title\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"VOLZET 19 juni: busreis naar Middelkerke - seniorenadviesraad\" href=\"https://www.brakel.be/19-juni-busreis-naar-middelkerke-seniorenadviesraad/\" class=\"hero-posts-item-content-title-a\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b81cd98c8e6d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7ed7d755"
          },
          {
            "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=\"https://www.brakel.be/20-mei-2026-g-sportdag/\" class=\"hero-posts-item-image-a\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ec7031e530b3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6d910b11"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.brakel.be/20-mei-2026-g-sportdag/\" class=\"hero-posts-item-image-a\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bb3f593adcb2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7ec76100"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.brakel.be/20-mei-2026-g-sportdag/\" class=\"hero-posts-item-image-a\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bb918a8ecd43",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-226a3f60"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h4 class=\"hero-posts-item-content-title\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"20 mei 2026: G-sportdag\" href=\"https://www.brakel.be/20-mei-2026-g-sportdag/\" class=\"hero-posts-item-content-title-a\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "13c2ef3b4645",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a5b498c3"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.brakel.be/vacature-maatschappelijk-werker-2/\" class=\"hero-posts-item-image-a\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d599c807d63",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-52732768"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.brakel.be/vacature-maatschappelijk-werker-2/\" class=\"hero-posts-item-image-a\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "47812e829887",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6c39874b"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h4 class=\"hero-posts-item-content-title\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"VACATURE: maatschappelijk werker (2) (online tot 26 mei 2026)\" href=\"https://www.brakel.be/vacature-maatschappelijk-werker-2/\" class=\"hero-posts-item-content-title-a\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "97dc3fec7696",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3e1150fe"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.brakel.be/26-juni-2026-sportdag-55-in-de-panne/\" class=\"hero-posts-item-image-a\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8e696595d299",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1b017878"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.brakel.be/26-juni-2026-sportdag-55-in-de-panne/\" class=\"hero-posts-item-image-a\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f4b2fde1eeb3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f98f09a8"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h4 class=\"hero-posts-item-content-title\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"26 juni 2026: Sportdag 55+ in De Panne\" href=\"https://www.brakel.be/26-juni-2026-sportdag-55-in-de-panne/\" class=\"hero-posts-item-content-title-a\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d02f3f0a759c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-870e7321"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.brakel.be/category/laatste-nieuws/\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bb1b656c875c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a66bcacc"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.brakel.be/category/laatste-nieuws/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d3f4e20d1866",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-09aec855"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.brakel.be/category/laatste-nieuws/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "142bf93109fa",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0f8282b2"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6b883e24e7af",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f459bb78"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.brakel.be/category/laatste-nieuws/\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "58eb731166d6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2023676b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.brakel.be/category/laatste-nieuws/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.brakel.be/category/laatste-nieuws/\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eaca409737ff",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e8831cf5"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h1>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.brakel.be/diversiteitsweek-11-tot-en-met-17-mei/\" class=\"hero-posts-item-image-a\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ad02f84a58e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-52e3e16e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.brakel.be/diversiteitsweek-11-tot-en-met-17-mei/\" class=\"hero-posts-item-image-a\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6a02c29c88b8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4e146d7e"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.brakel.be/diversiteitsweek-11-tot-en-met-17-mei/\" class=\"hero-posts-item-image-a\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "572e79e17c67",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2277d750"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h4 class=\"hero-posts-item-content-title\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Diversiteitsweek (11 tot en met 17 mei)\" href=\"https://www.brakel.be/diversiteitsweek-11-tot-en-met-17-mei/\" class=\"hero-posts-item-content-title-a\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0edc3efc5807",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-28a4ab52"
          },
          {
            "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=\"https://www.brakel.be/lentewandeling/\" class=\"hero-posts-item-image-a\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8943159d9ea1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ae2e2afe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.brakel.be/lentewandeling/\" class=\"hero-posts-item-image-a\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3d5c74e97819",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-02f83f6d"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.brakel.be/lentewandeling/\" class=\"hero-posts-item-image-a\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ae28da790869",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d395a662"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h4 class=\"hero-posts-item-content-title\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"27 mei 2026: Lentewandeling\" href=\"https://www.brakel.be/lentewandeling/\" class=\"hero-posts-item-content-title-a\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "66e4de9856fe",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b27c4159"
          },
          {
            "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=\"https://www.brakel.be/31-mei-2026-dag-van-het-park/\" class=\"hero-posts-item-image-a\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ec881dc4cc7c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-aabec82f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.brakel.be/31-mei-2026-dag-van-het-park/\" class=\"hero-posts-item-image-a\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8cfd88e1f143",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8149e968"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.brakel.be/31-mei-2026-dag-van-het-park/\" class=\"hero-posts-item-image-a\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6351a1bed871",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f1deeacc"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h4 class=\"hero-posts-item-content-title\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"31 mei 2026: Dag van het park\" href=\"https://www.brakel.be/31-mei-2026-dag-van-het-park/\" class=\"hero-posts-item-content-title-a\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a8490b75ae94",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0c19d2a9"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.brakel.be/garageverkoop-brakel-zondag-28-juni-2026/\" class=\"hero-posts-item-image-a\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a29c2fd9d477",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f951a202"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.brakel.be/garageverkoop-brakel-zondag-28-juni-2026/\" class=\"hero-posts-item-image-a\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9737b0e33875",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-50cca90f"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h4 class=\"hero-posts-item-content-title\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Garageverkoop Brakel – zondag 28 juni 2026\" href=\"https://www.brakel.be/garageverkoop-brakel-zondag-28-juni-2026/\" class=\"hero-posts-item-content-title-a\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "427ba624b233",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b0498a9f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.brakel.be/tijd-voor-de-rijdt/\" class=\"hero-posts-item-image-a\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e37b4ebb9522",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-baf11eab"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.brakel.be/tijd-voor-de-rijdt/\" class=\"hero-posts-item-image-a\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b85993463bc",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2134c849"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h4 class=\"hero-posts-item-content-title\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"7 - 9 augustus: Tijd voor De Rijdt\" href=\"https://www.brakel.be/tijd-voor-de-rijdt/\" class=\"hero-posts-item-content-title-a\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dd0f58edfe67",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8afef556"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.brakel.be/category/evenementen/\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7eb68fd7de26",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-77fe66c1"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.brakel.be/category/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": "e5573d69e2a9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-29a68568"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.brakel.be/category/evenementen/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d28b7dd43a6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-95c1a054"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.brakel.be/category/evenementen/\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "30aa2b53e6ef",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-50398aed"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.brakel.be/category/evenementen/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.brakel.be/category/evenementen/\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2f5eb60e1306",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e13ecf32"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h1>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.brakel.be/jaarlijkse-asfalteringen/\" class=\"hero-posts-item-image-a\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a03d24fdbf27",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b23be043"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.brakel.be/jaarlijkse-asfalteringen/\" class=\"hero-posts-item-image-a\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e44a9ca830da",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5cef39b5"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.brakel.be/jaarlijkse-asfalteringen/\" class=\"hero-posts-item-image-a\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "563562789695",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7db83823"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h4 class=\"hero-posts-item-content-title\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Jaarlijkse asfalteringen\" href=\"https://www.brakel.be/jaarlijkse-asfalteringen/\" class=\"hero-posts-item-content-title-a\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "44c5041f1282",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d3e02ecb"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.brakel.be/diverse-wegenwerken/\" class=\"hero-posts-item-image-a\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "769b26bad5f7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-048d709a"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.brakel.be/diverse-wegenwerken/\" class=\"hero-posts-item-image-a\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9a0d867f3ef4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b5fb74f2"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h4 class=\"hero-posts-item-content-title\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Diverse wegenwerken\" href=\"https://www.brakel.be/diverse-wegenwerken/\" class=\"hero-posts-item-content-title-a\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0738e2343acb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9934475a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.brakel.be/kasteeldreef/\" class=\"hero-posts-item-image-a\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a010eaab35df",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e235087e"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.brakel.be/kasteeldreef/\" class=\"hero-posts-item-image-a\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0238f81d7b49",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a10f35b8"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h4 class=\"hero-posts-item-content-title\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Kasteeldreef\" href=\"https://www.brakel.be/kasteeldreef/\" class=\"hero-posts-item-content-title-a\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "20ee29e7fb48",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-72febfdb"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.brakel.be/category/grote-werven/\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "97a46d384fdb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5a3ece54"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.brakel.be/category/grote-werven/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c261e9b23ed",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-04f0d5c6"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.brakel.be/category/grote-werven/\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "33c6a7295eaa",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4d48a84c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.brakel.be/category/grote-werven/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.brakel.be/category/grote-werven/\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b2692b999a8c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-88baac22"
          },
          {
            "rule": "aria_contentinfo_misuse",
            "xpath": null,
            "html": "<footer id=\"main-footer\">",
            "message": "Element with \"contentinfo\" role is present without an element with \"main\" role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a0f262664d9f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-07d04e41"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"http://brakel.be\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5aeae4181f25",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2f99eabe"
          },
          {
            "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=\"/afspraak-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=\"/afspraak-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=\"/sport/sport-openingsuren/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6727468a0d71",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1a60ae9f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/allerlei-info/omgeving-informatie/recyclagepark-informatie/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e7670179a599",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e749535f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.brakel.be/vacature-lesgever-zwemmen-leren-zwemmen-en-watergewenning/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1bca7a868871",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-bffbc4b2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.brakel.be/19-juni-busreis-naar-middelkerke-seniorenadviesraad/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "805d39ef659b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0242abe9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.brakel.be/20-mei-2026-g-sportdag/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "609f0f921242",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ec9d5cdd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"icon\" href=\"https://facebook.com/gemeentebrakel\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7463e01aafa0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ba24b865"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"icon\" href=\"https://twitter.com/gemeentebrakel\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5a9ddb2b5c6a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ecd92881"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"icon\" href=\"https://instagram.com/gemeentebrakel\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b0aaf58e935a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c38631c8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/privacy-beleid/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dcd914a70e39",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-02bec5f1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"cli-bar-message\">",
            "message": "Text contrast of 4.05 with its background is less than the WCAG AA minimum requirements for text of size 14.6667px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "201e0312c153",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6232003f"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a style=\"margin: 0px 10px 0px 5px; color: rgb(51, 51, 51);\" class=\"cli_settings_button\" role=\"button\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d5aca2284b78",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f2d2c508"
          },
          {
            "rule": "widget_tabbable_exists",
            "xpath": null,
            "html": "<a style=\"margin: 0px 10px 0px 5px; color: rgb(51, 51, 51);\" class=\"cli_settings_button\" role=\"button\">",
            "message": "Component with \"button\" role does not have a tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b90726747f1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2e66e546"
          },
          {
            "rule": "widget_tabbable_exists",
            "xpath": null,
            "html": "<a style=\"color: rgb(255, 255, 255); background-color: rgb(210, 18, 66);\" class=\"medium cli-plugin-button cli-plugin-main-button cookie_action_close_header cli_action_button wt-cli-accept-btn\" id=\"cookie_action_close_header\" data-cli_action=\"accept\" role=\"button\">",
            "message": "Component with \"button\" role does not have a tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc0b03f01df0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6138866c"
          }
        ],
        "outcomeCount": 3401,
        "uniqueFailedCount": 114,
        "duplicateFailedCount": 58,
        "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": 58
    },
    {
      "submittedUrl": "https://www.buggenhout.be/",
      "finalUrl": "https://www.buggenhout.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Startpagina - Gemeente Buggenhout",
      "elapsedMs": 19505,
      "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": 851,
          "failed": 35,
          "cantTell": 14,
          "inapplicable": 42
        },
        "failedRules": [
          "color-contrast",
          "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"
        ],
        "failures": [
          {
            "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-block-date > .entry-date[aria-label=\"zaterdag 9 mei 2026\"] > .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 2.55 (foreground color: #ffffff, background color: #55b47c, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".event-item:nth-child(1) > a > .event-container.has-media > .event-block-date > .entry-date[aria-label=\"zaterdag 9 mei 2026\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1e86928f2cff",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-076102d4"
          },
          {
            "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-block-date > .entry-date[aria-label=\"zaterdag 9 mei 2026\"] > .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 2.55 (foreground color: #ffffff, background color: #55b47c, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".event-item:nth-child(2) > a > .event-container.has-media > .event-block-date > .entry-date[aria-label=\"zaterdag 9 mei 2026\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "016265c7921d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-bb559843"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "div[aria-label=\"donderdag 21 mei 2026\"] > .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 2.55 (foreground color: #ffffff, background color: #55b47c, font size: 17.3pt (23px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "div[aria-label=\"donderdag 21 mei 2026\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9a7cfc6fe90f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1ce952b9"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "div[aria-label=\"donderdag 21 mei 2026\"] > .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 2.55 (foreground color: #ffffff, background color: #55b47c, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "div[aria-label=\"donderdag 21 mei 2026\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1d2b6d130757",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e3114bd5"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "div[aria-label=\"zaterdag 6 juni 2026\"] > .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 2.55 (foreground color: #ffffff, background color: #55b47c, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "div[aria-label=\"zaterdag 6 juni 2026\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "209d4b7e49db",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4ce46142"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact-info-container > .box-subtitle > span",
            "html": "<span>Lokaal bestuur Buggenhout</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: #ffffff, background color: #4f99d1, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".footer-mid"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "69c169d3def2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b4ee4fdf"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".txt-gebouw > span",
            "html": "<span>Het 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.08 (foreground color: #ffffff, background color: #4f99d1, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".footer-mid"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "66dc8e7e395c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4ce08393"
          },
          {
            "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 \">Nieuwstraat 2</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: #ffffff, background color: #4f99d1, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".footer-mid"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f48869234990",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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>9255</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: #ffffff, background color: #4f99d1, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".footer-mid"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b1e9037700d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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\">Buggenhout</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: #ffffff, background color: #4f99d1, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".footer-mid"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a328b0918930",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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:003252339511\">+32 52 33 95 11</a>",
            "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: #ffffff, background color: #4f99d1, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".footer-mid"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0e8346da7c19",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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%75%67%67%65%6e%68%6f%75%74%2e%62%65\">info@buggenhout.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.08 (foreground color: #ffffff, background color: #4f99d1, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".footer-mid"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "39b43f5887a8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-933f9714"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".txt-kbo > span",
            "html": "<span>0207.445.287</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: #ffffff, background color: #4f99d1, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".footer-mid"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc2f24307427",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8147a089"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".magazines > h2 > span",
            "html": "<span>Magazines</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: #ffffff, background color: #4f99d1, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".footer-mid"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ab1e12819414",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2af31a58"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".magazines-caption > .title > 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 3.08 (foreground color: #ffffff, background color: #4f99d1, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".footer-mid"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "df2207cb9625",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-518f92f4"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".usefull > h2 > span",
            "html": "<span>Nuttige links</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: #ffffff, background color: #4f99d1, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".footer-mid"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7028a50b9d0f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9c4e358a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".color1[href$=\"contact\"] > .usefull-caption > .title > span",
            "html": "<span>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.08 (foreground color: #ffffff, background color: #4f99d1, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".footer-mid"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a19e0005d879",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-412813ae"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".color2[target=\"_blank\"] > .usefull-caption > .title > 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.08 (foreground color: #ffffff, background color: #4f99d1, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".footer-mid"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "097346a8452e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4bd30524"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".color3[href$=\"e-loket\"] > .usefull-caption > .title > span",
            "html": "<span>Digitaal 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.08 (foreground color: #ffffff, background color: #4f99d1, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".footer-mid"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7e537206fbee",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-437dc689"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".color4[href$=\"meldingen\"] > .usefull-caption > .title > 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.08 (foreground color: #ffffff, background color: #4f99d1, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".footer-mid"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a48a7cc55a49",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7c7d852e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".footer-left > p",
            "html": "<p>© 2026 Buggenhout &nbsp;&nbsp; <a href=\"/proclaimer\"><span>Proclaimer</span></a> | <a href=\"/privacy\"><span>Privacyverklaring </span></a> | <a href=\"/cookies\">Cookies</a> | <a href=\"/nieuwsbrieven\">Nieuwsbrief</a></p>",
            "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: #6e819a, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".footer-bottom"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "23c82a36fdf0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-65cc4873"
          },
          {
            "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 3.98 (foreground color: #ffffff, background color: #6e819a, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".footer-bottom"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d84229ecb317",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d754f901"
          },
          {
            "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 3.98 (foreground color: #ffffff, background color: #6e819a, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".footer-bottom"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cae4fd81fbdb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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$=\"cookies\"]",
            "html": "<a href=\"/cookies\">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: #6e819a, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".footer-bottom"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "62e860d57243",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4c12f0fb"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p > a[href$=\"nieuwsbrieven\"]",
            "html": "<a href=\"/nieuwsbrieven\">Nieuwsbrief</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: #6e819a, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".footer-bottom"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "70ae7c4a0393",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1e597752"
          },
          {
            "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=\"Zoek op buggenhout.be\" autocomplete=\"off\" placeholder=\"Zoek op buggenhout.be\" data-placeholder=\"Zoek op buggenhout.be\" 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": "8723a6d122bb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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$=\"seizoensopening-2025\"]",
            "html": "<a href=\"/seizoensopening-2025\" class=\"media-link\">",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "33768a4b9e73",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c3018340"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "a[href$=\"septemberkermis-2025\"]",
            "html": "<a href=\"/septemberkermis-2025\" class=\"media-link\">",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "21dad5fca7dc",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d41362c5"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".image:nth-child(3) > .media-link",
            "html": "<a href=\"/dag-van-de-nieuwe-inwoner--junikermis\" class=\"media-link\">",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c542a99ee877",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a03a3910"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "a[href$=\"buggenhout-middagstad\"]",
            "html": "<a href=\"/buggenhout-middagstad\" class=\"media-link\">",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "504837ed2627",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-62d098b6"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "a[href=\"/aftrap-het-zilveren-peloton\"]",
            "html": "<a href=\"/aftrap-het-zilveren-peloton\" class=\"media-link\">",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fcc5a8aa54e9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4e8eccf4"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".image:nth-child(6) > .media-link",
            "html": "<a href=\"/media/detail/112/buitenspeeldag\" class=\"media-link\">",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e7ddcabf4137",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6e47a837"
          },
          {
            "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": "2bec9b7971c3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "e60fbd4177b3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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\">\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": "820b167412c7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-34285466"
          }
        ],
        "outcomeCount": 942,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 35
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2447,
          "failed": 102,
          "cantTell": 36,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_attribute_valid",
          "aria_content_in_landmark",
          "aria_form_label_unique",
          "aria_role_valid",
          "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_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": "5e7d8ed1a2d6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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=09102023122546\" id=\"skin-stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "932e2b642b83",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-fed35f4b"
          },
          {
            "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=09102023122546\" 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": "84e618661e8c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-cb4fdc0e"
          },
          {
            "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": "1ddaafe849d2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a6b3a39c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"cookie-compliance-text\">",
            "message": "Text contrast of 3.89 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": "b138aaca2ada",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5d5bd0c5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.89 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": "4945ad2bb633",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "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": "1ce8dafbddd0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9fc63804"
          },
          {
            "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.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": "eca5a8ad83f6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5e3c2537"
          },
          {
            "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": "5947a63bb51f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "0e78a6d73e45",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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.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": "84e1435a001c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "67adfddf1f2e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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.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": "a78e54206a26",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "4d22475dd4ce",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "826b5ba95f0c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3edcb09c"
          },
          {
            "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": "8032d58f60ba",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5fae9414"
          },
          {
            "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": "a9561a7bdf00",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8eaad705"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/openingsuren\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea24d65c948b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-30d930aa"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.92 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": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/afvalkalender\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ab1fbefa56ec",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0c8c3524"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.92 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": "element_tabbable_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://stratenplan.buggenhout.be\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3cc83eed0bd3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a180cc53"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.92 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": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/producten\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3b393edef2d4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0ea83476"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.92 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": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/e-loket\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8aba91c9523b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b6a7c383"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.92 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": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/vacatures\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e53d4c77d355",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-02a37194"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.92 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": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/faq\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "28d695987414",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-938a9489"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.92 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": "element_tabbable_visible",
            "xpath": null,
            "html": "<a aria-expanded=\"false\" href=\"/leven\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "37699818114d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-217656c8"
          },
          {
            "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 18px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a aria-expanded=\"false\" href=\"/werken\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "20c7580e9844",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7e1a9df8"
          },
          {
            "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 18px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a aria-expanded=\"false\" href=\"/wonen\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f65294c54218",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1ff8a7e0"
          },
          {
            "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 18px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a aria-expanded=\"false\" href=\"/ondern\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "46a044f076a0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e980c640"
          },
          {
            "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 18px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a aria-expanded=\"false\" href=\"/zorgen\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c9c4bd09cdba",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c1955074"
          },
          {
            "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 18px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a aria-expanded=\"false\" href=\"/besturen\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d8ac66f7164b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-04df7acf"
          },
          {
            "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 18px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a aria-expanded=\"false\" 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": "4ebb18b0ca8d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-77cb8ad9"
          },
          {
            "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 18px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "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": "274c9a29ea17",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1960cfc5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"toggle-txt\">",
            "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": "9330d3edf8ba",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8432b904"
          },
          {
            "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": "dfc729da90b6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a0240d2d"
          },
          {
            "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": "26c7f709b631",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "b1973f0bfc22",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a162e197"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"entry-date\" aria-label=\"zaterdag 9 mei 2026\">",
            "message": "Confirm this text '9 mei' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ead417a29384",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-55c0423e"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<div class=\"entry-date\" aria-label=\"zaterdag 9 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": "0aaebbcf8d00",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-bfc52da8"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"day\">",
            "message": "Text contrast of 2.56 with its background is less than the WCAG AA minimum requirements for text of size 23px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c27c5bd8421f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ecfe7a85"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"month\">",
            "message": "Text contrast of 2.56 with its background is less than the WCAG AA minimum requirements for text of size 17px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7fd4ec836bc3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d3810c24"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"entry-date\" aria-label=\"zaterdag 9 mei 2026\">",
            "message": "Confirm this text '9 mei' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<div class=\"entry-date\" aria-label=\"zaterdag 9 mei 2026\">",
            "message": "The ARIA attributes \"aria-label\" are not valid for the element <div> with implicit ARIA role \"generic\"",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"day\">",
            "message": "Text contrast of 2.56 with its background is less than the WCAG AA minimum requirements for text of size 23px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"month\">",
            "message": "Text contrast of 2.56 with its background is less than the WCAG AA minimum requirements for text of size 17px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"entry-date\" aria-label=\"donderdag 21 mei 2026\">",
            "message": "Confirm this text '21 mei' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e503597359c5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3db02225"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<div class=\"entry-date\" aria-label=\"donderdag 21 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": "a90ef962ee33",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2648ee37"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"day\">",
            "message": "Text contrast of 2.56 with its background is less than the WCAG AA minimum requirements for text of size 23px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"month\">",
            "message": "Text contrast of 2.56 with its background is less than the WCAG AA minimum requirements for text of size 17px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"entry-date\" aria-label=\"zaterdag 6 juni 2026\">",
            "message": "Confirm this text '6 jun' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d8a413a43c73",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c7cc806e"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<div class=\"entry-date\" aria-label=\"zaterdag 6 juni 2026\">",
            "message": "The ARIA attributes \"aria-label\" are not valid for the element <div> with implicit ARIA role \"generic\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0c71c1928697",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6aac5a7d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"day\">",
            "message": "Text contrast of 2.56 with its background is less than the WCAG AA minimum requirements for text of size 23px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"month\">",
            "message": "Text contrast of 2.56 with its background is less than the WCAG AA minimum requirements for text of size 17px and weight of 500",
            "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 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.09 with its background is less than the WCAG AA minimum requirements for text of size 15px and weight of 700",
            "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 15px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.09 with its background is less than the WCAG AA minimum requirements for text of size 15px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"txt-streetnr \">",
            "message": "Text contrast of 3.08 with its background is less than the WCAG AA minimum requirements for text of size 15px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5fc4660e9840",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-39a6fe4a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"txt-postal\">",
            "message": "Text contrast of 3.08 with its background is less than the WCAG AA minimum requirements for text of size 15px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2343b24594b5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-049b67be"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"txt-city\">",
            "message": "Text contrast of 3.08 with its background is less than the WCAG AA minimum requirements for text of size 15px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ca8c37b6bc98",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7d29cd48"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.09 with its background is less than the WCAG AA minimum requirements for text of size 15px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:003252339511\" class=\"phone\">",
            "message": "Text contrast of 3.08 with its background is less than the WCAG AA minimum requirements for text of size 15px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bea531cf205a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e215ed83"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.09 with its background is less than the WCAG AA minimum requirements for text of size 15px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"mailto:%69%6e%66%6f%40%62%75%67%67%65%6e%68%6f%75%74%2e%62%65\" class=\"mail\">",
            "message": "Text contrast of 3.08 with its background is less than the WCAG AA minimum requirements for text of size 15px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ff3153b1d417",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-dba3a0eb"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.09 with its background is less than the WCAG AA minimum requirements for text of size 15px and weight of 700",
            "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 15px 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 700",
            "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 15px 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 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a class=\"color1\" href=\"/contact\">",
            "message": "Undersized target \"a\" does not have sufficient spacing of 12 CSS pixels from another target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9e1f9b1e5fdc",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-70592990"
          },
          {
            "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 15px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a class=\"color2\" target=\"_blank\" href=\"https://buggenhout.mijnafspraakmaken.be/\">",
            "message": "Undersized target \"a\" does not have sufficient spacing of 12 CSS pixels from another target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9b113c33a0cf",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7f85c4de"
          },
          {
            "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 15px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a class=\"color3\" href=\"/e-loket\">",
            "message": "Undersized target \"a\" does not have sufficient spacing of 12 CSS pixels from another target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5689ad615308",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0bf552e1"
          },
          {
            "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 15px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a class=\"color4\" href=\"/meldingen\">",
            "message": "Undersized target \"a\" does not have sufficient spacing of 12 CSS pixels from another target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "14fb79f5aad5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a4529837"
          },
          {
            "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 15px 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 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a class=\"media-link\" href=\"/seizoensopening-2025\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b9ddb706f480",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-72523103"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a class=\"media-link\" href=\"/septemberkermis-2025\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9fe6f05706a4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ae403718"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a class=\"media-link\" href=\"/dag-van-de-nieuwe-inwoner--junikermis\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2472113ec0d9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d1ebeeb1"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a class=\"media-link\" href=\"/buggenhout-middagstad\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bfdf34bbae81",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-616f1565"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a class=\"media-link\" href=\"/aftrap-het-zilveren-peloton\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7cec55302bf1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9a19d770"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a class=\"media-link\" href=\"/media/detail/112/buitenspeeldag\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "171dc7d586e4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4eba8c6c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "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": "7209513bf9d8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7acebded"
          },
          {
            "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": "<a href=\"/cookies\">",
            "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": "d788fabdf69d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9e24d522"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/nieuwsbrieven\">",
            "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": "49f25fd7915a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e870eb4d"
          }
        ],
        "outcomeCount": 2563,
        "uniqueFailedCount": 62,
        "duplicateFailedCount": 40,
        "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": 40
    },
    {
      "submittedUrl": "https://www.deinze.be/",
      "finalUrl": "https://www.deinze.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Startpagina - Stad Deinze",
      "elapsedMs": 14336,
      "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": 505,
          "failed": 11,
          "cantTell": 0,
          "inapplicable": 46
        },
        "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",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "definition-list",
          "dlitem",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region"
        ],
        "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-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.21 (foreground color: #e73446, background color: #ffffff, 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": "3cf2f466b2aa",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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-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.21 (foreground color: #e73446, background color: #ffffff, 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": "30a34c6a4367",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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-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.21 (foreground color: #e73446, background color: #ffffff, 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": "dab7ecfc4e73",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-42678e69"
          },
          {
            "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 4.21 (foreground color: #e73446, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".partial-container > .list > li:nth-child(1) > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a08cbcf71a5b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5c4da680"
          },
          {
            "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 > .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 4.21 (foreground color: #e73446, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".partial-container > .list > li:nth-child(2) > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "03f129139095",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-60e01bf6"
          },
          {
            "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 > .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 4.21 (foreground color: #e73446, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".partial-container > .list > li:nth-child(3) > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a25aa4dce7be",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-605be136"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".btn-partial > 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 4.21 (foreground color: #e73446, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".btn-partial"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0b3b05b32f2e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-eeafcd64"
          },
          {
            "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": "f08080b1a663",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "64dbd19b609e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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-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": "a0fc773158d8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "7fdb9a680a74",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1bb40db7"
          }
        ],
        "outcomeCount": 562,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 11
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1430,
          "failed": 22,
          "cantTell": 9,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_child_valid",
          "aria_content_in_landmark",
          "aria_role_redundant",
          "element_attribute_deprecated",
          "element_orientation_unlocked",
          "element_tabbable_unobscured",
          "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": "05c81d0eb995",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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=13122024093832\" id=\"skin-stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f3d84098c2f6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ae93d6aa"
          },
          {
            "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=13122024093832\" 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": "5623146ff3a1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-bed10360"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\" btn-cookie-compliance btn-cookie-accept\" rel=\"nofollow\" href=\"/cookies?url=%2f\">",
            "message": "Text contrast of 4.22 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": "2cdcbd1c5c8c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-05ee19f7"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button value=\"acceptall\" name=\"action\" class=\"btn-cookie-compliance btn-cookie-decline\" type=\"submit\">",
            "message": "Text contrast of 4.22 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": "c9c283239757",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3dcf83a4"
          },
          {
            "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.22 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": "d4d23ca59e51",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-85a2251d"
          },
          {
            "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": "992ea8db3152",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-92cb91cd"
          },
          {
            "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": "691ee0181a11",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b62d0b51"
          },
          {
            "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": "c53b2d71b485",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-cf5909e5"
          },
          {
            "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": "db991ad9b70b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2ad2fe1c"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"http://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fwww.deinze.be%2f\" target=\"_blank\" data-tooltip=\"Toevoegen 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": "576a5b28e348",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d5356f3c"
          },
          {
            "rule": "element_orientation_unlocked",
            "xpath": null,
            "html": "<div class=\"row eqh\">",
            "message": "The element <div> is restricted to either landscape or portrait orientation using CSS transform property",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dad65c07229c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f9124085"
          },
          {
            "rule": "element_orientation_unlocked",
            "xpath": null,
            "html": "<div class=\"spotlight eqh-home\">",
            "message": "The element <div> is restricted to either landscape or portrait orientation using CSS transform property",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "26da029a0ccf",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-713a0bb4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "32dc3826b847",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f459bb78"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_orientation_unlocked",
            "xpath": null,
            "html": "<div class=\"header-banner eqh-home\">",
            "message": "The element <div> is restricted to either landscape or portrait orientation using CSS transform property",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dc2a45f9a88b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6b62447e"
          },
          {
            "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": "246a04ed3409",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "The foreground text and its background color are both detected as #131313. 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 #131313. 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 #131313. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 1465,
        "uniqueFailedCount": 16,
        "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.denderleeuw.be/",
      "finalUrl": "https://www.denderleeuw.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Homepage | Lokaal Bestuur Denderleeuw",
      "elapsedMs": 25062,
      "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": 1392,
          "failed": 52,
          "cantTell": 27,
          "inapplicable": 40
        },
        "failedRules": [
          "aria-allowed-role",
          "button-name",
          "color-contrast",
          "link-name",
          "list",
          "listitem",
          "presentation-role-conflict",
          "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",
          "skip-link",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": ".owl-prev",
            "html": "<button type=\"button\" role=\"presentation\" class=\"owl-prev\"><span aria-label=\"Previous\">‹</span></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": "049dd40f1c1c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9d5295be"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": ".owl-next",
            "html": "<button type=\"button\" role=\"presentation\" class=\"owl-next\"><span aria-label=\"Next\">›</span></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": "280c4cfe51dd",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-409db32a"
          },
          {
            "rule": "button-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/button-name?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": ".owl-dot.active[role=\"button\"]",
            "html": "<button role=\"button\" class=\"owl-dot active\"><span></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": "f12fad60025f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f8429420"
          },
          {
            "rule": "button-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/button-name?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": ".owl-dot[role=\"button\"]:nth-child(2)",
            "html": "<button role=\"button\" class=\"owl-dot\"><span></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": "7e0906033acc",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ec444af1"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#paddle_components_top_bottom_only_block_5dec5ba4-f17e-4b30-9cc3-dbdecc6a5cdc > .paddle-component--top-bottom-only-block.paddle-component > .paddle-component--top-section.text.paddle-component",
            "html": "<div class=\"paddle-component paddle-component--top-section text\">\n                  Populair\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.53 (foreground color: #89a73d, background color: #f6f6f6, font size: 22.5pt (30px), font weight: normal). Expected contrast ratio of 3:1",
            "relatedPaths": [
              "#paddle_components_top_bottom_only_block_5dec5ba4-f17e-4b30-9cc3-dbdecc6a5cdc > .paddle-component--top-bottom-only-block.paddle-component > .paddle-component--top-section.text.paddle-component"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c08ff6193a2a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-31e636a2"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".paddle-component--list-block > .paddle-component--top-section.text.paddle-component",
            "html": "<div class=\"paddle-component paddle-component--top-section text\">\n                  Nieuws\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.74 (foreground color: #89a73d, background color: #ffffff, font size: 22.5pt (30px), font weight: normal). Expected contrast ratio of 3:1",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c5c07f261a84",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7cda9b51"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".active.owl-item:nth-child(4) > li > .has-image.node--news-item[data-history-node-id=\"3446\"] > h2 > a[rel=\"bookmark\"]",
            "html": "<a href=\"/een-defecte-straatlamp-meldt-het-aan-fluvius\" rel=\"bookmark\">Een defecte straatlamp? Meldt het aan Fluvius</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.53 (foreground color: #89a73d, background color: #f6f6f6, font size: 15.0pt (20px), font weight: bold). Expected contrast ratio of 3:1",
            "relatedPaths": [
              ".active.owl-item:nth-child(4) > li > .has-image.node--news-item[data-history-node-id=\"3446\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6855cf222d31",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-54814528"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".active.owl-item:nth-child(5) > li > .has-image.node--news-item[data-history-node-id=\"4523\"] > h2 > a[rel=\"bookmark\"]",
            "html": "<a href=\"/parkeer-en-verkeersmaatregelen-leonardo-dendert\" rel=\"bookmark\">Parkeer- en verkeersmaatregelen Leonardo Dendert</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.53 (foreground color: #89a73d, background color: #f6f6f6, font size: 15.0pt (20px), font weight: bold). Expected contrast ratio of 3:1",
            "relatedPaths": [
              ".active.owl-item:nth-child(5) > li > .has-image.node--news-item[data-history-node-id=\"4523\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ee5cbc529d2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9b4d009f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".active.owl-item:nth-child(6) > li > .has-image.node--news-item[data-history-node-id=\"4541\"] > h2 > a[rel=\"bookmark\"]",
            "html": "<a href=\"/maak-van-jouw-straat-een-echte-speelstraat-en-win-extra-plezier\" rel=\"bookmark\">Maak van jouw straat een echte speelstraat en win extra plezier!</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.53 (foreground color: #89a73d, background color: #f6f6f6, font size: 15.0pt (20px), font weight: bold). Expected contrast ratio of 3:1",
            "relatedPaths": [
              ".active.owl-item:nth-child(6) > li > .has-image.node--news-item[data-history-node-id=\"4541\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "064046dba8a3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0dfdab55"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".paddle-component--bottom-section.paddle-component > a[href$=\"nieuwsoverzicht\"]",
            "html": "<a href=\"/nieuwsoverzicht\">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 2.74 (foreground color: #89a73d, background color: #ffffff, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "899628ab8af3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1f015763"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#\\35 b803b64-f108-4c25-bbb2-1fb161743e74 > h2",
            "html": "<h2>Activiteiten</h2>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.74 (foreground color: #89a73d, background color: #ffffff, font size: 21.6pt (28.8px), font weight: normal). Expected contrast ratio of 3:1",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1facc488fccf",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-bf8b9ce5"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".cnw_col-4:nth-child(1) > .cnw_searchresult--block.labels-as-icons.cnw_row > .cnw_col-9 > .cnw_card-block > .cnw_card-title > a[data-click-tracking-label=\"title\"][data-click-tracking-category=\"detail\"][data-click-tracking-action=\"push\"]",
            "html": "<a href=\"/vrije-tijd/uit-in-denderleeuw/uit-agenda?cdbid=3ec06129-38b7-477c-9886-8bfe9791c12f&utm_source=www.denderleeuw.be&utm_medium=referral&utm_campaign=widgets\" data-click-tracking-category=\"detail\" data-click-tracking-action=\"push\" data-click-tracking-label=\"title\">",
            "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: #89a73d, background color: #f2f2f3, font size: 16.8pt (22.4px), font weight: bold). Expected contrast ratio of 3:1",
            "relatedPaths": [
              ".cnw_col-4:nth-child(1) > .cnw_searchresult--block.labels-as-icons.cnw_row"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b9701b3dd93e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c16963b1"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".cnw_col-4:nth-child(1) > .cnw_searchresult--block.labels-as-icons.cnw_row > .cnw_col-9 > .cnw_card-block > .cnw_card-description:nth-child(3) > .cnw_badge.cnw_badge-default:nth-child(1)",
            "html": "<span class=\"cnw_badge cnw_badge-default\">\n                    <i class=\"cnw-fa cnw-fa-tags\" aria-hidden=\"true\"></i>\n                    Cursus met open sessies\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.46 (foreground color: #ffffff, background color: #a5a5a5, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".cnw_col-4:nth-child(1) > .cnw_searchresult--block.labels-as-icons.cnw_row > .cnw_col-9 > .cnw_card-block > .cnw_card-description:nth-child(3) > .cnw_badge.cnw_badge-default:nth-child(1)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb77337f50ae",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a9a8fbee"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".cnw_col-4:nth-child(1) > .cnw_searchresult--block.labels-as-icons.cnw_row > .cnw_col-9 > .cnw_card-block > .cnw_card-description:nth-child(3) > .cnw_badge.cnw_badge-default:nth-child(2)",
            "html": "<span class=\"cnw_badge cnw_badge-default\">\n                          <i class=\"cnw-fa cnw-fa-tags\" aria-hidden=\"true\"></i>\n                          Opvoeding\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.46 (foreground color: #ffffff, background color: #a5a5a5, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".cnw_col-4:nth-child(1) > .cnw_searchresult--block.labels-as-icons.cnw_row > .cnw_col-9 > .cnw_card-block > .cnw_card-description:nth-child(3) > .cnw_badge.cnw_badge-default:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8e70963e95b5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0735cda9"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".cnw_col-4:nth-child(2) > .cnw_searchresult--block.labels-as-icons.cnw_row > .cnw_col-9 > .cnw_card-block > .cnw_card-title > a[data-click-tracking-label=\"title\"][data-click-tracking-category=\"detail\"][data-click-tracking-action=\"push\"]",
            "html": "<a href=\"/vrije-tijd/uit-in-denderleeuw/uit-agenda?cdbid=90728ced-3a69-4099-92ed-2067271beca1&utm_source=www.denderleeuw.be&utm_medium=referral&utm_campaign=widgets\" data-click-tracking-category=\"detail\" data-click-tracking-action=\"push\" data-click-tracking-label=\"title\">",
            "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: #89a73d, background color: #f2f2f3, font size: 16.8pt (22.4px), font weight: bold). Expected contrast ratio of 3:1",
            "relatedPaths": [
              ".cnw_col-4:nth-child(2) > .cnw_searchresult--block.labels-as-icons.cnw_row"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ec5f42b846ab",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a233fca7"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".cnw_col-4:nth-child(2) > .cnw_searchresult--block.labels-as-icons.cnw_row > .cnw_col-9 > .cnw_card-block > .cnw_card-description:nth-child(3) > .cnw_badge.cnw_badge-default:nth-child(1)",
            "html": "<span class=\"cnw_badge cnw_badge-default\">\n                    <i class=\"cnw-fa cnw-fa-tags\" aria-hidden=\"true\"></i>\n                    Cursus met open sessies\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.46 (foreground color: #ffffff, background color: #a5a5a5, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".cnw_col-4:nth-child(2) > .cnw_searchresult--block.labels-as-icons.cnw_row > .cnw_col-9 > .cnw_card-block > .cnw_card-description:nth-child(3) > .cnw_badge.cnw_badge-default:nth-child(1)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c1b8ab46467f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-be315eaf"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".cnw_col-4:nth-child(2) > .cnw_searchresult--block.labels-as-icons.cnw_row > .cnw_col-9 > .cnw_card-block > .cnw_card-description:nth-child(3) > .cnw_badge.cnw_badge-default:nth-child(2)",
            "html": "<span class=\"cnw_badge cnw_badge-default\">\n                          <i class=\"cnw-fa cnw-fa-tags\" aria-hidden=\"true\"></i>\n                          Gezondheid en zorg\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.46 (foreground color: #ffffff, background color: #a5a5a5, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".cnw_col-4:nth-child(2) > .cnw_searchresult--block.labels-as-icons.cnw_row > .cnw_col-9 > .cnw_card-block > .cnw_card-description:nth-child(3) > .cnw_badge.cnw_badge-default:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0789ae1dd34e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-91fdfa96"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".cnw_col-4:nth-child(3) > .cnw_searchresult--block.labels-as-icons.cnw_row > .cnw_col-9 > .cnw_card-block > .cnw_card-title > a[data-click-tracking-label=\"title\"][data-click-tracking-category=\"detail\"][data-click-tracking-action=\"push\"]",
            "html": "<a href=\"/vrije-tijd/uit-in-denderleeuw/uit-agenda?cdbid=9ae3c4cc-9ac5-4a76-8697-020c295e6530&utm_source=www.denderleeuw.be&utm_medium=referral&utm_campaign=widgets\" data-click-tracking-category=\"detail\" data-click-tracking-action=\"push\" data-click-tracking-label=\"title\">",
            "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: #89a73d, background color: #f2f2f3, font size: 16.8pt (22.4px), font weight: bold). Expected contrast ratio of 3:1",
            "relatedPaths": [
              ".cnw_col-4:nth-child(3) > .cnw_searchresult--block.labels-as-icons.cnw_row"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d8d32d11699",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-12846fad"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".cnw_col-4:nth-child(3) > .cnw_searchresult--block.labels-as-icons.cnw_row > .cnw_col-9 > .cnw_card-block > .cnw_card-description:nth-child(3) > .cnw_badge.cnw_badge-default:nth-child(1)",
            "html": "<span class=\"cnw_badge cnw_badge-default\">\n                    <i class=\"cnw-fa cnw-fa-tags\" aria-hidden=\"true\"></i>\n                    Sportactiviteit\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.46 (foreground color: #ffffff, background color: #a5a5a5, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".cnw_col-4:nth-child(3) > .cnw_searchresult--block.labels-as-icons.cnw_row > .cnw_col-9 > .cnw_card-block > .cnw_card-description:nth-child(3) > .cnw_badge.cnw_badge-default:nth-child(1)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f8fa1da171b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f02f2c3f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".cnw_col-4:nth-child(3) > .cnw_searchresult--block.labels-as-icons.cnw_row > .cnw_col-9 > .cnw_card-block > .cnw_card-description:nth-child(3) > .cnw_badge.cnw_badge-default:nth-child(2)",
            "html": "<span class=\"cnw_badge cnw_badge-default\">\n                          <i class=\"cnw-fa cnw-fa-tags\" aria-hidden=\"true\"></i>\n                          Omnisport en andere\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.46 (foreground color: #ffffff, background color: #a5a5a5, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".cnw_col-4:nth-child(3) > .cnw_searchresult--block.labels-as-icons.cnw_row > .cnw_col-9 > .cnw_card-block > .cnw_card-description:nth-child(3) > .cnw_badge.cnw_badge-default:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2c570464ad24",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d43ee5bb"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"uit-agenda\"]",
            "html": "<a href=\"/uit-agenda\">BEKIJK 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 2.74 (foreground color: #89a73d, background color: #ffffff, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7e89bb51ffe0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6d668261"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".paddle-component--top-section.text.paddle-component > a[href$=\"contact-openingsuren\"]",
            "html": "<a href=\"/contact-openingsuren\">Contact &amp; openingsuren</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.42 (foreground color: #89a73d, background color: #f1f1f1, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".region-wrapper--footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d3370df5a0a3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f6e002ff"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#social_media_links_block > h2",
            "html": "<h2>VOLG LOKAAL BESTUUR DENDERLEEUW</h2>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.31 (foreground color: #838487, background color: #f1f1f1, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".region-wrapper--footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0081ce436fac",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f7cf4345"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#paddle_components_top_bottom_only_block_c4120e43-abfc-4c44-ad09-e00687c25d71 > .paddle-component--top-bottom-only-block.paddle-component > .paddle-component--top-section.text.paddle-component > a",
            "html": "<a href=\"/schrijf-je-in-op-onze-nieuwsbrieven\">Abonneer op onze nieuwsbrieven</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.42 (foreground color: #89a73d, background color: #f1f1f1, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".region-wrapper--footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7cab45d6e812",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d46fd7f5"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#paddle_components_text_block_37258f6f-0c0f-4f89-bd99-0f24052a9e4d > .paddle-component--text-block.paddle-component > .paddle-component--body-section > p",
            "html": "<p>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.73 (foreground color: #838487, background color: #ffffff, font size: 6.7pt (8.992px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#paddle_components_text_block_37258f6f-0c0f-4f89-bd99-0f24052a9e4d"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f3fbd667ec3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2abfd7a2"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"gebruiksvoorwaarden\"]",
            "html": "<a href=\"/gebruiksvoorwaarden\">GEBRUIKSVOORWAARDEN</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.73 (foreground color: #838487, background color: #ffffff, font size: 6.7pt (8.992px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#paddle_components_text_block_37258f6f-0c0f-4f89-bd99-0f24052a9e4d"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fef80eeeb88b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b807388d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"homepage-0\"]",
            "html": "<a href=\"/homepage-0\">TOEGANKELIJKHEIDSVERKLARING</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.73 (foreground color: #838487, background color: #ffffff, font size: 6.7pt (8.992px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#paddle_components_text_block_37258f6f-0c0f-4f89-bd99-0f24052a9e4d"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d4c4d0818ba5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7cc6c50a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"facturatie\"]",
            "html": "<a href=\"/facturatie\" data-entity-type=\"node\" data-entity-uuid=\"db841a26-3fe6-4044-a0f5-2c49416b6f33\" data-entity-substitution=\"canonical\" title=\"Facturatie\">FACTURATIE</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.73 (foreground color: #838487, background color: #ffffff, font size: 6.7pt (8.992px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#paddle_components_text_block_37258f6f-0c0f-4f89-bd99-0f24052a9e4d"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f850ed21ebc6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6c32c2b2"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a:nth-child(4)",
            "html": "<a href=\"/privacyverklaring-gemeente-denderleeuw\">PRIVACYVERKLARING</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.73 (foreground color: #838487, background color: #ffffff, font size: 6.7pt (8.992px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#paddle_components_text_block_37258f6f-0c0f-4f89-bd99-0f24052a9e4d"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "695688c24889",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6817fa00"
          },
          {
            "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.74 (foreground color: #ffffff, background color: #89a73d, 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": "2b45a51af034",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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.74 (foreground color: #ffffff, background color: #89a73d, 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": "7d8eb68b21ee",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-dbad8a64"
          },
          {
            "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 2.74 (foreground color: #ffffff, background color: #89a73d, 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": "c7fed0554702",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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 2.74 (foreground color: #ffffff, background color: #89a73d, 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": "e8bc0b63ecb9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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.74 (foreground color: #ffffff, background color: #89a73d, 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": "32f884ab34d1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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.74 (foreground color: #ffffff, background color: #89a73d, 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": "9808da3c8220",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "a[href$=\"homepage\"]",
            "html": "<a href=\"/homepage\">",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "42c388ec5388",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b22ab15b"
          },
          {
            "rule": "list",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/list?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".list-unstyled",
            "html": "<ul class=\"list-unstyled owl-carousel owl-loaded owl-drag\">",
            "message": "<ul> and <ol> must only directly contain <li>, <script> or <template> elements",
            "fixSummary": "Fix all of the following:\n  List element has direct children that are not allowed: div",
            "relatedPaths": [
              ".owl-stage-outer",
              ".owl-nav",
              ".owl-dots"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4e9fc281b3f6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-118c806e"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".cloned.owl-item:nth-child(1) > li",
            "html": "<li id=\"paddle_components_list_block_4540\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item does not have a <ul>, <ol> parent element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0872220707e4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-75951629"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".cloned.owl-item:nth-child(2) > li",
            "html": "<li id=\"paddle_components_list_block_4539\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item does not have a <ul>, <ol> parent element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2176525b2c69",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3c3e6de5"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".cloned.owl-item:nth-child(3) > li",
            "html": "<li id=\"paddle_components_list_block_4537\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item does not have a <ul>, <ol> parent element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d872603328a3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-548527d5"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".active.owl-item:nth-child(4) > li",
            "html": "<li id=\"paddle_components_list_block_3446\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item does not have a <ul>, <ol> parent element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0caeb230a352",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2a95e543"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".active.owl-item:nth-child(5) > li",
            "html": "<li id=\"paddle_components_list_block_4523\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item does not have a <ul>, <ol> parent element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b6830dc57f92",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5447709f"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".active.owl-item:nth-child(6) > li",
            "html": "<li id=\"paddle_components_list_block_4541\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item does not have a <ul>, <ol> parent element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d43584f1c320",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e1f6bf5d"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".owl-item:nth-child(7) > li",
            "html": "<li id=\"paddle_components_list_block_4540\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item does not have a <ul>, <ol> parent element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5350897b406c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b8179865"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".owl-item:nth-child(8) > li",
            "html": "<li id=\"paddle_components_list_block_4539\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item does not have a <ul>, <ol> parent element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dd039bc8058a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3ceae39d"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".owl-item:nth-child(9) > li",
            "html": "<li id=\"paddle_components_list_block_4537\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item does not have a <ul>, <ol> parent element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a8c37128c56d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-11b182e5"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".cloned.owl-item:nth-child(10) > li",
            "html": "<li id=\"paddle_components_list_block_3446\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item does not have a <ul>, <ol> parent element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "49e57f9da97f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c1f5830c"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".cloned.owl-item:nth-child(11) > li",
            "html": "<li id=\"paddle_components_list_block_4523\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item does not have a <ul>, <ol> parent element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c2938d3ef094",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b36a10fe"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".cloned.owl-item:nth-child(12) > li",
            "html": "<li id=\"paddle_components_list_block_4541\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item does not have a <ul>, <ol> parent element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "770bd84b15cb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f4ecb94f"
          },
          {
            "rule": "presentation-role-conflict",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/presentation-role-conflict?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": ".owl-prev",
            "html": "<button type=\"button\" role=\"presentation\" class=\"owl-prev\"><span aria-label=\"Previous\">‹</span></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": "32c4ef755b46",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2e47a761"
          },
          {
            "rule": "presentation-role-conflict",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/presentation-role-conflict?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": ".owl-next",
            "html": "<button type=\"button\" role=\"presentation\" class=\"owl-next\"><span aria-label=\"Next\">›</span></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": "6801b7a0aa6e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-78db8ee5"
          },
          {
            "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": "ca3d11bf2de3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c1791208"
          }
        ],
        "outcomeCount": 1511,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 52
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 4250,
          "failed": 140,
          "cantTell": 71,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_attribute_valid",
          "aria_child_valid",
          "aria_content_in_landmark",
          "aria_id_unique",
          "aria_role_redundant",
          "aria_role_valid",
          "element_id_unique",
          "element_tabbable_visible",
          "input_checkboxes_grouped",
          "input_label_exists",
          "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",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_SMMA9tuhTFHHmyT9JWA6yczQfs9cgZmjbmSdc8B2msw.css?delta=0&language=nl&theme=ocelot_paddle&include=eJx9U9FywyAM-yESPokz4LS-As4Zsjb9-jmk7W5dszcsKcI2CpAFcqfEHpIJ1OiOxc3CEyW0b7UJF4zUWByEwBKJi32dxkm4NCzRBOYLoQu9bM4n1u_E7vDwgIcHrGpBG2WZIY3UMA-JajO4uJdNnhNBCWg_gc6DoMFbS1QuT59HaRKsvGgHC6WoHbQrB06uYmja8JONVAN_oayWCypvsg4JVgduKGOAuYs5YOLmZohxW4zer-rSRp_gvv7D6pBDRZBwPhYJQgyyZH8omVjykKHACePQn-JIeYbsFznpYo8UlNXlkO3DH7KVA0EaumjYVlzfpUttnF1tq7KnN3IW0jw8uR10L_P6c0_9QPa299R8YLfQvJNbrqCePYPEX-ikwVk938zMKT0zs50fI-3v5WAmB0vjHjZsaA9ws2_F9a24bmEnTTlcsXLG8dXmJ-FfaGxnzGq6Vv0brIeK3_hybrE\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3ecdecade0be",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f25b28c6"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_SMMA9tuhTFHHmyT9JWA6yczQfs9cgZmjbmSdc8B2msw.css?delta=0&language=nl&theme=ocelot_paddle&include=eJx9U9FywyAM-yESPokz4LS-As4Zsjb9-jmk7W5dszcsKcI2CpAFcqfEHpIJ1OiOxc3CEyW0b7UJF4zUWByEwBKJi32dxkm4NCzRBOYLoQu9bM4n1u_E7vDwgIcHrGpBG2WZIY3UMA-JajO4uJdNnhNBCWg_gc6DoMFbS1QuT59HaRKsvGgHC6WoHbQrB06uYmja8JONVAN_oayWCypvsg4JVgduKGOAuYs5YOLmZohxW4zer-rSRp_gvv7D6pBDRZBwPhYJQgyyZH8omVjykKHACePQn-JIeYbsFznpYo8UlNXlkO3DH7KVA0EaumjYVlzfpUttnF1tq7KnN3IW0jw8uR10L_P6c0_9QPa299R8YLfQvJNbrqCePYPEX-ikwVk938zMKT0zs50fI-3v5WAmB0vjHjZsaA9ws2_F9a24bmEnTTlcsXLG8dXmJ-FfaGxnzGq6Vv0brIeK3_hybrE\" 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": "d15b96ff77ca",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-905ca9a3"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_-OusBlquhmF9EX9R5UMWJjwL3a8_yyzQK3BWPEWFVI4.css?delta=3&language=nl&theme=ocelot_paddle&include=eJx9U9FywyAM-yESPokz4LS-As4Zsjb9-jmk7W5dszcsKcI2CpAFcqfEHpIJ1OiOxc3CEyW0b7UJF4zUWByEwBKJi32dxkm4NCzRBOYLoQu9bM4n1u_E7vDwgIcHrGpBG2WZIY3UMA-JajO4uJdNnhNBCWg_gc6DoMFbS1QuT59HaRKsvGgHC6WoHbQrB06uYmja8JONVAN_oayWCypvsg4JVgduKGOAuYs5YOLmZohxW4zer-rSRp_gvv7D6pBDRZBwPhYJQgyyZH8omVjykKHACePQn-JIeYbsFznpYo8UlNXlkO3DH7KVA0EaumjYVlzfpUttnF1tq7KnN3IW0jw8uR10L_P6c0_9QPa299R8YLfQvJNbrqCePYPEX-ikwVk938zMKT0zs50fI-3v5WAmB0vjHjZsaA9ws2_F9a24bmEnTTlcsXLG8dXmJ-FfaGxnzGq6Vv0brIeK3_hybrE\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6a670eaf817e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-735919e0"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_YdFJFonwosjEv3jkITQ-0jsrKZOhy6qbfNHpNunQlJY.css?delta=4&language=nl&theme=ocelot_paddle&include=eJx9U9FywyAM-yESPokz4LS-As4Zsjb9-jmk7W5dszcsKcI2CpAFcqfEHpIJ1OiOxc3CEyW0b7UJF4zUWByEwBKJi32dxkm4NCzRBOYLoQu9bM4n1u_E7vDwgIcHrGpBG2WZIY3UMA-JajO4uJdNnhNBCWg_gc6DoMFbS1QuT59HaRKsvGgHC6WoHbQrB06uYmja8JONVAN_oayWCypvsg4JVgduKGOAuYs5YOLmZohxW4zer-rSRp_gvv7D6pBDRZBwPhYJQgyyZH8omVjykKHACePQn-JIeYbsFznpYo8UlNXlkO3DH7KVA0EaumjYVlzfpUttnF1tq7KnN3IW0jw8uR10L_P6c0_9QPa299R8YLfQvJNbrqCePYPEX-ikwVk938zMKT0zs50fI-3v5WAmB0vjHjZsaA9ws2_F9a24bmEnTTlcsXLG8dXmJ-FfaGxnzGq6Vv0brIeK3_hybrE\" media=\"print\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4074195678c7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3d915a4b"
          },
          {
            "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": "697fe1506e71",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "66d46ea46c23",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "bb1624f99d57",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-780e76ef"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"icon-search-mobile-header\">",
            "message": "Confirm this text 'Zoek' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a7b5db784fa1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-51afc054"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"hamburger-text\">",
            "message": "Text contrast of 2.74 with its background is less than the WCAG AA minimum requirements for text of size 10px and weight of 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aa9a81dbbca6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0fab59c3"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h1>",
            "message": "Text contrast of 2.74 with its background is less than the WCAG AA minimum requirements for text of size 34px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d155d765376",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4568b000"
          },
          {
            "rule": "style_background_decorative",
            "xpath": null,
            "html": "<div style=\"--background:url(https://www.denderleeuw.be/sites/default/files/styles/5_1_xxxxl/public/2020-12/Wellemeersen%20%286%29.webp?itok=KymzeYOK);\" 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": "2af62fd6a72d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2be9b75c"
          },
          {
            "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": "90cc1ab64554",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "cd15265339c0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-87ad9640"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/digitaal-loket\" class=\"\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "90c5109ac8ac",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c50c027c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/meldpunt\" class=\"\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bfa2b6fa9ff5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9fd81496"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/plan-je-afspraak-bij-onze-diensten\" class=\"\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6bdb8901d462",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-283876be"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/webshop-vrije-tijd-kinderopvang\" class=\"\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ff4a5b78271e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ac491eed"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/contact-openingsuren\" class=\"\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "193e4b6e1a07",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-dc821525"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"paddle-component paddle-component--top-section text\">",
            "message": "Confirm this text 'Populair' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a175a5460718",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-21e33d57"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<a title=\"(opens in a new window)\" rel=\"noopener nofollow\" target=\"_blank\" data-extlink=\"\" class=\"ext\" href=\"https://www.denderleeuwinbeweging.be/360\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: 'Ervaar het Denderleeuw van morgen'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3cf500af7117",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4902a200"
          },
          {
            "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": "aria_child_valid",
            "xpath": null,
            "html": "<ul class=\"list-unstyled owl-carousel owl-loaded owl-drag\">",
            "message": "The element with role \"list\" owns the child element with the role \"img\" that is not one of the allowed role(s): \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a1868726a06d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b5d0ef25"
          },
          {
            "rule": "aria_child_valid",
            "xpath": null,
            "html": "<ul class=\"list-unstyled owl-carousel owl-loaded owl-drag\">",
            "message": "The element with role \"list\" owns the child element with the role \"heading\" that is not one of the allowed role(s): \"listitem\"",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_child_valid",
            "xpath": null,
            "html": "<ul class=\"list-unstyled owl-carousel owl-loaded owl-drag\">",
            "message": "The element with role \"list\" owns the child element with the role \"img\" that is not one of the allowed role(s): \"listitem\"",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_child_valid",
            "xpath": null,
            "html": "<ul class=\"list-unstyled owl-carousel owl-loaded owl-drag\">",
            "message": "The element with role \"list\" owns the child element with the role \"heading\" that is not one of the allowed role(s): \"listitem\"",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_child_valid",
            "xpath": null,
            "html": "<ul class=\"list-unstyled owl-carousel owl-loaded owl-drag\">",
            "message": "The element with role \"list\" owns the child element with the role \"heading\" that is not one of the allowed role(s): \"listitem\"",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_child_valid",
            "xpath": null,
            "html": "<ul class=\"list-unstyled owl-carousel owl-loaded owl-drag\">",
            "message": "The element with role \"list\" owns the child element with the role \"heading\" that is not one of the allowed role(s): \"listitem\"",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_child_valid",
            "xpath": null,
            "html": "<ul class=\"list-unstyled owl-carousel owl-loaded owl-drag\">",
            "message": "The element with role \"list\" owns the child element with the role \"heading\" that is not one of the allowed role(s): \"listitem\"",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_child_valid",
            "xpath": null,
            "html": "<ul class=\"list-unstyled owl-carousel owl-loaded owl-drag\">",
            "message": "The element with role \"list\" owns the child element with the role \"heading\" that is not one of the allowed role(s): \"listitem\"",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_child_valid",
            "xpath": null,
            "html": "<ul class=\"list-unstyled owl-carousel owl-loaded owl-drag\">",
            "message": "The element with role \"list\" owns the child element with the role \"img\" that is not one of the allowed role(s): \"listitem\"",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_child_valid",
            "xpath": null,
            "html": "<ul class=\"list-unstyled owl-carousel owl-loaded owl-drag\">",
            "message": "The element with role \"list\" owns the child element with the role \"heading\" that is not one of the allowed role(s): \"listitem\"",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_child_valid",
            "xpath": null,
            "html": "<ul class=\"list-unstyled owl-carousel owl-loaded owl-drag\">",
            "message": "The element with role \"list\" owns the child element with the role \"img\" that is not one of the allowed role(s): \"listitem\"",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_child_valid",
            "xpath": null,
            "html": "<ul class=\"list-unstyled owl-carousel owl-loaded owl-drag\">",
            "message": "The element with role \"list\" owns the child element with the role \"heading\" that is not one of the allowed role(s): \"listitem\"",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_child_valid",
            "xpath": null,
            "html": "<ul class=\"list-unstyled owl-carousel owl-loaded owl-drag\">",
            "message": "The element with role \"list\" owns the child element with the role \"heading\" that is not one of the allowed role(s): \"listitem\"",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_child_valid",
            "xpath": null,
            "html": "<ul class=\"list-unstyled owl-carousel owl-loaded owl-drag\">",
            "message": "The element with role \"list\" owns the child element with the role \"heading\" that is not one of the allowed role(s): \"listitem\"",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_child_valid",
            "xpath": null,
            "html": "<ul class=\"list-unstyled owl-carousel owl-loaded owl-drag\">",
            "message": "The element with role \"list\" owns the child element with the role \"heading\" that is not one of the allowed role(s): \"listitem\"",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_child_valid",
            "xpath": null,
            "html": "<ul class=\"list-unstyled owl-carousel owl-loaded owl-drag\">",
            "message": "The element with role \"list\" owns the child element with the role \"heading\" that is not one of the allowed role(s): \"listitem\"",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_child_valid",
            "xpath": null,
            "html": "<ul class=\"list-unstyled owl-carousel owl-loaded owl-drag\">",
            "message": "The element with role \"list\" owns the child element with the role \"generic\" that is not one of the allowed role(s): \"listitem\"",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_child_valid",
            "xpath": null,
            "html": "<ul class=\"list-unstyled owl-carousel owl-loaded owl-drag\">",
            "message": "The element with role \"list\" owns the child element with the role \"generic\" that is not one of the allowed role(s): \"listitem\"",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_child_valid",
            "xpath": null,
            "html": "<ul class=\"list-unstyled owl-carousel owl-loaded owl-drag\">",
            "message": "The element with role \"list\" owns the child element with the role \"button\" that is not one of the allowed role(s): \"listitem\"",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_child_valid",
            "xpath": null,
            "html": "<ul class=\"list-unstyled owl-carousel owl-loaded owl-drag\">",
            "message": "The element with role \"list\" owns the child element with the role \"button\" that is not one of the allowed role(s): \"listitem\"",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_child_valid",
            "xpath": null,
            "html": "<ul class=\"list-unstyled owl-carousel owl-loaded owl-drag\">",
            "message": "The element with role \"list\" owns the child element with the role \"button\" that is not one of the allowed role(s): \"listitem\"",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"/buitenspeeldag-in-denderleeuw-bestuur-evalueert-en-neemt-gericht-maatregelen\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bed3dcd28d34",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d0468bb4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"/buitenspeeldag-in-denderleeuw-bestuur-evalueert-en-neemt-gericht-maatregelen\">",
            "message": "Text contrast of 2.54 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": "a4d380cfc42a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6526a057"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"lees-meer\">",
            "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": "4db5e7426802",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2fee4a22"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"/academie-voor-podiumkunsten-denderleeuw-krijgt-nieuw-gezicht-tijdens-infodag-op-zaterdag-9-mei\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "17cdd376999e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4140079a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"/academie-voor-podiumkunsten-denderleeuw-krijgt-nieuw-gezicht-tijdens-infodag-op-zaterdag-9-mei\">",
            "message": "Text contrast of 2.54 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": "9531be15c902",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7253058b"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"lees-meer\">",
            "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 rel=\"bookmark\" href=\"/infonamiddag-over-alledaags-vergeten-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": "bd873f67e3a6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-55138688"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"/infonamiddag-over-alledaags-vergeten-op-12-mei\">",
            "message": "Text contrast of 2.54 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": "abae734abe1f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-983e9232"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"lees-meer\">",
            "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": "<a rel=\"bookmark\" href=\"/een-defecte-straatlamp-meldt-het-aan-fluvius\">",
            "message": "Text contrast of 2.54 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": "63c3852b5f82",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-44909e5f"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"lees-meer\">",
            "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": "<a rel=\"bookmark\" href=\"/parkeer-en-verkeersmaatregelen-leonardo-dendert\">",
            "message": "Text contrast of 2.54 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": "562e40118dc5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-54721395"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"lees-meer\">",
            "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": "<a rel=\"bookmark\" href=\"/maak-van-jouw-straat-een-echte-speelstraat-en-win-extra-plezier\">",
            "message": "Text contrast of 2.54 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": "5ff1333da3c2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-cff8cf40"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"lees-meer\">",
            "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_id_unique",
            "xpath": null,
            "html": "<li id=\"paddle_components_list_block_4540\">",
            "message": "The <li> element has the id \"paddle_components_list_block_4540\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ee1a71384c10",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-448455ab"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"/buitenspeeldag-in-denderleeuw-bestuur-evalueert-en-neemt-gericht-maatregelen\">",
            "message": "Text contrast of 2.54 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_block_heading",
            "xpath": null,
            "html": "<div class=\"lees-meer\">",
            "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_id_unique",
            "xpath": null,
            "html": "<li id=\"paddle_components_list_block_4539\">",
            "message": "The <li> element has the id \"paddle_components_list_block_4539\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2907d8f03c50",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-35985b84"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"/academie-voor-podiumkunsten-denderleeuw-krijgt-nieuw-gezicht-tijdens-infodag-op-zaterdag-9-mei\">",
            "message": "Text contrast of 2.54 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_block_heading",
            "xpath": null,
            "html": "<div class=\"lees-meer\">",
            "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_id_unique",
            "xpath": null,
            "html": "<li id=\"paddle_components_list_block_4537\">",
            "message": "The <li> element has the id \"paddle_components_list_block_4537\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e627c15c9628",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d332ba6d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"/infonamiddag-over-alledaags-vergeten-op-12-mei\">",
            "message": "Text contrast of 2.54 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_block_heading",
            "xpath": null,
            "html": "<div class=\"lees-meer\">",
            "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_id_unique",
            "xpath": null,
            "html": "<li id=\"paddle_components_list_block_3446\">",
            "message": "The <li> element has the id \"paddle_components_list_block_3446\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "89a7345d4237",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7292926a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"/een-defecte-straatlamp-meldt-het-aan-fluvius\">",
            "message": "Text contrast of 2.54 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_block_heading",
            "xpath": null,
            "html": "<div class=\"lees-meer\">",
            "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_id_unique",
            "xpath": null,
            "html": "<li id=\"paddle_components_list_block_4523\">",
            "message": "The <li> element has the id \"paddle_components_list_block_4523\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a988be02c4c7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-83654979"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"/parkeer-en-verkeersmaatregelen-leonardo-dendert\">",
            "message": "Text contrast of 2.54 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_block_heading",
            "xpath": null,
            "html": "<div class=\"lees-meer\">",
            "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_id_unique",
            "xpath": null,
            "html": "<li id=\"paddle_components_list_block_4541\">",
            "message": "The <li> element has the id \"paddle_components_list_block_4541\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ec86a48f348f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a1252cee"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"/maak-van-jouw-straat-een-echte-speelstraat-en-win-extra-plezier\">",
            "message": "Text contrast of 2.54 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_block_heading",
            "xpath": null,
            "html": "<div class=\"lees-meer\">",
            "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": "aria_role_valid",
            "xpath": null,
            "html": "<button class=\"owl-prev\" role=\"presentation\" type=\"button\">",
            "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": "e869e83e27bd",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5cf02d1b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button class=\"owl-prev\" role=\"presentation\" type=\"button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "07d7b6cffe34",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ae26b657"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<span aria-label=\"Previous\">",
            "message": "The ARIA attributes \"aria-label\" are not valid for the element <span> with implicit ARIA role \"generic\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "89ce6c9309d5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d769a562"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<button class=\"owl-next\" role=\"presentation\" type=\"button\">",
            "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": "9c7caf722c46",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-fb32948a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button class=\"owl-next\" role=\"presentation\" type=\"button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cbd2006ce598",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-98a892a1"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<span aria-label=\"Next\">",
            "message": "The ARIA attributes \"aria-label\" are not valid for the element <span> with implicit ARIA role \"generic\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf68dd88d82d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b3324d48"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<button class=\"owl-dot active\" role=\"button\">",
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "85d6c376e9e8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2292000d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button class=\"owl-dot active\" role=\"button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9bb2a75bf819",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4ec2d1da"
          },
          {
            "rule": "input_label_exists",
            "xpath": null,
            "html": "<button class=\"owl-dot active\" role=\"button\">",
            "message": "Form control with \"button\" role has no associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "348e39d3a21d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f59d8896"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<button class=\"owl-dot\" role=\"button\">",
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5a0e24c28b4b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f2cc9252"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button class=\"owl-dot\" role=\"button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "479919676dc1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a403e39c"
          },
          {
            "rule": "input_label_exists",
            "xpath": null,
            "html": "<button class=\"owl-dot\" role=\"button\">",
            "message": "Form control with \"button\" role has no associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cc6f17c39c05",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-720d2055"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<button class=\"owl-dot\" role=\"button\">",
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button class=\"owl-dot\" role=\"button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "input_label_exists",
            "xpath": null,
            "html": "<button class=\"owl-dot\" role=\"button\">",
            "message": "Form control with \"button\" role has no associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nieuwsoverzicht\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "59f8c0072405",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a8c4bf63"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/nieuwsoverzicht\">",
            "message": "Text contrast of 2.74 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": "9381bec3c4fb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2c201b25"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2>",
            "message": "Text contrast of 2.74 with its background is less than the WCAG AA minimum requirements for text of size 28.8px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2dd8dc0ea762",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9c97642b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a data-click-tracking-label=\"title\" data-click-tracking-action=\"push\" data-click-tracking-category=\"detail\" href=\"/vrije-tijd/uit-in-denderleeuw/uit-agenda?cdbid=3ec06129-38b7-477c-9886-8bfe9791c12f&utm_source=www.denderleeuw.be&utm_medium=referral&utm_campaign=widgets\">",
            "message": "Text contrast of 2.45 with its background is less than the WCAG AA minimum requirements for text of size 22.4px and weight of 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "21e7bbddfea5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-009cdef8"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"cnw_badge cnw_badge-default\">",
            "message": "Text contrast of 2.46 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ad7be2bb20c9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2a12e470"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"cnw_badge cnw_badge-default\">",
            "message": "Text contrast of 2.46 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": "style_focus_visible",
            "xpath": null,
            "html": "<a data-click-tracking-label=\"readmore\" data-click-tracking-action=\"push\" data-click-tracking-category=\"detail\" class=\"cnw_btn cnw_btn__card-readmore\" href=\"/vrije-tijd/uit-in-denderleeuw/uit-agenda?cdbid=3ec06129-38b7-477c-9886-8bfe9791c12f&utm_source=www.denderleeuw.be&utm_medium=referral&utm_campaign=widgets\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "95df95320537",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-167de2d0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a data-click-tracking-label=\"title\" data-click-tracking-action=\"push\" data-click-tracking-category=\"detail\" href=\"/vrije-tijd/uit-in-denderleeuw/uit-agenda?cdbid=90728ced-3a69-4099-92ed-2067271beca1&utm_source=www.denderleeuw.be&utm_medium=referral&utm_campaign=widgets\">",
            "message": "Text contrast of 2.45 with its background is less than the WCAG AA minimum requirements for text of size 22.4px and weight of 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "789a88ce988c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-bb57db94"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<a data-click-tracking-label=\"title\" data-click-tracking-action=\"push\" data-click-tracking-category=\"detail\" href=\"/vrije-tijd/uit-in-denderleeuw/uit-agenda?cdbid=90728ced-3a69-4099-92ed-2067271beca1&utm_source=www.denderleeuw.be&utm_medium=referral&utm_campaign=widgets\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: 'Piekeren en stress'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "48b9a467a9ef",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-075bdcf7"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"cnw_badge cnw_badge-default\">",
            "message": "Text contrast of 2.46 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 class=\"cnw_badge cnw_badge-default\">",
            "message": "Text contrast of 2.46 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": "style_focus_visible",
            "xpath": null,
            "html": "<a data-click-tracking-label=\"readmore\" data-click-tracking-action=\"push\" data-click-tracking-category=\"detail\" class=\"cnw_btn cnw_btn__card-readmore\" href=\"/vrije-tijd/uit-in-denderleeuw/uit-agenda?cdbid=90728ced-3a69-4099-92ed-2067271beca1&utm_source=www.denderleeuw.be&utm_medium=referral&utm_campaign=widgets\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "77f67f02413d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-238dff12"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a data-click-tracking-label=\"title\" data-click-tracking-action=\"push\" data-click-tracking-category=\"detail\" href=\"/vrije-tijd/uit-in-denderleeuw/uit-agenda?cdbid=9ae3c4cc-9ac5-4a76-8697-020c295e6530&utm_source=www.denderleeuw.be&utm_medium=referral&utm_campaign=widgets\">",
            "message": "Text contrast of 2.45 with its background is less than the WCAG AA minimum requirements for text of size 22.4px and weight of 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6dcd30870d1b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8d52908d"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns=\"http://www.w3.org/2000/svg\" height=\"37\" width=\"58\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "11981e57f1cb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-075682d4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"cnw_badge cnw_badge-default\">",
            "message": "Text contrast of 2.46 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 class=\"cnw_badge cnw_badge-default\">",
            "message": "Text contrast of 2.46 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": "style_focus_visible",
            "xpath": null,
            "html": "<a data-click-tracking-label=\"readmore\" data-click-tracking-action=\"push\" data-click-tracking-category=\"detail\" class=\"cnw_btn cnw_btn__card-readmore\" href=\"/vrije-tijd/uit-in-denderleeuw/uit-agenda?cdbid=9ae3c4cc-9ac5-4a76-8697-020c295e6530&utm_source=www.denderleeuw.be&utm_medium=referral&utm_campaign=widgets\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "559f39281f52",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-267952b1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/uit-agenda\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0aa2f99c2d00",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-03d85e8d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/uit-agenda\">",
            "message": "Text contrast of 2.74 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": "85001ba7c574",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-70192e3c"
          },
          {
            "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://passage18.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 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "edbdecf76907",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7b558039"
          },
          {
            "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.shopindenderleeuw.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 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "815a9aa651d7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8ddd5fce"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/menu/dienstverlening/welzijn/palaver\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9fcc97e06d3a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d9c23c24"
          },
          {
            "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.ilva.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 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "680d476d3710",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7ebc3361"
          },
          {
            "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.politie.be/5439/\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "520518047155",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-43c47fc3"
          },
          {
            "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://zuid-oost.hulpverleningszone.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 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "575594a196f4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a5a97c1f"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/homepage\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e333b8e80e58",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b77d97eb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/contact-openingsuren\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "286a37d7c9a8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1daa3796"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/contact-openingsuren\">",
            "message": "Text contrast of 2.43 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": "aa8d162d3228",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f9ed08ef"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2>",
            "message": "Text contrast of 3.31 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 href=\"/schrijf-je-in-op-onze-nieuwsbrieven\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ab59862f5a68",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6beb2eb4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/schrijf-je-in-op-onze-nieuwsbrieven\">",
            "message": "Text contrast of 2.43 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": "5e1f742aa715",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e4a2b5a6"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "Text contrast of 3.74 with its background is less than the WCAG AA minimum requirements for text of size 8.992px and weight of 300",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e8ace43680dc",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7acebded"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/gebruiksvoorwaarden\">",
            "message": "Text contrast of 3.74 with its background is less than the WCAG AA minimum requirements for text of size 8.992px and weight of 300",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6292f7caee86",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-11beeb4e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/homepage-0\">",
            "message": "Text contrast of 3.74 with its background is less than the WCAG AA minimum requirements for text of size 8.992px and weight of 300",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d6acb24324b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-97b1fcf3"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Facturatie\" data-entity-substitution=\"canonical\" data-entity-uuid=\"db841a26-3fe6-4044-a0f5-2c49416b6f33\" data-entity-type=\"node\" href=\"/facturatie\">",
            "message": "Text contrast of 3.74 with its background is less than the WCAG AA minimum requirements for text of size 8.992px and weight of 300",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a37b5ea035d6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-19e428e5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/privacyverklaring-gemeente-denderleeuw\">",
            "message": "Text contrast of 3.74 with its background is less than the WCAG AA minimum requirements for text of size 8.992px and weight of 300",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "052056e12299",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-89f984b7"
          },
          {
            "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": "0a3abcfcd3bb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4fbc8c09"
          },
          {
            "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": "b3b96b61857b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-db66cdd1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2>",
            "message": "Text contrast of 2.74 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.74 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": "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": "1f22f1a12251",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "997c7339a5fd",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7e3709a0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<label class=\"form-check-label\" for=\"cookie-category-statistics\">",
            "message": "Text contrast of 2.74 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": "2a21edbe8423",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "152f6d504830",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8001bd1c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<label class=\"form-check-label\" for=\"cookie-category-cookies_van_derden\">",
            "message": "Text contrast of 2.74 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": "ad6e4dc6eff8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "a26a853fb772",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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.74 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": "c51ae24bb575",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "4408712a1dba",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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.74 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": "c4178e3413ce",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "fca6e51af5d4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-062b8071"
          }
        ],
        "outcomeCount": 4400,
        "uniqueFailedCount": 91,
        "duplicateFailedCount": 49,
        "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": 49
    },
    {
      "submittedUrl": "https://www.dendermonde.be/",
      "finalUrl": "https://www.dendermonde.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Startpagina - Dendermonde",
      "elapsedMs": 16477,
      "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": 916,
          "failed": 16,
          "cantTell": 14,
          "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-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": "#lcp-searchbox-btn > span",
            "html": "<span>Zoeken</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.49 (foreground color: #ffffff, background color: #e55d51, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#lcp-searchbox-btn"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b0d13a2ea9f5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e9dcadcd"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".partial__item[data-id=\"18\"][data-type=\"th\"] > .partial__item-holder.link-hover > .partial__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 3.49 (foreground color: #e55d51, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".partial__item[data-id=\"18\"][data-type=\"th\"] > .partial__item-holder.link-hover"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "556e01226fed",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9ac98bac"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".partial__item[data-id=\"16\"][data-type=\"th\"] > .partial__item-holder.link-hover > .partial__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 3.49 (foreground color: #e55d51, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".partial__item[data-id=\"16\"][data-type=\"th\"] > .partial__item-holder.link-hover"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e6a5d3076186",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-173319c3"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".partial__item[data-id=\"17\"][data-type=\"th\"] > .partial__item-holder.link-hover > .partial__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 3.49 (foreground color: #e55d51, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".partial__item[data-id=\"17\"][data-type=\"th\"] > .partial__item-holder.link-hover"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bfce91fc24a5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-79f93fe1"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".partial__item[data-id=\"19\"][data-type=\"th\"] > .partial__item-holder.link-hover > .partial__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 3.49 (foreground color: #e55d51, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".partial__item[data-id=\"19\"][data-type=\"th\"] > .partial__item-holder.link-hover"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6b77710580ee",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4be2b909"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".partial__item[data-id=\"20\"][data-type=\"th\"] > .partial__item-holder.link-hover > .partial__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 3.49 (foreground color: #e55d51, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".partial__item[data-id=\"20\"][data-type=\"th\"] > .partial__item-holder.link-hover"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b75de362232c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6fa24b42"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".partial__item[data-id=\"21\"][data-type=\"th\"] > .partial__item-holder.link-hover > .partial__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 3.49 (foreground color: #e55d51, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".partial__item[data-id=\"21\"][data-type=\"th\"] > .partial__item-holder.link-hover"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0596f9cd7fe8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-255846e9"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".partial__item[data-id=\"22\"][data-type=\"th\"] > .partial__item-holder.link-hover > .partial__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 3.49 (foreground color: #e55d51, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".partial__item[data-id=\"22\"][data-type=\"th\"] > .partial__item-holder.link-hover"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "27c19d10801c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4bc2167e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li[data-id=\"23\"] > .partial__item-holder.link-hover > .partial__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 3.49 (foreground color: #e55d51, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "li[data-id=\"23\"] > .partial__item-holder.link-hover"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4dce94d4ca01",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-db0e215f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li[data-id=\"24\"] > .partial__item-holder.link-hover > .partial__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 3.49 (foreground color: #e55d51, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "li[data-id=\"24\"] > .partial__item-holder.link-hover"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1913117242ae",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a786f797"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".spot-box__item--1 > .spot-box__item-container.partial__item-container.has-media > .spot-box__content-block.partial__content-block > .partial__content > .spot-box__more.btn-link[aria-hidden=\"true\"] > span",
            "html": "<span>Ga naar Visit Dendermonde</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: #e55d51, background color: #f0e3db, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".spot-box__item--1 > .spot-box__item-container.partial__item-container.has-media"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6bf65173b779",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-fdad902b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".spot-box__item--2 > .spot-box__item-container.partial__item-container.has-media > .spot-box__content-block.partial__content-block > .partial__content > .spot-box__more.btn-link[aria-hidden=\"true\"] > span",
            "html": "<span>UiT in Dendermonde</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: #e55d51, background color: #f0e3db, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".spot-box__item--2 > .spot-box__item-container.partial__item-container.has-media"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d9612189f6b4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-82b7f79b"
          },
          {
            "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": "f1caf1fd6031",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "e76b9c995343",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "5fbc1181db89",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "8a0f2114e66d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b6704e35"
          }
        ],
        "outcomeCount": 990,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 16
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3364,
          "failed": 53,
          "cantTell": 31,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_form_label_unique",
          "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=\"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": "d49e8a011ed4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "01e5f3053094",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "6fa6b8456eba",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ced717ec"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.94 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e03024d350b9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "5a9501398cde",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "ba09000c33a1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "91d038078df7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "71b4552e5c15",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c78f1f5a"
          },
          {
            "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": "87e497c1a9ee",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "3ae253f3bca5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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=\"Wat zoek je?\" placeholder=\"Wat zoek je?\" data-toggle-placeholder=\"1\" autocomplete=\"off\" data-tooltip=\"Wat zoek je?\" 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": "ac8fba209ef9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1dfe5838"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button data-tooltip=\"Opzoeking via microfoon activeren\" type=\"button\" class=\"search__btn--recognition\" id=\"btn-speech-recognition\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "203d50d5b313",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-02c28d7c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button data-tooltip=\"Zoeken\" id=\"lcp-searchbox-btn\" class=\"search__btn\" type=\"submit\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "599f42c839ca",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-eb1f0cd2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/zwembadolympos\" class=\"partial-links__link\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "54d53c369ba3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f4d9be67"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/uitindendermonde\" class=\"partial-links__link\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c75f1639c77f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d477fcb8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/werkenmechelsepoort\" class=\"partial-links__link\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "666739687d84",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c61ec8dc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/thema/detail/184/openbare-onderzoeken\" class=\"partial-links__link\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "77e3f6cf2445",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a2ed2020"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.49 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.49 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.49 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.49 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.49 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.49 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.49 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.49 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.49 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 2.78 with its background is less than the WCAG AA minimum requirements for text of size 20.34px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"sub-title\">",
            "message": "Text contrast of 2.78 with its background is less than the WCAG AA minimum requirements for text of size 60px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "53023e38fa26",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f0cd7656"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"btn-link partial__more partial__btn--vacatures\" href=\"/vacatures\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2132ea11be71",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7af36f10"
          },
          {
            "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 18px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/vacatures/detail/77/deskundige-educatief-buurtgericht-werken\" class=\"partial__link vacatures__link\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "02856d105672",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-af1cafa3"
          },
          {
            "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 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "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 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title vacatures__title\">",
            "message": "Confirm this text 'Deskundige educatief buurtgericht werken' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f78aff1ae861",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9f8549ef"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/medewerker-mobiliteit\" class=\"partial__link vacatures__link\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "feb02e7e4070",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1b498d16"
          },
          {
            "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 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "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 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title vacatures__title\">",
            "message": "Confirm this text 'Medewerker mobiliteit' 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/jobbeurs-lebbeke-dendermonde-buggenhout\" class=\"partial__link tiles__link\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "41af63cd5263",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-06e67583"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title tiles__title\">",
            "message": "Confirm this text 'Jobbeurs Lebbeke Dendermonde Buggenhout' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b44b76d8eeb0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-730667c4"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/nieuws/ken-jij-de-jaagpaden-in-onze-gemeente-en-hun-regels\" class=\"partial__link tiles__link\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2cfd71e8c19b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ce752574"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title tiles__title\">",
            "message": "Confirm this text 'Ken jij de jaagpaden in onze gemeente (en hun regels)?' 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/week-van-de-opvoeding-in-dendermonde\" class=\"partial__link tiles__link\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ade6f90f5693",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4c365284"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title tiles__title\">",
            "message": "Confirm this text 'Week van de Opvoeding: plezier in opvoeden in Dendermonde' 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": "8d381f5f6480",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-445db29d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"btn-cta spot-box__link spot-box__btn\" href=\"/nieuwsbrieven\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "65c36ffb0f5a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-452d4e9c"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"partial__link spot-box__link\" rel=\"noopener\" target=\"_blank\" href=\"https://visit.dendermonde.be\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6a654adc5448",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6326b30f"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title spot-box__title\">",
            "message": "Confirm this text 'Visit Dendermonde' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "99b2dd89569c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5a5d910e"
          },
          {
            "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 18px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"partial__link spot-box__link\" href=\"/uitindendermonde\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "69f4b8845c62",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8786a704"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title spot-box__title\">",
            "message": "Confirm this text 'UiT in Dendermonde' 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.78 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": "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": "b05a1b0d7d6a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1085d206"
          }
        ],
        "outcomeCount": 3427,
        "uniqueFailedCount": 32,
        "duplicateFailedCount": 21,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 21
    },
    {
      "submittedUrl": "https://www.destelbergen.be/",
      "finalUrl": "https://www.destelbergen.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Home | Destelbergen",
      "elapsedMs": 23381,
      "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": 1037,
          "failed": 4,
          "cantTell": 51,
          "inapplicable": 40
        },
        "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-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "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_d23b4d50-1bd7-4cdd-8f54-f6692fbe2f0f > .paddle-component--top-bottom-only-block.paddle-component > .paddle-component--top-section.text.paddle-component > a:nth-child(1)",
            "html": "<a href=\"https://destelbergen.be/vacatures\">",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "87337fcd8315",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6a03b927"
          },
          {
            "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": "e0bb37b71f36",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "12de1d433322",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "92ce9686ae4f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c1791208"
          }
        ],
        "outcomeCount": 1132,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 4
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3258,
          "failed": 85,
          "cantTell": 69,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_content_in_landmark",
          "aria_id_unique",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "input_checkboxes_grouped",
          "input_label_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_block_heading"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_QE-XV6N8jcgffdKRauSG4AmFcmtmuPHikgLbnxieI0k.css?delta=0&language=nl&theme=ocelot_paddle&include=eJx9kmFuwyAMhS9EypGQAaexCjgyMDU9_Zyk7bSs2T_8PufJsR-QBXLXxB6SCdTogcXNwiMltIfahBtGaiwOQmCJxMW-X5dRuDQs0QTmG6ELW9mcT6zfid3l4SkPT1m7BW2UPkO6UMM8JKrNYHdvmzwnghLQfhKdB0GD95ao3F4-z9IkWLjrBJ1S1AlG7hI4uYqh6cRH3CZB_MAj1cBfKIvlsnLDARM3N0OM65J0FgWlXXyCx_IP1R8eKoKE6bxJEGKQnv1py8iShwwFrhiH7SxnnRNk3-WqSz7roKwupzTrteFIe22cXW2Lbvh6gLOQHvzFdtG9_eqPdf0At1n2WHygayqOcA0O1MkzSPyljpqMxfPdzJzSKxTre1hjUc1-BAczOeiNtzRhQ3uim8qBILltH26zsH-lS5swa-9SNcXWQ8VvfppTAA\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "096904d36248",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-bd782720"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_QE-XV6N8jcgffdKRauSG4AmFcmtmuPHikgLbnxieI0k.css?delta=0&language=nl&theme=ocelot_paddle&include=eJx9kmFuwyAMhS9EypGQAaexCjgyMDU9_Zyk7bSs2T_8PufJsR-QBXLXxB6SCdTogcXNwiMltIfahBtGaiwOQmCJxMW-X5dRuDQs0QTmG6ELW9mcT6zfid3l4SkPT1m7BW2UPkO6UMM8JKrNYHdvmzwnghLQfhKdB0GD95ao3F4-z9IkWLjrBJ1S1AlG7hI4uYqh6cRH3CZB_MAj1cBfKIvlsnLDARM3N0OM65J0FgWlXXyCx_IP1R8eKoKE6bxJEGKQnv1py8iShwwFrhiH7SxnnRNk3-WqSz7roKwupzTrteFIe22cXW2Lbvh6gLOQHvzFdtG9_eqPdf0At1n2WHygayqOcA0O1MkzSPyljpqMxfPdzJzSKxTre1hjUc1-BAczOeiNtzRhQ3uim8qBILltH26zsH-lS5swa-9SNcXWQ8VvfppTAA\" 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": "8f623ff25ee8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e163781e"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_0lzJb-Ho-ICgMuhCx6iL4B0xdrCj-wuzivTilZvsD8o.css?delta=1&language=nl&theme=ocelot_paddle&include=eJx9kmFuwyAMhS9EypGQAaexCjgyMDU9_Zyk7bSs2T_8PufJsR-QBXLXxB6SCdTogcXNwiMltIfahBtGaiwOQmCJxMW-X5dRuDQs0QTmG6ELW9mcT6zfid3l4SkPT1m7BW2UPkO6UMM8JKrNYHdvmzwnghLQfhKdB0GD95ao3F4-z9IkWLjrBJ1S1AlG7hI4uYqh6cRH3CZB_MAj1cBfKIvlsnLDARM3N0OM65J0FgWlXXyCx_IP1R8eKoKE6bxJEGKQnv1py8iShwwFrhiH7SxnnRNk3-WqSz7roKwupzTrteFIe22cXW2Lbvh6gLOQHvzFdtG9_eqPdf0At1n2WHygayqOcA0O1MkzSPyljpqMxfPdzJzSKxTre1hjUc1-BAczOeiNtzRhQ3uim8qBILltH26zsH-lS5swa-9SNcXWQ8VvfppTAA\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2f2942d4e439",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c48287da"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_bgHQnHrES1mPs2TDV6WekQquwPQJm_WxywFB-U-daaE.css?delta=2&language=nl&theme=ocelot_paddle&include=eJx9kmFuwyAMhS9EypGQAaexCjgyMDU9_Zyk7bSs2T_8PufJsR-QBXLXxB6SCdTogcXNwiMltIfahBtGaiwOQmCJxMW-X5dRuDQs0QTmG6ELW9mcT6zfid3l4SkPT1m7BW2UPkO6UMM8JKrNYHdvmzwnghLQfhKdB0GD95ao3F4-z9IkWLjrBJ1S1AlG7hI4uYqh6cRH3CZB_MAj1cBfKIvlsnLDARM3N0OM65J0FgWlXXyCx_IP1R8eKoKE6bxJEGKQnv1py8iShwwFrhiH7SxnnRNk3-WqSz7roKwupzTrteFIe22cXW2Lbvh6gLOQHvzFdtG9_eqPdf0At1n2WHygayqOcA0O1MkzSPyljpqMxfPdzJzSKxTre1hjUc1-BAczOeiNtzRhQ3uim8qBILltH26zsH-lS5swa-9SNcXWQ8VvfppTAA\" media=\"print\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d8eac2527733",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e8dec642"
          },
          {
            "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": "54615716e121",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "b90945efbfc1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "d5212e03aad3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "2a5e37755740",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "0116dea29efa",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-87ad9640"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"(opens in a new window)\" rel=\"noopener nofollow\" target=\"_blank\" href=\"https://destelbergen.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": "9c68cd0a562b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6d145917"
          },
          {
            "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://destelbergen.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": "691da4507927",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-43bef09d"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"(opens in a new window)\" rel=\"noopener nofollow\" target=\"_blank\" href=\"https://destelbergen.powerappsportals.com/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": "f14cebd1a899",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c7b419a8"
          },
          {
            "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://destelbergen.powerappsportals.com/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": "48ce75e58468",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-be73b4eb"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"(opens in a new window)\" rel=\"noopener nofollow\" target=\"_blank\" href=\"https://destelbergen.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": "f325e87140d0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-dc20fd44"
          },
          {
            "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://destelbergen.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": "9394709727e7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-dc0fd27f"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://destelbergen.be/vacatures\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bda1096261d3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-81341b7c"
          },
          {
            "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": "ae025c992ab0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d81345b9"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"paddle-component paddle-component--top-section text\">",
            "message": "Confirm this text 'Snel naar' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1deb0c575d34",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-21e33d57"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"paddle-component paddle-component--top-section text\">",
            "message": "Confirm this text 'Burgerzaken' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3193b9e99bfa",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f459bb78"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"paddle-component paddle-component--top-section text\">",
            "message": "Confirm this text 'Wonen & bouwen' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"paddle-component paddle-component--top-section text\">",
            "message": "Confirm this text 'Vrije tijd' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"paddle-component paddle-component--top-section text\">",
            "message": "Confirm this text 'Mobiliteit & wegenwerken' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"paddle-component paddle-component--top-section text\">",
            "message": "Confirm this text 'Bestuur' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"paddle-component paddle-component--top-section text\">",
            "message": "Confirm this text 'Milieu & natuur' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"paddle-component paddle-component--top-section text\">",
            "message": "Confirm this text 'Zorg & ondersteuning' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"paddle-component paddle-component--top-section text\">",
            "message": "Confirm this text 'Werken & ondernemen' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"paddle-component paddle-component--top-section text\">",
            "message": "Confirm this text 'Gezin' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"paddle-component paddle-component--top-section text\">",
            "message": "Confirm this text 'Belastingen & retributies' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"paddle-component paddle-component--top-section text\">",
            "message": "Confirm this text 'Toerisme' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"paddle-component paddle-component--top-section text\">",
            "message": "Confirm this text 'Nieuws uit Destelbergen' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/bestuur/communicatie/nieuws\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac857a67dcba",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8564a7b5"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"paddle-component paddle-component--top-section text\">",
            "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": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.destelbergen.be/agenda/zoeken\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b75de00879b6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2f4abb0c"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<div class=\"sliding-popup-bottom\" style=\"bottom: -285.979px;\" 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": "a572ca5eef61",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5bb6bf33"
          },
          {
            "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": "b3480ddcdbe3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "6b2680a6da75",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c180075f"
          },
          {
            "rule": "input_checkboxes_grouped",
            "xpath": null,
            "html": "<input tabindex=\"0\" class=\"form-check-input\" value=\"voorkeur\" id=\"cookie-category-voorkeur\" name=\"cookie-categories\" type=\"checkbox\">",
            "message": "Checkbox input and others with the name \"cookie-categories\" are not grouped together",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1969015b7a7c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-38f7f765"
          },
          {
            "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": "0e9c6997e659",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-02cc12bb"
          },
          {
            "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": "d732bb44f22f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "b8789defc40e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "2ee5c219d446",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-062b8071"
          }
        ],
        "outcomeCount": 3379,
        "uniqueFailedCount": 29,
        "duplicateFailedCount": 56,
        "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": 56
    },
    {
      "submittedUrl": "https://www.eeklo.be/",
      "finalUrl": "https://www.eeklo.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Startpagina - Stad Eeklo",
      "elapsedMs": 16480,
      "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": 1238,
          "failed": 106,
          "cantTell": 15,
          "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 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.49 (foreground color: #ffffff, background color: #3a8187, 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": "89b0fef757c2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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.49 (foreground color: #ffffff, background color: #3a8187, 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": "2e15c9623369",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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-decline > span",
            "html": "<span>Alleen essentiële 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.49 (foreground color: #ffffff, background color: #3a8187, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".btn-cookie-decline"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f1d907bcaf82",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-008ed578"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".btn-cookie-accept > span",
            "html": "<span>Alles aanvaarden</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.49 (foreground color: #ffffff, background color: #3a8187, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".btn-cookie-accept"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d0790bab4b79",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e5139278"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "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": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.49 (foreground color: #ffffff, background color: #3a8187, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#cookie-compliance"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "41c8d392d31c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c4b9e248"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".box__subtitle-link[href$=\"onthaal-stadskantoor\"] > span",
            "html": "<span>Algemeen nummer Stadskantoor</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.49 (foreground color: #ffffff, background color: #3a8187, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(1) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a3e382a9f87",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3a5fcec2"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact__column:nth-child(1) > .box-contact.notranslate[translate=\"no\"] > .box__block.contact__block > .contact__block-row > .contact__content > .contact__content-row > .contact__info-container > dl > .txt-address > .dd__info > .txt-gebouw",
            "html": "<span class=\"txt-gebouw\">Stadskantoor</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(1) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aae3f3a544a3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e2bb9410"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact__column:nth-child(1) > .box-contact.notranslate[translate=\"no\"] > .box__block.contact__block > .contact__block-row > .contact__content > .contact__content-row > .contact__info-container > dl > .txt-address > .dd__info > .address--block > .txt-streetnr",
            "html": "<span class=\"txt-streetnr\">Industrielaan 2</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(1) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a30177d8b09e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5ac3a5d2"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact__column:nth-child(1) > .box-contact.notranslate[translate=\"no\"] > .box__block.contact__block > .contact__block-row > .contact__content > .contact__content-row > .contact__info-container > dl > .txt-address > .dd__info > .address--block > .txt-postal",
            "html": "<span class=\"txt-postal\"><span class=\"sr-only\">, </span>9900</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(1) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "362ba05d711c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1eec3721"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact__column:nth-child(1) > .box-contact.notranslate[translate=\"no\"] > .box__block.contact__block > .contact__block-row > .contact__content > .contact__content-row > .contact__info-container > dl > .txt-address > .dd__info > .address--block > .txt-city",
            "html": "<span class=\"txt-city\">Eeklo</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(1) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ce9ced007b21",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c6e6ca86"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact__info-container > dl > .txt-phone > .dd__info > span[data-label=\"Tel.\"] > .phone[href=\"tel:092182800\"][rel=\"noopener noreferrer\"] > span",
            "html": "<span>09 218 28 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.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(1) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c411d8f67b23",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d1780020"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact__column:nth-child(1) > .box-contact.notranslate[translate=\"no\"] > .box__block.contact__block > .contact__block-row > .contact__content > .contact__content-row > .contact__info-container > dl > .txt-email > .dd__info > span[data-label=\"E-mail\"] > .mail[rel=\"noopener noreferrer\"][target=\"_blank\"] > span",
            "html": "<span>info<span>@</span>eeklo.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.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(1) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "673593e5d898",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c6949e07"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"www.eeklo.be\"] > span",
            "html": "<span>www.eeklo.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.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(1) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4ad205262c12",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c3a208b3"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact__column:nth-child(1) > .box-contact.notranslate[translate=\"no\"] > .box__block.contact__block > .contact__block-row > .contact__content > .contact__content-row > .contact__hours-container > .contact__hours-info > .hours-today > .hours__block.has-hourstatus[data-refresh-open-status=\"1\"] > .has-hourstatus__row > .hours__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.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(1) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a8dbcbe1379e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-37a886fa"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact__column:nth-child(1) > .box-contact.notranslate[translate=\"no\"] > .box__block.contact__block > .contact__block-row > .contact__content > .contact__content-row > .contact__hours-container > .contact__hours-info > .hours-today > .hours__block.has-hourstatus[data-refresh-open-status=\"1\"] > .has-hourstatus__row > .txt-hours-status > .contact__hours-status-box[data-hourid=\"16\"][data-refreshtime=\"3997142\"] > span",
            "html": "<span>Nu 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.49 (foreground color: #ffffff, background color: #3a8187, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(1) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2ad99d2e334c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6fa755b2"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact__column:nth-child(1) > .box-contact.notranslate[translate=\"no\"] > .box__block.contact__block > .contact__block-row > .contact__content > .contact__content-row > .contact__hours-container > .contact__hours-info > .hours-today > .hours__block.has-hourstatus[data-refresh-open-status=\"1\"] > .txt-hours > .hours-info__list > .normal-hours.hours-info__item > .txt-open-from",
            "html": "<span class=\"txt-open-from\">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.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(1) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "42ae57da15f8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-25f73592"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact__column:nth-child(1) > .box-contact.notranslate[translate=\"no\"] > .box__block.contact__block > .contact__block-row > .contact__content > .contact__content-row > .contact__hours-container > .contact__hours-info > .hours-today > .hours__block.has-hourstatus[data-refresh-open-status=\"1\"] > .txt-hours > .hours-info__list > .normal-hours.hours-info__item > .hours-part > .hour-part > .txt-from.hour",
            "html": "<span class=\"txt-from hour\">09: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.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(1) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "25f2ad42a336",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2894b1b8"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact__column:nth-child(1) > .box-contact.notranslate[translate=\"no\"] > .box__block.contact__block > .contact__block-row > .contact__content > .contact__content-row > .contact__hours-container > .contact__hours-info > .hours-today > .hours__block.has-hourstatus[data-refresh-open-status=\"1\"] > .txt-hours > .hours-info__list > .normal-hours.hours-info__item > .hours-part > .hour-part > .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 4.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(1) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "07d6f6fd248f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1e189762"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact__column:nth-child(1) > .box-contact.notranslate[translate=\"no\"] > .box__block.contact__block > .contact__block-row > .contact__content > .contact__content-row > .contact__hours-container > .contact__hours-info > .hours-today > .hours__block.has-hourstatus[data-refresh-open-status=\"1\"] > .txt-hours > .hours-info__list > .normal-hours.hours-info__item > .hours-part > .hour-part > .txt-to.hour",
            "html": "<span class=\"txt-to hour\">12:30 </span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(1) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5870b9f94b5b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-feecff7a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".btn-link[href$=\"onthaal-stadskantoor\"] > span",
            "html": "<span>Alle openingsuren<span class=\"sr-only\">&nbsp;Algemeen nummer Stadskantoor</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.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(1) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3d38b028ee18",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c77df290"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".box__subtitle-link[href=\"/td\"] > span",
            "html": "<span>Technische dienst</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.49 (foreground color: #ffffff, background color: #3a8187, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(2) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5151d9626b92",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2e15274c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact__column:nth-child(2) > .box-contact.notranslate[translate=\"no\"] > .box__block.contact__block > .contact__block-row > .contact__content > .contact__content-row > .contact__info-container > dl > .txt-address > .dd__info > .txt-gebouw",
            "html": "<span class=\"txt-gebouw\">Stadskantoor</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(2) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0e4fc1b0a67c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3cb3fe3d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact__column:nth-child(2) > .box-contact.notranslate[translate=\"no\"] > .box__block.contact__block > .contact__block-row > .contact__content > .contact__content-row > .contact__info-container > dl > .txt-address > .dd__info > .address--block > .txt-streetnr",
            "html": "<span class=\"txt-streetnr\">Industrielaan 2</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(2) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b9b155419d0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e5b60d2a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact__column:nth-child(2) > .box-contact.notranslate[translate=\"no\"] > .box__block.contact__block > .contact__block-row > .contact__content > .contact__content-row > .contact__info-container > dl > .txt-address > .dd__info > .address--block > .txt-postal",
            "html": "<span class=\"txt-postal\"><span class=\"sr-only\">, </span>9900</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(2) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aee5b22c89c0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-267cfbe5"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact__column:nth-child(2) > .box-contact.notranslate[translate=\"no\"] > .box__block.contact__block > .contact__block-row > .contact__content > .contact__content-row > .contact__info-container > dl > .txt-address > .dd__info > .address--block > .txt-city",
            "html": "<span class=\"txt-city\">Eeklo</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(2) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c8a4c156eaed",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2b9460fa"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href=\"tel:092182810\"] > span",
            "html": "<span>09 218 28 10</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(2) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fae549ffcf88",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0695ec20"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact__column:nth-child(2) > .box-contact.notranslate[translate=\"no\"] > .box__block.contact__block > .contact__block-row > .contact__content > .contact__content-row > .contact__info-container > dl > .txt-email > .dd__info > span[data-label=\"E-mail\"] > .mail[rel=\"noopener noreferrer\"][target=\"_blank\"] > span",
            "html": "<span>td<span>@</span>eeklo.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.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(2) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "39796fd56670",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5d7af0cf"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact__column:nth-child(2) > .box-contact.notranslate[translate=\"no\"] > .box__block.contact__block > .contact__block-row > .contact__content > .contact__content-row > .contact__hours-container > .contact__hours-info > .hours-today > .hours__block.has-hourstatus[data-refresh-open-status=\"1\"] > .has-hourstatus__row > .hours__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.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(2) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "61a1849fc403",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-36ae97d8"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact__column:nth-child(2) > .box-contact.notranslate[translate=\"no\"] > .box__block.contact__block > .contact__block-row > .contact__content > .contact__content-row > .contact__hours-container > .contact__hours-info > .hours-today > .hours__block.has-hourstatus[data-refresh-open-status=\"1\"] > .has-hourstatus__row > .txt-hours-status > .contact__hours-status-box[data-hourid=\"16\"][data-refreshtime=\"3997142\"] > span",
            "html": "<span>Nu 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.49 (foreground color: #ffffff, background color: #3a8187, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(2) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1c37cc80d2ca",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-23583138"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact__column:nth-child(2) > .box-contact.notranslate[translate=\"no\"] > .box__block.contact__block > .contact__block-row > .contact__content > .contact__content-row > .contact__hours-container > .contact__hours-info > .hours-today > .hours__block.has-hourstatus[data-refresh-open-status=\"1\"] > .txt-hours > .hours-info__list > .normal-hours.hours-info__item > .txt-open-from",
            "html": "<span class=\"txt-open-from\">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.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(2) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8acea99146a9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2896db1f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact__column:nth-child(2) > .box-contact.notranslate[translate=\"no\"] > .box__block.contact__block > .contact__block-row > .contact__content > .contact__content-row > .contact__hours-container > .contact__hours-info > .hours-today > .hours__block.has-hourstatus[data-refresh-open-status=\"1\"] > .txt-hours > .hours-info__list > .normal-hours.hours-info__item > .hours-part > .hour-part > .txt-from.hour",
            "html": "<span class=\"txt-from hour\">09: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.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(2) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "18479a0d14d9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ac9126e4"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact__column:nth-child(2) > .box-contact.notranslate[translate=\"no\"] > .box__block.contact__block > .contact__block-row > .contact__content > .contact__content-row > .contact__hours-container > .contact__hours-info > .hours-today > .hours__block.has-hourstatus[data-refresh-open-status=\"1\"] > .txt-hours > .hours-info__list > .normal-hours.hours-info__item > .hours-part > .hour-part > .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 4.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(2) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c83416ed813f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b3c4fcb5"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact__column:nth-child(2) > .box-contact.notranslate[translate=\"no\"] > .box__block.contact__block > .contact__block-row > .contact__content > .contact__content-row > .contact__hours-container > .contact__hours-info > .hours-today > .hours__block.has-hourstatus[data-refresh-open-status=\"1\"] > .txt-hours > .hours-info__list > .normal-hours.hours-info__item > .hours-part > .hour-part > .txt-to.hour",
            "html": "<span class=\"txt-to hour\">12:30 </span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(2) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "987d138a1362",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-396d960a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".btn-link[href=\"/td\"] > span",
            "html": "<span>Alle openingsuren<span class=\"sr-only\">&nbsp;Technische dienst</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.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(2) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "099400969183",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-982e784f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".box__subtitle-link[href$=\"contactburgerzaken\"] > span",
            "html": "<span>Burgerzaken</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.49 (foreground color: #ffffff, background color: #3a8187, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(3) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "26e501be7ad2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-becdd08c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact__column:nth-child(3) > .box-contact.notranslate[translate=\"no\"] > .box__block.contact__block > .contact__block-row > .contact__content > .contact__content-row > .contact__info-container > dl > .txt-address > .dd__info > .txt-gebouw",
            "html": "<span class=\"txt-gebouw\">Stadhuis</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(3) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1808724df4c8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b7f2c731"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact__column:nth-child(3) > .box-contact.notranslate[translate=\"no\"] > .box__block.contact__block > .contact__block-row > .contact__content > .contact__content-row > .contact__info-container > dl > .txt-address > .dd__info > .address--block > .txt-streetnr",
            "html": "<span class=\"txt-streetnr\">Markt 34</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(3) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "287a5522c977",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4939a419"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact__column:nth-child(3) > .box-contact.notranslate[translate=\"no\"] > .box__block.contact__block > .contact__block-row > .contact__content > .contact__content-row > .contact__info-container > dl > .txt-address > .dd__info > .address--block > .txt-postal",
            "html": "<span class=\"txt-postal\"><span class=\"sr-only\">, </span>9900</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(3) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "94a35820db1d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1e2fd430"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact__column:nth-child(3) > .box-contact.notranslate[translate=\"no\"] > .box__block.contact__block > .contact__block-row > .contact__content > .contact__content-row > .contact__info-container > dl > .txt-address > .dd__info > .address--block > .txt-city",
            "html": "<span class=\"txt-city\">Eeklo</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(3) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "abcf1ec1dc2c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d88fc24c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href=\"tel:092182900\"] > span",
            "html": "<span>09 218 29 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.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(3) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a30324d9b9a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f10c5c19"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact__column:nth-child(3) > .box-contact.notranslate[translate=\"no\"] > .box__block.contact__block > .contact__block-row > .contact__content > .contact__content-row > .contact__info-container > dl > .txt-email > .dd__info > span[data-label=\"E-mail\"] > .mail[rel=\"noopener noreferrer\"][target=\"_blank\"] > span",
            "html": "<span>burgerzaken<span>@</span>eeklo.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.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(3) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3a2e1dd250e2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-234107e8"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".btn-appointment > span",
            "html": "<span>Maak je afspraak hier online!</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.68 (foreground color: #ffffff, background color: #e84a7c, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".btn-appointment"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ffa3cdc9e09f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-94779125"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact__column:nth-child(3) > .box-contact.notranslate[translate=\"no\"] > .box__block.contact__block > .contact__block-row > .contact__content > .contact__content-row > .contact__hours-container > .contact__hours-info > .hours-today > .hours__block.has-hourstatus[data-refresh-open-status=\"1\"] > .has-hourstatus__row > .hours__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.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(3) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef98c47dd0bb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a15ef252"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "span[data-hourid=\"6\"] > span",
            "html": "<span>Nu 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.49 (foreground color: #ffffff, background color: #3a8187, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(3) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dc11ac16b4f4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d9db1eb7"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".op-afspraak > .txt-open-from",
            "html": "<span class=\"txt-open-from\">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 4.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(3) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "641e2ec56edb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-371c4733"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".op-afspraak > .hours-part:nth-child(2) > .hour-part > .txt-from.hour",
            "html": "<span class=\"txt-from hour\">09: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.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(3) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b3b81579a946",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-bf4eb877"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".op-afspraak > .hours-part:nth-child(2) > .hour-part > .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 4.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(3) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fe78a1eb2bf2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3caa2299"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".op-afspraak > .hours-part:nth-child(2) > .hour-part > .txt-to.hour",
            "html": "<span class=\"txt-to hour\">12:30 </span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(3) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ff4fad8bd4a8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-677caefd"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".op-afspraak > .hours-part:nth-child(3) > .hour-part > .txt-from.hour",
            "html": "<span class=\"txt-from hour\">15:30</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(3) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0f67d928d0e9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e0948fee"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".op-afspraak > .hours-part:nth-child(3) > .hour-part > .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 4.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(3) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7a0aaab6c9f8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9f0fc066"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".op-afspraak > .hours-part:nth-child(3) > .hour-part > .txt-to.hour",
            "html": "<span class=\"txt-to hour\">19:30 </span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(3) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d9aead88505e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5fa05f41"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".btn-link[href$=\"contactburgerzaken\"] > span",
            "html": "<span>Alle openingsuren<span class=\"sr-only\">&nbsp;Burgerzaken</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.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(3) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d4b11df6c79d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-546d0456"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".box__subtitle-link[href$=\"sociaal-huis-contact\"] > span",
            "html": "<span>Balie Sociaal Huis</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.49 (foreground color: #ffffff, background color: #3a8187, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(4) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "15170389f365",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-63903fa8"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact__column:nth-child(4) > .box-contact.notranslate[translate=\"no\"] > .box__block.contact__block > .contact__block-row > .contact__content > .contact__content-row > .contact__info-container > dl > .txt-address > .dd__info > .txt-gebouw",
            "html": "<span class=\"txt-gebouw\">Welzijnscampus De Zuidkaai</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(4) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bfc3f5ea7d5d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7219499c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact__column:nth-child(4) > .box-contact.notranslate[translate=\"no\"] > .box__block.contact__block > .contact__block-row > .contact__content > .contact__content-row > .contact__info-container > dl > .txt-address > .dd__info > .address--block > .txt-streetnr",
            "html": "<span class=\"txt-streetnr\">Zuidmoerstraat 136</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(4) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e43cbf0de45a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e7ff0d13"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact__column:nth-child(4) > .box-contact.notranslate[translate=\"no\"] > .box__block.contact__block > .contact__block-row > .contact__content > .contact__content-row > .contact__info-container > dl > .txt-address > .dd__info > .address--block > .txt-postal",
            "html": "<span class=\"txt-postal\"><span class=\"sr-only\">, </span>9900</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(4) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "71209d03e99f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f744dc2c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact__column:nth-child(4) > .box-contact.notranslate[translate=\"no\"] > .box__block.contact__block > .contact__block-row > .contact__content > .contact__content-row > .contact__info-container > dl > .txt-address > .dd__info > .address--block > .txt-city",
            "html": "<span class=\"txt-city\">Eeklo</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(4) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0586e429976a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-928cfd0b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href=\"tel:093767170\"] > span",
            "html": "<span>09 376 71 70</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(4) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef98dd348261",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3df5cb93"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact__column:nth-child(4) > .box-contact.notranslate[translate=\"no\"] > .box__block.contact__block > .contact__block-row > .contact__content > .contact__content-row > .contact__info-container > dl > .txt-email > .dd__info > span[data-label=\"E-mail\"] > .mail[rel=\"noopener noreferrer\"][target=\"_blank\"] > span",
            "html": "<span>sociaalhuis<span>@</span>eeklo.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.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(4) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7a4b043a348f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-bf99c747"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact__column:nth-child(4) > .box-contact.notranslate[translate=\"no\"] > .box__block.contact__block > .contact__block-row > .contact__content > .contact__content-row > .contact__hours-container > .contact__hours-info > .hours-today > .hours__block.has-hourstatus[data-refresh-open-status=\"1\"] > .has-hourstatus__row > .hours__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.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(4) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d61ac0c71d8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a0180701"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "span[data-hourid=\"13\"] > span",
            "html": "<span>Nu 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.49 (foreground color: #ffffff, background color: #3a8187, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(4) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "55d3ca43d071",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b92f0a2e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact__column:nth-child(4) > .box-contact.notranslate[translate=\"no\"] > .box__block.contact__block > .contact__block-row > .contact__content > .contact__content-row > .contact__hours-container > .contact__hours-info > .hours-today > .hours__block.has-hourstatus[data-refresh-open-status=\"1\"] > .txt-hours > .hours-info__list > .normal-hours.hours-info__item > .txt-open-from",
            "html": "<span class=\"txt-open-from\">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.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(4) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "01e54eb79f88",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-fe7be6d0"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact__column:nth-child(4) > .box-contact.notranslate[translate=\"no\"] > .box__block.contact__block > .contact__block-row > .contact__content > .contact__content-row > .contact__hours-container > .contact__hours-info > .hours-today > .hours__block.has-hourstatus[data-refresh-open-status=\"1\"] > .txt-hours > .hours-info__list > .normal-hours.hours-info__item > .hours-part > .hour-part > .txt-from.hour",
            "html": "<span class=\"txt-from hour\">09: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.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(4) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b9a1e91644c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4b26d6b3"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact__column:nth-child(4) > .box-contact.notranslate[translate=\"no\"] > .box__block.contact__block > .contact__block-row > .contact__content > .contact__content-row > .contact__hours-container > .contact__hours-info > .hours-today > .hours__block.has-hourstatus[data-refresh-open-status=\"1\"] > .txt-hours > .hours-info__list > .normal-hours.hours-info__item > .hours-part > .hour-part > .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 4.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(4) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "78dfe18d8e20",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-93bbd720"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact__column:nth-child(4) > .box-contact.notranslate[translate=\"no\"] > .box__block.contact__block > .contact__block-row > .contact__content > .contact__content-row > .contact__hours-container > .contact__hours-info > .hours-today > .hours__block.has-hourstatus[data-refresh-open-status=\"1\"] > .txt-hours > .hours-info__list > .normal-hours.hours-info__item > .hours-part > .hour-part > .txt-to.hour",
            "html": "<span class=\"txt-to hour\">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 4.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(4) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6a946b2ddd08",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-29e5e976"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".btn-link[href$=\"sociaal-huis-contact\"] > span",
            "html": "<span>Alle openingsuren<span class=\"sr-only\">&nbsp;Balie Sociaal Huis</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.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(4) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "67153f014116",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c47b955d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".box__subtitle-link[href$=\"ldc-zonneheem\"] > span",
            "html": "<span>Lokaal Dienstencentrum Zonneheem</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.49 (foreground color: #ffffff, background color: #3a8187, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(5) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b7e4d902fdee",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9dad6893"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact__column:nth-child(5) > .box-contact.notranslate[translate=\"no\"] > .box__block.contact__block > .contact__block-row > .contact__content > .contact__content-row > .contact__info-container > dl > .txt-address > .dd__info > .txt-gebouw",
            "html": "<span class=\"txt-gebouw\">Zonneheem</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(5) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "75109580d06f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-620b463c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact__column:nth-child(5) > .box-contact.notranslate[translate=\"no\"] > .box__block.contact__block > .contact__block-row > .contact__content > .contact__content-row > .contact__info-container > dl > .txt-address > .dd__info > .address--block > .txt-streetnr",
            "html": "<span class=\"txt-streetnr\">Schietspoelstraat 9</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(5) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2f3f9040629e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-12800355"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact__column:nth-child(5) > .box-contact.notranslate[translate=\"no\"] > .box__block.contact__block > .contact__block-row > .contact__content > .contact__content-row > .contact__info-container > dl > .txt-address > .dd__info > .address--block > .txt-postal",
            "html": "<span class=\"txt-postal\"><span class=\"sr-only\">, </span>9900</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(5) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c3bd949f8666",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a7cc2405"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact__column:nth-child(5) > .box-contact.notranslate[translate=\"no\"] > .box__block.contact__block > .contact__block-row > .contact__content > .contact__content-row > .contact__info-container > dl > .txt-address > .dd__info > .address--block > .txt-city",
            "html": "<span class=\"txt-city\">Eeklo</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(5) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c077eccd8a73",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-95aab7a4"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href=\"tel:093770246\"] > span",
            "html": "<span>09 377 02 46</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(5) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "631bb0337b98",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a1814cce"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact__column:nth-child(5) > .box-contact.notranslate[translate=\"no\"] > .box__block.contact__block > .contact__block-row > .contact__content > .contact__content-row > .contact__info-container > dl > .txt-email > .dd__info > span[data-label=\"E-mail\"] > .mail[rel=\"noopener noreferrer\"][target=\"_blank\"] > span",
            "html": "<span>zonneheem<span>@</span>eeklo.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.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(5) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f7e2f88b9eac",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d779b6be"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact__column:nth-child(5) > .box-contact.notranslate[translate=\"no\"] > .box__block.contact__block > .contact__block-row > .contact__content > .contact__content-row > .contact__hours-container > .contact__hours-info > .hours-today > .hours__block.has-hourstatus[data-refresh-open-status=\"1\"] > .has-hourstatus__row > .hours__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.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(5) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "80568a0f81ac",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4ac6274a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "span[data-hourid=\"14\"] > span",
            "html": "<span>Nu 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.49 (foreground color: #ffffff, background color: #3a8187, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(5) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "116674d81a9d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-579ee26f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact__column:nth-child(5) > .box-contact.notranslate[translate=\"no\"] > .box__block.contact__block > .contact__block-row > .contact__content > .contact__content-row > .contact__hours-container > .contact__hours-info > .hours-today > .hours__block.has-hourstatus[data-refresh-open-status=\"1\"] > .txt-hours > .hours-info__list > .normal-hours.hours-info__item > .txt-open-from",
            "html": "<span class=\"txt-open-from\">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.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(5) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6037c344bea0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-cbd723b7"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact__column:nth-child(5) > .box-contact.notranslate[translate=\"no\"] > .box__block.contact__block > .contact__block-row > .contact__content > .contact__content-row > .contact__hours-container > .contact__hours-info > .hours-today > .hours__block.has-hourstatus[data-refresh-open-status=\"1\"] > .txt-hours > .hours-info__list > .normal-hours.hours-info__item > .hours-part > .hour-part > .txt-from.hour",
            "html": "<span class=\"txt-from hour\">08:30</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(5) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b006fa26a219",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-cd9ce68f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact__column:nth-child(5) > .box-contact.notranslate[translate=\"no\"] > .box__block.contact__block > .contact__block-row > .contact__content > .contact__content-row > .contact__hours-container > .contact__hours-info > .hours-today > .hours__block.has-hourstatus[data-refresh-open-status=\"1\"] > .txt-hours > .hours-info__list > .normal-hours.hours-info__item > .hours-part > .hour-part > .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 4.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(5) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f6851a9dc4e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0caf714f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact__column:nth-child(5) > .box-contact.notranslate[translate=\"no\"] > .box__block.contact__block > .contact__block-row > .contact__content > .contact__content-row > .contact__hours-container > .contact__hours-info > .hours-today > .hours__block.has-hourstatus[data-refresh-open-status=\"1\"] > .txt-hours > .hours-info__list > .normal-hours.hours-info__item > .hours-part > .hour-part > .txt-to.hour",
            "html": "<span class=\"txt-to hour\">17:30 </span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(5) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "842036ae0aa0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9b2dc9ea"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact__column:nth-child(5) > .box-contact.notranslate[translate=\"no\"] > .box__block.contact__block > .contact__block-row > .contact__content > .contact__content-row > .contact__hours-container > .contact__hours-info > .hours__info > .info > p",
            "html": "<p>Telefonisch bereikbaar tussen 09.00 en 12.30 uur en van 13.30 tot 16.00 uur.</p>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.51 (foreground color: #d8e6e7, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(5) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b7f7bd91a286",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-bba4e960"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".btn-link[href$=\"ldc-zonneheem\"] > span",
            "html": "<span>Alle openingsuren<span class=\"sr-only\">&nbsp;Lokaal Dienstencentrum Zonneheem</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.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(5) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "934b893dcf1b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-56924f7f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".box__subtitle-link[href$=\"sportdienst\"] > span",
            "html": "<span>Secretariaat sportdienst</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.49 (foreground color: #ffffff, background color: #3a8187, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(6) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7e35fb65410c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0175c2f2"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact__column:nth-child(6) > .box-contact.notranslate[translate=\"no\"] > .box__block.contact__block > .contact__block-row > .contact__content > .contact__content-row > .contact__info-container > dl > .txt-address > .dd__info > .txt-gebouw",
            "html": "<span class=\"txt-gebouw\">Sportpark</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(6) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cfbc174fc91a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8f9e0732"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact__column:nth-child(6) > .box-contact.notranslate[translate=\"no\"] > .box__block.contact__block > .contact__block-row > .contact__content > .contact__content-row > .contact__info-container > dl > .txt-address > .dd__info > .address--block > .txt-streetnr",
            "html": "<span class=\"txt-streetnr\">Burg. Lionel Pussemierstraat 157</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(6) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e8e5c66bbb01",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4c92fc4b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact__column:nth-child(6) > .box-contact.notranslate[translate=\"no\"] > .box__block.contact__block > .contact__block-row > .contact__content > .contact__content-row > .contact__info-container > dl > .txt-address > .dd__info > .address--block > .txt-postal",
            "html": "<span class=\"txt-postal\"><span class=\"sr-only\">, </span>9900</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(6) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b8ec6f7ddd94",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-77e7db7d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact__column:nth-child(6) > .box-contact.notranslate[translate=\"no\"] > .box__block.contact__block > .contact__block-row > .contact__content > .contact__content-row > .contact__info-container > dl > .txt-address > .dd__info > .address--block > .txt-city",
            "html": "<span class=\"txt-city\">Eeklo</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(6) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9f2cc4eec859",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c1f3dcf1"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href=\"tel:093776127\"] > span",
            "html": "<span>09 377 61 27</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(6) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "22e60db4b61b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-88caab0f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact__column:nth-child(6) > .box-contact.notranslate[translate=\"no\"] > .box__block.contact__block > .contact__block-row > .contact__content > .contact__content-row > .contact__info-container > dl > .txt-email > .dd__info > span[data-label=\"E-mail\"] > .mail[rel=\"noopener noreferrer\"][target=\"_blank\"] > span",
            "html": "<span>sport<span>@</span>eeklo.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.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(6) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "27b771a030e8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-88516b45"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"sport\"] > span",
            "html": "<span>www.eeklo.be/sport</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(6) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6b79a6bfac30",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2f6de0d1"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact__column:nth-child(6) > .box-contact.notranslate[translate=\"no\"] > .box__block.contact__block > .contact__block-row > .contact__content > .contact__content-row > .contact__hours-container > .contact__hours-info > .hours-today > .hours__block.has-hourstatus[data-refresh-open-status=\"1\"] > .has-hourstatus__row > .hours__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.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(6) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2ea6c6f4d5d3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-666af04f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "span[data-hourid=\"10\"] > span",
            "html": "<span>Nu 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.49 (foreground color: #ffffff, background color: #3a8187, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(6) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3dcd9d7223cf",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f6a4b910"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact__column:nth-child(6) > .box-contact.notranslate[translate=\"no\"] > .box__block.contact__block > .contact__block-row > .contact__content > .contact__content-row > .contact__hours-container > .contact__hours-info > .hours-today > .hours__block.has-hourstatus[data-refresh-open-status=\"1\"] > .txt-hours > .hours-info__list > .normal-hours.hours-info__item > .txt-open-from",
            "html": "<span class=\"txt-open-from\">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.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(6) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "21c9cdfeaaa5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-09d0100d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact__column:nth-child(6) > .box-contact.notranslate[translate=\"no\"] > .box__block.contact__block > .contact__block-row > .contact__content > .contact__content-row > .contact__hours-container > .contact__hours-info > .hours-today > .hours__block.has-hourstatus[data-refresh-open-status=\"1\"] > .txt-hours > .hours-info__list > .normal-hours.hours-info__item > .hours-part:nth-child(2) > .hour-part > .txt-from.hour",
            "html": "<span class=\"txt-from hour\">09: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.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(6) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4af52ff6e015",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f1647f96"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact__column:nth-child(6) > .box-contact.notranslate[translate=\"no\"] > .box__block.contact__block > .contact__block-row > .contact__content > .contact__content-row > .contact__hours-container > .contact__hours-info > .hours-today > .hours__block.has-hourstatus[data-refresh-open-status=\"1\"] > .txt-hours > .hours-info__list > .normal-hours.hours-info__item > .hours-part:nth-child(2) > .hour-part > .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 4.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(6) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f04bd7225080",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-cac1072c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact__column:nth-child(6) > .box-contact.notranslate[translate=\"no\"] > .box__block.contact__block > .contact__block-row > .contact__content > .contact__content-row > .contact__hours-container > .contact__hours-info > .hours-today > .hours__block.has-hourstatus[data-refresh-open-status=\"1\"] > .txt-hours > .hours-info__list > .normal-hours.hours-info__item > .hours-part:nth-child(2) > .hour-part > .txt-to.hour",
            "html": "<span class=\"txt-to hour\">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 4.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(6) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9a4b23e87c52",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e5ffece9"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".normal-hours.hours-info__item > .hours-part:nth-child(3) > .hour-part > .txt-from.hour",
            "html": "<span class=\"txt-from hour\">14: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.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(6) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2c5ce63d4a54",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-bb8c1807"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".normal-hours.hours-info__item > .hours-part:nth-child(3) > .hour-part > .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 4.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(6) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7c270b62f0c8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-eba9ae0a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".normal-hours.hours-info__item > .hours-part:nth-child(3) > .hour-part > .txt-to.hour",
            "html": "<span class=\"txt-to hour\">17: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.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(6) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c74bad030da7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4afe03d2"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact__column:nth-child(6) > .box-contact.notranslate[translate=\"no\"] > .box__block.contact__block > .contact__block-row > .contact__content > .contact__content-row > .contact__hours-container > .contact__hours-info > .hours__info > .info > p",
            "html": "<p>We helpen je ook graag buiten de openingsuren, maar enkel op afspraak. Stuur hiervoor een mail naar <a href=\"mailto:sport@eeklo.be\">sport@eeklo.be</a> of bel naar 09 377 61 27.</p>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.51 (foreground color: #d8e6e7, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(6) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "633bc9b0dc9e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d8a99fe6"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"mailto:sport@eeklo.be\"]",
            "html": "<a href=\"mailto:sport@eeklo.be\">sport@eeklo.be</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(6) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ed122491a713",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8786dc37"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".btn-link[href$=\"sportdienst\"] > span",
            "html": "<span>Alle openingsuren<span class=\"sr-only\">&nbsp;Secretariaat sportdienst</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.49 (foreground color: #ffffff, background color: #3a8187, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".contact__column:nth-child(6) > .box-contact.notranslate[translate=\"no\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "44c8204dc9ab",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2e1b318c"
          },
          {
            "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": "5500ff0e4709",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "86b0d59d70bd",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "59224f05ae12",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "f604c2be3167",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b6704e35"
          },
          {
            "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": "f034f42182ba",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7ffbdd26"
          }
        ],
        "outcomeCount": 1401,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 106
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 4208,
          "failed": 191,
          "cantTell": 64,
          "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",
          "svg_graphics_labelled",
          "text_block_heading",
          "text_contrast_sufficient",
          "text_quoted_correctly",
          "text_sensory_misuse"
        ],
        "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": "0297f24cadb7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "95671d22b089",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "6222ed4ce892",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "dc84b7c82050",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-bec41670"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"cookie-compliance-text cookie-compliance__text\">",
            "message": "Text contrast of 4.50 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9ed5c57f62d9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5ac6bdaa"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.50 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d2890f94a2b0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "d5994b3fe172",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8c71e563"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.50 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "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": "2b0db57eaf20",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a0a3c19e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.50 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "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": "05d954920f46",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c78f1f5a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"btn-cookie-compliance btn-link link-cookie-settings\" href=\"/cookies?url=%2f\" rel=\"nofollow\">",
            "message": "Text contrast of 4.50 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "98a6ef895525",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-649be0b9"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"nav__link meta__link\" 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": "f56a8c4b762b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-833f3c6a"
          },
          {
            "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": "f033619ac94f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7605a066"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"meta__link\">",
            "message": "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": "ddc678e726b3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a3c7ddfc"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a rel=\"noopener\" target=\"_blank\" class=\"nav__link meta__link\" href=\"https://webshopeeklo.recreatex.be/Products/Overview\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "047f66ddb601",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a6b4f46e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a rel=\"noopener\" target=\"_blank\" class=\"nav__link meta__link\" href=\"https://webshopeeklo.recreatex.be/Products/Overview\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cc7bcd90bb63",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-514ea244"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"meta__link\">",
            "message": "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": "<button class=\"nav__link meta__link btn-toggle-contrast icon-contrast\" type=\"button\" 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": "1df4fdcd0049",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-76586106"
          },
          {
            "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": "a6220611723a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-558e4bc8"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a 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": "04116c0f6275",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-cf6aa245"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xml:space=\"preserve\" style=\"enable-background:new 0 0 67 32\" viewBox=\"0 0 67 32\" y=\"0px\" x=\"0px\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns=\"http://www.w3.org/2000/svg\" class=\"brand__logo\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1c21dd6eeff1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0d3c6922"
          },
          {
            "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": "b59ca3f7c338",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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=\"Wat zoek je?\" placeholder=\"Wat zoek je?\" data-toggle-placeholder=\"1\" autocomplete=\"off\" data-tooltip=\"Wat zoek je?\" 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": "e0686264ff8f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-66a4d05b"
          },
          {
            "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=\"Wat zoek je?\" placeholder=\"Wat zoek je?\" data-toggle-placeholder=\"1\" autocomplete=\"off\" data-tooltip=\"Wat zoek je?\" 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": "3142bc76aae7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1dfe5838"
          },
          {
            "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": "598eb6f9b9aa",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "7e299dd6fcb6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9eb048d0"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/rachel-van-basselaere-viert-102e-verjaardag\" 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": "4096d3bd5727",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-79a54cd3"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Rachel Van Basselaere viert 102de verjaardag' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "759de336ba15",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b48dfa4b"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/nagenieten-van-de-tamboeravondmarkt\" 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": "65d83a920478",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7561cf4e"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Nagenieten van de Tamboeravondmarkt' 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=\"/100dagen\" 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": "ecb06972170c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-65fa1580"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text '100 dagen: praalwagens door de stad' 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=\"/beheerwerken-raverschootbos\" 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": "db8f7613da7e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-336024e0"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Beheerwerken maken Raverschootbos biodiverser' 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=\"/geert-faes-krijgt-postuum-de-titel-ereburger-van-de-stad-eeklo\" 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": "4fd2fb34ea55",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8888150e"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<span class=\"sr-only\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: 'Ereburger van de stad Eeklo'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f6e5f7c75745",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0d81408a"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<span>",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: 'Ereburger van de stad Eeklo'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c1bac90284f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a7bb455f"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<div class=\"partial__short\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: 'Ereburger van de stad Eeklo'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c8b49f9c4a76",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-fda07965"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/bartoope\" 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": "a25c054b5158",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ae7907ee"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Bar Toope - Samen voor een veilige buurt' 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=\"/iedereen-vrijwilliger\" 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": "0b35ec2bf6cd",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c9a60916"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Iedereen Vrijwilliger' 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=\"/straatvinken2026\" 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": "f6158f950c03",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-da0088d4"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Tel het verkeer in jouw straat' 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=\"/meemakers2026\" 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": "832d351bd10f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-fa43270d"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Meemakers+: nieuwe oproep voor burgerideeën met extra budget' 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": "35cfbfd2459a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-54bfb857"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/dagvandeburen\" 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": "902fb533978a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-80e11a3b"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Dag van de Buren' 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=\"/1000km\" 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": "697faffd4853",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-79d4c237"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text '1000 kilometer voor Kom op tegen Kanker' 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=\"/zeelaanbrug\" 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": "ee26439f916c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-24b054e8"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Renovatie brug Zeelaan en Prins Boudewijnlaan (N9)' 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=\"/verhuurjeneverhuisstadhuis\" 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": "024c044fb0e9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-51bf21fc"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Jeneverhuis en Stadhuis voortaan beschikbaar voor Eeklose organisaties' 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=\"/fast-forward-seizoen-2026-2027\" 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": "67817f5d2dd6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0956f216"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Fast Forward seizoen 2026-2027' 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=\"/hartwijk-verkoop\" 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": "34f27843f987",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-02677c3e"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Verkoop Hartwijk' 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": "d49d87728574",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-445db29d"
          },
          {
            "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": "14cd87947b65",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6c9f85aa"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.50 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.50 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-gebouw\">",
            "message": "Text contrast of 4.50 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": "219b6d556f83",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-03029422"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"txt-streetnr\">",
            "message": "Text contrast of 4.50 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": "82ab2a3b5809",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5ac080dc"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"txt-postal\">",
            "message": "Text contrast of 4.50 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": "a4f974b2e0a7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-049b67be"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"txt-city\">",
            "message": "Text contrast of 4.50 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": "595acdfc3d1b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7d29cd48"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.50 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.50 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.50 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.50 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.50 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.50 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.50 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 4.50 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"txt-open-from\">",
            "message": "Text contrast of 4.50 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": "636335b18aae",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-82eff161"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"txt-from hour\">",
            "message": "Text contrast of 4.50 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": "d4e34f5e007a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-fb7c638b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"txt-time-divider\">",
            "message": "Text contrast of 4.50 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": "8b6f87d4c48d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5748cd91"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"txt-to hour\">",
            "message": "Text contrast of 4.50 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": "3dda41443916",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1397a032"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/onthaal-stadskantoor\" class=\"btn-link\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "217b7c759dbe",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d5929af8"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.50 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.50 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.50 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-gebouw\">",
            "message": "Text contrast of 4.50 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-streetnr\">",
            "message": "Text contrast of 4.50 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 4.50 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 4.50 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.50 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.50 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.50 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.50 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.50 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 4.50 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"txt-open-from\">",
            "message": "Text contrast of 4.50 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-from hour\">",
            "message": "Text contrast of 4.50 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-time-divider\">",
            "message": "Text contrast of 4.50 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-to hour\">",
            "message": "Text contrast of 4.50 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/td\" class=\"btn-link\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "79599796a43e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d6c0cf06"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.50 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.50 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.50 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-gebouw\">",
            "message": "Text contrast of 4.50 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-streetnr\">",
            "message": "Text contrast of 4.50 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 4.50 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 4.50 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.50 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.50 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.50 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.50 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://eeklo.mijnafspraakmaken.be/Client\" rel=\"noopener noreferrer\" target=\"_blank\" class=\"btn-appointment appointment__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": "cd29fd3ae930",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d28f0da6"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.68 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.50 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 4.50 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"txt-open-from\">",
            "message": "Text contrast of 4.50 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-from hour\">",
            "message": "Text contrast of 4.50 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-time-divider\">",
            "message": "Text contrast of 4.50 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-to hour\">",
            "message": "Text contrast of 4.50 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-from hour\">",
            "message": "Text contrast of 4.50 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-time-divider\">",
            "message": "Text contrast of 4.50 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-to hour\">",
            "message": "Text contrast of 4.50 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/contactburgerzaken\" class=\"btn-link\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7c1ab241cdb0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f3dba8a0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.50 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.50 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.50 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-gebouw\">",
            "message": "Text contrast of 4.50 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-streetnr\">",
            "message": "Text contrast of 4.50 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 4.50 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 4.50 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.50 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.50 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.50 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.50 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.50 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 4.50 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"txt-open-from\">",
            "message": "Text contrast of 4.50 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-from hour\">",
            "message": "Text contrast of 4.50 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-time-divider\">",
            "message": "Text contrast of 4.50 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-to hour\">",
            "message": "Text contrast of 4.50 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/sociaal-huis-contact\" class=\"btn-link\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b0a481c81633",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0df69fe8"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.50 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.50 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.50 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-gebouw\">",
            "message": "Text contrast of 4.50 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-streetnr\">",
            "message": "Text contrast of 4.50 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 4.50 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 4.50 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.50 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.50 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.50 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.50 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.50 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 4.50 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"txt-open-from\">",
            "message": "Text contrast of 4.50 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-from hour\">",
            "message": "Text contrast of 4.50 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-time-divider\">",
            "message": "Text contrast of 4.50 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-to hour\">",
            "message": "Text contrast of 4.50 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 3.50 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": "05efa7780729",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7acebded"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/ldc-zonneheem\" class=\"btn-link\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "36549ac604f7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b1ad9f85"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.50 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.50 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.50 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-gebouw\">",
            "message": "Text contrast of 4.50 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-streetnr\">",
            "message": "Text contrast of 4.50 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 4.50 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 4.50 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.50 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.50 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.50 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.50 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.50 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.50 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.50 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 4.50 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"txt-open-from\">",
            "message": "Text contrast of 4.50 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-from hour\">",
            "message": "Text contrast of 4.50 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-time-divider\">",
            "message": "Text contrast of 4.50 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-to hour\">",
            "message": "Text contrast of 4.50 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-from hour\">",
            "message": "Text contrast of 4.50 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-time-divider\">",
            "message": "Text contrast of 4.50 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-to hour\">",
            "message": "Text contrast of 4.50 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 3.50 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=\"mailto:sport@eeklo.be\">",
            "message": "Text contrast of 4.50 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": "04dd365983a5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-91ed755f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/sportdienst\" class=\"btn-link\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a19705c49f3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-61c70c2f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.50 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": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nieuwsbrieven\" class=\"btn-primary btn-newsletter\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "688b4a9ab494",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f708d746"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.68 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "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": "28ec39c0e811",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0a8ac034"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"btn-totop\" data-tooltip=\"Naar top\" data-scrollto=\"totop\" href=\"#skip-content\" rel=\"nofollow\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "60296a16d889",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e8334d61"
          },
          {
            "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": "a7a7ba9d2e7b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-431daa94"
          }
        ],
        "outcomeCount": 4423,
        "uniqueFailedCount": 67,
        "duplicateFailedCount": 124,
        "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": 124
    },
    {
      "submittedUrl": "https://www.erpe-mere.be/",
      "finalUrl": "https://www.erpe-mere.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Startpagina - Erpe-Mere",
      "elapsedMs": 15078,
      "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": 528,
          "failed": 9,
          "cantTell": 4,
          "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-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 1.77 (foreground color: #ffffff, background color: #a2d074, 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": "bd172e7de7d4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-68a409f3"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"plan-je-bezoek\"] > .spotlight__title > span",
            "html": "<span>Kom langs</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.77 (foreground color: #ffffff, background color: #a2d074, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "article[data-id=\"2\"] > .partial__item-container.link-hover"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fcc70ae7cb68",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d4d992fa"
          },
          {
            "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 > 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 1.77 (foreground color: #ffffff, background color: #a2d074, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".spotlight__item.partial__item[data-id=\"3\"] > .partial__item-container.link-hover"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f246cfa143a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-93732bcb"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"meldingen\"] > .spotlight__title > 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 1.77 (foreground color: #ffffff, background color: #a2d074, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".spotlight__item.partial__item[data-id=\"4\"] > .partial__item-container.link-hover"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "64bae67ee9d9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d83c4d6a"
          },
          {
            "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": "6656f60110f3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "9d255abe1868",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "e0aada7c9845",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "8b35d07638b9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b6704e35"
          },
          {
            "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": "f29234058517",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7ffbdd26"
          }
        ],
        "outcomeCount": 583,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 9
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1764,
          "failed": 29,
          "cantTell": 20,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_form_label_unique",
          "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": "948235028f55",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "278d8e508b04",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "e6173fe38b34",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ced717ec"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.23 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": "5aabe9808832",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "1272b47d98b6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "4b1d19442e1b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "83d5d46be10e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "798dd04038e3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c78f1f5a"
          },
          {
            "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": "57a1349d9dbf",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "39c0ced3c311",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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=\"Zoeken\" 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": "47641314b32b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b2bae64e"
          },
          {
            "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": "2fa9e5f3faa5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9eb048d0"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"spotlight__title\">",
            "message": "Confirm this text 'Kom langs' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "af3a9ff9747a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d2cf49c1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.78 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__title\">",
            "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_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.78 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__title\">",
            "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>",
            "message": "Text contrast of 1.78 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": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/nieuws/oproep-doe-mee-aan-open-monumentendag-2026\" class=\"partial__link tiles__link\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "48e403d82adb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-66b2c0bf"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"partial__content tiles__content\">",
            "message": "Confirm this text 'Oproep: doe mee aan Open Monumentendag 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3d5e612e315c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-00d8276a"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title tiles__title\">",
            "message": "Confirm this text 'Oproep: doe mee aan Open Monumentendag 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "28b02be1e502",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-730667c4"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/nieuws/agenda-raden\" class=\"partial__link tiles__link\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "66aaf048b6eb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e0a88d03"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"partial__content tiles__content\">",
            "message": "Confirm this text 'Gemeenteraad en OCMW-raad 28 april 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 aria-hidden=\"true\" class=\"partial__title tiles__title\">",
            "message": "Confirm this text 'Gemeenteraad en OCMW-raad 28 april 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-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": "186f7e8083fc",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a5a0b997"
          },
          {
            "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": "f6a44bdb241f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6ae434b3"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.78 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": "<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": "1249cf94dc1e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "23d1e468e1f1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-431daa94"
          }
        ],
        "outcomeCount": 1802,
        "uniqueFailedCount": 21,
        "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.evergem.be/",
      "finalUrl": "https://www.evergem.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Startpagina - Gemeente Evergem",
      "elapsedMs": 17426,
      "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": 3,
          "cantTell": 10,
          "inapplicable": 43
        },
        "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",
          "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": "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=\"Ik zoek\" autocomplete=\"off\" placeholder=\"Ik zoek\" data-placeholder=\"Ik zoek\" 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": "76ba0d7b3eaa",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "57f62edaefa2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "ec77f65c5a16",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-34285466"
          }
        ],
        "outcomeCount": 669,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 3
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1843,
          "failed": 28,
          "cantTell": 16,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_attribute_valid",
          "aria_content_in_landmark",
          "aria_form_label_unique",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "img_alt_redundant",
          "input_label_exists",
          "input_label_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta 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": "628aa1a3d275",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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=18032024133556\" id=\"skin-stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3bd40131568b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1f755a8d"
          },
          {
            "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=18032024133556\" 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": "a503eab125e1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0906be15"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<link color=\"#54B948\" 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": "4c338e151e34",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-694c5cc7"
          },
          {
            "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": "a7ff60892e1d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a6b3a39c"
          },
          {
            "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": "6dbc5cefa718",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-05580dbf"
          },
          {
            "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": "a7f73809321c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-442d0fa4"
          },
          {
            "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": "0f0ba212188d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "d9cd1d687d48",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2749edf3"
          },
          {
            "rule": "img_alt_redundant",
            "xpath": null,
            "html": "<img class=\"logo-img\" title=\"Gemeente Evergem\" alt=\"Gemeente Evergem\" onerror=\"this.onerror = null; this.src = '/images/skin/logo-small.svg'\" src=\"/images/skin/logo-small.svg\">",
            "message": "Link text is repeated in an image 'alt' value within the same link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "51f8d3665e7b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-40d96574"
          },
          {
            "rule": "input_label_exists",
            "xpath": null,
            "html": "<button aria-expanded=\"false\" type=\"button\" class=\"navbar-toggle btn-menu\" data-dismiss=\"modal\" data-toggle=\"offcanvas\">",
            "message": "Form control element <button> has no associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4f3b485848f6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-35e3d71d"
          },
          {
            "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": "b28874a9f70e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "e83392255033",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-da0a63eb"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"spotlight-caption\">",
            "message": "Confirm this text 'Hoe maak je een afspraak?' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a441b89046f5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-01fed043"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"spotlight-caption\">",
            "message": "Confirm this text 'Hinder op de weg' 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 'Nieuws via WhatsApp' 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 'Kalender' 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 vragen of 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 'Openingsuren diensten' 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 'Bedrijven- en verenigingengids' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<div class=\"entry-date\" aria-label=\"dinsdag 5 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": "1cc1be742380",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-90fcc88b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"day\">",
            "message": "Text contrast of 4.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": "1c032dda208e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ecfe7a85"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"month\">",
            "message": "Text contrast of 4.08 with its background is less than the WCAG AA minimum requirements for text of size 10px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9cb0ab0192b3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d3810c24"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<div class=\"entry-date\" aria-label=\"dinsdag 5 mei 2026\">",
            "message": "The ARIA attributes \"aria-label\" are not valid for the element <div> with implicit ARIA role \"generic\"",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"day\">",
            "message": "Text contrast of 4.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 class=\"month\">",
            "message": "Text contrast of 4.08 with its background is less than the WCAG AA minimum requirements for text of size 10px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "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": "2788c7716946",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b240601c"
          }
        ],
        "outcomeCount": 1878,
        "uniqueFailedCount": 18,
        "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.gavere.be/",
      "finalUrl": "https://www.gavere.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Home | Gavere",
      "elapsedMs": 18985,
      "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": 880,
          "failed": 6,
          "cantTell": 34,
          "inapplicable": 41
        },
        "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",
          "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$=\"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": "4bf4e38c1b8c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-97659e8c"
          },
          {
            "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_6fa1ec22-abd1-44ee-94a1-9325c7452b2f > .paddle-component--top-bottom-only-block.paddle-component > .paddle-component--top-section.text.paddle-component > a:nth-child(1)",
            "html": "<a href=\"/vrije-tijd/ester-ier-iet-te-doene/uit-in-gavere\">",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "67a8f66288e8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1d48f68d"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".media-frame > a[href$=\"burger\"]",
            "html": "<a href=\"/burger\">",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "118ee67cab47",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d6f5468d"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".media-frame > a[href$=\"vrijetijd\"]",
            "html": "<a href=\"/vrijetijd\">",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3dd7f26c2f5b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-185270a4"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".media-frame > a[href$=\"bestuur\"]",
            "html": "<a href=\"/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": "6744512a91e8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d67243e1"
          },
          {
            "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": "0027a5c85bc5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c1791208"
          }
        ],
        "outcomeCount": 961,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 6
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2532,
          "failed": 67,
          "cantTell": 55,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_content_in_landmark",
          "aria_id_unique",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "input_checkboxes_grouped",
          "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 href=\"https://use.typekit.net/tia8obs.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": "1bb94f42a607",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5245f102"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_LgZcPYS5nBYogNyxsDH6KbReA7KKaGu2tqjecqq7SjA.css?delta=0&language=nl&theme=ocelot_paddle&include=eJx9Uu2OwyAMeyFaHgkFSNdoQKoQTuue_mj3cbreev-IbaxgDGSB3CWxh2QCKd2xuEV4ooT2MJtwxUjK4iAElkhc7Ps0TsJFsUQTmK-ELuyjOp-43xP7gIcnPDzhrha0UdoCaSTFPCSqarC5t01eEkEJaD-BzoOgwZsmKteXz3M0CVZufYNGKfYNJm4SOLmKQfvGR1pnQfzAR6qBv1BWy2XjTe4pgO2JKMoYYNnFHDCxugVi3JLrC3Z10dEnuK__sD2FoSJImM9FghCDtOxPJRNLHjIUuGAc9r86U86QfZNLT_5MQbm7nLL7449sq8rZVV177JcDuQj1Fry4B-jefvXHun4g910eXfnAblU5kluboM6eQeIvdOp1WT3fzMIpvZqynYetK9U8PsHBQg6a8l4xVLQnuKkcCJLb83C7hf0LjTpj7tq19mpbDxW_ARRJWv0\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a6596784c49",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2106a60a"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_8BLMBRuNfa_w6MYfmHLrH0n3sTaCIo0ARmPl73kdP20.css?delta=1&language=nl&theme=ocelot_paddle&include=eJx9Uu2OwyAMeyFaHgkFSNdoQKoQTuue_mj3cbreev-IbaxgDGSB3CWxh2QCKd2xuEV4ooT2MJtwxUjK4iAElkhc7Ps0TsJFsUQTmK-ELuyjOp-43xP7gIcnPDzhrha0UdoCaSTFPCSqarC5t01eEkEJaD-BzoOgwZsmKteXz3M0CVZufYNGKfYNJm4SOLmKQfvGR1pnQfzAR6qBv1BWy2XjTe4pgO2JKMoYYNnFHDCxugVi3JLrC3Z10dEnuK__sD2FoSJImM9FghCDtOxPJRNLHjIUuGAc9r86U86QfZNLT_5MQbm7nLL7449sq8rZVV177JcDuQj1Fry4B-jefvXHun4g910eXfnAblU5kluboM6eQeIvdOp1WT3fzMIpvZqynYetK9U8PsHBQg6a8l4xVLQnuKkcCJLb83C7hf0LjTpj7tq19mpbDxW_ARRJWv0\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d6a8535ec52",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ae02a7cc"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_ZKcDvJC_dt3hbL7CbBr3dhXEb961DNBVBBnjGz_AulA.css?delta=2&language=nl&theme=ocelot_paddle&include=eJx9Uu2OwyAMeyFaHgkFSNdoQKoQTuue_mj3cbreev-IbaxgDGSB3CWxh2QCKd2xuEV4ooT2MJtwxUjK4iAElkhc7Ps0TsJFsUQTmK-ELuyjOp-43xP7gIcnPDzhrha0UdoCaSTFPCSqarC5t01eEkEJaD-BzoOgwZsmKteXz3M0CVZufYNGKfYNJm4SOLmKQfvGR1pnQfzAR6qBv1BWy2XjTe4pgO2JKMoYYNnFHDCxugVi3JLrC3Z10dEnuK__sD2FoSJImM9FghCDtOxPJRNLHjIUuGAc9r86U86QfZNLT_5MQbm7nLL7449sq8rZVV177JcDuQj1Fry4B-jefvXHun4g910eXfnAblU5kluboM6eQeIvdOp1WT3fzMIpvZqynYetK9U8PsHBQg6a8l4xVLQnuKkcCJLb83C7hf0LjTpj7tq19mpbDxW_ARRJWv0\" media=\"print\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c4276241ceed",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-53709117"
          },
          {
            "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": "0b983ca47392",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "fbd0b18b5925",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "bdd685ac59d3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-780e76ef"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"paddle-component paddle-component--top-section text\">",
            "message": "Confirm this text 'Ga direct naar' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "59c0e4613ebc",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-21e33d57"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"(opens in a new window)\" rel=\"noopener nofollow\" target=\"_blank\" href=\"https://gavere.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": "c16b116a1216",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-93b94de5"
          },
          {
            "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://gavere.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": "9f65a77b5a95",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a400fee1"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"(opens in a new window)\" rel=\"noopener nofollow\" target=\"_blank\" href=\"https://agenda.appoint.be/e/aHN0UVJrME14VXYwazJMUTNoUDVWeUNYL2NJZ2k5bkRSNEhaa2dkTDVXZUVzSlJxeEg1VEI1dEplaFpuZ1pWd2w0cjZ3bDZ2WkVqdEg5ck5uK2szbHlVbk9yNnNlSW9j\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "959e521eb56f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-fcaea1fb"
          },
          {
            "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://agenda.appoint.be/e/aHN0UVJrME14VXYwazJMUTNoUDVWeUNYL2NJZ2k5bkRSNEhaa2dkTDVXZUVzSlJxeEg1VEI1dEplaFpuZ1pWd2w0cjZ3bDZ2WkVqdEg5ck5uK2szbHlVbk9yNnNlSW9j\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cb3c0a0c81d9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e43c97d2"
          },
          {
            "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": "359d4d76afd9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1a3ce135"
          },
          {
            "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": "a3a8878f42d5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ba5ddf06"
          },
          {
            "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": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/vrije-tijd/ester-ier-iet-te-doene/uit-in-gavere\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d52983d7acc",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c02189fb"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/vrije-tijd/ester-ier-iet-te-doene/uit-in-gavere\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "59a3ee9d62f3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9a09ea9d"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/vrije-tijd/ester-ier-iet-te-doene/uit-in-gavere\">",
            "message": "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=\"/burger\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8ec518aaa1aa",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e98f173f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/burger\">",
            "message": "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": "b9e002bf782a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0e99775c"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/vrijetijd\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3969d9fb803c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5f8676cb"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/vrijetijd\">",
            "message": "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": "0430814bd07b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ce1eabe7"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/bestuur\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf4113109ea9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-42764225"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/bestuur\">",
            "message": "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": "a60554d05386",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0cefe3d3"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"paddle-component paddle-component--top-section text\">",
            "message": "Confirm this text 'Nieuws uit Gavere' 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 rel=\"bookmark\" href=\"/gewijzigde-verkeerssituatie-in-de-baaigemstraat-thv-gbs-de-vierklaver-te-baaigem\">",
            "message": "Verify the contrast ratio of the text with shadow meets the WCAG AA minimum requirements for text of size 35px and weight of 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6c24a883d07d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ab193d71"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<time datetime=\"2026-04-30T12:00:00Z\">",
            "message": "Text contrast of 2.11 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": "87ab05226ceb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-83818a15"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"/wegenwerken-in-de-kapellestraat-en-tempelstraat\">",
            "message": "Verify the contrast ratio of the text with shadow meets the WCAG AA minimum requirements for text of size 35px and weight of 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0ae26f90547f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-07d57c85"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<time datetime=\"2026-04-28T12:00:00Z\">",
            "message": "Text contrast of 2.11 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": "058d321091a2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6b84fd1f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"/herstellingswerken-op-de-markt\">",
            "message": "Verify the contrast ratio of the text with shadow meets the WCAG AA minimum requirements for text of size 35px and weight of 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "60e730a4793a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9c2a2d8b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<time datetime=\"2026-04-27T12:00:00Z\">",
            "message": "Text contrast of 2.11 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": "982a0978b6fe",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-23066ad9"
          },
          {
            "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": "072b595d3233",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-75bf150d"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"item\">",
            "message": "Confirm this text 'Activiteiten' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eab30d64aaab",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-944a2333"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"paddle-component paddle-component--top-section text\">",
            "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": "element_tabbable_visible",
            "xpath": null,
            "html": "<a data-click-tracking-label=\"image\" data-click-tracking-action=\"push\" data-click-tracking-category=\"detail\" href=\"/uit-in-gavere?cdbid=39277507-3024-4835-9f26-79dc9fd1c444&utm_source=www.gavere.be&utm_medium=referral&utm_campaign=widgets\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d9d6b6cde31b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-bea87250"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"list-item-aside\">",
            "message": "Confirm this text 'Wanneer' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6e3cdfea0ccf",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2a498a3c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<em class=\"cnw_searchresult-detail-label\">",
            "message": "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": "fa5f1fb78001",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6899afc5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"list-item-content\">",
            "message": "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": "8a6be6fdbd4f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2c726d42"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a data-click-tracking-label=\"image\" data-click-tracking-action=\"push\" data-click-tracking-category=\"detail\" href=\"/uit-in-gavere?cdbid=8fc7185e-68b7-4084-b145-e1ce7d691222&utm_source=www.gavere.be&utm_medium=referral&utm_campaign=widgets\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fbd75d5295b2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-596448fb"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"list-item-aside\">",
            "message": "Confirm this text 'Wanneer' 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": "<em class=\"cnw_searchresult-detail-label\">",
            "message": "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": "<div class=\"list-item-content\">",
            "message": "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-click-tracking-label=\"image\" data-click-tracking-action=\"push\" data-click-tracking-category=\"detail\" href=\"/uit-in-gavere?cdbid=3dc97878-302e-459d-93fc-b7cea58929ec&utm_source=www.gavere.be&utm_medium=referral&utm_campaign=widgets\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8a27a21c61f7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c4c9de7e"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"list-item-aside\">",
            "message": "Confirm this text 'Wanneer' 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": "<em class=\"cnw_searchresult-detail-label\">",
            "message": "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": "<div class=\"list-item-content\">",
            "message": "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-click-tracking-label=\"image\" data-click-tracking-action=\"push\" data-click-tracking-category=\"detail\" href=\"/uit-in-gavere?cdbid=e4b39b63-e85d-4b62-aff0-6b5385a9e358&utm_source=www.gavere.be&utm_medium=referral&utm_campaign=widgets\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ebb68d843335",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8db00b14"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"list-item-aside\">",
            "message": "Confirm this text 'Wanneer' 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": "<em class=\"cnw_searchresult-detail-label\">",
            "message": "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": "<div class=\"list-item-content\">",
            "message": "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-click-tracking-label=\"image\" data-click-tracking-action=\"push\" data-click-tracking-category=\"detail\" href=\"/uit-in-gavere?cdbid=b8d03908-cbc3-4861-ac61-ac2c751ad169&utm_source=www.gavere.be&utm_medium=referral&utm_campaign=widgets\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bcbdd9bd1947",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-fc69333f"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"list-item-aside\">",
            "message": "Confirm this text 'Wanneer' 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": "<em class=\"cnw_searchresult-detail-label\">",
            "message": "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": "<div class=\"list-item-content\">",
            "message": "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-click-tracking-label=\"image\" data-click-tracking-action=\"push\" data-click-tracking-category=\"detail\" href=\"/uit-in-gavere?cdbid=0dd33b4a-a126-4767-bd5b-a3ed349fae0e&utm_source=www.gavere.be&utm_medium=referral&utm_campaign=widgets\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e4ad9ea720f1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-460d2756"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"list-item-aside\">",
            "message": "Confirm this text 'Wanneer' 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": "<em class=\"cnw_searchresult-detail-label\">",
            "message": "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": "<div class=\"list-item-content\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/node/571\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "50318d5cc984",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a17c3b42"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<div style=\"bottom: -3.18457px;\" 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": "5bac920aa6cd",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-94b07e9e"
          },
          {
            "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": "b482ac879143",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "12cbcf2a045c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-853f20b8"
          },
          {
            "rule": "input_checkboxes_grouped",
            "xpath": null,
            "html": "<input tabindex=\"0\" disabled=\"\" checked=\"\" class=\"form-check-input\" value=\"functioneel\" id=\"cookie-category-functioneel\" name=\"cookie-categories\" type=\"checkbox\">",
            "message": "Checkbox input and others with the name \"cookie-categories\" are not grouped together",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc97ef6f37ef",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-77abc05f"
          },
          {
            "rule": "input_checkboxes_grouped",
            "xpath": null,
            "html": "<input tabindex=\"0\" class=\"form-check-input\" value=\"analytics\" id=\"cookie-category-analytics\" name=\"cookie-categories\" type=\"checkbox\">",
            "message": "Checkbox input and others with the name \"cookie-categories\" are not grouped together",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c242fae3714c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-939829dd"
          },
          {
            "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": "f4c649df2d6c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "e114325e5c76",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "645e964178bd",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-062b8071"
          }
        ],
        "outcomeCount": 2599,
        "uniqueFailedCount": 48,
        "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://stad.gent/nl",
      "finalUrl": "https://stad.gent/nl",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Welkom bij de Stad Gent | Stad Gent",
      "elapsedMs": 15883,
      "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": 244,
          "failed": 2,
          "cantTell": 12,
          "inapplicable": 56
        },
        "failedRules": [
          "aria-dialog-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",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "landmark-one-main",
          "link-in-text-block",
          "link-name",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "aria-dialog-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-dialog-name?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#SG-CookieConsent",
            "html": "<div id=\"SG-CookieConsent\" class=\"SG-CookieConsent--modal SG-CookieConsent--cookie-consent visible\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"default-name_id-title\" tabindex=\"-1\" lang=\"nl\" dir=\"ltr\" name=\"SG-CookieConsent\" style=\"display: block;\" aria-hidden=\"false\">",
            "message": "ARIA dialog and alertdialog nodes should have an accessible name",
            "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": "7818a1399b60",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ce98f36a"
          },
          {
            "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": "5d4554a402b6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c1791208"
          }
        ],
        "outcomeCount": 314,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 2
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2811,
          "failed": 117,
          "cantTell": 33,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_hidden_nontabbable",
          "aria_id_unique",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "heading_content_exists",
          "input_label_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "svg_graphics_labelled",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf56c8a07b3b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style media=\"all\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b82c13ba3ef1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4fb68144"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link color=\"#009de0\" href=\"/themes/contrib/gent_base/build/styleguide/img/favicon/build/cyan/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": "6693c9686f7e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-be4b3983"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<link color=\"#009de0\" href=\"/themes/contrib/gent_base/build/styleguide/img/favicon/build/cyan/safari-pinned-tab.svg\" rel=\"mask-icon\">",
            "message": "The HTML attribute(s) \"color\" is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "db56cb952021",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-40ca83ef"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a aria-hidden=\"true\" class=\"skiplink\" href=\"#main-content\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "20142302e7f2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-226eb5e2"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a aria-hidden=\"true\" class=\"skiplink\" href=\"#main-content\">",
            "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": "e906ee1ac7ec",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d89004d3"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a aria-hidden=\"true\" class=\"skiplink\" href=\"#main-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b383c55e90c3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-855a5a87"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a class=\"site-logo\" rel=\"home\" title=\"Home\" href=\"/nl\">",
            "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": "67a4b17ff068",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d056100d"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"site-logo\" rel=\"home\" title=\"Home\" href=\"/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": "8e66463a515e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d53de608"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<input autocomplete=\"off\" data-once=\"autocomplete search-api-autocomplete\" required=\"required\" maxlength=\"128\" size=\"30\" name=\"search\" id=\"uqrwjb6co3-edit-search--2\" type=\"text\" data-autocomplete-path=\"/nl/search_api_autocomplete/sg_search?display=page_search&&filter=search\" class=\"form-autocomplete form-text required ui-autocomplete-input\" data-search-api-autocomplete-search=\"sg_search\" data-drupal-selector=\"uqrwjb6co3-edit-search-2\" placeholder=\"Zoeken\">",
            "message": "Element \"input\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "658e12118470",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3731de4b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input autocomplete=\"off\" data-once=\"autocomplete search-api-autocomplete\" required=\"required\" maxlength=\"128\" size=\"30\" name=\"search\" id=\"uqrwjb6co3-edit-search--2\" type=\"text\" data-autocomplete-path=\"/nl/search_api_autocomplete/sg_search?display=page_search&&filter=search\" class=\"form-autocomplete form-text required ui-autocomplete-input\" data-search-api-autocomplete-search=\"sg_search\" data-drupal-selector=\"uqrwjb6co3-edit-search-2\" placeholder=\"Zoeken\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "10a728a7add7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5edd0fb3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input autocomplete=\"off\" data-once=\"autocomplete search-api-autocomplete\" required=\"required\" maxlength=\"128\" size=\"30\" name=\"search\" id=\"uqrwjb6co3-edit-search--2\" type=\"text\" data-autocomplete-path=\"/nl/search_api_autocomplete/sg_search?display=page_search&&filter=search\" class=\"form-autocomplete form-text required ui-autocomplete-input\" data-search-api-autocomplete-search=\"sg_search\" data-drupal-selector=\"uqrwjb6co3-edit-search-2\" placeholder=\"Zoeken\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d90e00ac6675",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6151e76a"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<input class=\"button js-form-submit form-submit\" value=\"Zoeken\" id=\"edit-submit-sg-search--2\" type=\"submit\" data-drupal-selector=\"edit-submit-sg-search-2\">",
            "message": "Element \"input\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "31f8be3eb8bf",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b7079014"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<input class=\"button js-form-submit form-submit\" value=\"Zoeken\" id=\"edit-submit-sg-search--2\" type=\"submit\" data-drupal-selector=\"edit-submit-sg-search-2\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "080b4e5d92b8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d9b0fa18"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input class=\"button js-form-submit form-submit\" value=\"Zoeken\" id=\"edit-submit-sg-search--2\" type=\"submit\" data-drupal-selector=\"edit-submit-sg-search-2\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c57402fffb0d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-55435225"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input class=\"button js-form-submit form-submit\" value=\"Zoeken\" id=\"edit-submit-sg-search--2\" type=\"submit\" data-drupal-selector=\"edit-submit-sg-search-2\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a43a62108750",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-36e3d0d1"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<button aria-controls=\"sg-menu\" aria-expanded=\"false\" aria-haspopup=\"true\" class=\"sg-menu-toggle js-sg-menu-toggle button button-secondary icon-hamburger icon-left\">",
            "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": "641a5517a8ed",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9bd43d17"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<button aria-controls=\"sg-menu\" aria-expanded=\"false\" aria-haspopup=\"true\" class=\"sg-menu-toggle js-sg-menu-toggle button button-secondary icon-hamburger icon-left\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7b4f9eab7530",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7047cc52"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h1 class=\"visually-hidden\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "13b14f6ab605",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9d7d8f79"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<br>",
            "message": "Confirm this text 'de Stad Gent' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "254a55e6eadf",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-94d3c6bd"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<input autocomplete=\"off\" data-once=\"autocomplete search-api-autocomplete\" maxlength=\"128\" size=\"30\" value=\"\" name=\"search\" id=\"uqrwjb6co3-edit-search\" type=\"text\" data-autocomplete-path=\"/nl/search_api_autocomplete/sg_search?display=page_search&&filter=search\" class=\"form-autocomplete form-text ui-autocomplete-input\" data-search-api-autocomplete-search=\"sg_search\" data-drupal-selector=\"uqrwjb6co3-edit-search\" placeholder=\"Wat zoek je?\">",
            "message": "Element \"input\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "727d33fd3c7f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b622dda9"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input autocomplete=\"off\" data-once=\"autocomplete search-api-autocomplete\" maxlength=\"128\" size=\"30\" value=\"\" name=\"search\" id=\"uqrwjb6co3-edit-search\" type=\"text\" data-autocomplete-path=\"/nl/search_api_autocomplete/sg_search?display=page_search&&filter=search\" class=\"form-autocomplete form-text ui-autocomplete-input\" data-search-api-autocomplete-search=\"sg_search\" data-drupal-selector=\"uqrwjb6co3-edit-search\" placeholder=\"Wat zoek je?\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1906ab6428e5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9096d520"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input autocomplete=\"off\" data-once=\"autocomplete search-api-autocomplete\" maxlength=\"128\" size=\"30\" value=\"\" name=\"search\" id=\"uqrwjb6co3-edit-search\" type=\"text\" data-autocomplete-path=\"/nl/search_api_autocomplete/sg_search?display=page_search&&filter=search\" class=\"form-autocomplete form-text ui-autocomplete-input\" data-search-api-autocomplete-search=\"sg_search\" data-drupal-selector=\"uqrwjb6co3-edit-search\" placeholder=\"Wat zoek je?\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "51b537a19ae2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e8bba309"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<input class=\"button js-form-submit form-submit\" value=\"Zoeken\" id=\"edit-submit-sg-search\" type=\"submit\" data-drupal-selector=\"edit-submit-sg-search\">",
            "message": "Element \"input\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "786fd885a5b5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ccc37a77"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input class=\"button js-form-submit form-submit\" value=\"Zoeken\" id=\"edit-submit-sg-search\" type=\"submit\" data-drupal-selector=\"edit-submit-sg-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": "442e6ae1e030",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-fc8f2e20"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input class=\"button js-form-submit form-submit\" value=\"Zoeken\" id=\"edit-submit-sg-search\" type=\"submit\" data-drupal-selector=\"edit-submit-sg-search\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5caa8427d973",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-58dc0b4d"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input class=\"button js-form-submit form-submit\" value=\"Zoeken\" id=\"edit-submit-sg-search\" type=\"submit\" data-drupal-selector=\"edit-submit-sg-search\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8798cc3c425a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8635b46f"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a class=\"read-more standalone-link\" href=\"https://afspraken.gent.be\">",
            "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": "270b8850f978",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-fe6a3bed"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"read-more standalone-link\" href=\"https://afspraken.gent.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": "da81dd836185",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-495f4129"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a class=\"teaser-overlay-link\" href=\"https://afspraken.gent.be\">",
            "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": "cb0cb23a0ebb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-39384742"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"teaser-overlay-link\" href=\"https://afspraken.gent.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": "a285f0a332bb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-965903f7"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a class=\"read-more standalone-link\" href=\"/nl/node/25399\">",
            "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": "61d86fd4c33d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f4537a7e"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"read-more standalone-link\" href=\"/nl/node/25399\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fb6047ced0a3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0c7126cd"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a class=\"teaser-overlay-link\" href=\"/nl/node/25399\">",
            "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": "2b2d4df2dd3e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c60f9238"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"teaser-overlay-link\" href=\"/nl/node/25399\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c6de8e8ff6e5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-76d7606a"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a class=\"read-more standalone-link\" href=\"/nl/contact-meldpunten\">",
            "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": "0da15aa3381c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8330177a"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a class=\"teaser-overlay-link\" href=\"/nl/contact-meldpunten\">",
            "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": "6c9833a2d3da",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8d815cfe"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a class=\"read-more standalone-link\" href=\"/nl/contact-meldpunten/meldpunten\">",
            "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": "08b41030fc3b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-be2ef984"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a class=\"teaser-overlay-link\" href=\"/nl/contact-meldpunten/meldpunten\">",
            "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": "eed968fe0efc",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d38434ba"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a class=\"tag\" href=\"/nl/burgerzaken/verhuizen-en-adres/adreswijziging-naar-binnen-gent\">",
            "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": "237608aaf8a2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2e62b7ea"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a class=\"tag\" href=\"/nl/mobiliteit-openbare-werken/mobiliteit-openbare-werken/parkings-gent\">",
            "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": "0ca2004a889c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-24a599d5"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a class=\"tag\" href=\"/nl/burgerzaken/rijbewijzen/rijbewijs-aanvragen-en-afhalen\">",
            "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": "216a17369b9a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b4ae44ea"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a class=\"tag\" href=\"/nl/mobiliteit-openbare-werken/lage-emissiezone\">",
            "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": "a75953b070d1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8b172d31"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a class=\"tag\" href=\"/nl/kinderopvang-onderwijs/kinderopvang\">",
            "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": "c5732a949408",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3ff0c26b"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a class=\"tag\" href=\"https://jobs.gent.be\">",
            "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": "4bacd6e6ee57",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8624a3b1"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a class=\"tag\" href=\"/nl/burgerzaken/geboorte-adoptie-en-erkenning/geboorteakte-aanvragen\">",
            "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": "41b8c1f2f43d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f0aba874"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h3 class=\"bg-none h4\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1819d0e2fc07",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ee78469e"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a data-once=\"product-click\" hreflang=\"nl\" class=\"standalone-link read-more\" title=\"Burgerzaken\" href=\"/nl/burgerzaken\">",
            "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": "f915f0dbb63d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8953809b"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h3 class=\"bg-none h4\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a data-once=\"product-click\" hreflang=\"nl\" class=\"standalone-link read-more\" title=\"Cultuur & vrije tijd\" href=\"/nl/cultuur-vrije-tijd\">",
            "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": "ae2375e5ccba",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b6871d9d"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h3 class=\"bg-none h4\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a data-once=\"product-click\" hreflang=\"nl\" class=\"standalone-link read-more\" title=\"Sport\" href=\"/nl/sport\">",
            "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": "e48e64df3f92",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a3954a0e"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h3 class=\"bg-none h4\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a data-once=\"product-click\" hreflang=\"nl\" class=\"standalone-link read-more\" title=\"Mobiliteit & openbare werken\" href=\"/nl/mobiliteit-openbare-werken\">",
            "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": "232af58ae25d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e6a3d6aa"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h3 class=\"bg-none h4\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a data-once=\"product-click\" hreflang=\"nl\" class=\"standalone-link read-more\" title=\"Kinderopvang & onderwijs\" href=\"/nl/kinderopvang-onderwijs\">",
            "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": "6268301661e9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b6c495c5"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h3 class=\"bg-none h4\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a data-once=\"product-click\" hreflang=\"nl\" class=\"standalone-link read-more\" title=\"Werken & ondernemen\" href=\"/nl/werken-ondernemen\">",
            "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": "8dee29a97393",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-31d34349"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h3 class=\"bg-none h4\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a data-once=\"product-click\" hreflang=\"nl\" class=\"standalone-link read-more\" title=\"Groen & milieu\" href=\"/nl/groen-milieu\">",
            "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": "7bb5d8f9b4dd",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8230c5fe"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h3 class=\"bg-none h4\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a data-once=\"product-click\" hreflang=\"nl\" class=\"standalone-link read-more\" title=\"Wonen & bouwen\" href=\"/nl/wonen-bouwen\">",
            "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": "ee057a7bc648",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-035a4a10"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h3 class=\"bg-none h4\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a data-once=\"product-click\" hreflang=\"nl\" class=\"standalone-link read-more\" title=\"Samenleven, welzijn & gezondheid \" href=\"/nl/samenleven-welzijn-gezondheid\">",
            "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": "e970cd4b8369",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c2644b16"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h3 class=\"bg-none h4\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a data-once=\"product-click\" hreflang=\"nl\" class=\"standalone-link read-more\" title=\"Over Gent & stadsbestuur\" href=\"/nl/over-gent-stadsbestuur\">",
            "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": "14fd931aa745",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4d469e49"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0eb9a690a06e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d8cc0148"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h3 class=\"bg-none h4\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a hreflang=\"nl\" class=\"standalone-link read-more\" title=\"GF26: Optredens en vinylsessies palmen vier dagen Oude Beestenmarkt in\" href=\"/nl/cultuur-vrije-tijd/nieuws-evenementen/gf26-optredens-en-vinylsessies-palmen-vier-dagen-oude-beestenmarkt\">",
            "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": "e6b20be6ae9f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-dd981cda"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h3 class=\"bg-none h4\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a data-once=\"product-click\" hreflang=\"nl\" class=\"standalone-link read-more\" title=\"Naam gezocht voor nieuwe brug over Ringvaart\" href=\"/nl/mobiliteit-openbare-werken/nieuws-evenementen/naam-gezocht-voor-nieuwe-brug-over-ringvaart\">",
            "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": "41e7745cfbdf",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2f5c695f"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h3 class=\"bg-none h4\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a data-once=\"product-click\" hreflang=\"nl\" class=\"standalone-link read-more\" title=\"Nieuwe affiches vatten ziel van Gentse Feesten: spontane ontmoetingen\" href=\"/nl/cultuur-vrije-tijd/nieuws-evenementen/nieuwe-affiches-vatten-ziel-van-gentse-feesten-spontane-ontmoetingen\">",
            "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": "234d973fb72d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9878b5e0"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h3 class=\"bg-none h4\">",
            "message": "Heading element has no descriptive content",
            "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: 'Welkom thuis, chrononauten'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2bb961be87ae",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a7bb455f"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a data-once=\"product-click\" hreflang=\"nl\" class=\"standalone-link read-more\" title=\"'Welkom thuis, chrononauten' van Dirk Weber wint 28ste Kleine Cervantes\" href=\"/nl/cultuur-vrije-tijd/nieuws-evenementen/welkom-thuis-chrononauten-van-dirk-weber-wint-28ste-kleine-cervantes\">",
            "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": "e22c79a4c1c6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3a383fd5"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<span class=\"visually-hidden\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: 'Welkom thuis, chrononauten'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4120752db0ad",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-35573d13"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<a aria-hidden=\"true\" tabindex=\"-1\" class=\"teaser-overlay-link\" href=\"/nl/cultuur-vrije-tijd/nieuws-evenementen/welkom-thuis-chrononauten-van-dirk-weber-wint-28ste-kleine-cervantes\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: 'Welkom thuis, chrononauten'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b6c308bdd612",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-edbc57c8"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h3 class=\"bg-none h4\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a data-once=\"product-click\" hreflang=\"nl\" class=\"standalone-link read-more\" title=\"Huis van Alijn zet 100 jaar collectie in de kijker met 10 bijzondere objecten\" href=\"/nl/cultuur-vrije-tijd/nieuws-evenementen/huis-van-alijn-zet-100-jaar-collectie-de-kijker-met-10-bijzondere-objecten\">",
            "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": "9e8b8c53186f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e5cdd13a"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a class=\"standalone-link read-more\" href=\"/nl/nieuws-evenementen\">",
            "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": "b833e37e13d1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-667a201f"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2 class=\"h3\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ba5aa01618d1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d5aaedd2"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<input required=\"required\" class=\"form-email required\" maxlength=\"254\" size=\"60\" value=\"\" name=\"email_address\" id=\"ehunicjolg-edit-email-address\" type=\"email\" data-drupal-selector=\"ehunicjolg-edit-email-address\">",
            "message": "Element \"input\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b09c61fa943",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2ed552b1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input required=\"required\" class=\"form-email required\" maxlength=\"254\" size=\"60\" value=\"\" name=\"email_address\" id=\"ehunicjolg-edit-email-address\" type=\"email\" data-drupal-selector=\"ehunicjolg-edit-email-address\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9e238d1a0020",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ad1d0047"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<input data-once=\"drupal-ajax\" value=\"Inschrijven\" name=\"op\" id=\"ehunicjolg-edit-submit\" type=\"submit\" data-disable-refocus=\"true\" data-drupal-selector=\"ehunicjolg-edit-submit\" class=\"button-secondary button js-form-submit form-submit\">",
            "message": "Element \"input\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ebfb2fef30bf",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-35a6bcdf"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input data-once=\"drupal-ajax\" value=\"Inschrijven\" name=\"op\" id=\"ehunicjolg-edit-submit\" type=\"submit\" data-disable-refocus=\"true\" data-drupal-selector=\"ehunicjolg-edit-submit\" class=\"button-secondary button js-form-submit form-submit\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1aaec4a45ac1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b1391833"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a title=\"Privacyverklaring met betrekking tot nieuwsbrief abonnementen\" data-entity-substitution=\"canonical\" data-entity-uuid=\"cbe4c271-09c0-4f6a-9e75-5c010016ce71\" data-entity-type=\"node\" href=\"/nl/over-gent-stadsbestuur/juridische-info/privacyverklaring-met-betrekking-tot-nieuwsbrief-abonnementen\">",
            "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": "4d5f7c4438ed",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-127af64e"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a class=\"standalone-link\" href=\"https://uitin.gent.be/\">",
            "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": "4adba5d88310",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2babe025"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a class=\"standalone-link\" href=\"https://visit.gent.be/nl\">",
            "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": "fe3dd8c98787",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b77a2dda"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a title=\"Gentinfo tel link\" href=\"tel:003292101010\" class=\"no-icon\">",
            "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": "82a7a2ca85e2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e4b49818"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a title=\"Gentinfo mail link\" href=\"mailto:gentinfo@stad.gent\" class=\"no-icon\">",
            "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": "8ae7393d6b65",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-54ddf30d"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"https://stad.gent/contact?ref=https%3A//stad.gent/nl/welkom-bij-de-stad-gent\" class=\"no-icon\">",
            "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": "9ce770e3ee08",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0ecd66e5"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<button class=\"button button-secondary gentinfo-chat-button icon-chat-round icon-left olark-toggle\" type=\"button\">",
            "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": "a0ec8dcb7c68",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e4075808"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"https://jobs.stad.gent\">",
            "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": "7396270edbe9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1caa05b2"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"https://stad.gent/nl/stadsplan\">",
            "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": "ab4feedafd30",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9fdf11e5"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"https://persruimte.stad.gent/nl\">",
            "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": "89eecd04e5f2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f9f1dbca"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"https://www.facebook.com/stadsbestuurgent\">",
            "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": "84fd65b063a9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c3f8ca34"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"https://www.instagram.com/stadgent/\">",
            "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": "73d11195511f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a4816f2e"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"https://www.linkedin.com/company/stad-gent\">",
            "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": "3b94fbbe462a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2c4624ca"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"https://www.tiktok.com/@stad_gent\">",
            "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": "441e7340a42c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-afb1f56f"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"https://www.youtube.com/channel/UCmJLf8SFG0D0GTd6LSSTQLw\">",
            "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": "312350d0be31",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ac1ebab5"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"https://www.threads.net/@stadgent\">",
            "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": "6f1ef533337d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4b591758"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"https://stad.gent/nl/node/806256\">",
            "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": "6496f9d50a4f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-70bea958"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"https://stad.gent/nl/node/806253\">",
            "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": "3194239d5bb2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b6a16e49"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"https://stad.gent/nl/responsible-disclosure\">",
            "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": "7b3ff1fecdfd",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e6968c75"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"https://stad.gent/nl/node/806255\">",
            "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": "6981c71b3a6f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1d4414e2"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a class=\"cookiebot-renew\" href=\"/cookiebot-renew\">",
            "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": "7845d0cf3ac7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-179c4173"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<button aria-expanded=\"false\" aria-controls=\"language\" class=\"language-switcher__button icon-globe icon-left button button-secondary\">",
            "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": "6dd67086faf2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ec83c1d9"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<div aria-hidden=\"false\" style=\"display: block;\" name=\"SG-CookieConsent\" dir=\"ltr\" lang=\"nl\" tabindex=\"-1\" aria-labelledby=\"default-name_id-title\" aria-modal=\"true\" role=\"dialog\" class=\"SG-CookieConsent--modal SG-CookieConsent--cookie-consent visible\" id=\"SG-CookieConsent\">",
            "message": "The 'id' \"default-name_id-title\" specified for the ARIA property 'aria-labelledby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf3e2da1315c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d3028531"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg viewBox=\"0 0 82 57\" height=\"57\" width=\"82\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns=\"http://www.w3.org/2000/svg\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "131dd75dfa25",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-fcd58c77"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a style=\"\" href=\"https://stad.gent/nl/cookiebeleid-stad-gent\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4edd840653f3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ce065ce8"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<button class=\"SG-CookieConsent--button SG-CookieConsent--button-secondary\" id=\"SG-CookieConsent--AcceptButton\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2bf51cddf2e3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-aa7fa177"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button class=\"SG-CookieConsent--button SG-CookieConsent--button-secondary\" id=\"SG-CookieConsent--AcceptButton\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ab8bd3168ac",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-63c1eb98"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<button aria-controls=\"SG-CookieConsent--AccordionCookiePreferences\" class=\"SG-CookieConsent--button SG-CookieConsent--button-secondary SG-CookieConsent--accordion--button\" id=\"SG-CookieConsent--TogglePreferencesButton\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f694e13698f4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-db78f9af"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button aria-controls=\"SG-CookieConsent--AccordionCookiePreferences\" class=\"SG-CookieConsent--button SG-CookieConsent--button-secondary SG-CookieConsent--accordion--button\" id=\"SG-CookieConsent--TogglePreferencesButton\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c9118f2b573",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7db80160"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<button class=\"SG-CookieConsent--button SG-CookieConsent--button-secondary\" id=\"SG-CookieConsent--DeclineButton\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "21e28a1f55fd",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9ef0fb38"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button class=\"SG-CookieConsent--button SG-CookieConsent--button-secondary\" id=\"SG-CookieConsent--DeclineButton\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "deb252db213c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a5bba590"
          }
        ],
        "outcomeCount": 2929,
        "uniqueFailedCount": 103,
        "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.geraardsbergen.be/",
      "finalUrl": "https://www.geraardsbergen.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Startpagina - Lokaal Bestuur Geraardsbergen",
      "elapsedMs": 17994,
      "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": 663,
          "failed": 40,
          "cantTell": 3,
          "inapplicable": 39
        },
        "failedRules": [
          "color-contrast",
          "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",
          "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",
          "tabindex"
        ],
        "failures": [
          {
            "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.03 (foreground color: #ffffff, background color: #5bc2e7, 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": "940e22cbc548",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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.03 (foreground color: #ffffff, background color: #5bc2e7, 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": "a3ae950bcb20",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-42678e69"
          },
          {
            "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.03 (foreground color: #ffffff, background color: #5bc2e7, font size: 24.0pt (32px), font weight: normal). Expected contrast ratio of 3:1",
            "relatedPaths": [
              "#btnSearch"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2c93e9b31668",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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-en-leven\"] > span",
            "html": "<span>Wonen &amp; leven</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.87 (foreground color: #009639, background color: #ffffff, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"wonen-en-leven\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "26d3c55f2024",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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$=\"ondernemen-en-werken\"] > span",
            "html": "<span>Ondernemen &amp; werken</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.87 (foreground color: #009639, background color: #ffffff, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"ondernemen-en-werken\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1e3705fd0e89",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3102ec2c"
          },
          {
            "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 3.87 (foreground color: #009639, background color: #ffffff, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"vrije-tijd\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "48355858b101",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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$=\"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 3.87 (foreground color: #009639, background color: #ffffff, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"welzijn\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "01f295095ea7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b5c60a24"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"stad-and-bestuur\"] > span",
            "html": "<span>Stad &amp; 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.87 (foreground color: #009639, background color: #ffffff, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"stad-and-bestuur\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bde8c4f74e19",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d255a5f4"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".nav6 > 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 3.87 (foreground color: #009639, background color: #ffffff, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".nav6 > a[href$=\"bekendmakingen\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d4031819e83d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-580d3a8a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".color1 > .spotlight-caption > .title > span:nth-child(2)",
            "html": "<span>Thuisloket</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.87 (foreground color: #009639, background color: #ffffff, font size: 12.8pt (17px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".color1"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ecf06ffa3840",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-98353388"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".color2 > .spotlight-caption > .title > span:nth-child(2)",
            "html": "<span>Ik 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.87 (foreground color: #009639, background color: #ffffff, font size: 12.8pt (17px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".color2"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d74abc6ea346",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2232b8e4"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".color3 > .spotlight-caption > .title > span:nth-child(2)",
            "html": "<span>Ik heb een melding/klacht</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.87 (foreground color: #009639, background color: #ffffff, font size: 12.8pt (17px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".color3"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3713e286d25f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-45ab12a0"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".color4 > .spotlight-caption > .title > span:nth-child(2)",
            "html": "<span>in Geraardsbergen</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.87 (foreground color: #009639, background color: #ffffff, font size: 12.8pt (17px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".color4"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "03d7a01e4b99",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-cd267210"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".spotlight-wrapper > h2 > span",
            "html": "<span>In de kijker</span>",
            "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: #5bc2e7, background color: #ffffff, font size: 18.0pt (24px), font weight: bold). Expected contrast ratio of 3:1",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1c94c75467ba",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c91d2fc5"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".btn-partial > 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.03 (foreground color: #ffffff, background color: #5bc2e7, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".btn-partial"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "83bfb47aafa8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-eeafcd64"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".streetmap-wrapper > h2 > span",
            "html": "<span>Wegenwerken en 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.03 (foreground color: #5bc2e7, background color: #ffffff, font size: 18.0pt (24px), font weight: bold). Expected contrast ratio of 3:1",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "636df4e91305",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-12a84dcc"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".external.btn-more[target=\"_blank\"]",
            "html": "<a class=\"external btn-more\" href=\"https://app.eaglebe.com/pre/map/geraardsbergen\" target=\"_blank\">Lees meer</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: #5bc2e7, 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": "143730df0406",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1a33e67b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".btn-more[target=\"_blank\"] > 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 2.03 (foreground color: #5bc2e7, 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": "aaaba1167009",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ec4f63fd"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".btn-more[href$=\"eloket\"] > span",
            "html": "<span>Ontdek het thuisloket</span>",
            "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: #5bc2e7, 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": "31f0f3dc8389",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3190f1a0"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".icon-calendar-check[href$=\"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 3.61 (foreground color: #009639, background color: #edfbe9, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".icon-calendar-check[href$=\"contact\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7a87d9303c28",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-36dacb7c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".icon-mail-envelope > 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 3.61 (foreground color: #009639, background color: #edfbe9, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".icon-mail-envelope"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "18f9c396f728",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-13b1aa3a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".icon-exclamation > span",
            "html": "<span>Be-Alert</span>",
            "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: #009639, background color: #edfbe9, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".icon-exclamation"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7269872de263",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2fe64107"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".icon-newspaper > span",
            "html": "<span>Infogids</span>",
            "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: #009639, background color: #edfbe9, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".icon-newspaper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6d7410f78362",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-16ddb8e6"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".icon-brand-instagram > span",
            "html": "<span>#instagbergen</span>",
            "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: #009639, background color: #edfbe9, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".icon-brand-instagram"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "03ccf36722fa",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2dc4c57e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".icon-hoplr > span",
            "html": "<span>Hoplr</span>",
            "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: #009639, background color: #edfbe9, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".icon-hoplr"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0681dd08238e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a8008979"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".icon-open-magazine > span",
            "html": "<span>Stadsmagazine</span>",
            "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: #009639, background color: #edfbe9, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".icon-open-magazine"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c6474ff896c4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9f7ceb77"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".icon-group > 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.61 (foreground color: #009639, background color: #edfbe9, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".icon-group"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a40c8bb29738",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-31b956a6"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".icon-brand-rss > span",
            "html": "<span>Gratis wifi</span>",
            "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: #009639, background color: #edfbe9, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".icon-brand-rss"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a4420e316a00",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-228f7a94"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".icon-volume-medium > span",
            "html": "<span>Lokale radio's</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.61 (foreground color: #009639, background color: #edfbe9, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".icon-volume-medium"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "398ac108d887",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-933e6626"
          },
          {
            "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>2026 © Stadsbestuur Geraardsbergen</span>",
            "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: #5bc2e7, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e2f451be272b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-05ed2996"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".kb-title > span",
            "html": "<span>KBO BE 0207.485.374</span>",
            "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: #5bc2e7, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea37a29f0176",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b4cab62f"
          },
          {
            "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.03 (foreground color: #ffffff, background color: #5bc2e7, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f04c6972fdc",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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$=\"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.03 (foreground color: #ffffff, background color: #5bc2e7, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "df608bd58184",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d754f901"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"privacybeleid\"] > span",
            "html": "<span>privacybeleid</span>",
            "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: #5bc2e7, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "59826ac8b4fa",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d893e937"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".list-item:nth-child(4) > 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.03 (foreground color: #ffffff, background color: #5bc2e7, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "28fbb704291e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-aad0d393"
          },
          {
            "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.03 (foreground color: #ffffff, background color: #5bc2e7, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2a380979a832",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d22d053b"
          },
          {
            "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": "ba22376db56f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "77af58fe4803",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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-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": "2d794d67b70d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "cfd5879a5557",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-34285466"
          }
        ],
        "outcomeCount": 745,
        "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": 78,
          "cantTell": 32,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_form_label_unique",
          "aria_keyboard_handler_exists",
          "aria_role_valid",
          "element_attribute_deprecated",
          "element_tabbable_visible",
          "input_label_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "text_block_heading",
          "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": "71f1f224998e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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=14082024085042\" id=\"skin-stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "53f57381aea9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a98dc0ed"
          },
          {
            "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=14082024085042\" 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": "0c43ec938ce7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-32c587f5"
          },
          {
            "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": "145fbf87c976",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "2778aea8d962",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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.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": "f38c7e4097da",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "fead8089ad64",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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.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": "add06edc7064",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-324f90cd"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button title=\"Hoog contrast\" 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": "98648e28beac",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-74e4206d"
          },
          {
            "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": "b30653114016",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "da2ea57ffcf2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5fae9414"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.04 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": "8ab8edda4336",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "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": "21fee87584b4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a0240d2d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.04 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": "7c7f2dc540fc",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "7549ae7e3959",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d5effa17"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<button type=\"button\" class=\"navbar-toggle btn-menu-header\" 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": "f50b291c0d16",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-83dab4a3"
          },
          {
            "rule": "aria_keyboard_handler_exists",
            "xpath": null,
            "html": "<ul role=\"menubar\" id=\"nav\" class=\"nav-main\">",
            "message": "Verify the <ul> element with \"menubar\" role has keyboard access",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f35f30333dff",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-58f345b1"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<li role=\"menuitem\" tabindex=\"0\" aria-haspopup=\"true\" class=\"nav1 dropdown\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "af23057e0bc1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4654eb0c"
          },
          {
            "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": "40b4b87147a5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f465c74d"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/wonen-en-leven\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dc9f9e59563d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-56ac8290"
          },
          {
            "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 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<li role=\"menuitem\" tabindex=\"0\" aria-haspopup=\"true\" class=\"nav2 dropdown\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "33306fe2576f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3776e609"
          },
          {
            "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": "4c0e05165e69",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5f2d2b6a"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/ondernemen-en-werken\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a7152caff1e6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4a2839ad"
          },
          {
            "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 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<li role=\"menuitem\" tabindex=\"0\" aria-haspopup=\"true\" class=\"nav3 dropdown\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f54fbee437cd",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3b3068d0"
          },
          {
            "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": "8257776dd734",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-aaaa16ce"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/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": "8d7ea4ff7ad5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-eee2e27d"
          },
          {
            "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 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<li role=\"menuitem\" tabindex=\"0\" aria-haspopup=\"true\" class=\"nav4 dropdown\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "27537a750a57",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d5e87d1e"
          },
          {
            "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": "af0381106739",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-589443ce"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a 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": "c7e9b7655769",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-33b81ecd"
          },
          {
            "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 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<li role=\"menuitem\" tabindex=\"0\" aria-haspopup=\"true\" class=\"nav5 dropdown\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4e69896b7cf1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0ce96bff"
          },
          {
            "rule": "widget_tabbable_single",
            "xpath": null,
            "html": "<li role=\"menuitem\" tabindex=\"0\" aria-haspopup=\"true\" class=\"nav5 dropdown\">",
            "message": "Component with \"menuitem\" role has more than one tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dab9613f7bfa",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-519b0a99"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/stad-and-bestuur\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d1c262cb5e3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b3a21b46"
          },
          {
            "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 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<li role=\"menuitem\" tabindex=\"0\" aria-haspopup=\"false\" class=\"nav6 \">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "90a9bd7503de",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-06100de6"
          },
          {
            "rule": "widget_tabbable_single",
            "xpath": null,
            "html": "<li role=\"menuitem\" tabindex=\"0\" aria-haspopup=\"false\" class=\"nav6 \">",
            "message": "Component with \"menuitem\" role has more than one tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c39be1f2038",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-15205f45"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/bekendmakingen\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "04a1df14fdfe",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f2f77f12"
          },
          {
            "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 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.04 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_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.04 with its background is less than the WCAG AA minimum requirements for text of size 24px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"spotlight-caption\">",
            "message": "Confirm this text 'spotlight icon Thuisloket' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ab63f5191c65",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-01fed043"
          },
          {
            "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 17px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"spotlight-caption\">",
            "message": "Confirm this text 'spotlight icon Ik maak een afspraak' 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.87 with its background is less than the WCAG AA minimum requirements for text of size 17px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"spotlight-caption\">",
            "message": "Confirm this text 'spotlight icon Ik heb een melding/klacht' 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.87 with its background is less than the WCAG AA minimum requirements for text of size 17px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"spotlight-caption\">",
            "message": "Confirm this text 'spotlight icon in Geraardsbergen' 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.87 with its background is less than the WCAG AA minimum requirements for text of size 17px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.04 with its background is less than the WCAG AA minimum requirements for text of size 24px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.04 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.04 with its background is less than the WCAG AA minimum requirements for text of size 24px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://app.eaglebe.com/pre/map/geraardsbergen\" class=\"external btn-more\">",
            "message": "Text contrast of 2.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": "52058200a43a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ee7770fe"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.04 with its background is less than the WCAG AA minimum requirements for text of size 24px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.04 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.04 with its background is less than the WCAG AA minimum requirements for text of size 24px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.04 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.61 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 3.61 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 3.61 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 3.61 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 3.61 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 3.61 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 3.61 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 3.61 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 3.61 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 3.61 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.04 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.04 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": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.04 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 300",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.04 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 300",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.04 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 300",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.04 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 300",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.04 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 300",
            "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": "c35661078bd0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b240601c"
          }
        ],
        "outcomeCount": 1731,
        "uniqueFailedCount": 38,
        "duplicateFailedCount": 40,
        "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": 40
    },
    {
      "submittedUrl": "https://www.haaltert.be/",
      "finalUrl": "https://www.haaltert.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Startpagina - Website Lokaal Bestuur Haaltert",
      "elapsedMs": 16404,
      "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": 569,
          "failed": 5,
          "cantTell": 17,
          "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.02 (foreground color: #797979, background color: #f6f6f6, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#txtkeyword"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e342a3496bfb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "d3c96c99105b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "2f5068f39f64",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "6f3f2f082d70",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "7d03485f3cc8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-34285466"
          }
        ],
        "outcomeCount": 633,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 5
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1693,
          "failed": 10,
          "cantTell": 6,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_form_label_unique",
          "element_attribute_deprecated",
          "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-haaltert.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": "8f87a466e388",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-802bb62a"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link data-css=\"contrastskin\" data-sw=\"/css/skin-website-contrast.css?v=23042026085403\" href=\"/css/skin-website.css?v=23042026085403\" 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": "07b1d1dc4f22",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-819cde03"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<link color=\"#007a89\" 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": "7ce4fc0aef4a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d7c7d103"
          },
          {
            "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": "e5947c459ebe",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "8395c7553cd0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "78cda9f919c5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "249f1be680a0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "90ed59f4a6a9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2801ebfa"
          },
          {
            "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": "758ad1aec612",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8432b904"
          },
          {
            "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 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b68e83471f54",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ed7d8057"
          }
        ],
        "outcomeCount": 1714,
        "uniqueFailedCount": 10,
        "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.hamme.be/",
      "finalUrl": "https://www.hamme.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Startpagina - Hamme",
      "elapsedMs": 18266,
      "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": 863,
          "failed": 7,
          "cantTell": 43,
          "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-contentblocks > span",
            "html": "<span>Maak kennis met ons vrijetijdsaanbod op beleef.hamme.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.54 (foreground color: #ffffff, background color: #1cb0d8, font size: 18.0pt (24px), font weight: normal). Expected contrast ratio of 3:1",
            "relatedPaths": [
              ".btn-contentblocks"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "96f4f31a8f7d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e2fefba4"
          },
          {
            "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": "cb8fd9a8d6a3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "e50f495281de",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "2cde57ae7aa7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "ba0ac2d209b9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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=\"/fouten-of-onduidelijkheden-website?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": "d569bd3dc366",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0dc9805d"
          },
          {
            "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": "d5a45bc9b50e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7ffbdd26"
          }
        ],
        "outcomeCount": 955,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 7
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2900,
          "failed": 52,
          "cantTell": 72,
          "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_highcontrast_visible",
            "xpath": null,
            "html": "<html style=\"--scrollbar-width: 0px;\" 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": "8d32c6e6cfce",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5e70a2c8"
          },
          {
            "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": "de3741e9dddd",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "268b6fa3054d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "c96f3a5755c3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "540d445c2eb5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "d8fd8291e82f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "c327941e27ad",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c78f1f5a"
          },
          {
            "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": "c8c6be1875ca",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "8ff32cc5e864",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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=\"Zoek op titel, trefwoord, ...\" data-toggle-placeholder=\"1\" autocomplete=\"off\" data-tooltip=\"Zoek op titel, trefwoord, ...\" 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": "ccd2fa1823ad",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-843b774c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"btn-secondary btn-spotlight\" rel=\"noopener\" target=\"_blank\" href=\"https://hamme.mijnafspraakmaken.be\" data-tooltip=\"Afspraak maken\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d766c8901b6d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-79774ee7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"btn-secondary btn-spotlight\" href=\"/eloket/az\" data-tooltip=\"Digitaal loket\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "36ec0a97a30a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a756c234"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"btn-secondary btn-spotlight\" href=\"/meldpunt\" data-tooltip=\"Iets melden\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9574057affe3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ee195564"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"btn-secondary btn-spotlight\" href=\"/contact\" data-tooltip=\"Openingsuren\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4db6e67c6db1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-64afd776"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/openbare-werken\" class=\"fast-to__link btn-default\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a2ee784ee7d4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9c6deac5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/vacatures\" class=\"fast-to__link btn-default\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e58634eb2e93",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-afda422b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/aangifte-adreswijziging\" class=\"fast-to__link btn-default\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "409a500453af",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c01a334e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/op-zoek-naar-opvang\" class=\"fast-to__link btn-default\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b70922e10c9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2e57b39d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/reglementen?category=32&sort=0\" class=\"fast-to__link btn-default\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f5121379d8b9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-95c02afd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a rel=\"noopener\" target=\"_blank\" href=\"https://verko.mijnrecyclagepark.be/reservations/nl_be\" class=\"fast-to__link btn-default\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eeeca6927d84",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9faccbe1"
          },
          {
            "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": "446fb38c4ddc",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f4ab2bc0"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"partial__link\" rel=\"noopener\" target=\"_blank\" href=\"https://www.hamme.be/openbaar-onderzoek-wijziging-rup-theet\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "75ff698d2f62",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e627e50e"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Openbaar Onderzoek - wijziging RUP Theet' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "107135795367",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b48dfa4b"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"partial__link\" href=\"/nieuws/risico-op-natuurbrand\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7c06d01ae549",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c691b816"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Risico op natuurbrand - Code oranje' 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/gezocht-jubilerende-verenigingen\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "af848d705c6b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2eab44a2"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Gezocht: jubilerende 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 class=\"partial__link\" href=\"/nieuws/boa-brainstorm\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e71db0bf679a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b55cac8e"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Brainstormsessie: Maak jouw vereniging BOA-proof' 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.hamme.be/vacatures/detail/44/jobstudenten-zomer-2026\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d2d35ee3d03d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a1f7819c"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Word deze zomer jobstudent bij het lokaal bestuur' 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/inzage-natuurbeheerplan-durmemeersen\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "19bc75582096",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-73ccd76d"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Inzage natuurbeheerplan Durmemeersen' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "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": "80af71154260",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ebc1f963"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input name=\"SelectedItems\" value=\"1\" type=\"checkbox\" id=\"chk1\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ba7df57cc09",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e3d862d4"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input name=\"SelectedItems\" value=\"3\" type=\"checkbox\" id=\"chk3\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc9411e4e37b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c6664c7f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input name=\"SelectedItems\" value=\"2\" type=\"checkbox\" id=\"chk2\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a7340cfafae3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-28edc64a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input name=\"SelectedItems\" value=\"4\" type=\"checkbox\" id=\"chk4\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e542e8cca9a0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-79d7c020"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"form-group\">",
            "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": "18b084d3593c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b8b96bcf"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input type=\"text\" 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": "7f1137cbbf1d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c25717a2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.55 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4237760753c9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a rel=\"noopener\" target=\"_blank\" href=\"https://www.hamme.be/privacy\">",
            "message": "Verify the contrast 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": "cb8b434d90fc",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-778c8451"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://beleef.hamme.be\" rel=\"noopener noreferrer\" target=\"_blank\" class=\"btn-primary btn-contentblocks contentblocks__btn icon-pos-r external has-icon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8e772c130dbf",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-307ff5d9"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 24px and weight of 400",
            "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": "af2e96ea08c3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a86234de"
          },
          {
            "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 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 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 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 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "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": "c49a3378d799",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0a8ac034"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"btn-totop\" data-tooltip=\"Naar top\" data-scrollto=\"totop\" href=\"#skip-content\" rel=\"nofollow\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4a5527e29f40",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e8334d61"
          },
          {
            "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": "14cc9179104b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-431daa94"
          }
        ],
        "outcomeCount": 3002,
        "uniqueFailedCount": 42,
        "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.herzele.be/",
      "finalUrl": "https://www.herzele.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Startpagina - Gemeente Herzele",
      "elapsedMs": 18620,
      "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": 530,
          "failed": 3,
          "cantTell": 40,
          "inapplicable": 41
        },
        "failedRules": [
          "empty-heading",
          "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": "empty-heading",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/empty-heading?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": ".align-bottom > h2",
            "html": "<h2> </h2>",
            "message": "Headings should not be empty",
            "fixSummary": "Fix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "20f456b3fd06",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f854d7ca"
          },
          {
            "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": "1a7b81b67a5a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "38eb4ac9e709",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-34285466"
          }
        ],
        "outcomeCount": 614,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 3
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1706,
          "failed": 31,
          "cantTell": 18,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_accessiblename_exists",
          "aria_content_in_landmark",
          "aria_form_label_unique",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "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": "1bcf209ca462",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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=03072024173026\" id=\"skin-stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d76078399be9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d687f1eb"
          },
          {
            "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=03072024173026\" 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": "2996bcc4c470",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5de8af79"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<link color=\"#ffffff\" 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": "215402c36ed3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8e1fb556"
          },
          {
            "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": "a4f60c63ac83",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a6b3a39c"
          },
          {
            "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": "9b6b9236bed7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a633bf76"
          },
          {
            "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": "30492ec80ed8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "7df1d9e98c70",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "436538f8ead7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "e637256ffd24",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2ee9ef05"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"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": "885210abb591",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c16ca29a"
          },
          {
            "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": "2eb972932de2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "218491929c8f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "dee17e188919",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "493678260f35",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-da0a63eb"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d3095cf3ec6d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "d261e428436b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a37c7d8a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.71 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": "8fbafd02c838",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.71 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.71 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.71 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.71 with its background is less than the WCAG AA minimum requirements for text of size 24px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.71 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.71 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.71 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 #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": 1747,
        "uniqueFailedCount": 18,
        "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.horebeke.be/",
      "finalUrl": "https://www.horebeke.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Gemeente Horebeke",
      "elapsedMs": 8551,
      "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": 281,
          "failed": 17,
          "cantTell": 2,
          "inapplicable": 48
        },
        "failedRules": [
          "button-name",
          "color-contrast",
          "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",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region"
        ],
        "failures": [
          {
            "rule": "button-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/button-name?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": ".searchbtn",
            "html": "<button type=\"submit\" class=\"searchbtn\" name=\"search button\">\n    <i class=\"icon-magnifier\"></i>\n\t</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": "6fbd3c06417c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4f296c35"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#qWidget",
            "html": "<input value=\"\" id=\"qWidget\" name=\"q_widget\" maxlength=\"255\" type=\"text\" class=\"inputText autoSuggest tt-input\" itemprop=\"query-input\" autocomplete=\"off\" spellcheck=\"false\" dir=\"auto\" style=\"position: relative; vertical-align: top; background-color: transparent;\">",
            "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": [
              "#panel"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9427d81fcd2e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e551a8bf"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".gemeentehuis > p:nth-child(3)",
            "html": "<p>\n              055/45 52 35<br>\n              <a href=\"mailto:info@horebeke.be\">info@horebeke.be</a>\n              </p>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3 (foreground color: #ffffff, background color: #c88800, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".gemeentehuis"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9ebb8d6573a9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c4e7cc68"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(3) > a[href$=\"mailto:info@horebeke.be\"]",
            "html": "<a href=\"mailto:info@horebeke.be\">info@horebeke.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 (foreground color: #ffffff, background color: #c88800, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".gemeentehuis"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8969da602033",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-276aee64"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(4) > strong",
            "html": "<strong>Openingsuren</strong>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3 (foreground color: #ffffff, background color: #c88800, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".gemeentehuis"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "58985831ff78",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8a6a46ae"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(5)",
            "html": "<p>\n              Maandag tot vrijdag: <br>\n              09:00 - 12:00<br>\n              Maandagavond: <br>\n              17:00 - 19:30\n              </p>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3 (foreground color: #ffffff, background color: #c88800, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".gemeentehuis"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d03b0bf6817",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9f916ea6"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".large-3.small-6.columns:nth-child(2) > a[href$=\"mailto:info@horebeke.be\"]",
            "html": "<a href=\"mailto:info@horebeke.be\">info@horebeke.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.96 (foreground color: #9f6d00, background color: #f1f0f0, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "530a02fc01e7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0f02b609"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".large-3.small-6.columns:nth-child(4) > a[href$=\"nieuws\"]",
            "html": "<a href=\"/nieuws\">Nieuws</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.96 (foreground color: #9f6d00, background color: #f1f0f0, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "510f09c37ab3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7dbd7ab0"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".large-3.small-6.columns:nth-child(4) > a[href$=\"activiteiten\"]",
            "html": "<a href=\"/activiteiten\">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.96 (foreground color: #9f6d00, background color: #f1f0f0, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d77439d56dfb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c96a99b6"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".large-3.small-6.columns:nth-child(4) > a[href$=\"contact\"]",
            "html": "<a href=\"/contact\">Contact</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.96 (foreground color: #9f6d00, background color: #f1f0f0, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5e5c29db9d0a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-24c09d55"
          },
          {
            "rule": "label",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#qWidget",
            "html": "<input value=\"\" id=\"qWidget\" name=\"q_widget\" maxlength=\"255\" type=\"text\" class=\"inputText autoSuggest tt-input\" itemprop=\"query-input\" autocomplete=\"off\" spellcheck=\"false\" dir=\"auto\" style=\"position: relative; vertical-align: top; background-color: transparent;\">",
            "message": "Form elements must have labels",
            "fixSummary": "Fix any of the following:\n  Element does not have an implicit (wrapped) <label>\n  Element does not have an explicit <label>\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element has no placeholder attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d73c8919fa6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f3331bbe"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".logo[href=\"\"]",
            "html": "<a class=\"logo\" href=\"\"><span class=\"hide\">Gemeente Horebeke</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": "e5df1100c9c8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e7eab8cb"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".logo[href=\"/\"]",
            "html": "<a class=\"logo\" href=\"/\"><span class=\"hide\">Gemeente Horebeke</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": "2ddbb3f90678",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-dbafbe31"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".snelnaarfoto",
            "html": "<div class=\"row snelnaarfoto\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d0df44712e58",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-215cf22b"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".hp",
            "html": "<div class=\"large-3 hp columns\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1c6bbfb705de",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4060fbc1"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".nieuws",
            "html": "<div class=\"large-5 columns nieuws\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "226c19e724ea",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a94ec757"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".activiteiten",
            "html": "<div class=\"large-4 columns activiteiten\">\n            <h2>Activiteiten</h2>\n                                                          </div>",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "52f5eb1283c6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1ec69001"
          }
        ],
        "outcomeCount": 348,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 17
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 835,
          "failed": 43,
          "cantTell": 14,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_content_in_landmark",
          "aria_contentinfo_misuse",
          "aria_role_redundant",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "html_skipnav_exists",
          "input_label_exists",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "html_skipnav_exists",
            "xpath": null,
            "html": "<html class=\"wf-adellesans-n7-active wf-adellesans-n4-active wf-active\" 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": "0e6420604b6d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-bd1db1e7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"A7vZI3v+Gz7JfuRolKNM4Aff6zaGuT7X0mf3wtoZTnKv6497cVMnhy03KDqX7kBz/q/iidW7srW31oQbBt4VhgoAAACUeyJvcmlnaW4iOiJodHRwczovL3d3dy5nb29nbGUuY29tOjQ0MyIsImZlYXR1cmUiOiJEaXNhYmxlVGhpcmRQYXJ0eVN0b3JhZ2VQYXJ0aXRpb25pbmczIiwiZXhwaXJ5IjoxNzU3OTgwODAwLCJpc1N1YmRvbWFpbiI6dHJ1ZSwiaXNUaGlyZFBhcnR5Ijp0cnVlfQ==\" http-equiv=\"origin-trial\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "91877124f4e6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2da480df"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link color=\"#5bbad5\" href=\"/src/Frontend/Themes/triton/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": "70b19151c92b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5920f49d"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<link color=\"#5bbad5\" href=\"/src/Frontend/Themes/triton/safari-pinned-tab.svg\" rel=\"mask-icon\">",
            "message": "The HTML attribute(s) \"color\" is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8758a84f79f9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9e2346de"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link href=\"/src/Frontend/Cache/MinifiedCss/e092a20388e57c99914d3e4d921c51e0.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": "4c9c2e49a248",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a3f3fa16"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"cc-nb-title-container\">",
            "message": "Confirm this text 'Wij gebruiken cookies' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "982169d7330b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-809558a2"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p id=\"cc-nb-title\" class=\"cc-nb-title\">",
            "message": "Confirm this text 'Wij gebruiken cookies' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "89c364c84a06",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f4a511f7"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<button role=\"button\" class=\"cc-nb-okagree\">",
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a7a708ea2cb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-24ddc5b2"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<button role=\"button\" class=\"cc-nb-okagree\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6fdc47ac6798",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-66327978"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<button role=\"button\" class=\"cc-nb-changep\">",
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "595722d248d6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-05103e81"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<button role=\"button\" class=\"cc-nb-changep\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6579398f33bd",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-70c56823"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"\" class=\"logo\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1ef5efbedf16",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b9a1826d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input style=\"position: relative; vertical-align: top; background-color: transparent;\" dir=\"auto\" spellcheck=\"false\" autocomplete=\"off\" itemprop=\"query-input\" class=\"inputText autoSuggest tt-input\" type=\"text\" maxlength=\"255\" name=\"q_widget\" id=\"qWidget\" value=\"\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da623a98db0a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d9de085a"
          },
          {
            "rule": "input_label_exists",
            "xpath": null,
            "html": "<input style=\"position: relative; vertical-align: top; background-color: transparent;\" dir=\"auto\" spellcheck=\"false\" autocomplete=\"off\" itemprop=\"query-input\" class=\"inputText autoSuggest tt-input\" type=\"text\" maxlength=\"255\" name=\"q_widget\" id=\"qWidget\" value=\"\">",
            "message": "Form control element <input> has no associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d9b355d3f1f7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-41d1d191"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button name=\"search button\" class=\"searchbtn\" type=\"submit\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bcf524508914",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d7bd1edf"
          },
          {
            "rule": "input_label_exists",
            "xpath": null,
            "html": "<button name=\"search button\" class=\"searchbtn\" type=\"submit\">",
            "message": "Form control element <button> has no associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b5cc872bc263",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-bafde4bc"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d93856b7785f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f9d40766"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"nounderline nocolor\" href=\"/corona\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0b065d0049b2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a35a8763"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"nounderline nocolor\" href=\"/omgeving/milieu/afval\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "43d228abd583",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2adc9274"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"nounderline nocolor\" href=\"/omgeving/milieu/afval/containerpark\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "54a644ae049b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a5abfdd1"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"nounderline nocolor\" href=\"/vrije-tijd/horeca-en-feestzalen/logeren-in-horebeke\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c65508185a6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-bb233755"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"nounderline nocolor\" href=\"/bestuur/gemeenteraad\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "953c2b630d7d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-27ce09d0"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"nounderline nocolor\" href=\"/economie-en-werken/horebeke-app\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "84f72efdd3b0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-65f6636d"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "Text contrast of 3.01 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "696da32667c7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7acebded"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "Text contrast of 3.01 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"mailto:info@horebeke.be\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8eac904c7486",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7cfe881b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"mailto:info@horebeke.be\">",
            "message": "Text contrast of 3.01 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "279f30a0f549",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9de7fb1d"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Openingsuren' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9273e59575ba",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f2bf52aa"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<strong>",
            "message": "Text contrast of 3.01 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": "3b418a4a95d1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b69be15f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "Text contrast of 3.01 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b23373b8fbfe",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6e7f9087"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/nieuws\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f2832843da5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7ffd9958"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_contentinfo_misuse",
            "xpath": null,
            "html": "<footer>",
            "message": "Element with \"contentinfo\" role is present without an element with \"main\" role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "265c0a745596",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8e9e96c7"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/\" class=\"logo\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7207c2c8c6a0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-67525ac1"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"large-3 small-6 columns\">",
            "message": "Confirm this text 'Gemeente Horebeke' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2561ce9d7b06",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-481adc43"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"mailto:info@horebeke.be\">",
            "message": "Text contrast of 3.96 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=\"large-3 small-6 columns\">",
            "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_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/nieuws\">",
            "message": "Text contrast of 3.96 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": "304ebd24e37e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-cd9e2d7b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/activiteiten\">",
            "message": "Text contrast of 3.96 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": "ed9c8393d19c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2635790b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/contact\">",
            "message": "Text contrast of 3.96 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": "2b276741b357",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-36ee742e"
          }
        ],
        "outcomeCount": 881,
        "uniqueFailedCount": 36,
        "duplicateFailedCount": 7,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 7
    },
    {
      "submittedUrl": "https://www.kaprijke.be/",
      "finalUrl": "https://www.kaprijke.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Startpagina - Gemeente Kaprijke",
      "elapsedMs": 10952,
      "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": 718,
          "failed": 4,
          "cantTell": 8,
          "inapplicable": 43
        },
        "failedRules": [
          "aria-valid-attr-value",
          "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",
          "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",
          "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\t\t<ul class=\"list-suggestionsearch\"></ul>\n\t</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": "688bd8390db8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-95ce9245"
          },
          {
            "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": "89cc1a7ba794",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "3ca49d4ee1ed",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "431e3e3539f9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-34285466"
          }
        ],
        "outcomeCount": 773,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 4
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2128,
          "failed": 28,
          "cantTell": 28,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_attribute_valid",
          "aria_attribute_value_valid",
          "aria_child_valid",
          "aria_content_in_landmark",
          "aria_form_label_unique",
          "aria_role_redundant",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "heading_markup_misuse",
          "input_label_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading"
        ],
        "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": "ce18d3d2e881",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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=19022026160649\" id=\"skin-stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b1140a26a307",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8cefac7c"
          },
          {
            "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=19022026160649\" 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": "5e8c4599f9ce",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-cbeedc68"
          },
          {
            "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": "eb09b670f8da",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "26a3230a2dcb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "c502917e60ec",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "20b5681f8798",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "57c002ec35c2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2749edf3"
          },
          {
            "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": "e2dcc8494f33",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8245fd73"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input data-tooltip=\"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": "0401a360d16c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0a173519"
          },
          {
            "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": "89ab0fc1fdeb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "d81e436f9072",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "dae428054229",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8aabbdf8"
          },
          {
            "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": "32805f38f099",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-01fed043"
          },
          {
            "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 'Ik wil een aanvraag doen' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h3 class=\"title\">",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "76cc89d7c4ba",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8015545a"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<div class=\"entry-date\" aria-label=\"dinsdag 5 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": "1f77a8cf2343",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-90fcc88b"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h3 class=\"title\">",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<div class=\"entry-date\" aria-label=\"dinsdag 5 mei 2026\">",
            "message": "The ARIA attributes \"aria-label\" are not valid for the element <div> with implicit ARIA role \"generic\"",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<div class=\"entry-date\" aria-label=\"woensdag 6 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": "f8529758b7a7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-17da9fcd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.facebook.com/KaprijkeLembekeBentille/\" target=\"_blank\" data-tooltip=\"Facebook\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7cb54d60936f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-54068ff4"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://twitter.com/kaprijke_be\" target=\"_blank\" data-tooltip=\"Twitter\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "84adf8744e95",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ec8726c8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.instagram.com/gemeentebestuurkaprijke/\" target=\"_blank\" data-tooltip=\"Instagram\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b8c6cc531fbd",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-35d1a8c8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.linkedin.com/company/gemeente-kaprijke\" target=\"_blank\" data-tooltip=\"Youtube\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f248881505a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c59f7158"
          },
          {
            "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": "3a64ea58f9e9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-75bf150d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/media\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c7fdfd6bcc91",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-078b68a4"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a class=\"lcplink\" href=\"http://www.lcp.be/\" target=\"_blank\" data-tooltip=\"e-gov en internet services door LCP\">",
            "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": "aef490ddedf0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-78238fc4"
          }
        ],
        "outcomeCount": 2174,
        "uniqueFailedCount": 24,
        "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.kluisbergen.be/",
      "finalUrl": "https://www.kluisbergen.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Home | Gemeente Kluisbergen",
      "elapsedMs": 18504,
      "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": 824,
          "failed": 27,
          "cantTell": 96,
          "inapplicable": 42
        },
        "failedRules": [
          "color-contrast",
          "image-alt",
          "region"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-command-name",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "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-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",
          "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$=\"user\"]",
            "html": "<a href=\"/user\">Extranet</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.18 (foreground color: #ffffff, background color: #249fa6, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"user\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a75a9af016c6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0ec99640"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(2) > .button[onclick=\"openNav()\"]",
            "html": "<span class=\"button\" onclick=\"openNav()\">Schrijf je in</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.66 (foreground color: #ffffff, background color: #16b1a6, font size: 12.1pt (16.2px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "p:nth-child(2) > .button[onclick=\"openNav()\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3219b55d6880",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-66ea12ec"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#cookiescript_accept",
            "html": "<div id=\"cookiescript_accept\" tabindex=\"0\" role=\"button\" data-cs-i18n-text=\"{&quot;nl&quot;:&quot;Alles accepteren&quot;}\">\n        Alles accepteren      </div>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.42 (foreground color: #f4f4f4, background color: #16b1a6, font size: 9.0pt (12px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#cookiescript_accept"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "910d22f43435",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ede69926"
          },
          {
            "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/styles/banner/public/2026-03/aScherm%C2%ADafbeelding%202026-03-26%20om%2009.50.59%20kopie.jpg?h=69206bc1&amp;itok=2jev8Zas \">",
            "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": "1d29d3b65635",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c1c2eda8"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "img[height=\"596\"]",
            "html": "<img height=\"596\" src=\"/themes/custom/subtheme/logo-wit.svg\" width=\"1096\" loading=\"lazy\">",
            "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": "078a43df9fc9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-38a98534"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".closebtn",
            "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": "dc8c0fe9b049",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-64c49be2"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".mailchimp-signup-subscribe-description",
            "html": "<div class=\"mailchimp-signup-subscribe-description\">Schrijf je hieronder in op de nieuwsbrief.</div>",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b1fb66adfe4b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-424328ed"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#mailchimp-newsletter-058b544b31-mergefields",
            "html": "<div id=\"mailchimp-newsletter-058b544b31-mergefields\" class=\"mailchimp-newsletter-mergefields\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cfde15d8c665",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-fb4c79d3"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#edit-mailchimp-lists-interest-groups-9c4cc17a05--wrapper",
            "html": "<fieldset class=\"mailchimp-newsletter-interests-058b544b31 fieldgroup form-composite js-form-item form-item js-form-wrapper form-wrapper\" data-drupal-selector=\"edit-mailchimp-lists-interest-groups-9c4cc17a05\" id=\"edit-mailchimp-lists-interest-groups-9c4cc17a05--wrapper\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "72d57f9f3c79",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-82dd5947"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".grid4",
            "html": "<div class=\"pane grid4 branding\"><div class=\"brand-wrap\"><a id=\"logo\" href=\"/\" class=\"pd-small bgc-light\"><img src=\"/themes/custom/subtheme/logo-wit.svg\" width=\"420\" alt=\"Gemeente Kluisbergen\"><!--<span>Gemeente Kluisbergen</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": "ac1e58a09b18",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f9efc755"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".js-form-type-search-api-autocomplete",
            "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": "bc54a19852ea",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3a1f03f6"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".extra-button",
            "html": "<div class=\"extra-button\"><a href=\"/user\">Extranet</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": "00430e9f492f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-55db1922"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".topbanner",
            "html": "<div class=\"topbanner\"><img src=\"/sites/default/files/styles/banner/public/2026-03/aScherm%C2%ADafbeelding%202026-03-26%20om%2009.50.59%20kopie.jpg?h=69206bc1&amp;itok=2jev8Zas \"></div>",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fe92bb8bf24e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-80d1dbc8"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".masonry-item.grid3.pane:nth-child(2) > .card.teaser-large > .overlay.hidden",
            "html": "<a href=\"/nieuws/grup-lus-van-henegouwen\" class=\"overlay hidden\"> GRUP - ‘Lus van Henegouwen’</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": "cf9d00f99457",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-451894d9"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".image-style-large[alt=\"lso van henegouwen\"][property=\"schema:image\"]:nth-child(1)",
            "html": "<img property=\"schema:image\" loading=\"lazy\" src=\"/sites/default/files/styles/large/public/2026-04/LusVanHenegouwen_raaemk.png?h=9718e998&amp;itok=X15YD0fz\" width=\"640\" height=\"480\" alt=\"lso van henegouwen\" typeof=\"Image\" class=\"image-style-large\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1de8f170303b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3ddda251"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".masonry-item.grid3.pane:nth-child(2) > .card.teaser-large > .teaser-content.pd-medium.br-light",
            "html": "<div class=\"teaser-content pd-medium br-all br-light\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f7a2b4327685",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-85e283ba"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".masonry-item.grid3.pane:nth-child(3) > .card.teaser-large > .overlay.hidden",
            "html": "<a href=\"/nieuws/vacature-werfreserve-administratief-medewerker\" class=\"overlay hidden\">Vacature werfreserve administratief medewerker</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": "ead94f170a55",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d4b23e1a"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".image-style-large[alt=\"vacature\"][property=\"schema:image\"]:nth-child(1)",
            "html": "<img property=\"schema:image\" loading=\"lazy\" src=\"/sites/default/files/styles/large/public/2026-04/Opengingsuren%20%2814%29.png?h=44da26f0&amp;itok=h5ZRIy1P\" width=\"640\" height=\"480\" alt=\"vacature\" typeof=\"Image\" class=\"image-style-large\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c1e2b743507b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-248aefcb"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".masonry-item.grid3.pane:nth-child(3) > .card.teaser-large > .teaser-content.pd-medium.br-light",
            "html": "<div class=\"teaser-content pd-medium br-all br-light\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "56eaf0702b89",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-90f04eb9"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".masonry-item.grid3.pane:nth-child(4) > .card.teaser-large > .overlay.hidden",
            "html": "<a href=\"/nieuws/sluitingsdagen-gemeentelijke-diensten-mei\" class=\"overlay hidden\">Sluitingsdagen gemeentelijke diensten in mei</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": "943022a96ee9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c39fbc8a"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".image-style-large[alt=\"gemeentehuis\"][property=\"schema:image\"]:nth-child(1)",
            "html": "<img property=\"schema:image\" loading=\"lazy\" src=\"/sites/default/files/styles/large/public/2026-04/Opengingsuren%20%2817%29.png?h=57024e64&amp;itok=Q7mPPUNz\" width=\"640\" height=\"480\" alt=\"gemeentehuis\" typeof=\"Image\" class=\"image-style-large\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c1b66591fdad",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-52415a70"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".masonry-item.grid3.pane:nth-child(4) > .card.teaser-large > .teaser-content.pd-medium.br-light",
            "html": "<div class=\"teaser-content pd-medium br-all br-light\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f06ab1833598",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2f7c60f8"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".masonry-item.grid3.pane:nth-child(5) > .card.teaser-large > .overlay.hidden",
            "html": "<a href=\"/nieuws/zwerfkattenactie-op-27-28-april\" class=\"overlay hidden\">Zwerfkattenactie op 27 &amp; 28 april </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": "af0f190a3900",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-cd382832"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".image-style-large[alt=\"zwerfkat\"][property=\"schema:image\"]:nth-child(1)",
            "html": "<img property=\"schema:image\" loading=\"lazy\" src=\"/sites/default/files/styles/large/public/2026-04/490488890_1084975743660349_1534136051872290296_n.jpg?h=1eab2e3c&amp;itok=qpwhn9rD\" width=\"640\" height=\"480\" alt=\"zwerfkat\" typeof=\"Image\" class=\"image-style-large\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fbcfd564e306",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3127e0dd"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".masonry-item.grid3.pane:nth-child(5) > .card.teaser-large > .teaser-content.pd-medium.br-light",
            "html": "<div class=\"teaser-content pd-medium br-all br-light\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b9b88c5c212",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-81215282"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".block-homepagenews > .bundle-button.bundle",
            "html": "<div class=\"bundle bundle-button\">\n    \n\n  \t \n\t              \n                                                \n                                                                      \n            <a class=\"button \" href=\"/nieuws\">Meer nieuwsberichten</a>\t\n\t \t \t\n   \n\n\n\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": "fca693a32665",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-05d6e46f"
          },
          {
            "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": "655376e729ee",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c1791208"
          }
        ],
        "outcomeCount": 989,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 27
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2820,
          "failed": 113,
          "cantTell": 85,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_attribute_redundant",
          "aria_attribute_valid",
          "aria_content_in_landmark",
          "aria_eventhandler_role_valid",
          "aria_form_label_unique",
          "aria_landmark_name_unique",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "html_skipnav_exists",
          "img_alt_valid",
          "input_checkboxes_grouped",
          "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\" 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": "7d949ba00c75",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e8dcecbb"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_fnvIKkBe9xi4EoeD66X6H3ViEh1RJdXvm44HtzsRvJ0.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": "e623905294a5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-39902e2a"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_fnvIKkBe9xi4EoeD66X6H3ViEh1RJdXvm44HtzsRvJ0.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": "c0a2d93e6f3d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-88535e26"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_oOEy4fsB6p1jv0Q_jxIHQgb_nZhIU4zVWr_jvcr0VZE.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": "a4bce3d178b9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6ba9c423"
          },
          {
            "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": "c39cd1d834b8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "697c739019a3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-24e46ecc"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form novalidate=\"novalidate\" accept-charset=\"UTF-8\" id=\"mailchimp-signup-subscribe-block-schrijf-je-in-op-de-nieuwsbrief-form\" method=\"post\" action=\"/\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "070e0cdebb2f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-02efc817"
          },
          {
            "rule": "aria_landmark_name_unique",
            "xpath": null,
            "html": "<form novalidate=\"novalidate\" accept-charset=\"UTF-8\" id=\"mailchimp-signup-subscribe-block-schrijf-je-in-op-de-nieuwsbrief-form\" method=\"post\" action=\"/\">",
            "message": "Multiple elements with \"form\" landmarks within the same parent region are not distinguished from one another because they have the same \"\" label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b45b0640fb40",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6b0b1b3f"
          },
          {
            "rule": "aria_attribute_redundant",
            "xpath": null,
            "html": "<input aria-required=\"true\" required=\"required\" class=\"form-email required\" maxlength=\"254\" size=\"25\" value=\"\" name=\"mergevars[EMAIL]\" id=\"edit-mergevars-email\" type=\"email\" data-drupal-selector=\"edit-mergevars-email\" autocomplete=\"email\">",
            "message": "The ARIA attribute \"aria-required\" is redundant with the HTML attribute \"required\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e53c81c5ed70",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7f51f969"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input aria-required=\"true\" required=\"required\" class=\"form-email required\" maxlength=\"254\" size=\"25\" value=\"\" name=\"mergevars[EMAIL]\" id=\"edit-mergevars-email\" type=\"email\" data-drupal-selector=\"edit-mergevars-email\" autocomplete=\"email\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e05c834cce1b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a38660a2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input aria-required=\"true\" required=\"required\" class=\"form-email required\" maxlength=\"254\" size=\"25\" value=\"\" name=\"mergevars[EMAIL]\" id=\"edit-mergevars-email\" type=\"email\" data-drupal-selector=\"edit-mergevars-email\" autocomplete=\"email\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f7cb6875cb67",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-cfd59e50"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input class=\"form-text\" maxlength=\"128\" size=\"25\" value=\"\" name=\"mergevars[FNAME]\" id=\"edit-mergevars-fname\" type=\"text\" data-drupal-selector=\"edit-mergevars-fname\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "252b976b1627",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9690cd9d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input class=\"form-text\" maxlength=\"128\" size=\"25\" value=\"\" name=\"mergevars[FNAME]\" id=\"edit-mergevars-fname\" type=\"text\" data-drupal-selector=\"edit-mergevars-fname\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8591916c5279",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4a8f2ac2"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input class=\"form-text\" maxlength=\"128\" size=\"25\" value=\"\" name=\"mergevars[LNAME]\" id=\"edit-mergevars-lname\" type=\"text\" data-drupal-selector=\"edit-mergevars-lname\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9174f3ece6bb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-89dfadeb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input class=\"form-text\" maxlength=\"128\" size=\"25\" value=\"\" name=\"mergevars[LNAME]\" id=\"edit-mergevars-lname\" type=\"text\" data-drupal-selector=\"edit-mergevars-lname\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "99dd3b7b847a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c3189d65"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<input value=\"0f837f208d\" name=\"mailchimp_lists[interest_groups][9c4cc17a05][0f837f208d]\" id=\"edit-mailchimp-lists-interest-groups-9c4cc17a05-0f837f208d\" type=\"checkbox\" data-drupal-selector=\"edit-mailchimp-lists-interest-groups-9c4cc17a05-0f837f208d\" class=\"mailchimp-newsletter-interests-058b544b31 form-checkbox\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fef75ff77382",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-cbabfe42"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<input value=\"d7ac1a6971\" name=\"mailchimp_lists[interest_groups][9c4cc17a05][d7ac1a6971]\" id=\"edit-mailchimp-lists-interest-groups-9c4cc17a05-d7ac1a6971\" type=\"checkbox\" data-drupal-selector=\"edit-mailchimp-lists-interest-groups-9c4cc17a05-d7ac1a6971\" class=\"mailchimp-newsletter-interests-058b544b31 form-checkbox\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f1fe5da27e0f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-fdcede72"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<input value=\"4eac4ee1cf\" name=\"mailchimp_lists[interest_groups][9c4cc17a05][4eac4ee1cf]\" id=\"edit-mailchimp-lists-interest-groups-9c4cc17a05-4eac4ee1cf\" type=\"checkbox\" data-drupal-selector=\"edit-mailchimp-lists-interest-groups-9c4cc17a05-4eac4ee1cf\" class=\"mailchimp-newsletter-interests-058b544b31 form-checkbox\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a09fcc552c3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a16d763c"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input class=\"button js-form-submit form-submit\" value=\"Verzenden\" name=\"op\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-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": "3dba7fc1dc8c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b2214b90"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input class=\"button js-form-submit form-submit\" value=\"Verzenden\" name=\"op\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b13495793879",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-08402777"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input class=\"button js-form-submit form-submit\" value=\"Verzenden\" name=\"op\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9ac16415b8ec",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2cf52ac0"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"pd-small bgc-light\" href=\"/\" id=\"logo\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dfd9e7aa3406",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-959050b4"
          },
          {
            "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": "14df3df17aff",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-91df7ed4"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form novalidate=\"novalidate\" accept-charset=\"UTF-8\" id=\"views-exposed-form-search-page-1\" method=\"get\" action=\"/Search\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "73176b6b2af0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-82080b5b"
          },
          {
            "rule": "aria_landmark_name_unique",
            "xpath": null,
            "html": "<form novalidate=\"novalidate\" accept-charset=\"UTF-8\" id=\"views-exposed-form-search-page-1\" method=\"get\" action=\"/Search\">",
            "message": "Multiple elements with \"form\" landmarks within the same parent region are not distinguished from one another because they have the same \"\" label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "40c23aaa2e26",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e974ecd0"
          },
          {
            "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": "62a220a718f4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "7c24f69d573d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "0abe2491ec3c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "805c5871cfa5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "a5ce32c837f1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-136f9cfc"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/user\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6e8e43e8c127",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-fdad1e6c"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/user\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a228802df551",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e1d59438"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/user\">",
            "message": "Text contrast of 3.19 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": "05fcd8a06439",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1fbc4a42"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/sites/default/files/styles/banner/public/2026-03/aScherm%C2%ADafbeelding%202026-03-26%20om%2009.50.59%20kopie.jpg?h=69206bc1&itok=2jev8Zas \">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "88e74ff469d5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6457043f"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/afspraak\" 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": "f227209a3a4f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1d3db1e3"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_self\" href=\"/e-loket\" class=\"button 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": "2f84b87e95ea",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ded826aa"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/iets-melden\" 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": "97770d557205",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ee0e468c"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/activiteitenkalender\" class=\"button activiteitenkalender\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a24e603db8b8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a21fb8d5"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/nieuws\" class=\"button nieuws\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "033fa82eaf93",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-40a4fa77"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://app.eaglebe.com/pre/nl-be/map/kluisbergen\" class=\"button wegen\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c8e1d534390",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a69e5a42"
          },
          {
            "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": "5b2cab52f9ec",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ae0d7cfb"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span onclick=\"openNav()\" class=\"button\">",
            "message": "Text contrast of 2.67 with its background is less than the WCAG AA minimum requirements for text of size 16.2px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9aac2ca53da4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4fb7b7f3"
          },
          {
            "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": "a0fe760a7886",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2982ba39"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"\" href=\"/burgerzaken/identiteit\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6b445fb94e1d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-47da8104"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"\" href=\"/burgerzaken/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": "ccdc7c8cf5a4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7b00a68d"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"\" href=\"/burgerzaken/geboorte\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3399869183b3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-07bf3a63"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"\" href=\"/burgerzaken/overlijden\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5105a2b001e3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6ece406f"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"\" href=\"/burgerzaken/aanvraagformulier-documenten-burgerlijke-stand-en-bevolkingsregisters\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "de0315cc52ff",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3144d49e"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"\" href=\"/deelmobiliteit\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "21c8591ab1be",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d5131482"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"\" href=\"/sport-cultuur-en-vrije-tijd/erfgoed\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d7cbf357bedb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a792b553"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"\" href=\"/sport-cultuur-en-vrije-tijd/toerisme\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d92653dd0c8e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-faaedc50"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"\" href=\"/sport-cultuur-en-vrije-tijd/bibliotheek\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b709c0a70724",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4481c4e1"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"\" href=\"/sport-cultuur-en-vrije-tijd/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": "e99974280768",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9f4c1ce2"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"\" href=\"/milieu-en-klimaat/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": "76974edd86e8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-add98e6d"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"\" href=\"/milieu-en-klimaat/water-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": "ebebe26db027",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d973bcac"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"\" href=\"/onderwijs-kinderopvang-en-opvoeding/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": "057c1005d256",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-64a58772"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"\" href=\"/welzijn-en-gezondheid-ocmw/activering\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a9e4ba54dc48",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4ee7d121"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"\" href=\"/wonen-en-verbouwen/woonkwaliteit\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ba4655babf0d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f0632451"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"\" href=\"/gemeente-en-bestuur/inspraak\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "adfe20184b15",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8ed089aa"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"\" href=\"/gemeente-en-bestuur/samenwerkingsverbanden\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d775134eaf2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-32676fab"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"overlay hidden\" href=\"/nieuws/grup-lus-van-henegouwen\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6271565d3865",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a025f3cc"
          },
          {
            "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": "4a35ab89d8c4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5accc7b5"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h3>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7a836bf8830b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e9f90e78"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"teaserdate\">",
            "message": "Confirm this text 'Gepost op 30/04/2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d149892c75f2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1e43b7eb"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<strong>",
            "message": "Text contrast of 2.85 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": "9bf2b0e6c620",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b69be15f"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "84c598ebe71a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a86234de"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"overlay hidden\" href=\"/nieuws/vacature-werfreserve-administratief-medewerker\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8eafea99719e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-28ce7a25"
          },
          {
            "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": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h3>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"teaserdate\">",
            "message": "Confirm this text 'Gepost op 22/04/2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<strong>",
            "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": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"overlay hidden\" href=\"/nieuws/sluitingsdagen-gemeentelijke-diensten-mei\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "473f4aa2a36f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e3eedff2"
          },
          {
            "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": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h3>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"teaserdate\">",
            "message": "Confirm this text 'Gepost op 22/04/2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<strong>",
            "message": "Text contrast of 1.75 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": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"overlay hidden\" href=\"/nieuws/zwerfkattenactie-op-27-28-april\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "776ed07d8dd3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4753f938"
          },
          {
            "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": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h3>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "Text contrast of 1.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": "a632a63a8cb5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-61d6b2cc"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"teaserdate\">",
            "message": "Confirm this text 'Gepost op 22/04/2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<strong>",
            "message": "Text contrast of 1.15 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": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.44 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 300",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e3ac9541c805",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/nieuws\" class=\"button \">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b6d06063439",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5fe58dd1"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img loading=\"lazy\" width=\"1096\" src=\"/themes/custom/subtheme/logo-wit.svg\" height=\"596\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4f222a37da30",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-723b44c1"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"blox block block-nieuwsbrieffooter\">",
            "message": "Confirm this text 'Schrijf je in op onze nieuwsbrief' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "890598d394d0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4677527c"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"bundle bundle-button\">",
            "message": "Confirm this text 'Schrijf je in op onze nieuwsbrief' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e799962f0c9e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-be27fb67"
          },
          {
            "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": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<div data-cs-id=\"cookiescript_injected\" aria-live=\"assertive\" role=\"alert\" tabindex=\"0\" id=\"cookiescript_injected_wrapper\">",
            "message": "The tabbable element's role 'alert' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7ab6730fcdc3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-848c807d"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<div style=\"opacity: 0.395;\" class=\"\" data-nosnippet=\"\" aria-live=\"assertive\" role=\"alert\" tabindex=\"0\" id=\"cookiescript_injected\">",
            "message": "The tabbable element's role 'alert' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d11097c49b4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a7a5a483"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<div style=\"opacity: 0.395;\" class=\"\" data-nosnippet=\"\" aria-live=\"assertive\" role=\"alert\" 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": "83a39c66ea5b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-30b854b4"
          },
          {
            "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": "708278831de3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-75172409"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div data-cs-i18n-text=\"{\"nl\":\"Deze website maakt gebruik van cookies.\"}\" id=\"cookiescript_header\">",
            "message": "Text contrast of 2.57 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": "469e283b5d96",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e7466b22"
          },
          {
            "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=\"{\"nl\":\"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-desc-box=\"true\">",
            "message": "Text contrast of 2.57 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0fb073394de7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-63a645c3"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a aria-label=\"Lees verder, opens a new window\" target=\"_blank\" href=\"https://www.kluisbergen.be/gemeente-en-bestuur/communicatie/privacyverklaring\" data-cs-i18n-url=\"{\"nl\":\"https:\\/\\/www.kluisbergen.be\\/gemeente-en-bestuur\\/communicatie\\/privacyverklaring\"}\" data-cs-i18n-text=\"{\"nl\":\"Lees verder\"}\" id=\"cookiescript_readmore\">",
            "message": "Text contrast of 2.57 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0282f2daa7fa",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-72c499e7"
          },
          {
            "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": "95348cb8e8f9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "27e7f5848f48",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4f3a24cf"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span data-cs-i18n-text=\"{\"nl\":\"Prestatie\"}\" class=\"cookiescript_checkbox_text\">",
            "message": "Text contrast of 2.57 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c8e3e3fcd0f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-715ce6b5"
          },
          {
            "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": "8236a94f9579",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7eacb365"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span data-cs-i18n-text=\"{\"nl\":\"Targeting\"}\" class=\"cookiescript_checkbox_text\">",
            "message": "Text contrast of 2.57 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cbc74fb8a486",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4a0df94d"
          },
          {
            "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": "8f661d15bd0a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-66716ddb"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span data-cs-i18n-text=\"{\"nl\":\"Functioneel\"}\" class=\"cookiescript_checkbox_text\">",
            "message": "Text contrast of 2.57 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4a10f5f2dddf",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3aef38c3"
          },
          {
            "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": "fdb4f01f32bb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-25e71ec0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span data-cs-i18n-text=\"{\"nl\":\"Niet-geclassificeerd\"}\" class=\"cookiescript_checkbox_text\">",
            "message": "Text contrast of 2.57 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf742606b437",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-dcca3e66"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div data-cs-i18n-text=\"{\"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": "db5c5e881610",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-72951145"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<div data-cs-i18n-text=\"{\"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": "c1c108236923",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0e4abfe7"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div data-cs-i18n-text=\"{\"nl\":\"Alles accepteren\"}\" role=\"button\" tabindex=\"0\" id=\"cookiescript_accept\">",
            "message": "Text contrast of 1.57 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": "351ddd5b6810",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-42cc5484"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div data-cs-i18n-text=\"{\"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": "445ee9c9c94d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5f852458"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<div data-cs-i18n-text=\"{\"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": "d5211c6ec636",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f9738ef0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div data-cs-i18n-text=\"{\"nl\":\"Alles afwijzen\"}\" role=\"button\" tabindex=\"0\" id=\"cookiescript_reject\">",
            "message": "Text contrast of 2.57 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": "edccde3f164b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-db2e0ada"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span data-cs-i18n-text=\"{\"nl\":\"Details weergeven\"}\" data-cs-show-title=\"cookie-script\">",
            "message": "Text contrast of 3.97 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": "0bbe25943cea",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-007dd716"
          }
        ],
        "outcomeCount": 2960,
        "uniqueFailedCount": 98,
        "duplicateFailedCount": 15,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 15
    },
    {
      "submittedUrl": "https://www.kruisem.be/",
      "finalUrl": "https://www.kruisem.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Homepagina | Kruisem",
      "elapsedMs": 19161,
      "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": 776,
          "failed": 2,
          "cantTell": 27,
          "inapplicable": 41
        },
        "failedRules": [
          "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": "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": "748813b33bf8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "42c261c60e2e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c1791208"
          }
        ],
        "outcomeCount": 846,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 2
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1999,
          "failed": 54,
          "cantTell": 61,
          "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",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_E7bI9Tz8s4e8NXIsJwZzD3eQR7YDkKSRtVfHelZ0XJ4.css?delta=0&language=nl&theme=ocelot_paddle&include=eJx9UltywyAMvBAOR2IEyLYmgDwC2jinr-y8pmncP7S77EhaAVkgNyX2kEygRlcsbhEeKaF9q004Y6TG4iAElkhc7PN1GoVLwxJNYD4TurCXzfnE-k_sDR7u8HCHVS1oo_QF0oka5iFRbQa7e9rkJRGUgPYT6DwIGry0ROX88LmXJsHKXTvolKJ2MHKXwMlVDE07fqfbN39gI9XAXyir5YLKGw6YuLkFYtxWpJ0oUdrJJ7iu_7A67lARJMzHIkGIQXr2h5KRJQ8ZCkwYhz2UI-UM2XeZdMVHCsrqcshmzRre2V4bZ1fbqvud3shFSON-cDfQPf3qy7p-ILfUbzfxIrfDgDp7Bom_0FGTXz1fzMIpPULf3sMWezW3NTtYyEFvvF8LNrQHuKkcCJLbJ3a7hf0LndqMWbVr1Su1Hir-ABEURp0\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "590c2dca700e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b7cc10b7"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_E7bI9Tz8s4e8NXIsJwZzD3eQR7YDkKSRtVfHelZ0XJ4.css?delta=0&language=nl&theme=ocelot_paddle&include=eJx9UltywyAMvBAOR2IEyLYmgDwC2jinr-y8pmncP7S77EhaAVkgNyX2kEygRlcsbhEeKaF9q004Y6TG4iAElkhc7PN1GoVLwxJNYD4TurCXzfnE-k_sDR7u8HCHVS1oo_QF0oka5iFRbQa7e9rkJRGUgPYT6DwIGry0ROX88LmXJsHKXTvolKJ2MHKXwMlVDE07fqfbN39gI9XAXyir5YLKGw6YuLkFYtxWpJ0oUdrJJ7iu_7A67lARJMzHIkGIQXr2h5KRJQ8ZCkwYhz2UI-UM2XeZdMVHCsrqcshmzRre2V4bZ1fbqvud3shFSON-cDfQPf3qy7p-ILfUbzfxIrfDgDp7Bom_0FGTXz1fzMIpPULf3sMWezW3NTtYyEFvvF8LNrQHuKkcCJLbJ3a7hf0LndqMWbVr1Su1Hir-ABEURp0\" 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": "d43dd156554b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-68ababd6"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_JXShmvxNtn6Si1ITDMH6uyLrVNsuPhG85AC3k_Jj2jg.css?delta=1&language=nl&theme=ocelot_paddle&include=eJx9UltywyAMvBAOR2IEyLYmgDwC2jinr-y8pmncP7S77EhaAVkgNyX2kEygRlcsbhEeKaF9q004Y6TG4iAElkhc7PN1GoVLwxJNYD4TurCXzfnE-k_sDR7u8HCHVS1oo_QF0oka5iFRbQa7e9rkJRGUgPYT6DwIGry0ROX88LmXJsHKXTvolKJ2MHKXwMlVDE07fqfbN39gI9XAXyir5YLKGw6YuLkFYtxWpJ0oUdrJJ7iu_7A67lARJMzHIkGIQXr2h5KRJQ8ZCkwYhz2UI-UM2XeZdMVHCsrqcshmzRre2V4bZ1fbqvud3shFSON-cDfQPf3qy7p-ILfUbzfxIrfDgDp7Bom_0FGTXz1fzMIpPULf3sMWezW3NTtYyEFvvF8LNrQHuKkcCJLbJ3a7hf0LndqMWbVr1Su1Hir-ABEURp0\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e55f9a1fc8fc",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d74156e5"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_EjRVJ_fF_tygz79-PFcwi2aoPUlAL4wv69nzPHqTI3U.css?delta=2&language=nl&theme=ocelot_paddle&include=eJx9UltywyAMvBAOR2IEyLYmgDwC2jinr-y8pmncP7S77EhaAVkgNyX2kEygRlcsbhEeKaF9q004Y6TG4iAElkhc7PN1GoVLwxJNYD4TurCXzfnE-k_sDR7u8HCHVS1oo_QF0oka5iFRbQa7e9rkJRGUgPYT6DwIGry0ROX88LmXJsHKXTvolKJ2MHKXwMlVDE07fqfbN39gI9XAXyir5YLKGw6YuLkFYtxWpJ0oUdrJJ7iu_7A67lARJMzHIkGIQXr2h5KRJQ8ZCkwYhz2UI-UM2XeZdMVHCsrqcshmzRre2V4bZ1fbqvud3shFSON-cDfQPf3qy7p-ILfUbzfxIrfDgDp7Bom_0FGTXz1fzMIpPULf3sMWezW3NTtYyEFvvF8LNrQHuKkcCJLbJ3a7hf0LndqMWbVr1Su1Hir-ABEURp0\" media=\"print\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ad7f12ce24ae",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c9a57e45"
          },
          {
            "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": "41a6efc8c322",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "c92036fcdfa8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "3b3c0f9b136e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "6723668de55e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-215bd4df"
          },
          {
            "rule": "style_background_decorative",
            "xpath": null,
            "html": "<div style=\"--background:url(https://www.kruisem.be/sites/default/files/styles/16_9_xxxxl/public/2023-02/coverfoto%20Christel%20Gistelinck.webp?itok=fektZuWW);\" 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": "3b0bac381656",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-50b5b24f"
          },
          {
            "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": "b5268008f4ea",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "34c4d0638437",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-87ad9640"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/dienstverlening/bij-wie-en-waar-kan-ik-terecht\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a284c2186ebb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0953c603"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/dienstverlening/bij-wie-en-waar-kan-ik-terecht\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7e2098345982",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-cdb3f563"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/online-dienstverlening/afspraak-maken\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0ec30da98cfc",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0927f92f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/online-dienstverlening/afspraak-maken\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "83eba5a65d26",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-54c79d06"
          },
          {
            "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://kruisem.egovflow.be/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d771f5d0183d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8e2818f9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://participatie.kruisem.be/nl-BE/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a1f20963402b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-04f9ac85"
          },
          {
            "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": "551e59ac3588",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-21e33d57"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"date badge badge-light\">",
            "message": "Confirm this text '2 september tot 5 mei' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2078ab03da3a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-384e5f0d"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"date badge badge-light\">",
            "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_block_heading",
            "xpath": null,
            "html": "<div class=\"date badge badge-light\">",
            "message": "Confirm this text '13 mei tot 17 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=\"date badge badge-light\">",
            "message": "Confirm this text '16 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 badge badge-light\">",
            "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_block_heading",
            "xpath": null,
            "html": "<div class=\"date badge badge-light\">",
            "message": "Confirm this text '22 mei tot 23 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": "<a title=\"(opens in a new window)\" rel=\"noopener nofollow\" target=\"_blank\" data-extlink=\"\" class=\"ext\" href=\"https://kruisem.paddlecms.net/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 15px and weight of 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5088f77fe7b5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-38ada3e1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<li>",
            "message": "Verify the contrast 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 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "524f37d645d0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-dfd33153"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<li>",
            "message": "Verify the contrast 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 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<li>",
            "message": "Verify the contrast 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 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<strong>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 15px and weight of 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2de515dc0de6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b69be15f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"mailto:info@kruisem.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 15px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bcc75a406470",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-82460e48"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Contactgegevens afdelingen / diensten\" data-entity-substitution=\"canonical\" data-entity-uuid=\"576b9417-df59-4887-809b-d2a43e535015\" data-entity-type=\"node\" href=\"/contactgegevens\">",
            "message": "Verify the contrast 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 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4473e2870994",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9b145234"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 15px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f474c86e88a7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7acebded"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<strong>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 15px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<li>",
            "message": "Verify the contrast 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 500",
            "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.peppolinbelgium.be/nl/\">",
            "message": "Verify the contrast 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 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d719c23efac",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-42660cc0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nieuwsbrieven\" data-linkit=\"\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b73e1259eac4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6646ab00"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 15px and weight of 500",
            "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/gemeenteKruisem/\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size undefinedpx and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "381745258553",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-97471853"
          },
          {
            "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/gemeente_kruisem/\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size undefinedpx and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9e2b8a18b456",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-340c4916"
          },
          {
            "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/gemeente-kruisem/\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size undefinedpx and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "42a51d9d3a69",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-851d22ba"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Juridische informatie\" href=\"/juridische-informatie\" data-entity-uuid=\"92a97b86-09fd-4ab8-ba9a-02f2e8425fcf\" data-entity-type=\"node\" data-entity-substitution=\"canonical\">",
            "message": "Verify the contrast 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 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fcaf39a357e6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c7cfea02"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'PRIVACY EN TOEGANKELIJKHEID PRIVACY EN TOEGANKELIJKHEID' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0b77858f37ed",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f2bf52aa"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<strong>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 15px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Privacyverklaring Kruisem - versie 3 (20/11/2023)\" href=\"/onze-gemeente/privacybeleid/privacyverklaring-kruisem-versie-3-20112023\" data-entity-uuid=\"273c0ca9-f298-4415-98b2-b094cc502bbc\" data-entity-type=\"node\" data-entity-substitution=\"canonical\">",
            "message": "Verify the contrast 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 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0b2882c62b15",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-85151bf6"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Verwerkingsovereenkomst\" href=\"/verwerkingsovereenkomst\" data-entity-uuid=\"f15ffbae-a92d-41b7-8f1f-8435ef47d820\" data-entity-type=\"node\" data-entity-substitution=\"canonical\">",
            "message": "Verify the contrast 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 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5640da1f2332",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b4727e29"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Cookiebeleid gemeente Kruisem versie 4 (01/12/2023)\" href=\"/cookiebeleid-gemeente-kruisem-versie-1-15102020\" data-entity-uuid=\"b10f2be2-1c8d-463f-9623-d9f049f006ed\" data-entity-type=\"node\" data-entity-substitution=\"canonical\">",
            "message": "Verify the contrast 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 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4682c386dee9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9134aad0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Toegankelijkheidsverklaring\" href=\"/toegankelijkheidsverklaring\" data-entity-uuid=\"fcb9607a-8b95-4464-87ac-a448565e2260\" data-entity-type=\"node\">",
            "message": "Verify the contrast 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 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d98f4dceee04",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-54932a14"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<div style=\"bottom: -39.515px;\" 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": "46ee8acbd66b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-eef8be60"
          },
          {
            "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": "82b1b4270813",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "695a65a4014a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7e3709a0"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<input tabindex=\"0\" 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": "bcbd42008cd8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-dd4fc516"
          },
          {
            "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": "ff478653bcba",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "5f572aa6d33e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "a9fc6376c096",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-062b8071"
          }
        ],
        "outcomeCount": 2064,
        "uniqueFailedCount": 43,
        "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.laarne.be/",
      "finalUrl": "https://www.laarne.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Startpagina - Gemeente Laarne",
      "elapsedMs": 15536,
      "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": 149,
          "failed": 6,
          "cantTell": 9,
          "inapplicable": 56
        },
        "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",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "landmark-one-main",
          "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": "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 hier je 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.52 (foreground color: #d59800, background color: #ffffff, 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": "4471759f144f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-aaf33539"
          },
          {
            "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": "86d3bfb145d9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "1239a4b0edf8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-caf65a31"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".link-cookie-compliance",
            "html": "<a rel=\"nofollow\" href=\"/cookies?url=%2f\" class=\"link-cookie-compliance 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": "08e98b52ebd2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2f5c45cf"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".popup-heading",
            "html": "<h1 class=\"popup-heading\"><span>Steeds welkom op afspraak!</span></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": "8f5364cf9e2a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0ebd8b93"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".info-wrapper",
            "html": "<div class=\"info-wrapper\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a58035141780",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-36b7f62c"
          }
        ],
        "outcomeCount": 220,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 6
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1590,
          "failed": 89,
          "cantTell": 25,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_descendant_valid",
          "aria_hidden_nontabbable",
          "element_tabbable_unobscured",
          "heading_content_exists",
          "label_content_exists",
          "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-laarne.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": "4d53bd32eef7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2c87e258"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link data-css=\"contrastskin\" data-sw=\"/css/skin-website-contrast.css?v=29042026104243\" href=\"/css/skin-website.css?v=29042026104243\" 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": "0790d1923b4d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6ffe3d3a"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"find-more-button eu-cookie-compliance-more-button find-more-button-processed\" href=\"/cookies\" rel=\"nofollow\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d780f477d9f9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ab65d8d0"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<button value=\"decline\" name=\"action\" class=\"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": "e603c6cca8de",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d9fd2055"
          },
          {
            "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": "0ca42820c141",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5b5312e8"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<button value=\"acceptall\" name=\"action\" class=\"btn-cookie-compliance btn-cookie-accept\" 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": "09f8c93067b1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c7ea54d0"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"link-cookie-compliance link-cookie-settings\" href=\"/cookies?url=%2f\" rel=\"nofollow\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "23e5f94e31be",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-887197d5"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a rel=\"nofollow\" data-scrollto=\"skip\" class=\"btn-primary skip-navigation\" href=\"#content-main\">",
            "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": "8e22ca82aa9e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-92ed4e52"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a rel=\"nofollow\" data-scrollto=\"skip\" class=\"btn-primary 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": "707a7837f165",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b7230c77"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.52 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": "1a0bf93e737b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<button aria-expanded=\"false\" type=\"button\" class=\"navbar-toggle btn-menu\" data-dismiss=\"modal\" data-toggle=\"offcanvas\">",
            "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": "3d11bf09217e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b1ebef6b"
          },
          {
            "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": "a1efcd006044",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-58380d62"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"toggle-txt\">",
            "message": "Text contrast of 2.52 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 200",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "03f13fcd7ed1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8432b904"
          },
          {
            "rule": "label_content_exists",
            "xpath": null,
            "html": "<label for=\"txtkeyword\">",
            "message": "The <label> element does not have descriptive text that identifies the expected input",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c1591b737486",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-784f95f8"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<input data-placeholder-mobile=\"Zoeken\" placeholder=\"wat zoek je?\" data-toggle-placeholder=\"1\" autocomplete=\"off\" data-tooltip=\"wat zoek je?\" id=\"txtkeyword\" class=\"form-control txt\" name=\"q\" type=\"text\">",
            "message": "Element \"input\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0e3be2ffdb76",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-54dc3d7b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input data-placeholder-mobile=\"Zoeken\" placeholder=\"wat zoek je?\" data-toggle-placeholder=\"1\" autocomplete=\"off\" data-tooltip=\"wat zoek je?\" 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": "9d426a10330d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3dc2b4b7"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<button data-tooltip=\"Zoeken\" id=\"btnSearch\" class=\"btn-search\" type=\"submit\">",
            "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": "afa8451e143b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e669558b"
          },
          {
            "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": "1e948623fab4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-43c917fe"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<button class=\"icon-contrast\" id=\"btn-toggle-contrast\">",
            "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": "20572e67bb83",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c53ed9d4"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<button 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": "b6d58f56b275",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a5a0cfaf"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.52 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 200",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a data-tooltip=\"Terug naar startpagina\" class=\"brand\" href=\"/\">",
            "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": "18971036135e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f86e900f"
          },
          {
            "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": "2abe7e3a4cce",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-cf6aa245"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"title-container\">",
            "message": "Confirm this text 'Paardenmelkerij- en fokkerij Kattenheye' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5a365dcab5aa",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-63963f74"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"top-title\">",
            "message": "Confirm this text 'Paardenmelkerij- en fokkerij Kattenheye' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d822f52082f7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d5d41bf4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"description\">",
            "message": "Confirm this text 'Mieke Strobbe en Tony Raman' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9669dce8d9ca",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f9f65c07"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"sub-title\">",
            "message": "Confirm this text 'Trots op Laarne' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "278d20061e41",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e7424595"
          },
          {
            "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": "heading_content_exists",
            "xpath": null,
            "html": "<h1 class=\"page-heading\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ee169819b896",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-60a0cee2"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2 class=\"heading sr-only\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e86fabef36b5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-120244db"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a class=\"btn-default btn-partial\" rel=\"noopener\" target=\"_blank\" href=\"https://laarne.mijnafspraakmaken.be/client/\">",
            "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": "42f5064840e2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9a18d8e9"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.52 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a class=\"btn-default btn-partial\" href=\"/eloket\">",
            "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": "a06fb12fd567",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9294ecc1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.52 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a class=\"btn-default btn-partial\" href=\"/vraag-melding-of-klacht\">",
            "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": "f545b0a0818b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3cc31ef9"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.52 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a class=\"btn-default btn-partial\" href=\"/contact\">",
            "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": "f3908b3ec589",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c14a8842"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.52 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a class=\"btn-default btn-partial\" rel=\"noopener\" target=\"_blank\" href=\"https://app.eaglebe.com/pre/nl-be/map/laarne\">",
            "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": "954c2fa3a266",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-db1fef32"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.52 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a class=\"btn-default btn-partial\" href=\"publicaties\">",
            "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": "94aab9aca66a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-91505ccb"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.52 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a class=\"btn-default btn-partial\" rel=\"noopener\" target=\"_blank\" href=\"https://webshoplaarne.recreatex.be/Exhibitions/Overview\">",
            "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": "84d04fd43cd2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-437e4eb0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.52 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a class=\"btn-default btn-partial\" rel=\"noopener\" target=\"_blank\" href=\"https://www.laarne.be/kindvriendelijk-laarne\">",
            "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": "d9664a475bc4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b66d2f5f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.52 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": "heading_content_exists",
            "xpath": null,
            "html": "<h2 class=\"heading\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b6c1e8f0fc9c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a68cca9f"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"/hulp-bij-het-invullen-van-de-belastingaangifte\">",
            "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": "f79d59560fb2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6425bd23"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h3 class=\"title has-media\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ce0753ecb8f8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6a4ed343"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"/vacature-hoofddeskundige-dienstverlening\">",
            "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": "d06169c71d46",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4a37fcb7"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h3 class=\"title has-media\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"/tel-het-verkeer-in-je-straat-met-straatvinken\">",
            "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": "b725373324d1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f067a319"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h3 class=\"title has-media\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"/vacature-directeur-gemeentelijke-basisschool\">",
            "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": "a13f71c107d8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a3f8b297"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h3 class=\"title has-media\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"/groepsaankoop-groene-stroom-en-aardgas\">",
            "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": "d03cc3714ad9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f498c80f"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h3 class=\"title has-media\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"/programma-sinksenkermis-2026\">",
            "message": "Element \"a\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "434933efef10",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2db0b200"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h3 class=\"title has-media\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a class=\"btn-secondary btn-news\" href=\"/nieuws\">",
            "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": "b416147618d9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-32170f57"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a class=\"btn-secondary btn-events\" href=\"/activiteiten\">",
            "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": "f4ab327b8510",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4e74612b"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a class=\"iconcustom-ridderkasper btn-icon btn-icon-footer\" href=\"/jeugd\">",
            "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": "14c27ed5f9d1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2a8b6da4"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a class=\"iconcustom-banner-save btn-icon btn-icon-footer\" href=\"/save-gemeente\">",
            "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": "6af8868a810f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-dfd2db34"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a class=\"iconcustom-banner-bijen btn-icon btn-icon-footer\" href=\"/labels-en-titels\">",
            "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": "b35346633e4a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3924975c"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a class=\"iconcustom-FaireGemeente_Blauw btn-icon btn-icon-footer\" rel=\"noopener\" target=\"_blank\" href=\"http://fairtradegemeenten.be/laarne/laarne\">",
            "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": "797992cffafd",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a1aabf81"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a class=\"iconcustom-banner-hart btn-icon btn-icon-footer\" href=\"/laarne-hartveilig-aed\">",
            "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": "47ab138fbcc2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-cef08ae7"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a class=\"iconcustom-banner-klimaat2 btn-icon btn-icon-footer\" rel=\"noopener\" target=\"_blank\" href=\"https://oost-vlaanderen.be/wonen-en-leven/klimaatgezond-oost-vlaanderen.html\">",
            "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": "6166ae3522f0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b4454ee9"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a class=\"iconcustom-banner-gezondegemeente btn-icon btn-icon-footer\" href=\"/labels-en-titels\">",
            "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": "28f8e1ec77d1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d571a077"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a class=\"iconcustom-made-in-laarne btn-icon btn-icon-footer\" rel=\"noopener\" target=\"_blank\" href=\"https://madeinlaarne.be/\">",
            "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": "90ab8b64ebb9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8650cc45"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a class=\"phone\" href=\"tel:093654600\" rel=\"noopener noreferrer\">",
            "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": "cb3ad447ab5a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f841ecd4"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a class=\"mail\" href=\"mailto:%69%6e%66%6f%40%6c%61%61%72%6e%65%2e%62%65\" target=\"_blank\" rel=\"noopener noreferrer\">",
            "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": "ce76914a5966",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f70b7670"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"/privacy\">",
            "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": "ce48860ceb25",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5716f006"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"/gebruiksvoorwaarden\">",
            "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": "553d4ffdfab1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d8d7f000"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"/cookies\">",
            "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": "43edcb275040",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a4017efb"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"/toegankelijkheid\">",
            "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": "3d6c61fa006a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e8dc2d26"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a class=\"lcplink\" href=\"https://www.lcp.be/\" target=\"_blank\" rel=\"noopener\" data-tooltip=\"web design, development en cms door LCP\">",
            "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": "255469a5e246",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5241bb02"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a class=\"soonlink iconcustom-soon\" href=\"https://www.coming-soon.be/\" target=\"_blank\" rel=\"noopener\" data-tooltip=\"The Creative Branding Agency - soon\">",
            "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": "b4cf2eeb5f3f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-50c8acf9"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button type=\"button\" data-snooze=\"3\" data-c=\"Hidepopup02\" data-tooltip=\"Sluiten\" class=\"btn-toggle-close show popup-close is-active\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "382d080f8e76",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1d4c4d89"
          },
          {
            "rule": "aria_descendant_valid",
            "xpath": null,
            "html": "<button type=\"button\" data-snooze=\"3\" data-c=\"Hidepopup02\" data-tooltip=\"Sluiten\" class=\"btn-toggle-close show popup-close is-active\">",
            "message": "The element with role \"button\" contains descendants with implicit roles \"generic\" which are ignored by browsers",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8da3885add31",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7dbdbebb"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"toggle-txt\">",
            "message": "Text contrast of 2.52 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 200",
            "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": "2553b1e14c5c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a86234de"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<br>",
            "message": "Confirm this text 'Hoe maak je een afspraak?' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f64d8ffef756",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-94d3c6bd"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Alle diensten Alle diensten' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c5cc5b05ad00",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f2bf52aa"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Andere diensten Andere diensten' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://laarne.mijnafspraakmaken.be/client\" rel=\"noopener noreferrer\" target=\"_blank\" class=\"btn-cta external\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "880859ba5ccd",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-71cb2b7b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://laarne.mijnafspraakmaken.be/client\" rel=\"noopener noreferrer\" target=\"_blank\" class=\"btn-cta 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": "55fa63e84d12",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-59d0732c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.52 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": 1690,
        "uniqueFailedCount": 69,
        "duplicateFailedCount": 20,
        "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": 20
    },
    {
      "submittedUrl": "https://www.lebbeke.be/",
      "finalUrl": "https://www.lebbeke.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Startpagina - Gemeente Lebbeke",
      "elapsedMs": 17251,
      "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": 599,
          "failed": 3,
          "cantTell": 21,
          "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=\"Waar ben je naar op zoek?\" autocomplete=\"off\" placeholder=\"Waar ben je naar op zoek?\" data-placeholder=\"Waar ben je naar op zoek?\" 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": "013a248fdea1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "77d7fc27fd24",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "74776cdd1d78",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-34285466"
          }
        ],
        "outcomeCount": 663,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 3
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1690,
          "failed": 19,
          "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": "db7397e14611",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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=06062023132959\" id=\"skin-stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c61f7510820",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a9d2561b"
          },
          {
            "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=06062023132959\" 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": "bed2f96b09f2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7da3867c"
          },
          {
            "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": "a804d58de920",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "fd3f124e6aa8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "60454663277e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "05add32c5a5c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "6cbbc70deb9d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "f0d6209a2ec3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "9373a0c0f63e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "068b8d99d6ed",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-da0a63eb"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div style=\"height: 297px;\" data-mh=\"spotlight-caption\" class=\"spotlight-caption\">",
            "message": "Confirm this text 'Digitaal Loket: online aanvragen van attesten en uittreksels' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "03df63c9fe34",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d0561172"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div style=\"height: 297px;\" data-mh=\"spotlight-caption\" 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 style=\"height: 297px;\" data-mh=\"spotlight-caption\" class=\"spotlight-caption\">",
            "message": "Confirm this text 'Webwinkel vrijetijdsdiensten' 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: 297px;\" data-mh=\"spotlight-caption\" class=\"spotlight-caption\">",
            "message": "Confirm this text 'Melding' 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 #1f1c57. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2fef2b42a8ba",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "The foreground text and its background color are both detected as #1f1c57. 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 #1f1c57. 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 #1f1c57. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 1719,
        "uniqueFailedCount": 13,
        "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.lede.be/",
      "finalUrl": "https://www.lede.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Home | Openbaar bestuur Lede",
      "elapsedMs": 13911,
      "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": 721,
          "failed": 6,
          "cantTell": 27,
          "inapplicable": 40
        },
        "failedRules": [
          "link-name",
          "page-has-heading-one"
        ],
        "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": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "a[href=\"https://www.politie.be/5441/\"]",
            "html": "<a href=\"https://www.politie.be/5441/\">",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3ca77b96ec0f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-fa4c879c"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "#paddle_components_image_block_7122c2ab-0c1f-4fba-87f7-5d5fb3db4071 > .paddle-component--image-block.paddle-component > .paddle-component--body-section > .media-frame > a",
            "html": "<a href=\"https://zuid-oost.hulpverleningszone.be/\">",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f45949dc9184",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7db8dd7b"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "a[href$=\"lede.bibliotheek.be/\"]",
            "html": "<a href=\"https://lede.bibliotheek.be/\">",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bc89cc303874",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-fd119107"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "a[href$=\"gcdevolkskring\"]",
            "html": "<a href=\"/gcdevolkskring\">",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "095ef93fb823",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-76bb9577"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "a[href$=\"academielede.be/\"]",
            "html": "<a href=\"https://www.academielede.be/\">",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "70e91973d6e6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-78ca4d8d"
          },
          {
            "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": "c8c188ce0183",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ee8d7590"
          }
        ],
        "outcomeCount": 794,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 6
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2340,
          "failed": 52,
          "cantTell": 44,
          "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",
          "label_name_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 href=\"https://use.typekit.net/jui2pei.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": "734df29263d8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-998a8b29"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_nsnVBI2LGH8kLkjKBMEOihmvFoV6_hcGLz2WUGfFjas.css?delta=0&language=nl&theme=ocelot_paddle&include=eJx9UtFywyAM-yESPokz4LS-As4Z2JZ-_ZykzW5dszeQhGxsAVkgd0nsIZlAje5Y3Cw8UUL7cjfhhpEai4MQWCJxscdpnIRLwxJNYL4RurBdm_OJ9Z3YHR4e8PCAVS1oo_QZ0kgN85CoNoPdHTZ5TgQloH0HOg-CJsHCXUt1SlFLTdwlcHIVQ9PWnnSkGvgDZbFcUHnDARM3N0OM62_VVInSRp_gvvzDaudDRZBwPRcJQgzSsz-VTCx5yFDggnHY5numvEL2XS46rTMFZXU5ZbOuDU7ZyoEgDZtIp19u9VXaa-PsaluUvbyQs5Au-cntoDvM60-d-obc2t6j8IZdk_BKrmGBevUMEn-hk6Zh8fxlZk7pGaj1_PjSvi8HMznojbcEYUN7gpt9Km6bitssNFalwSdWzjgebb4T_oXGdsWspkvViFsPFb8BWNVeBw\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e217bb1ed06d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0d9e3d4c"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_ojLO0IAYXv09kiJqR2d-I_TpOquHy4gBR6TzvB4lJMg.css?delta=3&language=nl&theme=ocelot_paddle&include=eJx9UtFywyAM-yESPokz4LS-As4Z2JZ-_ZykzW5dszeQhGxsAVkgd0nsIZlAje5Y3Cw8UUL7cjfhhpEai4MQWCJxscdpnIRLwxJNYL4RurBdm_OJ9Z3YHR4e8PCAVS1oo_QZ0kgN85CoNoPdHTZ5TgQloH0HOg-CJsHCXUt1SlFLTdwlcHIVQ9PWnnSkGvgDZbFcUHnDARM3N0OM62_VVInSRp_gvvzDaudDRZBwPRcJQgzSsz-VTCx5yFDggnHY5numvEL2XS46rTMFZXU5ZbOuDU7ZyoEgDZtIp19u9VXaa-PsaluUvbyQs5Au-cntoDvM60-d-obc2t6j8IZdk_BKrmGBevUMEn-hk6Zh8fxlZk7pGaj1_PjSvi8HMznojbcEYUN7gpt9Km6bitssNFalwSdWzjgebb4T_oXGdsWspkvViFsPFb8BWNVeBw\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "947772c31083",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-02e66046"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_t50tN4C5uBufsKvjKfbaYDSpmhXboimYdIGseWIEEkc.css?delta=4&language=nl&theme=ocelot_paddle&include=eJx9UtFywyAM-yESPokz4LS-As4Z2JZ-_ZykzW5dszeQhGxsAVkgd0nsIZlAje5Y3Cw8UUL7cjfhhpEai4MQWCJxscdpnIRLwxJNYL4RurBdm_OJ9Z3YHR4e8PCAVS1oo_QZ0kgN85CoNoPdHTZ5TgQloH0HOg-CJsHCXUt1SlFLTdwlcHIVQ9PWnnSkGvgDZbFcUHnDARM3N0OM62_VVInSRp_gvvzDaudDRZBwPRcJQgzSsz-VTCx5yFDggnHY5numvEL2XS46rTMFZXU5ZbOuDU7ZyoEgDZtIp19u9VXaa-PsaluUvbyQs5Au-cntoDvM60-d-obc2t6j8IZdk_BKrmGBevUMEn-hk6Zh8fxlZk7pGaj1_PjSvi8HMznojbcEYUN7gpt9Km6bitssNFalwSdWzjgebb4T_oXGdsWspkvViFsPFb8BWNVeBw\" media=\"print\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "32c4591cfbe6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f8f58716"
          },
          {
            "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": "0df1d29984ba",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "e7a5030df732",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "2f9d005aaaa0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-780e76ef"
          },
          {
            "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=contact%2Bnews_item%2Borganisation%2Bpage%2Bproduct%2Bsearch_ad%2Bstreet_plan&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": "6ea0f5fb637a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6304f36d"
          },
          {
            "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": "e47a14cf28ed",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-47ae879c"
          },
          {
            "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": "6d8d2c27d7f1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "ebf161ffee7f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-509d3a1f"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/8\" class=\"menu_page nav-link\" 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": "fdfb66a521dd",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2dd083a4"
          },
          {
            "rule": "style_background_decorative",
            "xpath": null,
            "html": "<div style=\"--background:url(https://www.lede.be/sites/default/files/styles/original_ratio_xxxxl/public/2023-05/banner_image%402x.webp?itok=yupXAZFn);\" 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": "057974fc8e05",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f12ddf7d"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"linkbox\">",
            "message": "Confirm this text 'Iets aanvragen' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0fe64ace88f6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a754f081"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"linkbox\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 22px and weight of 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "104495c93d96",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f0fd27a5"
          },
          {
            "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": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"linkbox\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 22px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"linkbox\">",
            "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_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"linkbox\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 22px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/wil-je-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": "2397edafc393",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-681f7711"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"linkbox\">",
            "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": "<div class=\"linkbox\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 22px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/menu/tickets-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": "0fd1a90de776",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1094d2fd"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"linkbox\">",
            "message": "Confirm this text 'Tickets en inschrijvingen' 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=\"linkbox\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 22px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/werken-bij-lede\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "82d3d6fa0ea2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-27f6175d"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"linkbox\">",
            "message": "Confirm this text 'Werken bij Lede' 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=\"linkbox\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 22px and weight of 700",
            "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 UIT LEDE' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f571b33c7239",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-21e33d57"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/alle-nieuwsberichten\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1aecbfbf219c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b472e6ee"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"paddle-component paddle-component--top-section text\">",
            "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 class=\"date badge badge-light\">",
            "message": "Confirm this text '9 mei' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "835273e39848",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-384e5f0d"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"date badge badge-light\">",
            "message": "Confirm this text '9 mei tot 27 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=\"date badge badge-light\">",
            "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": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/ontspannen-en-beleven/uit-in-lede-1\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8db0c7334041",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-db5dd805"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.politie.be/5441/\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e5be66e44875",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3205cefd"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://zuid-oost.hulpverleningszone.be/\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "84ddf1a32e7c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ec308761"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://lede.bibliotheek.be/\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8f8be8e2ecf7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c3bae7ee"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/gcdevolkskring\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b8fd4cffffa1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-386631ce"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.academielede.be/\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9a57a458d63a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1452fadd"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"paddle-component paddle-component--top-section text\">",
            "message": "Confirm this text 'Lokaal bestuur Lede' 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=\"Diensten en gemeentelijke gebouwen\" data-entity-substitution=\"canonical\" data-entity-uuid=\"1f34aed0-c973-474f-b956-5b9e51a2d3e2\" data-entity-type=\"node\" href=\"/bestuur-en-beleid/diensten-en-gemeentelijke-gebouwen\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "59b0b13d35fb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-451da88a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Op afspraak of niet?\" data-entity-substitution=\"canonical\" data-entity-uuid=\"9001a5a3-a5b3-45ad-8647-c4d82fedd8bf\" data-entity-type=\"node\" href=\"/op-afspraak-of-niet\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0bc7a7a91dd8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d1ba138e"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a title=\"Volg ons op Hoplr\" aria-label=\"Volg ons op Hoplr\" href=\"https://www.hoplr.com/\" class=\"social-media-link-icon--website\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ee0f59255831",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c4ddec69"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<div style=\"bottom: -327.308px;\" 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": "541d8d9601eb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4986e3b0"
          },
          {
            "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": "de8ef060c023",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-db66cdd1"
          },
          {
            "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": "951e3aaeaea0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7e3709a0"
          },
          {
            "rule": "input_checkboxes_grouped",
            "xpath": null,
            "html": "<input tabindex=\"0\" 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": "6694959c81c9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ed9515e4"
          },
          {
            "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": "4a980ace4bfd",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-bb2e601d"
          },
          {
            "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": "5660f7619ff9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "f8d02bebff24",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "b0586b6803d1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-062b8071"
          }
        ],
        "outcomeCount": 2396,
        "uniqueFailedCount": 38,
        "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.lierde.be/",
      "finalUrl": "https://www.lierde.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Homepage | Gemeente Lierde",
      "elapsedMs": 17611,
      "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": 667,
          "failed": 9,
          "cantTell": 24,
          "inapplicable": 41
        },
        "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",
          "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 1.7 (foreground color: #ffffff, background color: #d9c2b4, 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": "bed117d2d19c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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 1.7 (foreground color: #ffffff, background color: #d9c2b4, font size: 16.5pt (22px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".eu-cookie-compliance-banner"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9518584a2390",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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 1.7 (foreground color: #ffffff, background color: #d9c2b4, font size: 16.5pt (22px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".eu-cookie-compliance-banner"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f8908d06793",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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 1.7 (foreground color: #ffffff, background color: #d9c2b4, font size: 16.5pt (22px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".eu-cookie-compliance-banner"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d88ee7a22c2a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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 1.7 (foreground color: #ffffff, background color: #d9c2b4, font size: 16.5pt (22px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".eu-cookie-compliance-banner"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ffe3019f872",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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-doelgerichte_cookies\" class=\"form-check-label\">Sociale 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 1.7 (foreground color: #ffffff, background color: #d9c2b4, font size: 16.5pt (22px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".eu-cookie-compliance-banner"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fe5de71842d1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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 1.7 (foreground color: #ffffff, background color: #d9c2b4, 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": "5c969bacfd40",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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 1.7 (foreground color: #ffffff, background color: #d9c2b4, 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": "09e9622ebcbe",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "bc75a6f1bb8a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c1791208"
          }
        ],
        "outcomeCount": 741,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 9
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1745,
          "failed": 50,
          "cantTell": 33,
          "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",
          "target_spacing_sufficient",
          "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_LvzwVzw4XiDpFf5OzixpQPa4OpZH0ebPmmbyRMd5jQw.css?delta=0&language=nl&theme=ocelot_paddle&include=eJx9Uu1uwyAMfCESHgkZcBurgCPjTM2efk76pXXN_uG742T7DOSBwrlwhOISKX1jC7PwiQr6t9qlC2ZSlgApsWTi5p-v8STcFFt2iflCGNJeaoiF7Z_4Gzzc4eEOm1rQZ1lmKCMp1qFQV4dLeNrUuRC0hP4TGCIIOrxqoXZ5-NxLV2DlxTpYqGTrQCdBTFxCx6TW8oPP1BN_oaye28a7amOCt5EVZUww72JOWFjDDDlvq7EOTN10jAW-139YG3PoCJKmY5Eg5CRLjYeSE0sdKjQ4Yx72MI6UE9S4yNlWe6Sgai6H7D78O7t05Rq6rrbX8xs5C1nMD-4Ghqdff1n3D-SW9u0WXuR2ENCnyCD5F3qyxNfIVzdzKY-wt_ewxd3dbc0BZgqwKO9Xgor-AHedE0EJ-8Rht_B_oVEnrKZdu12nj9DxB3rLQss\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "492886b2a341",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9f441069"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_LvzwVzw4XiDpFf5OzixpQPa4OpZH0ebPmmbyRMd5jQw.css?delta=0&language=nl&theme=ocelot_paddle&include=eJx9Uu1uwyAMfCESHgkZcBurgCPjTM2efk76pXXN_uG742T7DOSBwrlwhOISKX1jC7PwiQr6t9qlC2ZSlgApsWTi5p-v8STcFFt2iflCGNJeaoiF7Z_4Gzzc4eEOm1rQZ1lmKCMp1qFQV4dLeNrUuRC0hP4TGCIIOrxqoXZ5-NxLV2DlxTpYqGTrQCdBTFxCx6TW8oPP1BN_oaye28a7amOCt5EVZUww72JOWFjDDDlvq7EOTN10jAW-139YG3PoCJKmY5Eg5CRLjYeSE0sdKjQ4Yx72MI6UE9S4yNlWe6Sgai6H7D78O7t05Rq6rrbX8xs5C1nMD-4Ghqdff1n3D-SW9u0WXuR2ENCnyCD5F3qyxNfIVzdzKY-wt_ewxd3dbc0BZgqwKO9Xgor-AHedE0EJ-8Rht_B_oVEnrKZdu12nj9DxB3rLQss\" 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": "a77e58e331ae",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2d896430"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_M53yKma-XFan2PbgZQAohIweKC8xI8yrZINxtH81A6M.css?delta=1&language=nl&theme=ocelot_paddle&include=eJx9Uu1uwyAMfCESHgkZcBurgCPjTM2efk76pXXN_uG742T7DOSBwrlwhOISKX1jC7PwiQr6t9qlC2ZSlgApsWTi5p-v8STcFFt2iflCGNJeaoiF7Z_4Gzzc4eEOm1rQZ1lmKCMp1qFQV4dLeNrUuRC0hP4TGCIIOrxqoXZ5-NxLV2DlxTpYqGTrQCdBTFxCx6TW8oPP1BN_oaye28a7amOCt5EVZUww72JOWFjDDDlvq7EOTN10jAW-139YG3PoCJKmY5Eg5CRLjYeSE0sdKjQ4Yx72MI6UE9S4yNlWe6Sgai6H7D78O7t05Rq6rrbX8xs5C1nMD-4Ghqdff1n3D-SW9u0WXuR2ENCnyCD5F3qyxNfIVzdzKY-wt_ewxd3dbc0BZgqwKO9Xgor-AHedE0EJ-8Rht_B_oVEnrKZdu12nj9DxB3rLQss\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "81e56796f4a8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-10aa8a91"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_iZxWTaOl1F08uJ9SUY2s-lTUo-DB6jlYEm7TLtdN0ao.css?delta=2&language=nl&theme=ocelot_paddle&include=eJx9Uu1uwyAMfCESHgkZcBurgCPjTM2efk76pXXN_uG742T7DOSBwrlwhOISKX1jC7PwiQr6t9qlC2ZSlgApsWTi5p-v8STcFFt2iflCGNJeaoiF7Z_4Gzzc4eEOm1rQZ1lmKCMp1qFQV4dLeNrUuRC0hP4TGCIIOrxqoXZ5-NxLV2DlxTpYqGTrQCdBTFxCx6TW8oPP1BN_oaye28a7amOCt5EVZUww72JOWFjDDDlvq7EOTN10jAW-139YG3PoCJKmY5Eg5CRLjYeSE0sdKjQ4Yx72MI6UE9S4yNlWe6Sgai6H7D78O7t05Rq6rrbX8xs5C1nMD-4Ghqdff1n3D-SW9u0WXuR2ENCnyCD5F3qyxNfIVzdzKY-wt_ewxd3dbc0BZgqwKO9Xgor-AHedE0EJ-8Rht_B_oVEnrKZdu12nj9DxB3rLQss\" media=\"print\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e8d4ea77252d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f704e03d"
          },
          {
            "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": "19455f11b7e5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "0a2d6e20e59f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "587b8316c7bf",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "95b4a3596776",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-215bd4df"
          },
          {
            "rule": "style_background_decorative",
            "xpath": null,
            "html": "<div style=\"--background:url(https://www.lierde.be/sites/default/files/styles/original_ratio_xxxxl/public/2021-02/hp-banner-image-v1.webp?itok=Lb63tFe7);\" 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": "aee30aea8496",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4ea42842"
          },
          {
            "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": "d3b62a9a9926",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "3c588eb36448",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-87ad9640"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/afspraak-maken\" class=\"\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "74b24a0ad2bb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3ec01663"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://webshop.lierde.be\" class=\"\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4cd57b6e0d32",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c1653710"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/openingsuren\" class=\"\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "950c7a73a1cb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e23d7549"
          },
          {
            "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": "ff3b50e5f8ba",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-21e33d57"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"/tijdelijke-verkeershinder-aan-oc-de-plussje-op-4-en-5-mei\">",
            "message": "Text contrast of 1.16 with its background is less than the WCAG AA minimum requirements for text of size 24px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "df0066cf2d71",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8321a48f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<time datetime=\"2026-05-04T12:00:00Z\">",
            "message": "Text contrast of 1.16 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": "dc60037b6bcd",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5e9ef9f8"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"/samen-voor-een-propere-buurt-ruim-hondenpoep-op\">",
            "message": "Text contrast of 1.16 with its background is less than the WCAG AA minimum requirements for text of size 24px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "65d91f88ac61",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e315b867"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<time datetime=\"2026-05-04T12:00:00Z\">",
            "message": "Text contrast of 1.16 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": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"/papieren-zakken-voor-40l-gft-container-verkrijgbaar\">",
            "message": "Text contrast of 1.16 with its background is less than the WCAG AA minimum requirements for text of size 24px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d9ba6ce22fd",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-aaa6895f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<time datetime=\"2026-04-30T12:00:00Z\">",
            "message": "Text contrast of 1.16 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": "1ee76a5e6143",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "98510aaa65ed",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-75bf150d"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"paddle-component paddle-component--top-section text\">",
            "message": "Confirm this text 'Gemeentelijke Activiteiten' 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 rel=\"bookmark\" href=\"/seniorendansnamiddag-15\">",
            "message": "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": "8e6f5e842368",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-eebba9e2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"/reizende-tentoonstelling-gedichten-in-metamorfose\">",
            "message": "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": "58f057e393f5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-adb66ae0"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"/reizende-tentoonstelling-gedichten-in-metamorfose\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: 'Gedichten in metamorfose'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "44bc92689702",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f783b683"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"/buitenspeeldag-0\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b22f17ee57c2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-29f636c1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/activiteitenkalender\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bcbcb8ae0f05",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8a401544"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.lierde.be/agenda/search\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8774232b3198",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-46d412b6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Contacteer ons\" data-entity-substitution=\"canonical\" data-entity-uuid=\"08f2fd67-b5e9-4093-b7ed-f7cb662e6cc5\" data-entity-type=\"node\" href=\"/contacteer-ons\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f6696a324e66",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-49708238"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Nieuwsbrief\" data-entity-uuid=\"dd24f418-0ee7-4c1e-be44-0e33e6a18f3f\" data-entity-type=\"node\" href=\"/communicatie/nieuwsbrief\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1e51f09a7812",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-88b05538"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.lierde.be/communicatie/toegankelijkheidsverklaring\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "341ca9062545",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-34827f4d"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<div style=\"bottom: -118.015px;\" 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": "e0a8548e9ee0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c56c6fc1"
          },
          {
            "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": "eb3d63d92a80",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-db66cdd1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2>",
            "message": "Text contrast of 1.70 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": "aaa629a816c9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9c97642b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "Text contrast of 1.70 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": "39bf2c658450",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "d18ed2450fba",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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.70 with its background is less than the WCAG AA minimum requirements for text of size 22px and weight of 300",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6bf8cbbd5edb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "e3cfba02f2e7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "635063ff0d22",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "3731a8dd951c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3e967984"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<label class=\"form-check-label\" for=\"cookie-category-analytische_cookies\">",
            "message": "Text contrast of 1.70 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": "bab200aa2db2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-935594c4"
          },
          {
            "rule": "input_checkboxes_grouped",
            "xpath": null,
            "html": "<input tabindex=\"0\" class=\"form-check-input\" value=\"doelgerichte_cookies\" id=\"cookie-category-doelgerichte_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": "1bdbd1906517",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3fdb519f"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<input tabindex=\"0\" class=\"form-check-input\" value=\"doelgerichte_cookies\" id=\"cookie-category-doelgerichte_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": "4a07309990ea",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d577ddf4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<label class=\"form-check-label\" for=\"cookie-category-doelgerichte_cookies\">",
            "message": "Text contrast of 1.70 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": "911a9eaa8042",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-55ff5abe"
          },
          {
            "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": "7d28e0bc4256",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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 1.70 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": "c7d1eeb2797c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "bb687471a6ca",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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 1.70 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": "456bac8837c1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "60840085d548",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-062b8071"
          }
        ],
        "outcomeCount": 1796,
        "uniqueFailedCount": 48,
        "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.lievegem.be/",
      "finalUrl": "https://www.lievegem.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Home | Lievegem",
      "elapsedMs": 18062,
      "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": 614,
          "failed": 7,
          "cantTell": 2,
          "inapplicable": 40
        },
        "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-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",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "scrollable-region-focusable",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#edit-keys",
            "html": "<input placeholder=\"Wat wil je vinden?\" data-drupal-selector=\"edit-keys\" data-search-api-auto...=\"search\" class=\"form-autocomplete fo...\" data-autocomplete-pa...=\"/search_api_autocomp...\" type=\"text\" id=\"edit-keys\" name=\"keys\" value=\"\" size=\"30\" maxlength=\"128\" data-once=\"autocomplete search-...\" au ...>",
            "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: 15.4pt (20.576px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#edit-keys"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a6377a948b21",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-33ff0053"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".banner_wrapper > img",
            "html": "<img src=\"/sites/default/files/styles/banner_homepage/public/2026-01/20260120_Kanaal%20Gent-Oostende-1_0.jpg?h=f49ed93f&amp;itok=2HsQIy26 \">",
            "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": "1111656ee71d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f72a70d2"
          },
          {
            "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": "27fb89181b47",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-992057e5"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".veelbezocht-blok",
            "html": "<div class=\"veelbezocht-blok\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d2dd8213d3d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0d831d11"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".banner_wrapper > img",
            "html": "<img src=\"/sites/default/files/styles/banner_homepage/public/2026-01/20260120_Kanaal%20Gent-Oostende-1_0.jpg?h=f49ed93f&amp;itok=2HsQIy26 \">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "663d58b5a1ae",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-643db99a"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".quickbuttons",
            "html": "<div class=\"quickbuttons\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a3727059ff6a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-926896ff"
          },
          {
            "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": "a0a0cc3d07ac",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c1791208"
          }
        ],
        "outcomeCount": 663,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 7
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1594,
          "failed": 68,
          "cantTell": 46,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_attribute_valid",
          "aria_content_in_landmark",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "html_skipnav_exists",
          "img_alt_valid",
          "input_checkboxes_grouped",
          "input_label_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "html_skipnav_exists",
            "xpath": null,
            "html": "<html class=\"wf-proximanova-n9-active wf-proximanova-n7-active wf-proximanova-i4-active wf-proximanova-i7-active wf-proximanova-n4-active wf-active 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": "042b7164b30b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1b145a37"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_UKlJEogwvzsoAcdKep2_ys31QO8J8_WBUSZI-viomh4.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": "355ff2964a4c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-beeba7b7"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_UKlJEogwvzsoAcdKep2_ys31QO8J8_WBUSZI-viomh4.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": "a1a748c9fa81",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-44debe90"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button type=\"button\" lang=\"en\" ignore=\"true\" class=\"gw-launchpad-button gw-launchpad-button--double-icon  gw-launchpad-button--orange\" id=\"browsealoud-button--launchpad\" title=\"Spreken - Luisteren met de ReachDeck-werkbalk\" aria-label=\"Spreken - Luisteren met de ReachDeck-werkbalk\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "479e1f63e34a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-45532d69"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<button type=\"button\" lang=\"en\" ignore=\"true\" class=\"gw-launchpad-button gw-launchpad-button--double-icon  gw-launchpad-button--orange\" id=\"browsealoud-button--launchpad\" title=\"Spreken - Luisteren met de ReachDeck-werkbalk\" aria-label=\"Spreken - Luisteren met de ReachDeck-werkbalk\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "12bdb8864508",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ae1ea06f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button type=\"button\" lang=\"en\" ignore=\"true\" class=\"gw-launchpad-button gw-launchpad-button--double-icon  gw-launchpad-button--orange\" id=\"browsealoud-button--launchpad\" title=\"Spreken - Luisteren met de ReachDeck-werkbalk\" aria-label=\"Spreken - Luisteren met de ReachDeck-werkbalk\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef2b707016ab",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-16ae4fa1"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a alt=\"link naar de homepagina\" 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": "8f33df16ab0a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-716b0aaa"
          },
          {
            "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": "3fb818e323da",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "6674a8fc7358",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-57a35434"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button aria-label=\"Menu\" type=\"button\" class=\"hamburger hamburger--squeeze\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d6a61e037668",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3055021e"
          },
          {
            "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": "e900fb353df3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d2aaa78f"
          },
          {
            "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": "883ec4f9f73f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "62c74f1f44e1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-136f9cfc"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a target=\"_self\" href=\"/recyclageparken\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d8d6a2a83569",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a43f05fe"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_self\" href=\"/recyclageparken\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d422054d6127",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-bd3e2b63"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/ziejijhetzitten/jobs\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0b5b0beb5422",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4e04b139"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/ziejijhetzitten/jobs\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "efc04ffd17ef",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3bb73f56"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a target=\"_self\" href=\"/vrije-tijd/sport/sportinfrastructuur/zwembad\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0207b6ad34bf",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-89e82a89"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_self\" href=\"/vrije-tijd/sport/sportinfrastructuur/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": "6392598e32ed",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c33bbb97"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.lievegem.be/vrije-tijd/evenementen\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7a08f215cb23",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-63d07598"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.lievegem.be/vrije-tijd/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": "1c37e8154373",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c21561ef"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://reservaties.lievegem.be/\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bfac403aed01",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-040325e7"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://reservaties.lievegem.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": "75f7dfe592dc",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8966ab36"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/huis-aan-huisinzameling-van-groente-fruit-en-tuinafval-gft\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b3d882cbb67",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-db09ad51"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/huis-aan-huisinzameling-van-groente-fruit-en-tuinafval-gft\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "359b3e8b9c07",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-399c6122"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/wonen-en-omgeving/mobiliteit-en-openbaar-domein/werken-en-werven\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "983e61c1cdce",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b2b5d03b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/wonen-en-omgeving/mobiliteit-en-openbaar-domein/werken-en-werven\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0ddb6ec93fee",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c1337ff6"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.lievegem.be/thuisloket/afspraak\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "160d145547e7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6ec9d2f7"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.lievegem.be/thuisloket/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": "462b28a11a51",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f85dcb67"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/sites/default/files/styles/banner_homepage/public/2026-01/20260120_Kanaal%20Gent-Oostende-1_0.jpg?h=f49ed93f&itok=2HsQIy26 \">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c119814a4492",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-416fea4f"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/16\" class=\"thuisloket\" href=\"/thuisloket\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "61e1f3c950fb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4d71ccc0"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/16\" class=\"thuisloket\" href=\"/thuisloket\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e4dbfac9a5ff",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f139de80"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/17\" class=\"meldingen\" href=\"/meldpunt\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f7dde0190b7a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7f222614"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/17\" class=\"meldingen\" 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": "8e45427280cb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ac865403"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"scroll-next\" href=\"#\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "69eddc8c5f7a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3517e7ce"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"scroll-next\" 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": "98da6eb3cc72",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7d2976ba"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/18\" class=\"activiteiten\" href=\"/uit-in-lievegem\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b1adb4837b5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-500d9e79"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/18\" class=\"activiteiten\" href=\"/uit-in-lievegem\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cdb4e97528ba",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-826ba044"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/5986\" class=\"inschrijven\" href=\"/openingsuren\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb08aca2a322",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f630163b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/5986\" class=\"inschrijven\" 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": "87995715e451",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f474c346"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "554f5350c1d0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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=\"teaser-large-content\">",
            "message": "Confirm this text 'tussen 13 april en 1 juli 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "110322c40e7d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-475faa68"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'tussen 13 april en 1 juli 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d15ffb1629f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "text_quoted_correctly",
            "xpath": null,
            "html": "<a href=\"/nieuws/winnaar-kunstwedstrijd-nieuwe-stemmen-gedeelde-verhalen\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: 'Nieuwe stemmen, gedeelde verhalen'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c42fd0c1c78c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f14a7fde"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p>",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: 'Nieuwe stemmen, gedeelde verhalen'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac3216ee0c09",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a938c687"
          },
          {
            "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": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-entity-substitution=\"canonical\" data-entity-uuid=\"6ac293e6-e9fd-450c-b47f-a73dc8e3d4c1\" data-entity-type=\"node\" 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": "a781ed57f29b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7730b458"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-entity-substitution=\"canonical\" data-entity-uuid=\"c849f9a7-a506-4bf9-9a42-ef63484f7b99\" data-entity-type=\"node\" href=\"/disclaimer\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5b2bf2e548cf",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-76a068bc"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"blox block block-socialemedia\">",
            "message": "Confirm this text 'Volg Lievegem op' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4c4e68d77f40",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a8c11d1d"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Volg Lievegem op' 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 target=\"_blank\" href=\"https://www.facebook.com/gemeentelievegem\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a37ca0ded943",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-deaed6b9"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.instagram.com/gemeentelievegem\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5145f8f076e6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b87c66bf"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.flickr.com/photos/168280703@N04/collections\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f52f7de567af",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2407dc51"
          },
          {
            "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": "bd103f011f18",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "a424f6c01e0d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "bb1204cb96af",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "a720e727d771",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "6d7bb389bb8a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "c97dd561cfb8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "11dd409ccf07",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "2b375f2672e0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "0d4fa70955a6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "cdca5976267c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "2380679e675f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-80613e9d"
          }
        ],
        "outcomeCount": 1670,
        "uniqueFailedCount": 62,
        "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.lochristi.be/",
      "finalUrl": "https://www.lochristi.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Startpagina - Lokaal bestuur Lochristi",
      "elapsedMs": 17489,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 626,
          "failed": 45,
          "cantTell": 25,
          "inapplicable": 44
        },
        "failedRules": [
          "color-contrast",
          "label-title-only",
          "landmark-contentinfo-is-top-level",
          "landmark-no-duplicate-contentinfo",
          "landmark-one-main",
          "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",
          "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-no-duplicate-banner",
          "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": ".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 3.81 (foreground color: #ffffff, background color: #1f8cb8, 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": "c3e0e93821ac",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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.81 (foreground color: #ffffff, background color: #1f8cb8, 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": "ade1f5f5308e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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 3.81 (foreground color: #ffffff, background color: #1f8cb8, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#cookie-compliance"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2fe7f2aff4f5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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 3.81 (foreground color: #ffffff, background color: #1f8cb8, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#cookie-compliance"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fb84911e6fe8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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 3.81 (foreground color: #ffffff, background color: #1f8cb8, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#cookie-compliance"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "478881c2bae4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-08e864b5"
          },
          {
            "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=\"Zoeken in de website\" value=\"Zoeken...\" 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.07 (foreground color: #ffffff, background color: #00ce7c, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#txtkeyword"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5d95629d59ae",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-46d6df2d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#contact > .heading",
            "html": "<h2 class=\"heading\">Openingsuren &amp; contact</h2>",
            "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: #00ce7c, background color: #ffffff, font size: 20.3pt (27px), font weight: normal). Expected contrast ratio of 3:1",
            "relatedPaths": [
              "#contact"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f63f6ee2b76",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-38659ddc"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[target=\"_bank\"] > span",
            "html": "<span>Wegbeschrijving</span>",
            "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: #1f8cb8, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#contact"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "927c712fe446",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-aa9185af"
          },
          {
            "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@lochristi.be</span>",
            "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: #1f8cb8, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#contact"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b0ab13f8609d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-dc2fc6bf"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".today > h2",
            "html": "<h2>We zijn open op afspraak</h2>",
            "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: #00ce7c, background color: #ffffff, font size: 20.3pt (27px), font weight: normal). Expected contrast ratio of 3:1",
            "relatedPaths": [
              "#contact"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cb04d274373f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-57d48e45"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[rel=\"noopener\"]",
            "html": "<a href=\"https://afspraak.docleas.eu/lokaal-bestuur-lochristi/afspraak/smart-select\" target=\"_blank\" rel=\"noopener\">Maak online 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.81 (foreground color: #1f8cb8, background color: #ffffff, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#contact"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d24cd5365844",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-23a649f0"
          },
          {
            "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) > strong > a",
            "html": "<a href=\"https://www.lochristi.be/gemeentediensten\">maak telefonisch 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.81 (foreground color: #1f8cb8, background color: #ffffff, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#contact"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3051440f9c95",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1bb1aa5d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".i_ext > span",
            "html": "<span>Meest 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.07 (foreground color: #00ce7c, background color: #ffffff, font size: 20.3pt (27px), font weight: normal). Expected contrast ratio of 3:1",
            "relatedPaths": [
              "#veelgezocht"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "488ac45158a2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-aa721069"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".social.box > h2",
            "html": "<h2>Social media</h2>",
            "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: #00ce7c, background color: #ffffff, font size: 20.3pt (27px), font weight: normal). Expected contrast ratio of 3:1",
            "relatedPaths": [
              ".social.box"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "680509a6c62f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-efcfbab8"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".nieuws > .heading",
            "html": "<h2 class=\"heading\">Nieuws</h2>",
            "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: #00ce7c, background color: #ffffff, font size: 20.3pt (27px), font weight: normal). Expected contrast ratio of 3:1",
            "relatedPaths": [
              ".nieuws"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3717bae10349",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8fd87112"
          },
          {
            "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) > .nwsright > h3 > .title",
            "html": "<a href=\"/nieuwsdetail/4523/92ste-aardbeienmarkt-beervelde\" class=\"title\">92ste Aardbeienmarkt Beervelde</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.81 (foreground color: #1f8cb8, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".nieuws"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cb1f5292daa3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9ff5d05f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".alternate > .nwsright > h3 > .title",
            "html": "<a href=\"/nieuwsdetail/4763/rechtzetting\" class=\"title\">Rechtzetting </a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.81 (foreground color: #1f8cb8, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".nieuws"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b5d5cf372daf",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e40ddc36"
          },
          {
            "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) > .nwsright > h3 > .title",
            "html": "<a href=\"/nieuwsdetail/4773/update-je-itsme-app-zelf-na-een-verhuis-of-nieuwe-eid\" class=\"title\">Update je itsme-app zelf na een verhuis of nieuwe eID</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.81 (foreground color: #1f8cb8, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".nieuws"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "835d215a203b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f41ef520"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".buttonnewsletter > span",
            "html": "<span>Inschrijven 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.07 (foreground color: #ffffff, background color: #00ce7c, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".buttonnewsletter"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f5b463839a19",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-45f7b218"
          },
          {
            "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\"] > span",
            "html": "<span>Pas je cookie instellingen aan.</span>",
            "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: #1f8cb8, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".embeddedcontent-consent-info"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ce3c9c15e5a2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2b5ab457"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".eloket.box > .heading",
            "html": "<h2 class=\"heading\">E-loket</h2>",
            "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: #00ce7c, background color: #ffffff, font size: 20.3pt (27px), font weight: normal). Expected contrast ratio of 3:1",
            "relatedPaths": [
              ".eloket.box"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d4f60c4367ab",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e836f040"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".extra",
            "html": "<div class=\"extra\" role=\"contentinfo\">",
            "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: #ffffff, background color: #1f8cb8, font size: 11.1pt (14.768px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5ffb35082642",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6226f17c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".hex:nth-child(1)",
            "html": "<span class=\"hex\">2026 © <strong>Lokaal bestuur Lochristi</strong> </span>",
            "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: #ffffff, background color: #1f8cb8, font size: 11.1pt (14.768px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "843faeb3fb63",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-90af92f6"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".hex:nth-child(1) > strong",
            "html": "<strong>Lokaal bestuur Lochristi</strong>",
            "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: #ffffff, background color: #1f8cb8, font size: 11.1pt (14.768px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0dde9713e36f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b838bd7b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".hex:nth-child(2)",
            "html": "<span class=\"hex\">T. 09 326 88 00</span>",
            "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: #ffffff, background color: #1f8cb8, font size: 11.1pt (14.768px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "49715dea1a32",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-95cf355c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"mailto:info@lochristi.be\"]",
            "html": "<a class=\"hex\" href=\"mailto:info@lochristi.be\">info@lochristi.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.81 (foreground color: #ffffff, background color: #1f8cb8, font size: 11.1pt (14.768px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "efeb55c5068e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3ad53ef5"
          },
          {
            "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\">proclaimer</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.81 (foreground color: #ffffff, background color: #1f8cb8, font size: 11.1pt (14.768px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "552ad2c85635",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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\">sitemap</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.81 (foreground color: #ffffff, background color: #1f8cb8, font size: 11.1pt (14.768px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7e486a18c6e0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4592ea72"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".extra > a[href$=\"cookiebeleid\"]",
            "html": "<a href=\"/cookiebeleid\">cookiebeleid</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.81 (foreground color: #ffffff, background color: #1f8cb8, font size: 11.1pt (14.768px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "11b064846590",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-96528bf4"
          },
          {
            "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=\"Zoeken in de website\" value=\"Zoeken...\" 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": "4f7c0083b0b8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f5ce98a2"
          },
          {
            "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": ".extra",
            "html": "<div class=\"extra\" 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": "932a3d006d2e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-75ae8be5"
          },
          {
            "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\">",
            "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": [
              ".extra"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "51cbde45ac76",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2c072ccb"
          },
          {
            "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": "34cce6f7eded",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "5bc33f742047",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-52076aca"
          },
          {
            "rule": "landmark-unique",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-unique?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#footer",
            "html": "<footer id=\"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": [
              ".extra"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fa3c4c8f019a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-76a8d2af"
          },
          {
            "rule": "page-has-heading-one",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/page-has-heading-one?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "html",
            "html": "<html class=\"no-js\" 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": "2ff541c0dab3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "bc0ca7edb078",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "a6db53aefe93",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "35763fa00591",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b9d32ee2"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".sub",
            "html": "<div class=\"sub\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ffb0cdb4dc05",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-12d2c1ba"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".slidesjs-container",
            "html": "<div class=\"slidesjs-container\" style=\"overflow: hidden; position: relative; width: 816px; height: 300px;\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da959acc6081",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-27fe5d20"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".slidesjs-stop",
            "html": "<a class=\"slidesjs-stop slidesjs-navigation\" href=\"#\" title=\"Stop slideshow\" style=\"display: inline;\">Stop slideshow</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": "aadaef369091",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8028ebd6"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".slidesjs-pagination",
            "html": "<ul class=\"slidesjs-pagination\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a8e825dfb3dc",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4adc1218"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".nieuws",
            "html": "<div class=\"nieuws box\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5ade2e69d71c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a94ec757"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".row3",
            "html": "<div class=\"row3\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "df58badbf3ac",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-899b287c"
          }
        ],
        "outcomeCount": 740,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 45
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1792,
          "failed": 126,
          "cantTell": 50,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_contentinfo_label_unique",
          "aria_contentinfo_misuse",
          "aria_form_label_unique",
          "aria_navigation_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",
          "target_spacing_sufficient",
          "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": "49f2ae0587f8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3047b1ae"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link rel=\"stylesheet\" href=\"https://cdn.icordis.be/CDN/css/e-1.2.css\" type=\"text/css\" media=\"screen,projection\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da51394fed4d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c093bc92"
          },
          {
            "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": "4c4062d05d0a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ef582f7b"
          },
          {
            "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": "cd66df404b38",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-de529262"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"cookie-compliance-text\">",
            "message": "Text contrast of 3.82 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": "6fa1d37e7689",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5d5bd0c5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.82 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": "0e39deb5d8f1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.82 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "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": "67994e07a8e0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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 3.82 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": "aab00724bda7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "def64978e5e6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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 3.82 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": "aa7d5daf7d32",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-aeb23f9f"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<header role=\"banner\" id=\"header\">",
            "message": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6b2c7539d46a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-041b127e"
          },
          {
            "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_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": "c7b0d3c81d75",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7ddfa77a"
          },
          {
            "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": "0cacbb63bf98",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a6673ab5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input name=\"keyword\" value=\"Zoeken...\" title=\"Zoeken in de website\" 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": "393e92533355",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-94f86e06"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input id=\"btnSearch\" class=\"searchbtn\" 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": "8b851a7ac7bb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-06d3861e"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input id=\"btnSearch\" class=\"searchbtn\" value=\"zoek\" type=\"submit\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "09ef3655c24f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-fabf13ef"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav 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": "90df97d498f3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3ecf079c"
          },
          {
            "rule": "aria_navigation_label_unique",
            "xpath": null,
            "html": "<nav role=\"navigation\" id=\"mainmenu\">",
            "message": "Multiple elements with \"navigation\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "98659e1fddc0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8eac2dad"
          },
          {
            "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": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 class=\"heading\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4e73e43288c2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5990b38e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2 class=\"heading\">",
            "message": "Text contrast of 2.08 with its background is less than the WCAG AA minimum requirements for text of size 27px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c37282d8ccf",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-eee32c5b"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<dl class=\"contact\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "34f0d3f78d64",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5eee5e67"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.82 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=\"email\">",
            "message": "Text contrast of 3.82 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": "2cbef788eb77",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-29005f16"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2>",
            "message": "Text contrast of 2.08 with its background is less than the WCAG AA minimum requirements for text of size 27px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f99570cccd1e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9c97642b"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a rel=\"noopener\" target=\"_blank\" href=\"https://afspraak.docleas.eu/lokaal-bestuur-lochristi/afspraak/smart-select\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7cbae86b5a3a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a9ba9509"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a rel=\"noopener\" target=\"_blank\" href=\"https://afspraak.docleas.eu/lokaal-bestuur-lochristi/afspraak/smart-select\">",
            "message": "Text contrast of 3.82 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": "c0ba5b7e9be6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-763ff48b"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.lochristi.be/gemeentediensten\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b7bed6f9058a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b60c1c46"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.lochristi.be/gemeentediensten\">",
            "message": "Text contrast of 3.82 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": "126850218a46",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e6f786ee"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"more\" href=\"/contact.aspx?cid=1\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6b398445b00a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2ab6eb9b"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 class=\"heading i_ext\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6b87b1a7e9a0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2e6bdb19"
          },
          {
            "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 27px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/werken\" class=\"title\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "079e0133a5c7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f19ace61"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a target=\"_blank\" rel=\"nofollow noreferrer\" href=\"https://webshoplochristi.recreatex.be/Activities/Overview\" class=\"title external\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "375dee8f3d73",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ff753290"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a target=\"_blank\" rel=\"nofollow noreferrer\" href=\"https://www.lochristi.be/verhuizen\" class=\"title external\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d7aa94ab23d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b7cc4e5c"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/problemenmelden\" class=\"title\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dcd8a58187ed",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-087a15cd"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/premiesensubsidies\" class=\"title\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cb672183decc",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5a310f90"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/kinderopvang\" class=\"title\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7c22a2df1ab5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-06add83a"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/product/48/evenementenformulier-verplicht\" class=\"title\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f5efca8a615e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d8f27f26"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/vacatures\" class=\"title\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a0990b71a7ba",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-cc8fdc13"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/product/1184/meerjarenplan-2026---2031\" class=\"title\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "43ac43138dd4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6738c0bc"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a213b44dc215",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f9d40766"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2>",
            "message": "Text contrast of 2.08 with its background is less than the WCAG AA minimum requirements for text of size 27px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a title=\"Meld je voor Safarkensmarkt!\" href=\"https://www.lochristi.be/nieuwsdetail/4767/vereniging-ambachtsman-meld-je-voor-de-safarkensmarkt\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f119228abcd",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-41f27e01"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2>",
            "message": "Text contrast of 1.79 with its background is less than the WCAG AA minimum requirements for text of size 22px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a title=\"Lochristi Fietst! \" href=\"https://www.lochristi.be/product/1137/lochristi-fietst---deelnemende-klanten\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "08a20e55ad11",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-63f41d41"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2>",
            "message": "Text contrast of 1.79 with its background is less than the WCAG AA minimum requirements for text of size 22px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a title=\"Wegenwerken in Lochristi\" href=\"https://www.lochristi.be/werken\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "45284d53a211",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9e185af6"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a title=\"Wegenwerken in Lochristi\" href=\"https://www.lochristi.be/werken\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "92d16dc2f80c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a06fe147"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2>",
            "message": "Text contrast of 1.79 with its background is less than the WCAG AA minimum requirements for text of size 22px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a style=\"display: inline;\" title=\"Stop slideshow\" href=\"#\" class=\"slidesjs-stop slidesjs-navigation\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a164bb9d1512",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b3c41fcd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a style=\"display: inline;\" title=\"Stop slideshow\" href=\"#\" class=\"slidesjs-stop slidesjs-navigation\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5a34ad10e3da",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f7c60f40"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a style=\"display: inline;\" title=\"Stop slideshow\" href=\"#\" class=\"slidesjs-stop slidesjs-navigation\">",
            "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": "10f194f544b0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6b1d5e9f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a style=\"display: inline;\" title=\"Stop slideshow\" href=\"#\" class=\"slidesjs-stop slidesjs-navigation\">",
            "message": "Verify the contrast 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": "a4313ff0c156",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-fb8d0889"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a title=\"Actieve dia 1\" data-slidesjs-item=\"0\" href=\"#\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac44835e2ed7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-89b6a04d"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"Actieve dia 1\" data-slidesjs-item=\"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": "e7be7fdec3b3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b834e270"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a title=\"Actieve dia 1\" data-slidesjs-item=\"0\" href=\"#\">",
            "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": "89b3ff754236",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b9ee9702"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a title=\"Toon dia 2\" data-slidesjs-item=\"1\" href=\"#\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a539169cfe1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a8995160"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"Toon dia 2\" data-slidesjs-item=\"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": "0821eb0d8cd4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2e15dee8"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a title=\"Toon dia 2\" data-slidesjs-item=\"1\" href=\"#\">",
            "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": "182600f74071",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b5fff86a"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a title=\"Toon dia 3\" data-slidesjs-item=\"2\" href=\"#\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a9a7e3b2c2a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d8f5f5c3"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"Toon dia 3\" data-slidesjs-item=\"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": "ade13be1d09d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d792ae06"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a title=\"Toon dia 3\" data-slidesjs-item=\"2\" href=\"#\">",
            "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": "53d83c1e2971",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2ab5e229"
          },
          {
            "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": "<h2 class=\"heading\">",
            "message": "Text contrast of 2.08 with its background is less than the WCAG AA minimum requirements for text of size 27px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a rel=\"nofollow\" href=\"/nieuwsdetail/4523/92ste-aardbeienmarkt-beervelde\" class=\"fotolink\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f49e58a6f9fd",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1f4f839c"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h3>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "641e1ffaf2b3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e9f90e78"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"title\" href=\"/nieuwsdetail/4523/92ste-aardbeienmarkt-beervelde\">",
            "message": "Text contrast of 3.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": "644f64707513",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-20005e5c"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a rel=\"nofollow\" href=\"/nieuwsdetail/4763/rechtzetting\" class=\"fotolink\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4299eab8e9d4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f5eb430d"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a rel=\"nofollow\" href=\"/nieuwsdetail/4763/rechtzetting\" class=\"fotolink\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e56e8f4720be",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-de71757c"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h3>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"title\" href=\"/nieuwsdetail/4763/rechtzetting\">",
            "message": "Text contrast of 3.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": "0cc24e476b67",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-21fdda0d"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a rel=\"nofollow\" href=\"/nieuwsdetail/4773/update-je-itsme-app-zelf-na-een-verhuis-of-nieuwe-eid\" class=\"fotolink\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c88adcd13fcb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5f7ba82f"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a rel=\"nofollow\" href=\"/nieuwsdetail/4773/update-je-itsme-app-zelf-na-een-verhuis-of-nieuwe-eid\" class=\"fotolink\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5bc01dd7f201",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ba4c3735"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h3>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"title\" href=\"/nieuwsdetail/4773/update-je-itsme-app-zelf-na-een-verhuis-of-nieuwe-eid\">",
            "message": "Text contrast of 3.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": "ea99581e7623",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6b92a3bd"
          },
          {
            "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 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": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2 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 27px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/cookies?url=%2f\" rel=\"nofollow\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "132d9765d4e6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ff3daee7"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.82 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": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2 class=\"heading\">",
            "message": "Text contrast of 2.08 with its background is less than the WCAG AA minimum requirements for text of size 27px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/eloketoverzicht#_A\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "194709dc00b7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-85c222fe"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/eloketoverzicht#_B\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "59b483809f8c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9096e381"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/eloketoverzicht#_D\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "64d86ba59776",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-36418edb"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/eloketoverzicht#_E\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8f88bb9ff025",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-939bf686"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/eloketoverzicht#_F\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "744889813e47",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b9f2efb5"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/eloketoverzicht#_G\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c058865e735",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0387be64"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/eloketoverzicht#_H\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a2b74897167c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-221a54df"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/eloketoverzicht#_I\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5b8a8c5b003c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6feeeedc"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/eloketoverzicht#_J\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "28b57285d63e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-91e3e150"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/eloketoverzicht#_K\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eaf0eff118bd",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c8b4e213"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/eloketoverzicht#_L\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "40871a49e976",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-77abddfc"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/eloketoverzicht#_M\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9ecf1d0c75d7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-edc3b0da"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/eloketoverzicht#_N\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6b0b56460812",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-bbc7adba"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/eloketoverzicht#_O\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1dbb3929a4f0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-aa43404c"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/eloketoverzicht#_R\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d1146ba11dcb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-fec8ae89"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/eloketoverzicht#_S\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "75d97ddffe83",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-91b21426"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/eloketoverzicht#_T\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "65934c258d31",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-685095f2"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/eloketoverzicht#_U\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8a97a7a8d54b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-39b014a8"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/eloketoverzicht#_V\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "34437db356fa",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7e36daf4"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/eloketoverzicht#_W\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "522171f307e0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-54a49683"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/eloketoverzicht#_Z\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "70c00b0f780f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ce40c87d"
          },
          {
            "rule": "aria_contentinfo_misuse",
            "xpath": null,
            "html": "<footer id=\"footer\">",
            "message": "Element with \"contentinfo\" role is present without an element with \"main\" role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4716ac7a2a49",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8d00d926"
          },
          {
            "rule": "aria_contentinfo_label_unique",
            "xpath": null,
            "html": "<footer id=\"footer\">",
            "message": "Multiple elements with \"contentinfo\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0fb96fe45e34",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-bdabfc27"
          },
          {
            "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 14.768px 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 14.768px 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 14.768px 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 14.768px 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 14.768px 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 14.768px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_contentinfo_misuse",
            "xpath": null,
            "html": "<div role=\"contentinfo\" class=\"extra\">",
            "message": "Element with \"contentinfo\" role is present without an element with \"main\" role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a2d84eb50ab1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9294cb88"
          },
          {
            "rule": "aria_contentinfo_label_unique",
            "xpath": null,
            "html": "<div role=\"contentinfo\" class=\"extra\">",
            "message": "Multiple elements with \"contentinfo\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "54c120134ff3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e8e57ee0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"hex\">",
            "message": "Text contrast of 3.82 with its background is less than the WCAG AA minimum requirements for text of size 14.768px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "00d47bc80308",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-35460183"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<strong>",
            "message": "Text contrast of 3.82 with its background is less than the WCAG AA minimum requirements for text of size 14.768px and weight of 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fb5a38046a13",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b69be15f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"hex\">",
            "message": "Text contrast of 3.82 with its background is less than the WCAG AA minimum requirements for text of size 14.768px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"mailto:info@lochristi.be\" class=\"hex\">",
            "message": "Text contrast of 3.82 with its background is less than the WCAG AA minimum requirements for text of size 14.768px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "080798918a68",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9543c1b9"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/proclaimer\">",
            "message": "Text contrast of 3.82 with its background is less than the WCAG AA minimum requirements for text of size 14.768px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a9bd917ffe14",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3760f62a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/sitemap\">",
            "message": "Text contrast of 3.82 with its background is less than the WCAG AA minimum requirements for text of size 14.768px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "965ba31f3399",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d40213dc"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/cookiebeleid\">",
            "message": "Text contrast of 3.82 with its background is less than the WCAG AA minimum requirements for text of size 14.768px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2de8bec20d12",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-41f88e98"
          }
        ],
        "outcomeCount": 1950,
        "uniqueFailedCount": 97,
        "duplicateFailedCount": 29,
        "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": 29
    },
    {
      "submittedUrl": "https://www.lokeren.be/",
      "finalUrl": "https://www.lokeren.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Startpagina - Stad Lokeren",
      "elapsedMs": 19475,
      "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": 898,
          "failed": 23,
          "cantTell": 0,
          "inapplicable": 49
        },
        "failedRules": [
          "color-contrast",
          "image-alt",
          "landmark-no-duplicate-contentinfo",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "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",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-contentinfo-is-top-level",
          "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": ".hidden-xs-down",
            "html": "<span class=\"hidden-xs-down\"> Menu</span>",
            "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: #57c8e7, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#menu_dropdown"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "956f50c9e8c6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e74563bf"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".text-center > .btn-primary.btn",
            "html": "<a href=\"https://lokeren.be/altijdincontact\" class=\"btn btn-primary\">Altijd in contact</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.94 (foreground color: #ffffff, background color: #57c8e7, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".text-center > .btn-primary.btn"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f2867324b51",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a3ed6933"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".btn-lg",
            "html": "<a class=\"btn btn-primary btn-lg\" href=\"https://www.lokeren.be/nieuws/archief\">Meer nieuws</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: #57c8e7, font size: 15.0pt (20px), font weight: bold). Expected contrast ratio of 3:1",
            "relatedPaths": [
              ".btn-lg"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d760cc82ff3f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-87e3cec7"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "img[height=\"55px\"]",
            "html": "<img src=\"http://www.lokeren.be/assets/620b79396929a194a5087daf/hoplr.png\" height=\"55px\" style=\"padding-left:0px\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7c42d51f3a1d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-37a98cd4"
          },
          {
            "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=\"container w-100 d-flex align-items-center\" id=\"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": [
              "#bottom_footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c16cdf8b464d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2c072ccb"
          },
          {
            "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": "3b7b99cf2532",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-85b00be0"
          },
          {
            "rule": "landmark-unique",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-unique?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#footer",
            "html": "<footer class=\"container w-100 d-flex align-items-center\" id=\"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": [
              "#bottom_footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7ef9657d3f84",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-76a8d2af"
          },
          {
            "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": ".card:nth-child(5) > .card-block > p:nth-child(4) > a",
            "html": "<a href=\"https://eservices.minfin.fgov.be/myminfin-web/pages/public\">MyMinfin</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.57:1 with the surrounding text. (Minimum contrast is 3:1, link text: #025157, surrounding text: #666666)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".content-block > .card-columns > .card:nth-child(5) > .card-block > p:nth-child(4)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e4646b1f5015",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-443e1be7"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "a[href$=\"www.biddit.be\"]",
            "html": "<a href=\"https://www.biddit.be\" target=\"_blank\" rel=\"noopener noreferrer\">Biddit</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.57:1 with the surrounding text. (Minimum contrast is 3:1, link text: #025157, surrounding text: #666666)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".card:nth-child(8) > .card-block > p:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "06ae55c27007",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6705e4a3"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".social-link:nth-child(1)",
            "html": "<a href=\"https://twitter.com/stadlokeren\" class=\"social-link\"><i class=\"fa fa-fw fa-twitter\"></i></a>",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0389122c5d24",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8aa27b6f"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".social-link:nth-child(2)",
            "html": "<a href=\"https://nl-nl.facebook.com/stadlokeren\" class=\"social-link\"><i class=\"fa fa-fw fa-facebook\"></i></a>",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "78f591345628",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4b99a09f"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".social-link:nth-child(3)",
            "html": "<a href=\"https://www.youtube.com/channel/UCeaFv5owFQIG-jvsfRU3o3g\" class=\"social-link\"><i class=\"fa fa-fw fa-youtube\"></i></a>",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d381f6036a91",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-78158b7e"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".social-link:nth-child(4)",
            "html": "<a href=\"https://www.instagram.com/stadlokeren/?hl=nl\" class=\"social-link\"><i class=\"fa fa-fw fa-instagram\"></i></a>",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f1f5bce75884",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-06a65a93"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "p:nth-child(3) > a:nth-child(5)",
            "html": "<a href=\"https://www.hoplr.com/stad/lokeren\"><img src=\"http://www.lokeren.be/assets/620b79396929a194a5087daf/hoplr.png\" height=\"55px\" style=\"padding-left:0px\"></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": "eebe175180ab",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5689b24b"
          },
          {
            "rule": "list",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/list?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".col-lg-2:nth-child(3) > ul",
            "html": "<ul>",
            "message": "<ul> and <ol> must only directly contain <li>, <script> or <template> elements",
            "fixSummary": "Fix all of the following:\n  List element has direct children that are not allowed: ul",
            "relatedPaths": [
              "ul > ul"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eee9bda3b20d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6b040d83"
          },
          {
            "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": "591872e3e5bb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "14225a21250d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c1791208"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#main_search_input",
            "html": "<input autocomplete=\"off\" id=\"main_search_input\" type=\"search\" name=\"q\" class=\"form-control form-control-lg\" placeholder=\"Waarmee kunnen we u helpen?\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ae5cf250d4ef",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7e02e14c"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".col-lg-12",
            "html": "<div class=\"col-lg-12\" style=\"padding-top:75px\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "84853ba1ee0a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b97c342d"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".content-area",
            "html": "<div class=\"content-area\" data-key=\"news\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "45230027adb3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c9eed5c2"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "div[align=\"center\"]",
            "html": "<div align=\"center\">\n<a class=\"btn btn-primary btn-lg\" href=\"https://www.lokeren.be/nieuws/archief\">Meer nieuws</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": "4e52ad3b4336",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-658eedfb"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".col-lg-10 > h3",
            "html": "<h3><i class=\"fa fa-calendar\"></i><a href=\"https://lokeren.be/uitdatabank\">Uit in Lokeren</a></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": "d37cad449d28",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9276e654"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#uitdb_event_container",
            "html": "<div id=\"uitdb_event_container\" style=\"margin-top:1.5rem\" class=\"card-columns\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2ed24f1e021c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-cee927f6"
          }
        ],
        "outcomeCount": 970,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 23
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 4018,
          "failed": 99,
          "cantTell": 15,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_child_valid",
          "aria_content_in_landmark",
          "aria_contentinfo_label_unique",
          "aria_contentinfo_misuse",
          "aria_contentinfo_single",
          "aria_id_unique",
          "aria_landmark_name_unique",
          "element_attribute_deprecated",
          "frame_src_valid",
          "html_skipnav_exists",
          "img_alt_misuse",
          "img_alt_valid",
          "input_label_visible",
          "style_background_decorative",
          "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 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": "d8b707363a2f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7e882539"
          },
          {
            "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": "bd9693825675",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "93e2a04f7084",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link href=\"https://fonts.googleapis.com/css?family=Noto+Sans:400,700|Source+Sans+Pro:400,700\" 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": "729bf1525240",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c7049a15"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/themes/5a377c01782354f5d039e838/stylesheets/bootstrap.css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6b1a7aa50e47",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-16101f8c"
          },
          {
            "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": "5ba31516eb71",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5a4989fe"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button class=\"vlw__profile__toggle\" type=\"button\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6a65540d2c7d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8d1cd6f7"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"vlw__contact__toggle\" aria-controls=\"vlw-contact-panel-pane\" aria-expanded=\"false\" href=\"#\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "76dbd5e32dd7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-37fc3429"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<a class=\"vlw__contact__toggle\" aria-controls=\"vlw-contact-panel-pane\" aria-expanded=\"false\" href=\"#\">",
            "message": "The 'id' \"vlw-contact-panel-pane\" specified for the ARIA property 'aria-controls' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "480c7e35a3b7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-414bd099"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"vlw__contact__toggle\" aria-controls=\"vlw-contact-panel-pane\" aria-expanded=\"false\" href=\"#\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cacc575c832d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-20ebf8f2"
          },
          {
            "rule": "img_alt_misuse",
            "xpath": null,
            "html": "<img src=\"/themes/5a377c01782354f5d039e838/stylesheets/images/lokeren2.png\" alt=\"lokeren2.png\">",
            "message": "Verify that the file name serves as a good inline replacement for the image",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "066bc768d1d5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f8a5be57"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"hidden-xs-down\">",
            "message": "Text contrast of 1.94 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": "3435bf433e2d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ed310765"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input placeholder=\"Waarmee kunnen we u helpen?\" class=\"form-control form-control-lg\" name=\"q\" type=\"search\" id=\"main_search_input\" autocomplete=\"off\">",
            "message": "The ‘placeholder’ is the only visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "614b7dad733d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b4a6aa0a"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"btn btn-primary\" href=\"https://lokeren.be/altijdincontact\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0c4925f84d67",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b58cdea9"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"btn btn-primary\" href=\"https://lokeren.be/altijdincontact\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ca4b461637b2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4a80d18e"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h3 style=\"margin-bottom:1.5rem\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "81820566e8ac",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d09ee60c"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://lokeren.be/nieuws/2026/04/15/samen-voorbereid-zo-vind-je-tijdens-een-noodsituatie-snel-de-juiste-info\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "67732fd527a8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-550d7df7"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h4 class=\"card-title\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "57a652c31b8c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b1322c90"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"btn btn-secondary btn-sm\" href=\"https://lokeren.be/nieuws/2026/04/15/samen-voorbereid-zo-vind-je-tijdens-een-noodsituatie-snel-de-juiste-info\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "afa7ea9426a8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4d7c873b"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://lokeren.be/nieuws/2026/03/26/reynaertjaar-2026\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "61992372e338",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-373acb7b"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h4 class=\"card-title\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a rel=\"nofollow noopener noreferrer\" target=\"_blank\" href=\"http://lokeren.be/reynaertjaar\" style=\"color: #008080;\" class=\"Link Url Facebook\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9aaca3a8d1f7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-09cfd259"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"btn btn-secondary btn-sm\" href=\"https://lokeren.be/nieuws/2026/03/26/reynaertjaar-2026\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8556f9178791",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a23fb83f"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://lokeren.be/nieuws/2026/01/27/volg-de-gemeenteraad-live-of-herbekijk-de-laatste-gemeenteraad-van-bij-je-thuis\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "28ddb69e25ae",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0feb72d0"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h4 class=\"card-title\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a rel=\"noopener noreferrer\" target=\"_blank\" href=\"https://lokeren.notubiz.be/\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cdcacf6c26b0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9453cc1c"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"btn btn-secondary btn-sm\" href=\"https://lokeren.be/nieuws/2026/01/27/volg-de-gemeenteraad-live-of-herbekijk-de-laatste-gemeenteraad-van-bij-je-thuis\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2546280856fd",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-92ec484a"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://lokeren.be/nieuws/2026/04/20/trap-richting-rapencross\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f9144454eec1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9a140fac"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h4 class=\"card-title\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"btn btn-secondary btn-sm\" href=\"https://lokeren.be/nieuws/2026/04/20/trap-richting-rapencross\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6c1051ba7dc0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7395579c"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://lokeren.be/nieuws/2026/04/20/hulp-nodig-bij-je-belastingaangifte-2026\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4136f7d1ee25",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-aae335fc"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h4 class=\"card-title\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Online: snel en eenvoudig Online: snel en eenvoudig' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2c8a04a3b042",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f2bf52aa"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://eservices.minfin.fgov.be/myminfin-web/pages/public\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e6958a4bd89e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-351c70c7"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Voorstel van vereenvoudigde aangifte ontvangen? Voorstel van vereenvoudigde aangifte ontvangen?' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"btn btn-secondary btn-sm\" href=\"https://lokeren.be/nieuws/2026/04/20/hulp-nodig-bij-je-belastingaangifte-2026\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7dbff9e73cf3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-706de266"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://lokeren.be/nieuws/2026/04/22/brandwaarschuwingen-agentschap-natuur-en-bos\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e8dc1cd904ce",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-88574e5b"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h4 class=\"card-title\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"btn btn-secondary btn-sm\" href=\"https://lokeren.be/nieuws/2026/04/22/brandwaarschuwingen-agentschap-natuur-en-bos\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a9649a14eeec",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-20ff1999"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://lokeren.be/nieuws/2026/04/21/tintrio-omloop-van-het-waasland-1-mei-2026\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5779d4a8888a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c9c6155c"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h4 class=\"card-title\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"btn btn-secondary btn-sm\" href=\"https://lokeren.be/nieuws/2026/04/21/tintrio-omloop-van-het-waasland-1-mei-2026\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "237955b4bffd",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-eaf124da"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://lokeren.be/nieuws/2026/03/19/twee-percelen-bouwgrond-te-koop\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1cd5ed056c95",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3a7223b5"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h4 class=\"card-title\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a rel=\"noopener noreferrer\" target=\"_blank\" href=\"https://www.biddit.be\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "51c40b1fa3d5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7bedf1df"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"btn btn-secondary btn-sm\" href=\"https://lokeren.be/nieuws/2026/03/19/twee-percelen-bouwgrond-te-koop\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "234b1d288170",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4f774bd5"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://lokeren.be/nieuws/2026/04/09/ontdek-honderden-lokale-jobs-op-de-lokerse-jobbeurs\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ff6a2f5a5ece",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8dfdf127"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h4 class=\"card-title\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a rel=\"noopener noreferrer\" target=\"_blank\" href=\"https://lokeren.be/producten-en-diensten/jobbeurs-lokeren\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b2506a5ff955",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-cf946d10"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"btn btn-secondary btn-sm\" href=\"https://lokeren.be/nieuws/2026/04/09/ontdek-honderden-lokale-jobs-op-de-lokerse-jobbeurs\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "62d04c5e306c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-202223aa"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://lokeren.be/nieuws/2023/04/19/wij-zoeken-nieuwe-collega-s\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6f23982cf66d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2aa48999"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h4 class=\"card-title\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a rel=\"noopener noreferrer\" target=\"_blank\" href=\"https://www.lokeren.be/nieuws/2026/04/21/wij-zoeken-een-administratief-medewerker-onthaal-infopunt\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "272d40666e04",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4bbca775"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.lokeren.be/nieuws/2026/04/03/wij-zoeken-een-consulent-welzijn-team-activering\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dccb775d3d4c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-fd5be409"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a rel=\"noopener noreferrer\" target=\"_blank\" href=\"https://www.lokeren.be/nieuws/2026/04/03/wij-zoeken-een-technisch-assistent-team-loodgieterij\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf726eb30bc5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6c21c2d5"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"btn btn-secondary btn-sm\" href=\"https://lokeren.be/nieuws/2023/04/19/wij-zoeken-nieuwe-collega-s\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4e54736f7d1a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-bebc1db7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<div align=\"center\">",
            "message": "The HTML attribute(s) \"align\" is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bcdcaa5d8f0d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5033b648"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.lokeren.be/nieuws/archief\" class=\"btn btn-primary btn-lg\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9a8599f0820f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e8dfb0b6"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.lokeren.be/nieuws/archief\" class=\"btn btn-primary btn-lg\">",
            "message": "Text contrast of 1.94 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": "a7542cb30c56",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6fa907d8"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h3>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7118179a6af3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e9f90e78"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/uitdatabank/9916cddb-cbba-4001-ab46-a1cb9a328aa3\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "644b4833f829",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4322cb12"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h4 class=\"card-title\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "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": "4fabf9abdd18",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-94d3c6bd"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.samenferm.be/vrije-tijd/activiteiten/decoreer-je-woning-4-seizoenen-rond/a796905b-6c97-4109-b3b7-f206367ea5b7\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b87908f0de47",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-28768a06"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"btn btn-secondary btn-sm\" href=\"/uitdatabank/9916cddb-cbba-4001-ab46-a1cb9a328aa3\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "01115376bb9e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-bf511e16"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h4 class=\"card-title\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"btn btn-secondary btn-sm\" href=\"/uitdatabank/354e0666-b2a8-4104-ac1b-85a714091093\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1086ed93f1ee",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8aede78f"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/uitdatabank/63131ce9-2c23-480f-82f3-7dda70a8ecfd\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5fd05574e6ee",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ed3ea41c"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h4 class=\"card-title\">",
            "message": "Content is not within a landmark element",
            "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": "fec4034a309d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-16897965"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"btn btn-secondary btn-sm\" href=\"/uitdatabank/63131ce9-2c23-480f-82f3-7dda70a8ecfd\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a47dd8fa24fe",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ed7b7355"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/uitdatabank/11032ebe-000e-4370-a55b-02054f33a3a9\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "320c3911b7c4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f2efdb2c"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h4 class=\"card-title\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://forms.office.com/e/wsk6ev9cj4\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "54a944737020",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8b66133b"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"btn btn-secondary btn-sm\" href=\"/uitdatabank/11032ebe-000e-4370-a55b-02054f33a3a9\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ae2ef0c845c6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d1cf6c31"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/uitdatabank/7fe72502-d082-4582-bd5b-ab5f412699d5\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c4f91f768bb1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-76b85b7f"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h4 class=\"card-title\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://lokeren.be/producten-en-diensten/koffie-en-speelmomenten?format=be\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6c56aae22314",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4dad0902"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"btn btn-secondary btn-sm\" href=\"/uitdatabank/7fe72502-d082-4582-bd5b-ab5f412699d5\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "28fbe228bae1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-492a3e2a"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/uitdatabank/f075b051-cf48-43f5-aaa2-441568453203\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b9b04a140966",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8abafd9f"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h4 class=\"card-title\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"btn btn-secondary btn-sm\" href=\"/uitdatabank/f075b051-cf48-43f5-aaa2-441568453203\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b7d629fb1583",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e0dcc39b"
          },
          {
            "rule": "aria_contentinfo_misuse",
            "xpath": null,
            "html": "<footer id=\"footer\" class=\"container w-100 d-flex align-items-center\">",
            "message": "Element with \"contentinfo\" role is present without an element with \"main\" role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7652f58d1ec6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-585a1030"
          },
          {
            "rule": "aria_contentinfo_single",
            "xpath": null,
            "html": "<footer id=\"footer\" class=\"container w-100 d-flex align-items-center\">",
            "message": "Multiple elements with \"contentinfo\" role found on the page",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d1b88ddb28b6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-52f834e9"
          },
          {
            "rule": "aria_contentinfo_label_unique",
            "xpath": null,
            "html": "<footer id=\"footer\" class=\"container w-100 d-flex align-items-center\">",
            "message": "Multiple elements with \"contentinfo\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc7f68351c67",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-007ac5f9"
          },
          {
            "rule": "aria_landmark_name_unique",
            "xpath": null,
            "html": "<footer id=\"footer\" class=\"container w-100 d-flex align-items-center\">",
            "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": "11e9c4e90d73",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5d8d8595"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Stadhuis' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_child_valid",
            "xpath": null,
            "html": "<ul>",
            "message": "The element with role \"list\" owns the child element with the role \"list\" that is not one of the allowed role(s): \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9c1bd14bde1a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-98862063"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a class=\"social-link\" href=\"https://twitter.com/stadlokeren\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e9728d32bf62",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0eab03b2"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a class=\"social-link\" href=\"https://nl-nl.facebook.com/stadlokeren\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "52e51ac7547e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-920f1bd5"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a class=\"social-link\" href=\"https://www.youtube.com/channel/UCeaFv5owFQIG-jvsfRU3o3g\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "14bbd7872449",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7512a4b2"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a class=\"social-link\" href=\"https://www.instagram.com/stadlokeren/?hl=nl\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d620a662bec2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c5ffdbc4"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.hoplr.com/stad/lokeren\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4082a4aa97c6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6901efec"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img style=\"padding-left:0px\" height=\"55px\" src=\"http://www.lokeren.be/assets/620b79396929a194a5087daf/hoplr.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "09d0431af7b7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a79ceeb6"
          },
          {
            "rule": "aria_contentinfo_misuse",
            "xpath": null,
            "html": "<footer id=\"bottom_footer\" class=\"container w-100 d-flex align-items-center\">",
            "message": "Element with \"contentinfo\" role is present without an element with \"main\" role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf7345af3311",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-56f060d2"
          },
          {
            "rule": "aria_contentinfo_single",
            "xpath": null,
            "html": "<footer id=\"bottom_footer\" class=\"container w-100 d-flex align-items-center\">",
            "message": "Multiple elements with \"contentinfo\" role found on the page",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c0352e3f55db",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-29233227"
          },
          {
            "rule": "aria_contentinfo_label_unique",
            "xpath": null,
            "html": "<footer id=\"bottom_footer\" class=\"container w-100 d-flex align-items-center\">",
            "message": "Multiple elements with \"contentinfo\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a443856b61d9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-cbe42af1"
          },
          {
            "rule": "aria_landmark_name_unique",
            "xpath": null,
            "html": "<footer id=\"bottom_footer\" class=\"container w-100 d-flex align-items-center\">",
            "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": "664d9d7eb412",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b3fec6a8"
          },
          {
            "rule": "frame_src_valid",
            "xpath": null,
            "html": "<iframe style=\"display: none;\" height=\"0\" width=\"0\" class=\"__cbio_ignored\">",
            "message": "Verify <frame> content is accessible",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5912f093e41c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-bace0ee4"
          }
        ],
        "outcomeCount": 4128,
        "uniqueFailedCount": 82,
        "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.maarkedal.be/",
      "finalUrl": "https://www.maarkedal.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Home | Gemeente Maarkedal",
      "elapsedMs": 14979,
      "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": 811,
          "failed": 86,
          "cantTell": 8,
          "inapplicable": 39
        },
        "failedRules": [
          "color-contrast",
          "heading-order",
          "landmark-unique",
          "link-name",
          "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": ".grid7 > nav > .inline-menu.clearfix.menu > .level-1.first.leaf:nth-child(1) > a[href$=\"dienstverlening\"]",
            "html": "<a href=\"/nl/dienstverlening\" class=\"\">Dienstverlening</a>",
            "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: #00aac6, background color: #ffffff, font size: 15.8pt (21px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "body"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b37db48a6249",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-49ba5be0"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".grid7 > nav > .inline-menu.clearfix.menu > .level-1.first.leaf:nth-child(2) > a[href$=\"vrije-tijd\"]",
            "html": "<a href=\"/nl/vrije-tijd\" class=\"\">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.77 (foreground color: #00aac6, background color: #ffffff, font size: 15.8pt (21px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "body"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c35bcf0fe72f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4e21287a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".grid7 > nav > .inline-menu.clearfix.menu > .level-1.first.leaf:nth-child(3) > a[href$=\"toerisme\"]",
            "html": "<a href=\"/nl/toerisme\" class=\"\">Toerisme</a>",
            "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: #00aac6, background color: #ffffff, font size: 15.8pt (21px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "body"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1c9c50c7ec1e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-808a85e1"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#edit-submit-search",
            "html": "<input data-drupal-selector=\"edit-submit-search\" type=\"submit\" id=\"edit-submit-search\" value=\"Zoeken\" class=\"button js-form-submit form-submit\">",
            "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: #00aac6, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#edit-submit-search"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dc6c0e2dec06",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6c4e2d1e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"bibliotheek\"] > .field-title",
            "html": "<h2 class=\"field-title\">Bibliotheek</h2>",
            "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: #00aac6, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".entity-info"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "748eb3391677",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-73f52e66"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".bundle-entity.bundle:nth-child(2) > .today-only.field > .active-period.field-hours-days.field > .opening-hours.grid.field > .col:nth-child(2) > .status.status-today.status-closed",
            "html": "<div class=\"status status-today status-closed\">Gesloten</div>",
            "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: #00aac6, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".bundle-entity.bundle:nth-child(2) > .today-only.field > .active-period.field-hours-days.field > .opening-hours.grid.field > .col:nth-child(2) > .status.status-today.status-closed"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "df981d2616c6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5391bc00"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"burgerzaken\"] > .field-title",
            "html": "<h2 class=\"field-title\">Burgerzaken</h2>",
            "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: #00aac6, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".entity-info"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a4ed2411d999",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a4c052a2"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".bundle-entity.bundle:nth-child(3) > .today-only.field > .active-period.field-hours-days.field > .opening-hours.grid.field > .col:nth-child(2) > .status.status-today.status-closed",
            "html": "<div class=\"status status-today status-closed\">Gesloten</div>",
            "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: #00aac6, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".bundle-entity.bundle:nth-child(3) > .today-only.field > .active-period.field-hours-days.field > .opening-hours.grid.field > .col:nth-child(2) > .status.status-today.status-closed"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d91243dc1415",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-796c43ab"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".bundle-entity.bundle:nth-child(4) > .today-only.field > .active-period.field-hours-days.field > .opening-hours.grid.field > .col:nth-child(2) > .status.status-today.status-closed",
            "html": "<div class=\"status status-today status-closed\">Gesloten</div>",
            "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: #00aac6, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".bundle-entity.bundle:nth-child(4) > .today-only.field > .active-period.field-hours-days.field > .opening-hours.grid.field > .col:nth-child(2) > .status.status-today.status-closed"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a42b26e63576",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-00763c26"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"recyclagepark-0\"] > .field-title",
            "html": "<h2 class=\"field-title\">Recyclagepark</h2>",
            "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: #00aac6, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".entity-info"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "284cf9923db7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-954000ed"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"sociale-dienst\"] > .field-title",
            "html": "<h2 class=\"field-title\">Sociale Dienst</h2>",
            "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: #00aac6, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".entity-info"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d6e844d42478",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b2817d43"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".bundle-entity.bundle:nth-child(6) > .today-only.field > .active-period.field-hours-days.field > .opening-hours.grid.field > .col:nth-child(2) > .status.status-today.status-closed",
            "html": "<div class=\"status status-today status-closed\">Gesloten</div>",
            "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: #00aac6, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".bundle-entity.bundle:nth-child(6) > .today-only.field > .active-period.field-hours-days.field > .opening-hours.grid.field > .col:nth-child(2) > .status.status-today.status-closed"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "011394d843b1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0b47bb1c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"openingsuren\"]",
            "html": "<a href=\"/nl/openingsuren\" target=\"_self\">Meer openingsuren</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.51 (foreground color: #ffffff, background color: #0096ad, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".link"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f20749461a1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9d543cef"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".grid12.masonry-item.pane:nth-child(1) > .article.articles[typeof=\"schema:Article\"] > .pd-medium.pane > header > a > h1",
            "html": "<h1 class=\"field_title\">BK Tijdrijden 2026 in Maarkedal</h1>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.54 (foreground color: #00aac6, background color: #f5f5f5, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".grid12.masonry-item.pane:nth-child(1) > .article.articles[typeof=\"schema:Article\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2f5acf7a8c1b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0060f4ea"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".grid12.masonry-item.pane:nth-child(1) > .article.articles[typeof=\"schema:Article\"] > .pd-medium.pane > .field-link.ta-right.field > .read-more",
            "html": "<a href=\"/nl/bk-tijdrijden-2026-maarkedal\" class=\"read-more\">Meer info</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.51 (foreground color: #ffffff, background color: #0096ad, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".grid12.masonry-item.pane:nth-child(1) > .article.articles[typeof=\"schema:Article\"] > .pd-medium.pane > .field-link.ta-right.field > .read-more"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fdbd75d9875f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-05e339b7"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"vacatures\"] > h1",
            "html": "<h1 class=\"field_title\">Vacatures</h1>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.54 (foreground color: #00aac6, background color: #f5f5f5, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "article[about=\"/nl/vacatures\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c4a33c1d94e9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-15b6c1d5"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".read-more[href$=\"vacatures\"]",
            "html": "<a href=\"/nl/vacatures\" class=\"read-more\">Meer info</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.51 (foreground color: #ffffff, background color: #0096ad, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".read-more[href$=\"vacatures\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "de3ba0f48568",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-26a5c358"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".grid12.masonry-item.pane:nth-child(3) > .article.articles[typeof=\"schema:Article\"] > .pd-medium.pane > header > a > h1",
            "html": "<h1 class=\"field_title\">Maarkedal ontvangt label 'Officiële Troostgemeente'</h1>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.54 (foreground color: #00aac6, background color: #f5f5f5, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".grid12.masonry-item.pane:nth-child(3) > .article.articles[typeof=\"schema:Article\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3a00eee92a5d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-cbfcfed3"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".grid12.masonry-item.pane:nth-child(3) > .article.articles[typeof=\"schema:Article\"] > .pd-medium.pane > .field-link.ta-right.field > .read-more",
            "html": "<a href=\"/nl/maarkedal-ontvangt-label-officiele-troostgemeente\" class=\"read-more\">Meer info</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.51 (foreground color: #ffffff, background color: #0096ad, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".grid12.masonry-item.pane:nth-child(3) > .article.articles[typeof=\"schema:Article\"] > .pd-medium.pane > .field-link.ta-right.field > .read-more"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ee7ab4a457e1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-fae1b189"
          },
          {
            "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 class=\"button\" href=\"/nl/nieuwsoverzicht\">Volledig nieuwsoverzicht</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.51 (foreground color: #ffffff, background color: #0096ad, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"nieuwsoverzicht\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3cdd11cc0031",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3ba1fd55"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".grid6.masonry-item.pane:nth-child(2) > .event.events[title=\"0\"] > .pd-medium.pane > header > a > h1",
            "html": "<h1 class=\"field_title\">Dwars door Maarkedal</h1>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.26 (foreground color: #00aac6, background color: #cceef4, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".grid6.masonry-item.pane:nth-child(2) > .event.events[title=\"0\"]",
              "body"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c5ee3752e437",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-09dd507c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".grid6.masonry-item.pane:nth-child(2) > .event.events[title=\"0\"] > .pd-medium.pane > .field-link.ta-right.field > .read-more",
            "html": "<a href=\"/nl/uit-in-maarkedal/dwars-door-maarkedal-3\" class=\"read-more\">Meer info</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.51 (foreground color: #ffffff, background color: #0096ad, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".grid6.masonry-item.pane:nth-child(2) > .event.events[title=\"0\"] > .pd-medium.pane > .field-link.ta-right.field > .read-more"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "faf23bfd4e77",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-31ff1a08"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".grid6.masonry-item.pane:nth-child(3) > .event.events[title=\"0\"] > .pd-medium.pane > header > a > h1",
            "html": "<h1 class=\"field_title\">Boekstartdag zaterdag 23 mei</h1>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.26 (foreground color: #00aac6, background color: #cceef4, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".grid6.masonry-item.pane:nth-child(3) > .event.events[title=\"0\"]",
              "body"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4fa766ed643a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a5114916"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".grid6.masonry-item.pane:nth-child(3) > .event.events[title=\"0\"] > .pd-medium.pane > .field-link.ta-right.field > .read-more",
            "html": "<a href=\"/nl/uit-in-maarkedal/boekstartdag-zaterdag-23-mei\" class=\"read-more\">Meer info</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.51 (foreground color: #ffffff, background color: #0096ad, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".grid6.masonry-item.pane:nth-child(3) > .event.events[title=\"0\"] > .pd-medium.pane > .field-link.ta-right.field > .read-more"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5ebfee41f6c8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0efd104d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".grid6.masonry-item.pane:nth-child(4) > .event.events[title=\"0\"] > .pd-medium.pane > header > a > h1",
            "html": "<h1 class=\"field_title\">BK tijdrijden elite - Fanzone op het Etikhoveplein!</h1>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.26 (foreground color: #00aac6, background color: #cceef4, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".grid6.masonry-item.pane:nth-child(4) > .event.events[title=\"0\"]",
              "body"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d5afc1a560fb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f50e4a48"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".grid6.masonry-item.pane:nth-child(4) > .event.events[title=\"0\"] > .pd-medium.pane > .field-link.ta-right.field > .read-more",
            "html": "<a href=\"/nl/uit-in-maarkedal/bk-tijdrijden-elite-fanzone-op-het-etikhoveplein\" class=\"read-more\">Meer info</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.51 (foreground color: #ffffff, background color: #0096ad, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".grid6.masonry-item.pane:nth-child(4) > .event.events[title=\"0\"] > .pd-medium.pane > .field-link.ta-right.field > .read-more"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eaeda052973b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d39d4968"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".grid6.masonry-item.pane:nth-child(5) > .event.events[title=\"0\"] > .pd-medium.pane > header > a > h1",
            "html": "<h1 class=\"field_title\">Avondmarkt op het plein op 11 juli in Maarkedal!</h1>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.26 (foreground color: #00aac6, background color: #cceef4, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".grid6.masonry-item.pane:nth-child(5) > .event.events[title=\"0\"]",
              "body"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "50a9994d096a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7c7dab14"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".grid6.masonry-item.pane:nth-child(5) > .event.events[title=\"0\"] > .pd-medium.pane > .field-link.ta-right.field > .read-more",
            "html": "<a href=\"/nl/uit-in-maarkedal/avondmarkt-op-het-plein-op-11-juli-maarkedal-0\" class=\"read-more\">Meer info</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.51 (foreground color: #ffffff, background color: #0096ad, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".grid6.masonry-item.pane:nth-child(5) > .event.events[title=\"0\"] > .pd-medium.pane > .field-link.ta-right.field > .read-more"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e51b7b09a3d0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1f06a726"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".grid6.masonry-item.pane:nth-child(6) > .event.events[title=\"0\"] > .pd-medium.pane > header > a > h1",
            "html": "<h1 class=\"field_title\">Lezing rond trauma door Peter Adriaenssens</h1>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.26 (foreground color: #00aac6, background color: #cceef4, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".grid6.masonry-item.pane:nth-child(6) > .event.events[title=\"0\"]",
              "body"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aed3cf741a8b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3ad60497"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".grid6.masonry-item.pane:nth-child(6) > .event.events[title=\"0\"] > .pd-medium.pane > .field-link.ta-right.field > .read-more",
            "html": "<a href=\"/nl/uit-in-maarkedal/lezing-rond-trauma-door-peter-adriaenssens\" class=\"read-more\">Meer info</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.51 (foreground color: #ffffff, background color: #0096ad, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".grid6.masonry-item.pane:nth-child(6) > .event.events[title=\"0\"] > .pd-medium.pane > .field-link.ta-right.field > .read-more"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fcbcb69dc676",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-049959f3"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#edit-submit",
            "html": "<input data-drupal-selector=\"edit-submit\" type=\"submit\" id=\"edit-submit\" name=\"op\" value=\"Inschrijven\" class=\"button js-form-submit form-submit\">",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.51 (foreground color: #ffffff, background color: #0096ad, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#edit-submit"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a03ca5e3b892",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b5f94585"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".bundle-button.bundle > a[href$=\"uit-maarkedal\"]",
            "html": "<a class=\"button\" href=\"/nl/uit-maarkedal\">Meer evenementen bekijken</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.51 (foreground color: #ffffff, background color: #0096ad, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".bundle-button.bundle > a[href$=\"uit-maarkedal\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a4d9b9e5f92e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4872f0b5"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "h3",
            "html": "<h3>Gemeente Maarkedal</h3>",
            "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: #00aac6, background color: #ffffff, font size: 11.9pt (15.862px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "body"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3b4d2bf006f5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7917e74b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"mailto:info@maarkedal.be\"]",
            "html": "<a href=\"mailto:info@maarkedal.be\">info@maarkedal.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.77 (foreground color: #00aac6, 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": "435618787f45",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e810b2fc"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "footer > .wrapper.grid > .grid6.pane > nav > .inline-menu.clearfix.menu > .level-1.first.leaf:nth-child(1) > a[href$=\"dienstverlening\"]",
            "html": "<a href=\"/nl/dienstverlening\" class=\"\">Dienstverlening</a>",
            "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: #00aac6, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "body"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a9992499f007",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d44ca6b8"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "footer > .wrapper.grid > .grid6.pane > nav > .inline-menu.clearfix.menu > .level-1.first.leaf:nth-child(2) > a[href$=\"vrije-tijd\"]",
            "html": "<a href=\"/nl/vrije-tijd\" class=\"\">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.77 (foreground color: #00aac6, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "body"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "62db470dfb30",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-569429a2"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "footer > .wrapper.grid > .grid6.pane > nav > .inline-menu.clearfix.menu > .level-1.first.leaf:nth-child(3) > a[href$=\"toerisme\"]",
            "html": "<a href=\"/nl/toerisme\" class=\"\">Toerisme</a>",
            "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: #00aac6, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "body"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "587b4fde9923",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6f47446c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[data-drupal-link-system-path=\"node/1653\"]",
            "html": "<a href=\"/nl/privacyverklaring-gemeente-en-ocmw-maarkedal\" target=\"_blank\" data-drupal-link-system-path=\"node/1653\">Disclaimer</a>",
            "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: #00aac6, 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": "044e88d88c24",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-23d37749"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"contact\"]",
            "html": "<a href=\"/nl/contact\" data-drupal-link-system-path=\"contact\">Contact</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.77 (foreground color: #00aac6, 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": "535e30c1579e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e11d55ae"
          },
          {
            "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.51 (foreground color: #ffffff, background color: #0096ad, 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": "03829e637882",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-64150d30"
          },
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".box.shortcut-wrapper.overlay-link:nth-child(1) > h4",
            "html": "<h4><a href=\"https://www.ivla.be/swfiles/files/Kalender_Maarkedal_2026_web_v20.pdf\" class=\"shortcut-link icon-trash-empty\" target=\"_blank\">Afvalkalender</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": "6d92222a97d0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-abeebbe8"
          },
          {
            "rule": "landmark-unique",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-unique?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".grid7 > nav",
            "html": "<nav id=\"main-menu\" class=\"dropdown-menu mobile\">",
            "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 > .wrapper.grid > .grid6.pane > nav"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0f31a53b0923",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-dae12785"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".icon-facebook-squared",
            "html": "<a href=\"https://www.facebook.com/Maarkedal/\" target=\"_blank\" class=\"icon icon-facebook-squared\"></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": "135fc89f045f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1913acf1"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".icon-twitter",
            "html": "<a href=\"https://twitter.com/gemMaarkedal\" target=\"_blank\" class=\"icon icon-twitter\"></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": "9b98ecf75510",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-56c34ec4"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".icon-instagram",
            "html": "<a href=\"https://www.instagram.com/maarkedalmoetjebeleven/\" target=\"_blank\" class=\"icon icon-instagram\"></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": "0c543c1d1c31",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-100847e1"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "a[href$=\"nl/\"]",
            "html": "<a href=\"https://bkmaarkedal.be/nl/\" data-entity-type=\"external\" target=\"_blank\">",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "571805b18207",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1bb918ff"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "a[href$=\"bibliotheek\"]",
            "html": "<a href=\"/nl/bibliotheek\"><h2 class=\"field-title\">Bibliotheek</h2></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": "f13eef371598",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2ba98682"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bundle-entity.bundle:nth-child(2) > .today-only.field > .active-period.field-hours-days.field > .opening-hours.grid.field > .col:nth-child(2) > .status.status-today.status-closed",
            "html": "<div class=\"status status-today status-closed\">Gesloten</div>",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9def13bc1357",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c5a257cf"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "a[href$=\"burgerzaken\"]",
            "html": "<a href=\"/nl/burgerzaken\"><h2 class=\"field-title\">Burgerzaken</h2></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": "233d9d8df622",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-df4ec953"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bundle-entity.bundle:nth-child(3) > .today-only.field > .active-period.field-hours-days.field > .opening-hours.grid.field > .col:nth-child(2) > .status.status-today.status-closed",
            "html": "<div class=\"status status-today status-closed\">Gesloten</div>",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a2cdb432acdf",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d0b9ca23"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "a[href$=\"omgeving-en-wonen\"]",
            "html": "<a href=\"/nl/omgeving-en-wonen\"><h2 class=\"field-title\">Omgeving en Wonen</h2></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": "639b1cd229ff",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c26ff2e6"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bundle-entity.bundle:nth-child(4) > .today-only.field > .active-period.field-hours-days.field > .opening-hours.grid.field > .col:nth-child(2) > .status.status-today.status-closed",
            "html": "<div class=\"status status-today status-closed\">Gesloten</div>",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6e48a59188b7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0102cc87"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "a[href$=\"recyclagepark-0\"]",
            "html": "<a href=\"/nl/recyclagepark-0\"><h2 class=\"field-title\">Recyclagepark</h2></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": "b7b38d9a0591",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-07efdcf6"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "a[href$=\"sociale-dienst\"]",
            "html": "<a href=\"/nl/sociale-dienst\"><h2 class=\"field-title\">Sociale Dienst</h2></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": "db1b0b8fa777",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-72b3aaa5"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bundle-entity.bundle:nth-child(6) > .today-only.field > .active-period.field-hours-days.field > .opening-hours.grid.field > .col:nth-child(2) > .status.status-today.status-closed",
            "html": "<div class=\"status status-today status-closed\">Gesloten</div>",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d62f61b0af95",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9b60bbc4"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bundle-links",
            "html": "<div class=\"bundle bundle-links\"><div class=\"field field-link-description\"></div><div class=\"field field-links\"><div class=\"link icon-right\"><a href=\"/nl/openingsuren\" target=\"_self\">Meer openingsuren</a></div></div><div class=\"field field-files\"></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": "8ffc4086c92e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1066d273"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".quick-links",
            "html": "<article about=\"/nl/quick-links\" class=\"pane grid3 quick-links striped bgc-white bshadow block border-bottom\" show_title=\"0\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a383b478a17",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-157de2ea"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "img[alt=\"bk tijdrijden\"]",
            "html": "<img property=\"schema:image\" loading=\"lazy\" src=\"/sites/default/files/styles/teaser_large/public/2026-02/mailbanner.png?h=d0c776da&amp;itok=eNcQcaC0\" width=\"640\" height=\"284\" alt=\"bk tijdrijden\" typeof=\"foaf:Image\" class=\"image-style-teaser-large lazy lazy-loaded\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3e7e97247fcb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d787a838"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".grid12.masonry-item.pane:nth-child(1) > .article.articles[typeof=\"schema:Article\"] > .pd-medium.pane > header > a",
            "html": "<a href=\"/nl/bk-tijdrijden-2026-maarkedal\"><h1 class=\"field_title\">BK Tijdrijden 2026 in Maarkedal</h1></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": "f40a4238813f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9982f1c1"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".grid12.masonry-item.pane:nth-child(1) > .article.articles[typeof=\"schema:Article\"] > .pd-medium.pane > p",
            "html": "<p>Maarkedal verwelkomt het BK Tijdrijden op vrijdag 1 mei (jeugd) en vrijdag 26 juni (elite)! Meer info vind je hier terug.</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": "b9ac62f0d274",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5a4ff975"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".grid12.masonry-item.pane:nth-child(1) > .article.articles[typeof=\"schema:Article\"] > .pd-medium.pane > .field-link.ta-right.field",
            "html": "<div class=\"field field-link ta-right\"><a href=\"/nl/bk-tijdrijden-2026-maarkedal\" class=\"read-more\">Meer info</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": "74eb00761d91",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8de645ec"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "img[alt=\"vacature\"]",
            "html": "<img property=\"schema:image\" loading=\"lazy\" src=\"/sites/default/files...\" width=\"640\" height=\"284\" alt=\"vacature\" typeof=\"foaf:Image\" class=\"image-style-teaser-l...\" data-src=\"/sites/default/files...\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "468bcf147623",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-230175dc"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "header > a[href$=\"vacatures\"]",
            "html": "<a href=\"/nl/vacatures\"><h1 class=\"field_title\">Vacatures</h1></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": "a5215ddbc253",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c88e22cb"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "article[about=\"/nl/vacatures\"] > .pd-medium.pane > p",
            "html": "<p>Wij zijn op zoek naar een deskundige patrimonium en mobiliteit, een administratief medewerker burgerzaken en onthaal en een medewerker schoonmaak en keuken.</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": "4e9733dca4bd",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c549680c"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "article[about=\"/nl/vacatures\"] > .pd-medium.pane > .field-link.ta-right.field",
            "html": "<div class=\"field field-link ta-right\"><a href=\"/nl/vacatures\" class=\"read-more\">Meer info</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": "f95369763b04",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-66db1a25"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "img[alt=\"label\"]",
            "html": "<img property=\"schema:image\" loading=\"lazy\" src=\"/sites/default/files...\" width=\"640\" height=\"284\" alt=\"label\" typeof=\"foaf:Image\" class=\"image-style-teaser-l...\" data-src=\"/sites/default/files...\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea4101bcec6d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-29205f4a"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".grid12.masonry-item.pane:nth-child(3) > .article.articles[typeof=\"schema:Article\"] > .pd-medium.pane > header > a",
            "html": "<a href=\"/nl/maarkedal-ontvangt-label-officiele-troostgemeente\"><h1 class=\"field_title\">Maarkedal ontvangt label 'Officiële Troostgemeente'</h1></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": "76d1d288d678",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-98937746"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".grid12.masonry-item.pane:nth-child(3) > .article.articles[typeof=\"schema:Article\"] > .pd-medium.pane > p",
            "html": "<p>Maarkedal mag zich voortaan een officiële Troostgemeente noemen. Lees hier meer.</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": "6680240a9be0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-70de91be"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".grid12.masonry-item.pane:nth-child(3) > .article.articles[typeof=\"schema:Article\"] > .pd-medium.pane > .field-link.ta-right.field",
            "html": "<div class=\"field field-link ta-right\"><a href=\"/nl/maarkedal-ontvangt-label-officiele-troostgemeente\" class=\"read-more\">Meer info</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": "0d3d7a9a1778",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-93512cb2"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".news-overview > .bundle-button.bundle",
            "html": "<div class=\"bundle bundle-button\"><a class=\"button\" href=\"/nl/nieuwsoverzicht\">Volledig nieuwsoverzicht</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": "365cef589378",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ff67bb72"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".grid6.masonry-item.pane:nth-child(2) > .event.events[title=\"0\"] > .ta-center.pane > figure > a > .lazy-loaded.lazy[typeof=\"Image\"]",
            "html": "<img loading=\"lazy\" src=\"/sites/default/files/styles/teaser_large/public/events/d3841647-df91-4a35-9d7f-69d463f26557.jpeg?h=8abcec71&amp;itok=lAQSVcJN\" width=\"640\" height=\"284\" alt=\"Dwars door Maarkedal © Gemeentebestuur Maarkedal\" typeof=\"Image\" class=\"image-style-teaser-large lazy lazy-loaded\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "415cdd9a948b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3d1a9dff"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".grid6.masonry-item.pane:nth-child(2) > .event.events[title=\"0\"] > .pd-medium.pane",
            "html": "<div class=\"pane  pd-medium \">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a398c1eeb27d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8decbc9f"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".lazy-loaded.lazy[alt=\"boekstartdag\"]",
            "html": "<img loading=\"lazy\" src=\"/sites/default/files/styles/teaser_large/public/2026-04/Klik%20Klak%203.png?h=84071268&amp;itok=AmphEyQm\" width=\"640\" height=\"284\" alt=\"boekstartdag\" typeof=\"Image\" class=\"image-style-teaser-large lazy lazy-loaded\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "18d6b81778c6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c9e24587"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".grid6.masonry-item.pane:nth-child(3) > .event.events[title=\"0\"] > .pd-medium.pane",
            "html": "<div class=\"pane  pd-medium \">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a4c009cb41c9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c3815b1a"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".grid6.masonry-item.pane:nth-child(4) > .event.events[title=\"0\"] > .ta-center.pane > figure > a > .lazy.image-style-teaser-large[typeof=\"Image\"]",
            "html": "<img loading=\"lazy\" src=\"/sites/default/files...\" width=\"640\" height=\"284\" alt=\"BK Tijdrijden Elites...\" typeof=\"Image\" class=\"image-style-teaser-l...\" data-src=\"/sites/default/files...\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d7bff304dbf3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-499b50ec"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".grid6.masonry-item.pane:nth-child(4) > .event.events[title=\"0\"] > .pd-medium.pane",
            "html": "<div class=\"pane  pd-medium \">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bc2db913bea5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ef6204bf"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".grid6.masonry-item.pane:nth-child(5) > .event.events[title=\"0\"] > .ta-center.pane > figure > a > .lazy.image-style-teaser-large[typeof=\"Image\"]",
            "html": "<img loading=\"lazy\" src=\"/sites/default/files...\" width=\"640\" height=\"284\" alt=\"Avondmarkt op het pl...\" typeof=\"Image\" class=\"image-style-teaser-l...\" data-src=\"/sites/default/files...\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b16ea27a9286",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8b0dc4e8"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".grid6.masonry-item.pane:nth-child(5) > .event.events[title=\"0\"] > .pd-medium.pane",
            "html": "<div class=\"pane  pd-medium \">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "69ec894ca6a7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-bfd5465e"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".grid6.masonry-item.pane:nth-child(6) > .event.events[title=\"0\"] > .ta-center.pane > figure > a > .lazy.image-style-teaser-large[typeof=\"Image\"]",
            "html": "<img loading=\"lazy\" src=\"/sites/default/files...\" width=\"640\" height=\"284\" alt=\"Lezing rond trauma d...\" typeof=\"Image\" class=\"image-style-teaser-l...\" data-src=\"/sites/default/files...\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2f0cd21dac9d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e944a73a"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".grid6.masonry-item.pane:nth-child(6) > .event.events[title=\"0\"] > .pd-medium.pane",
            "html": "<div class=\"pane  pd-medium \">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "72127fe37425",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3317f234"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".mailchimp-signup-subscribe-form-block > h2",
            "html": "<h2>Nieuwsbrief</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": "71b5e951a3cf",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5779d266"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".mailchimp-signup-subscribe-description",
            "html": "<div class=\"mailchimp-signup-subscribe-description\">Regelmatig versturen wij een nieuwsbrief met een mix van praktische info en vrijetijdsnieuws.</div>",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "12f6e74de5b1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-424328ed"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#mailchimp-newsletter-dfbdf5cd25-mergefields",
            "html": "<div id=\"mailchimp-newsletter-dfbdf5cd25-mergefields\" class=\"mailchimp-newsletter-mergefields\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "44e11e6e5ad9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1092bb73"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#edit-mailchimp-lists-interest-groups-dab6d959a6--wrapper",
            "html": "<fieldset class=\"mailchimp-newsletter-interests-dfbdf5cd25 fieldgroup form-composite\" data-drupal-selector=\"edit-mailchimp-lists-interest-groups-dab6d959a6\" id=\"edit-mailchimp-lists-interest-groups-dab6d959a6--wrapper\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d6a98ad003fb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6207bda2"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".event-overview > .bundle-button.bundle",
            "html": "<div class=\"bundle bundle-button\"><a class=\"button\" href=\"/nl/uit-maarkedal\">Meer evenementen bekijken</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": "a252a0de1825",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4cda344f"
          },
          {
            "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": "24094d6f8f15",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c1791208"
          }
        ],
        "outcomeCount": 944,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 86
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2289,
          "failed": 162,
          "cantTell": 73,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_article_label_unique",
          "aria_attribute_redundant",
          "aria_content_in_landmark",
          "aria_eventhandler_role_valid",
          "aria_form_label_unique",
          "aria_navigation_label_unique",
          "element_id_unique",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "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_w-67b7KnbJ0fQX7zVxYFcOSmt59v5zsjmif-Ssyn05w.css?delta=0&language=nl&theme=subtheme&include=eJx1zTEKwCAMQNELBb1Md4kamoLWkJihty8I0qnb5y0_o9HB1CnmXSCoeCoKW6zqgi18EvwWz-0ypgpGqIUTypXQ5yijS6NJ8cfBPM_12gH22KS-3i-4PTaL\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a039314dd7e5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f2002788"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_w-67b7KnbJ0fQX7zVxYFcOSmt59v5zsjmif-Ssyn05w.css?delta=0&language=nl&theme=subtheme&include=eJx1zTEKwCAMQNELBb1Md4kamoLWkJihty8I0qnb5y0_o9HB1CnmXSCoeCoKW6zqgi18EvwWz-0ypgpGqIUTypXQ5yijS6NJ8cfBPM_12gH22KS-3i-4PTaL\" 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": "8d2dcbdb18f6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-565bfeca"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/nl\" class=\"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": "57e3132e6bb4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d08f9322"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"icon icon-facebook-squared\" target=\"_blank\" href=\"https://www.facebook.com/Maarkedal/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ed0b91641e65",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0468c770"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"icon icon-twitter\" target=\"_blank\" href=\"https://twitter.com/gemMaarkedal\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "20cf651e566a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ed7322a6"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"icon icon-instagram\" target=\"_blank\" href=\"https://www.instagram.com/maarkedalmoetjebeleven/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6961eaf23f21",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9f430a5b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/27\" href=\"/nl/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": "bf4ca5296248",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f6de813e"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/30\" target=\"_self\" href=\"/nl/publiek-nieuws-uit-maarkedal\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8fd1117b2bd6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6a8f0a46"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/29\" href=\"/nl/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": "48c8a15e944f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b6842938"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/26\" rel=\"\" target=\"_self\" 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": "258c199c09d8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-fd33a8ae"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div class=\"pane grid7 ta-center reus\" id=\"menubar\">",
            "message": "The <div> element has the id \"menubar\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4e5be4864ae3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d3a411c6"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<nav class=\"dropdown-menu mobile\" id=\"main-menu\">",
            "message": "The <nav> element has the id \"main-menu\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b65e7f7b76ee",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f01b8b63"
          },
          {
            "rule": "aria_navigation_label_unique",
            "xpath": null,
            "html": "<nav class=\"dropdown-menu mobile\" id=\"main-menu\">",
            "message": "Multiple elements with \"navigation\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b3d623e46c6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f9ec4f9f"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"\" href=\"/nl/dienstverlening\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5097f4a8cd5b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ece2c3e9"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"\" href=\"/nl/dienstverlening\">",
            "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 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c737c345ce0d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-747a7318"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"\" href=\"/nl/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": "e5ce2a3c4553",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4c6fb9b4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"\" href=\"/nl/vrije-tijd\">",
            "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 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "39fe21fe8f57",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f6fc4a78"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"\" href=\"/nl/toerisme\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fa04675537cd",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-24e133b6"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"\" href=\"/nl/toerisme\">",
            "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 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6a066709af52",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9968259f"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form accept-charset=\"UTF-8\" id=\"views-exposed-form-search-page-1\" method=\"get\" action=\"/nl/Search\" autocomplete=\"off\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf26d2a5e19b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-580feb34"
          },
          {
            "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": "2bf564b534a9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "5a01b9cf9dd9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "1556ec49b2c2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "17aaad62f886",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "c99df43dd706",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-136f9cfc"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/nl/bibliotheek\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bb192cc56bae",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2c1ca9c0"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/nl/bibliotheek\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "34d72dd6559f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-714d39c5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2 class=\"field-title\">",
            "message": "Text contrast of 2.78 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 800",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f9765880b0a6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-253885a5"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"status status-today status-closed\">",
            "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": "2a4b23ac9ebb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f49dc567"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/nl/burgerzaken\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c3406138a61b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0c8d71d9"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/nl/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": "4825b244285b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1ebeac70"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2 class=\"field-title\">",
            "message": "Text contrast of 2.78 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 800",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div id=\"hours-week-223\">",
            "message": "The <div> element has the id \"hours-week-223\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0dd8521ae3ec",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-13f78474"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"status status-today status-closed\">",
            "message": "Confirm this text 'Gesloten' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/nl/omgeving-en-wonen\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "36405ab151fa",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-da96a6d8"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/nl/omgeving-en-wonen\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aec55f66ebdd",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-cb89183a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2 class=\"field-title\">",
            "message": "Text contrast of 2.78 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 800",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div id=\"hours-week-223\">",
            "message": "The <div> element has the id \"hours-week-223\" that is already in use",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"status status-today status-closed\">",
            "message": "Confirm this text 'Gesloten' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/nl/recyclagepark-0\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2baaf1494e42",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-404c9ed9"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/nl/recyclagepark-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": "c6c1e8724365",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-97e14079"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2 class=\"field-title\">",
            "message": "Text contrast of 2.78 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 800",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/nl/sociale-dienst\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1746463613e0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-19df691e"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/nl/sociale-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": "26c29617fd17",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a3b71543"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2 class=\"field-title\">",
            "message": "Text contrast of 2.78 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 800",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div id=\"hours-week-223\">",
            "message": "The <div> element has the id \"hours-week-223\" that is already in use",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"status status-today status-closed\">",
            "message": "Confirm this text 'Gesloten' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a target=\"_self\" href=\"/nl/openingsuren\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a466c419c71b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1e2b9ba0"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_self\" href=\"/nl/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": "7c2d5f9a002e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6613032b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_self\" href=\"/nl/openingsuren\">",
            "message": "Text contrast of 3.52 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": "32fa098d01ba",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5097f10d"
          },
          {
            "rule": "aria_eventhandler_role_valid",
            "xpath": null,
            "html": "<div style=\"cursor: pointer;\" onclick=\"window.open('https://www.ivla.be/swfiles/files/Kalender_Maarkedal_2026_web_v20.pdf', '_blank') \" class=\"box shortcut-wrapper overlay-link padding-small bg-light border shadow\">",
            "message": "The <div> element with 'onclick' does not have a valid ARIA role specified",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7e2334df2749",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b4a588e6"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h4>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "76560a4dff51",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-86729aca"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"shortcut-link icon-trash-empty\" href=\"https://www.ivla.be/swfiles/files/Kalender_Maarkedal_2026_web_v20.pdf\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7fdd5a493389",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-83f00b08"
          },
          {
            "rule": "aria_eventhandler_role_valid",
            "xpath": null,
            "html": "<div style=\"cursor: pointer;\" onclick=\"window.open('/nl/e-loket', '_self') \" class=\"box shortcut-wrapper overlay-link padding-small bg-light border shadow\">",
            "message": "The <div> element with 'onclick' does not have a valid ARIA role specified",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "37a9b3893183",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-07496357"
          },
          {
            "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 icon-laptop\" href=\"/nl/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": "fa65c56827a4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-dcb43c7d"
          },
          {
            "rule": "aria_eventhandler_role_valid",
            "xpath": null,
            "html": "<div style=\"cursor: pointer;\" onclick=\"window.open('/nl/dienstverlening/projecten-wegen-en-verkeer/verkeershinder-en-wegenwerken', '_self') \" class=\"box shortcut-wrapper overlay-link padding-small bg-light border shadow\">",
            "message": "The <div> element with 'onclick' does not have a valid ARIA role specified",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "21488f7dda72",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f393894b"
          },
          {
            "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 icon-road\" href=\"/nl/dienstverlening/projecten-wegen-en-verkeer/verkeershinder-en-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": "4b6b128627bc",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-68cc6b84"
          },
          {
            "rule": "aria_eventhandler_role_valid",
            "xpath": null,
            "html": "<div style=\"cursor: pointer;\" onclick=\"window.open('https://maarkedal.be/afspraken', '_parent') \" class=\"box shortcut-wrapper overlay-link padding-small bg-light border shadow\">",
            "message": "The <div> element with 'onclick' does not have a valid ARIA role specified",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "90b531d75016",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e95f0aee"
          },
          {
            "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 icon-calendar\" href=\"https://maarkedal.be/afspraken\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2c6d6b01b433",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9af2167e"
          },
          {
            "rule": "aria_eventhandler_role_valid",
            "xpath": null,
            "html": "<div style=\"cursor: pointer;\" onclick=\"window.open('/nl/beleid/communicatie-en-inspraak/iets-melden', '_self') \" class=\"box shortcut-wrapper overlay-link padding-small bg-light border shadow\">",
            "message": "The <div> element with 'onclick' does not have a valid ARIA role specified",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4e393bd66e91",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2663ddfa"
          },
          {
            "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 icon-megaphone\" href=\"/nl/beleid/communicatie-en-inspraak/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": "f2e6bac768f9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e518d911"
          },
          {
            "rule": "aria_eventhandler_role_valid",
            "xpath": null,
            "html": "<div style=\"cursor: pointer;\" onclick=\"window.open('/nl/beleid/communicatie-en-inspraak/contactformulier', '_self') \" class=\"box shortcut-wrapper overlay-link padding-small bg-light border shadow\">",
            "message": "The <div> element with 'onclick' does not have a valid ARIA role specified",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e46dc355b962",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b27dcf6d"
          },
          {
            "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 icon-comment\" href=\"/nl/beleid/communicatie-en-inspraak/contactformulier\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4f36d220d90d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d4f02709"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a target=\"_blank\" data-entity-type=\"external\" href=\"https://bkmaarkedal.be/nl/\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "54359b8dfdef",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-179009bd"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "97d84d731be5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/nl/bk-tijdrijden-2026-maarkedal\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a13ab420e156",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-04cad5cd"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/nl/bk-tijdrijden-2026-maarkedal\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h1 class=\"field_title\">",
            "message": "Text contrast of 2.55 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": "ac2f4f397608",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5f7ddb61"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b54cc11766b7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a86234de"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"read-more\" href=\"/nl/bk-tijdrijden-2026-maarkedal\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "638fdfb60b8c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-bcd1e321"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"read-more\" href=\"/nl/bk-tijdrijden-2026-maarkedal\">",
            "message": "Text contrast of 3.52 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": "ce0036943bcc",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-25d593fe"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "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": "95c32d18dddb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-34f57db3"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/nl/vacatures\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h1 class=\"field_title\">",
            "message": "Text contrast of 2.55 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": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"read-more\" href=\"/nl/vacatures\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e15c6f83b744",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0c02cbf5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"read-more\" href=\"/nl/vacatures\">",
            "message": "Text contrast of 3.52 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": "ae0be1eb8f78",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d571e4e2"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/nl/nieuwsoverzicht\" class=\"button\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "80564186593f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d6a30177"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/nl/nieuwsoverzicht\" class=\"button\">",
            "message": "Text contrast of 3.52 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": "403a6a6e77fd",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-aa6e4d01"
          },
          {
            "rule": "aria_article_label_unique",
            "xpath": null,
            "html": "<article class=\"event promoted sticky teaser events grid\" title=\"0\" about=\"/nl/uit-in-maarkedal/dwars-door-maarkedal-3\">",
            "message": "Multiple elements with \"article\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2343a2145fef",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8adda916"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/nl/uit-in-maarkedal/dwars-door-maarkedal-3\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1eb7735d28d5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6f76082c"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/nl/uit-in-maarkedal/dwars-door-maarkedal-3\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h1 class=\"field_title\">",
            "message": "Text contrast of 2.26 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": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"read-more\" href=\"/nl/uit-in-maarkedal/dwars-door-maarkedal-3\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6aeef022d19e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-233eccd8"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"read-more\" href=\"/nl/uit-in-maarkedal/dwars-door-maarkedal-3\">",
            "message": "Text contrast of 3.52 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": "821e6b9a51dd",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-fd4543e6"
          },
          {
            "rule": "aria_article_label_unique",
            "xpath": null,
            "html": "<article class=\"event promoted sticky teaser events grid\" title=\"0\" about=\"/nl/uit-in-maarkedal/boekstartdag-zaterdag-23-mei\">",
            "message": "Multiple elements with \"article\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8e60de535a15",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-48b4ba8e"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/nl/uit-in-maarkedal/boekstartdag-zaterdag-23-mei\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "91bf91ad0c3d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0ec92e0d"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/nl/uit-in-maarkedal/boekstartdag-zaterdag-23-mei\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h1 class=\"field_title\">",
            "message": "Text contrast of 2.26 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": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"read-more\" href=\"/nl/uit-in-maarkedal/boekstartdag-zaterdag-23-mei\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6adbefe7fc6f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0c5c3727"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"read-more\" href=\"/nl/uit-in-maarkedal/boekstartdag-zaterdag-23-mei\">",
            "message": "Text contrast of 3.52 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": "92f033d44c58",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4e6dac6a"
          },
          {
            "rule": "aria_article_label_unique",
            "xpath": null,
            "html": "<article class=\"event promoted sticky teaser events grid\" title=\"0\" about=\"/nl/uit-in-maarkedal/bk-tijdrijden-elite-fanzone-op-het-etikhoveplein\">",
            "message": "Multiple elements with \"article\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "396f9ad8b1e3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-01e44c89"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/nl/uit-in-maarkedal/bk-tijdrijden-elite-fanzone-op-het-etikhoveplein\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "86d5ee073a70",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-fd4348d9"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/nl/uit-in-maarkedal/bk-tijdrijden-elite-fanzone-op-het-etikhoveplein\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h1 class=\"field_title\">",
            "message": "Text contrast of 2.26 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": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"read-more\" href=\"/nl/uit-in-maarkedal/bk-tijdrijden-elite-fanzone-op-het-etikhoveplein\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e40337164863",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-34768242"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"read-more\" href=\"/nl/uit-in-maarkedal/bk-tijdrijden-elite-fanzone-op-het-etikhoveplein\">",
            "message": "Text contrast of 3.52 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": "2933e7c53cae",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-98cea263"
          },
          {
            "rule": "aria_article_label_unique",
            "xpath": null,
            "html": "<article class=\"event promoted sticky teaser events grid\" title=\"0\" about=\"/nl/uit-in-maarkedal/avondmarkt-op-het-plein-op-11-juli-maarkedal-0\">",
            "message": "Multiple elements with \"article\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3b4b5d3a874d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-02d2f3c7"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/nl/uit-in-maarkedal/avondmarkt-op-het-plein-op-11-juli-maarkedal-0\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b90615310ae6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e6c0dd4d"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/nl/uit-in-maarkedal/avondmarkt-op-het-plein-op-11-juli-maarkedal-0\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h1 class=\"field_title\">",
            "message": "Text contrast of 2.26 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": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"read-more\" href=\"/nl/uit-in-maarkedal/avondmarkt-op-het-plein-op-11-juli-maarkedal-0\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "01066a264dc8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4b9b4338"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"read-more\" href=\"/nl/uit-in-maarkedal/avondmarkt-op-het-plein-op-11-juli-maarkedal-0\">",
            "message": "Text contrast of 3.52 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": "a83bcb5d7f9f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-960ac625"
          },
          {
            "rule": "aria_article_label_unique",
            "xpath": null,
            "html": "<article class=\"event promoted sticky teaser events grid\" title=\"0\" about=\"/nl/uit-in-maarkedal/lezing-rond-trauma-door-peter-adriaenssens\">",
            "message": "Multiple elements with \"article\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5e5c4597be2a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-bc56b4cb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/nl/uit-in-maarkedal/lezing-rond-trauma-door-peter-adriaenssens\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "70d524ec064f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3a963544"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/nl/uit-in-maarkedal/lezing-rond-trauma-door-peter-adriaenssens\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h1 class=\"field_title\">",
            "message": "Text contrast of 2.26 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": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"read-more\" href=\"/nl/uit-in-maarkedal/lezing-rond-trauma-door-peter-adriaenssens\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2f4066be58e7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f2e98729"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"read-more\" href=\"/nl/uit-in-maarkedal/lezing-rond-trauma-door-peter-adriaenssens\">",
            "message": "Text contrast of 3.52 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": "65d4a7bc1568",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5e30b8c1"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c6d44cc91fed",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f9d40766"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2>",
            "message": "Text contrast of 2.55 with its background is less than the WCAG AA minimum requirements for text of size 22.4px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4856dc864ee7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9c97642b"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form accept-charset=\"UTF-8\" id=\"mailchimp-signup-subscribe-block-inschrijven-form\" method=\"post\" action=\"/\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "167ed7bbec1b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d75fa010"
          },
          {
            "rule": "aria_attribute_redundant",
            "xpath": null,
            "html": "<input aria-required=\"true\" required=\"required\" class=\"form-email required\" maxlength=\"254\" size=\"25\" value=\"\" name=\"mergevars[EMAIL]\" id=\"edit-mergevars-email\" type=\"email\" data-drupal-selector=\"edit-mergevars-email\" autocomplete=\"email\">",
            "message": "The ARIA attribute \"aria-required\" is redundant with the HTML attribute \"required\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d9cd8d5d4613",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7f51f969"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input aria-required=\"true\" required=\"required\" class=\"form-email required\" maxlength=\"254\" size=\"25\" value=\"\" name=\"mergevars[EMAIL]\" id=\"edit-mergevars-email\" type=\"email\" data-drupal-selector=\"edit-mergevars-email\" autocomplete=\"email\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b55ed015154",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-cfd59e50"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input class=\"form-text\" maxlength=\"128\" size=\"25\" value=\"\" name=\"mergevars[FNAME]\" id=\"edit-mergevars-fname\" type=\"text\" data-drupal-selector=\"edit-mergevars-fname\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "65c6d147f742",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4a8f2ac2"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input value=\"dd89ef35f0\" name=\"mailchimp_lists[interest_groups][dab6d959a6][dd89ef35f0]\" id=\"edit-mailchimp-lists-interest-groups-dab6d959a6-dd89ef35f0\" type=\"checkbox\" data-drupal-selector=\"edit-mailchimp-lists-interest-groups-dab6d959a6-dd89ef35f0\" class=\"mailchimp-newsletter-interests-dfbdf5cd25 form-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": "b4ac27873430",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-62545e82"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"dd89ef35f0\" name=\"mailchimp_lists[interest_groups][dab6d959a6][dd89ef35f0]\" id=\"edit-mailchimp-lists-interest-groups-dab6d959a6-dd89ef35f0\" type=\"checkbox\" data-drupal-selector=\"edit-mailchimp-lists-interest-groups-dab6d959a6-dd89ef35f0\" class=\"mailchimp-newsletter-interests-dfbdf5cd25 form-checkbox\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a7e1170888c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-46c28244"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input value=\"3a1614747a\" name=\"mailchimp_lists[interest_groups][dab6d959a6][3a1614747a]\" id=\"edit-mailchimp-lists-interest-groups-dab6d959a6-3a1614747a\" type=\"checkbox\" data-drupal-selector=\"edit-mailchimp-lists-interest-groups-dab6d959a6-3a1614747a\" class=\"mailchimp-newsletter-interests-dfbdf5cd25 form-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": "956b4938d1c4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-07aa246c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"3a1614747a\" name=\"mailchimp_lists[interest_groups][dab6d959a6][3a1614747a]\" id=\"edit-mailchimp-lists-interest-groups-dab6d959a6-3a1614747a\" type=\"checkbox\" data-drupal-selector=\"edit-mailchimp-lists-interest-groups-dab6d959a6-3a1614747a\" class=\"mailchimp-newsletter-interests-dfbdf5cd25 form-checkbox\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8730af277d44",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-efdb775f"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input value=\"bfbb0d09df\" name=\"mailchimp_lists[interest_groups][dab6d959a6][bfbb0d09df]\" id=\"edit-mailchimp-lists-interest-groups-dab6d959a6-bfbb0d09df\" type=\"checkbox\" data-drupal-selector=\"edit-mailchimp-lists-interest-groups-dab6d959a6-bfbb0d09df\" class=\"mailchimp-newsletter-interests-dfbdf5cd25 form-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": "f87a25a6744f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0688a322"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"bfbb0d09df\" name=\"mailchimp_lists[interest_groups][dab6d959a6][bfbb0d09df]\" id=\"edit-mailchimp-lists-interest-groups-dab6d959a6-bfbb0d09df\" type=\"checkbox\" data-drupal-selector=\"edit-mailchimp-lists-interest-groups-dab6d959a6-bfbb0d09df\" class=\"mailchimp-newsletter-interests-dfbdf5cd25 form-checkbox\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "30ccfeed71bc",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a3f223fb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input class=\"button js-form-submit form-submit\" value=\"Inschrijven\" name=\"op\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ce0fedfd5604",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-94744eba"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input class=\"button js-form-submit form-submit\" value=\"Inschrijven\" name=\"op\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "298e744a8dac",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4c540a2e"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/nl/uit-maarkedal\" class=\"button\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "22703d4985cc",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-440b4164"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/nl/uit-maarkedal\" class=\"button\">",
            "message": "Text contrast of 3.52 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": "ed0ff4826f28",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3c6bea1e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "Text contrast of 2.78 with its background is less than the WCAG AA minimum requirements for text of size 15.862px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f20bc39a67b0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-61d6b2cc"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"mailto:info@maarkedal.be\">",
            "message": "Text contrast of 2.78 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": "b2568d3a4ccf",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4d79a474"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<nav class=\"dropdown-menu mobile\" id=\"main-menu\">",
            "message": "The <nav> element has the id \"main-menu\" that is already in use",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_navigation_label_unique",
            "xpath": null,
            "html": "<nav class=\"dropdown-menu mobile\" id=\"main-menu\">",
            "message": "Multiple elements with \"navigation\" role do not have unique labels",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"\" href=\"/nl/dienstverlening\">",
            "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 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"\" href=\"/nl/vrije-tijd\">",
            "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 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"\" href=\"/nl/toerisme\">",
            "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 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<div style=\"opacity: 0.545;\" 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": "9c5d01b4bfb3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7d941086"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<div style=\"opacity: 0.545;\" 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": "01df47a0bef4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a8615360"
          },
          {
            "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": "bdd8725f59f2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "8d27b05e3925",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "32b7381c9f57",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "159912dae4ee",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "c4351b59dbae",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "b585d57e3789",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "72a6036b8f4c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "05eed9c2df76",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "6d005bde97f4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "8dcc61e70a5b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "a9fde9abc9cf",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "473eeba4dd4d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "2954a774f1e3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "029a431e0ee8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "ce0faf7e9a40",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-80613e9d"
          }
        ],
        "outcomeCount": 2471,
        "uniqueFailedCount": 121,
        "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.maldegem.be/",
      "finalUrl": "https://www.maldegem.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Startpagina - Maldegem",
      "elapsedMs": 18891,
      "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": 1366,
          "failed": 13,
          "cantTell": 16,
          "inapplicable": 40
        },
        "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",
          "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$=\"afspraak\"] > span",
            "html": "<span>Afspraak maken</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.01 (foreground color: #ffffff, background color: #da72ab, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".spotlight__item[data-id=\"1\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a65bb60a9e53",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-117c00b3"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".spotlight__item[data-id=\"2\"] > .partial__item-container.link-hover > .partial__content > .spotlight__link > 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.01 (foreground color: #ffffff, background color: #da72ab, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".spotlight__item[data-id=\"2\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0dc7ecb08c34",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1c1c1b81"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".spotlight__link[href$=\"activiteiten\"] > 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 3.01 (foreground color: #ffffff, background color: #da72ab, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".spotlight__item[data-id=\"3\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "588ded6c5a9e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9fc9cf94"
          },
          {
            "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>Contacteer ons</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.01 (foreground color: #ffffff, background color: #da72ab, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".spotlight__item[data-id=\"4\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b5ae18abb773",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-43853a99"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".partial__content > a[href$=\"eloket\"] > span",
            "html": "<span>Digitaal 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.01 (foreground color: #ffffff, background color: #da72ab, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".spotlight__item[data-id=\"11\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef6c7d7dc73a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-65ee999f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".is-active.article--news > .has-media.partial__item-container.link-hover > .partial__content-block > .partial__content > .partial__subtitle[role=\"doc-subtitle\"] > span",
            "html": "<span>Mijn VerbouwBegeleiding</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.01 (foreground color: #da72ab, background color: #ffffff, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".is-active.article--news > .has-media.partial__item-container.link-hover > .partial__content-block > .partial__content"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e1ac825e4768",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e6ff0719"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".article--news:nth-child(2) > .has-media.partial__item-container.link-hover > .partial__content-block > .partial__content > .partial__subtitle[role=\"doc-subtitle\"] > span",
            "html": "<span>Werkzaamheden</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.01 (foreground color: #da72ab, background color: #ffffff, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".article--news:nth-child(2) > .has-media.partial__item-container.link-hover > .partial__content-block > .partial__content"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "955b7b34315d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4c4be5ab"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contentblocks__title > span",
            "html": "<span>Visit Maldegem</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.66 (foreground color: #ffffff, background color: #24b0ac, font size: 26.3pt (35px), font weight: bold). Expected contrast ratio of 3:1",
            "relatedPaths": [
              ".contentblocks__title"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "065d060a75df",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-05536573"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".btn-contentblocks > span",
            "html": "<span>Ontdek hier</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: #ffffff, background color: #ea5425, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".btn-contentblocks"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b18915e71376",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e2fefba4"
          },
          {
            "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": "40071b267710",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "11af76e5b03e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "1b1e090edf5a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "5934f497a691",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b6704e35"
          }
        ],
        "outcomeCount": 1435,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 13
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 5063,
          "failed": 80,
          "cantTell": 63,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_form_label_unique",
          "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_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": "61a2906184c8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "c9dde329b5e0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "1302b897ab55",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "cc7a56dd1d89",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "382eefb2c82a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "f5473aa1d8f0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "43b7be7c74f0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c78f1f5a"
          },
          {
            "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": "30bb53b4c93c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "5a313c6f3dce",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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=\"Wat zoek je?\" data-toggle-placeholder=\"1\" autocomplete=\"off\" data-tooltip=\"Wat zoek je?\" 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": "9dfaa7f3bd96",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-898796cb"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.01 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": "86ac7ac51be9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.01 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.01 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.01 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.01 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": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/bewegen-en-beleving\" class=\"btn-link\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "49dad9cc9664",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-fa65d081"
          },
          {
            "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": "24667e4a3d93",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d914e086"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/wegen-en-verkeer\" class=\"btn-link\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3acd579e45b2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-059ef5cc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/sociale-hulp-en-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": "65933f5c193e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-63ebfab0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/wonen-en-verbouwen\" class=\"btn-link\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "73d76d78d749",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-22e0607b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/milieu-klimaat-en-natuur\" class=\"btn-link\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "07b71511071d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e39b4101"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/werken-en-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": "b6b89b488294",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-91324009"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/bestuur-en-inspraak\" class=\"btn-link\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b912c3a146b6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-94a2206f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/veiligheid\" class=\"btn-link\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2aacca188cd4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-992adf9e"
          },
          {
            "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": "74f6aa3ba8c4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-872dd5b6"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"list-alert__content bg-colors--color2\">",
            "message": "Confirm this text 'Vraag of melding voor de gemeente?' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4c81c62c78f7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3cc87f98"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"btn-link\" href=\"/melding\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf3dffc9345c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-826f49d0"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"partial__link\" href=\"/nieuws/het-energiehuis-maakt-energiezuinig-renoveren-gemahahakkelijker\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ae5880c93228",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2ba80fd1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.01 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_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Het Energiehuis maakt energiezuinig renoveren gemahahakkelijker' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9e46af708f13",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b48dfa4b"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"partial__link\" href=\"/nieuws/biezeveldstraat-onderbroken-tussen-4-en-15-mei\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "226bbbf8718c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1c21059a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.01 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_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Biezeveldstraat onderbroken tussen 4 en 15 mei' 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/maldegem-kiest-voluit-voor-sterke-buitenschoolse-opvang-en-activiteiten\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7133d83e4ec4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1bebde27"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Maldegem kiest voluit voor sterke buitenschoolse opvang en activiteiten' is used as a heading and if so, modify to use a heading element or role",
            "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": "3683b82f0e82",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "d442e4fba3fc",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "524915f56b53",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-91663c89"
          },
          {
            "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": "8cc685f7f413",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-445db29d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.66 with its background is less than the WCAG AA minimum requirements for text of size 31px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/visit\" class=\"btn-contentblocks 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": "21509f7f97ee",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-89760ef0"
          },
          {
            "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 20px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/activiteiten/detail/784/kleuteratletiek-feb-mei\" 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": "45cac8cf954e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-edbe0b48"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Kleuteratletiek feb-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=\"date-block__day\">",
            "message": "Text contrast of 2.85 with its background is less than the WCAG AA minimum requirements for text of size 40px and weight of 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b49a36044feb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-595fc34f"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/activiteiten/detail/688/aquarel-met-demonstraties-enige-ervaring-met-schilderen-of-tekenen\" 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": "01e4d78a99df",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-50a7ecaf"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Aquarel met demonstraties (enige ervaring met schilderen of tekenen)' 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/62/kaartclub-vrij-blij\" 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": "a5bd80ae901b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-345de566"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<span class=\"sr-only\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Vrij & Blij\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eca24373af17",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0d81408a"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Kaartclub \"Vrij & Blij\"' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<span>",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Vrij & Blij\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "44a30f25528c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a7bb455f"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/activiteiten/detail/1173/fietstochten\" 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": "d7a4b759eb52",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b7388a17"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Fietstochten' 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/162/contactgroep-parkinson\" 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": "c530ea9e6cd3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-120eda32"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Contactgroep Parkinson' 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=\"date-block__day\">",
            "message": "Text contrast of 2.66 with its background is less than the WCAG AA minimum requirements for text of size 40px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/activiteiten/detail/754/moederdagkaart-ontwerpen-met-de-cricut\" 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": "24e7189fb8a3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ea373fd0"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Moederdagkaart ontwerpen met de Cricut' 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=\"date-block__day\">",
            "message": "Text contrast of 1.51 with its background is less than the WCAG AA minimum requirements for text of size 40px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/activiteiten/detail/923/ademcirkel-dimensional-breath\" 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": "c8cfc014f453",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-69a7e9fd"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Ademcirkel: Dimensional Breath' 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=\"date-block__day\">",
            "message": "Text contrast of 2.85 with its background is less than the WCAG AA minimum requirements for text of size 40px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/activiteiten/detail/323/jeugdfilm-101-dalmatiers\" 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": "58ed247808b2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a9102b65"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Jeugdfilm '101 Dalmatiërs'' 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/98/vrije-kaartnamiddag\" 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": "7d8332e7538c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9458c3ab"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Vrije kaartnamiddag' is used as a heading and if so, modify to use a heading element or role",
            "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": true,
            "duplicateOf": "equalAccess"
          },
          {
            "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": true,
            "duplicateOf": "equalAccess"
          },
          {
            "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": "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": "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": "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": "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": "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": "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": "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": "066415977103",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6c9f85aa"
          },
          {
            "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": "7000bf883d22",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-558e4bc8"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button style=\"background-color: var(--flowise-color, var(--color1-base, #3b82f6));\" aria-expanded=\"false\" aria-label=\"Chat openen\" class=\"fv-btn\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0e93927ae06a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f54c0b41"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button style=\"background-color: var(--flowise-color, var(--color1-base, #3b82f6));\" aria-expanded=\"false\" aria-label=\"Chat openen\" class=\"fv-btn\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1e1021cb215b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a0e3e107"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button style=\"background-color: var(--flowise-color, var(--color1-base, #3b82f6));\" aria-expanded=\"false\" aria-label=\"Chat openen\" class=\"fv-btn\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3969deb63954",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-dd42d3f7"
          }
        ],
        "outcomeCount": 5150,
        "uniqueFailedCount": 49,
        "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.merelbeke-melle.be/",
      "finalUrl": "https://www.merelbeke-melle.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Startpagina - Merelbeke-Melle",
      "elapsedMs": 17580,
      "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": 1199,
          "failed": 5,
          "cantTell": 78,
          "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": "164850c39ed6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "5fae01987627",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "4d9f16cb4d3f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "2c38299278cb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b6704e35"
          },
          {
            "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": "c196762a5afe",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7ffbdd26"
          }
        ],
        "outcomeCount": 1322,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 5
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 4490,
          "failed": 48,
          "cantTell": 44,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_form_label_unique",
          "element_tabbable_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "text_block_heading",
          "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": "83defc5fa134",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "2fb237bccdaa",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "41e37c59dca2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "8ca59018afe2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "416bda5318f5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "5200b9ccf6fa",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "4d7a8fdfbbe1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c78f1f5a"
          },
          {
            "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": "ae5b76dea28a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "cdb3dc406cee",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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=\"Wat zoek je?\" data-toggle-placeholder=\"1\" autocomplete=\"off\" data-tooltip=\"Wat zoek je?\" 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": "64fabeef3fa8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-898796cb"
          },
          {
            "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": "7d7ee96621eb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1337966d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/afval-en-milieu\" class=\"btn-link\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9de37f3e7561",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a45bcad4"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/bestuur-en-beleid\" class=\"btn-link\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1eecd0b4c851",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d8cee0ca"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/evenementen\" class=\"btn-link\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1542a5608c54",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7e43b36c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/openbare-werken-en-verkeer\" class=\"btn-link\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8464e226f23d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2788841c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/thema/detail/11/scholen-en-opvang\" class=\"btn-link\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d9ad9185ff2f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-daaf3fbf"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/sport-en-jeugd\" class=\"btn-link\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9aae616e016f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a2955b41"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/welzijn-en-zorg\" class=\"btn-link\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4037498637d0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d165352c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/werken-en-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": "461b3167cbe8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-91324009"
          },
          {
            "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": "eeceed0a53e6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ef630cf1"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/activiteiten/detail/2447/dag-van-de-markt\" 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": "9b394f20d551",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-00ddb1bd"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"partial__title\">",
            "message": "Confirm this text 'Dag van de Markt' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4a335e53d391",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7706d085"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/activiteiten/detail/2444/dag-van-de-markt\" 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": "1d7a3da7cb11",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-fa51fd4b"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"partial__title\">",
            "message": "Confirm this text 'Dag van de Markt' 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/2497/doortocht-1000-km-kom-op-tegen-kanker\" 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": "447886c83014",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-66f3139f"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"partial__title\">",
            "message": "Confirm this text 'Doortocht 1000 km Kom op tegen Kanker' 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/2189/sportdag-50\" 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": "e93b525fb63a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b6878c45"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"partial__title\">",
            "message": "Confirm this text 'Sportdag 50+' 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/repair-cafe\" 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": "83a772a6a3e0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1f6e8428"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"partial__title\">",
            "message": "Confirm this text 'Repair Café' 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/jobbeurs\" 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": "38ed044ce952",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-495c5a2f"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"partial__title\">",
            "message": "Confirm this text 'VDAB-jobbeurs Merelbeke-Melle' is used as a heading and if so, modify to use a heading element or role",
            "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": "4f50126ce1ff",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "051a00973b17",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "3b66e016e7eb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-91663c89"
          },
          {
            "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": "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": "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": "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": "f27936580007",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6c9f85aa"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"partial__link\" href=\"/nieuws/wisselbospad\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bdf4cb0ed260",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-103f9523"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Wisselbospad afgesloten tijdens renovatiewerken Tramstelloodsen' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "60f4d67c2c89",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b48dfa4b"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"partial__link\" href=\"/nieuws/hou-rekening-met-verkeershinder-door-nutswerken\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7bd9bcfc0a57",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-64f96f75"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Hou rekening met verkeershinder door nutswerken Elia' 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/kom-op-tegen-kanker-zoekt-enthousiaste-vrijwilligers-in-merelbeke-melle\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4f1ad15da240",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-cc94c19d"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Kom op tegen Kanker zoekt enthousiaste vrijwilligers in Merelbeke-Melle' 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": "b18fdbc39ea8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-445db29d"
          },
          {
            "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": "11c16b722807",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "00e0580d49a8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-431daa94"
          }
        ],
        "outcomeCount": 4541,
        "uniqueFailedCount": 38,
        "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.nazarethdepinte.be/",
      "finalUrl": "https://www.nazarethdepinte.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Nazareth-De Pinte - Startpagina",
      "elapsedMs": 23028,
      "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": 994,
          "failed": 7,
          "cantTell": 52,
          "inapplicable": 40
        },
        "failedRules": [
          "heading-order",
          "link-name",
          "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",
          "skip-link",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".paddle-component--body-section > h3",
            "html": "<h3>Populaire pagina's</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": "a829075d7043",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-48f25862"
          },
          {
            "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$=\"contact-en-openingsuren\"]:nth-child(1)",
            "html": "<a href=\"/contact-en-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": "43017b21d904",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-81ea20da"
          },
          {
            "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": "7573a8cb098f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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$=\"nazareth.egovflow.be\"]:nth-child(1)",
            "html": "<a href=\"https://nazareth.egovflow.be\">",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8e34c046ebd7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1456f175"
          },
          {
            "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$=\"iets-melden\"]:nth-child(1)",
            "html": "<a href=\"/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": "131d3e4b18f4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-19d79e13"
          },
          {
            "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\"]:nth-child(1)",
            "html": "<a href=\"/uit\">",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f53c46e733ed",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4b6017af"
          },
          {
            "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": "4261088f8e5c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c1791208"
          }
        ],
        "outcomeCount": 1093,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 7
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3135,
          "failed": 94,
          "cantTell": 97,
          "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",
          "text_quoted_correctly",
          "widget_tabbable_single"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link href=\"https://use.typekit.net/pjy4xyk.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": "673a7d022b76",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2fa599c2"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/modules/contrib/jq_ui/jquery_ui/assets/vendor/jquery.ui/themes/base/core.css?te9p1t\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2a5835663e99",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-384ca0ba"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/themes/custom/ocelot_paddle/components/eu-cookie-compliance/eu-cookie-compliance.min.css?te9p1t\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "92b7ced7dfab",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b21adbb7"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/themes/custom/ocelot_paddle/components/menu-main/menu-main.min.css?te9p1t\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "060005c9da4a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5ba032d7"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/themes/custom/ocelot_paddle/components/menu-top-navigation/menu-top-navigation.min.css?te9p1t\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "81c83239fb6b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8892606f"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/themes/custom/ocelot_paddle/components/node-preview-container/node-preview-container.min.css?te9p1t\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9de26185644d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4b7c988a"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/themes/custom/ocelot_paddle/components/block-search/block-search.min.css?te9p1t\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "77dfd2d71725",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f388a63b"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/themes/custom/ocelot_paddle/components/breadcrumb/breadcrumb.min.css?te9p1t\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e2d2837ba81a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-dc411200"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/themes/custom/ocelot_paddle/components/hamburger/hamburger.min.css?te9p1t\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a2e977f6d6e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-728fff88"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/themes/custom/ocelot_paddle/components/social-media-links/social-media-links.min.css?te9p1t\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ae9689a30a65",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-968735f9"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/themes/custom/ocelot_paddle/assets/css/ocelot_paddle.style.min.css?te9p1t\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d315b9857c00",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e4bd865d"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/themes/custom/ocelot_paddle/assets/css/ocelot_paddle.print.min.css?te9p1t\" media=\"print\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0e254ffb9179",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7bc1c933"
          },
          {
            "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": "845f2008c7bb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "dd7c45ef467d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "27cd23f9147e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-780e76ef"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button data-rsevent-id=\"rs_421634\" data-rs-container=\"readspeaker_button\" style=\"display: none;\" 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": "a2cbf4fc3e8e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-92b7206c"
          },
          {
            "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": "d60e466f92ff",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-215bd4df"
          },
          {
            "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": "d92bdf6fd09c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "8c9da2e70e38",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6cbabc67"
          },
          {
            "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": "9fe18b28a434",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "3e993f2bb70f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-87ad9640"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e061cb4579a0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-61d6b2cc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a 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": "f7c09e20deb1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6355d5e0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/bestuur/bestuursorganen/gemeente-en-ocmw-raad\" 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": "49a955d11172",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b3a07736"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/ophaalkalender\" 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": "46fc4968b85b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-78d7bd48"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Recyclageparken\" data-entity-substitution=\"canonical\" data-entity-uuid=\"e1432201-f08a-4a0f-b1bf-c966c232b7af\" data-entity-type=\"node\" href=\"/reserveren\" 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": "5bcbf44dd252",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-cb2287f2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://nazarethdepinte.bibliotheek.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": "64a77fc86647",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e3bf3ecc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Burgerzaken\" data-entity-substitution=\"canonical\" data-entity-uuid=\"b23045f3-53a6-46d3-b17b-51a5fc83e424\" data-entity-type=\"node\" href=\"/leven-en-werken/burger\" 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": "283238d2d1a6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2a1098a4"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Welzijn\" data-entity-substitution=\"canonical\" data-entity-uuid=\"b35bcc33-2659-4e13-a132-951d74b6d769\" data-entity-type=\"node\" href=\"/leven-en-werken/welzijn-en-veiligheid\" 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": "f1de20f8802a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-69b39913"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Kinderen en jongeren\" data-entity-substitution=\"canonical\" data-entity-uuid=\"5f0c4315-4aec-462c-871e-9d2406389c66\" data-entity-type=\"node\" href=\"/vrije-tijd/kinderen-en-jongeren\" 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": "b43fc82dfe99",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e8996a4e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Organiseren\" data-entity-substitution=\"canonical\" data-entity-uuid=\"0e7dc6a6-6a66-435e-aa11-33711a9bdadf\" data-entity-type=\"node\" href=\"/bestuur/subsidies/organiseren\" 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": "d129e4b86079",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-adc12ad3"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://nazarethdepinte.recreatex.be/Tickets/Overview\" 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": "6d771408b177",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-fd4a14eb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://nazarethdepinte.recreatex.be/Tickets/Overview\" 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": "d12dfad249b9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f63c2c88"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"Inname openbaar domein\" data-entity-substitution=\"canonical\" data-entity-uuid=\"f2217bdf-aa2d-4b26-8589-9400a68f6a58\" data-entity-type=\"node\" href=\"/innameopenbaardomein\" 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": "0b3c9f74af8b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-87268c74"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Inname openbaar domein\" data-entity-substitution=\"canonical\" data-entity-uuid=\"f2217bdf-aa2d-4b26-8589-9400a68f6a58\" data-entity-type=\"node\" href=\"/innameopenbaardomein\" 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": "89460a849c72",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-cfc04187"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"Werken en omleidingen\" data-entity-substitution=\"canonical\" data-entity-uuid=\"3f17f84f-db29-4e42-8a71-1fe7a3c92b22\" data-entity-type=\"node\" href=\"/leven-en-werken/mobiliteit-en-openbare-werken/werken-en-omleidingen\" 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": "cf5a66bed9a1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ed517c76"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Werken en omleidingen\" data-entity-substitution=\"canonical\" data-entity-uuid=\"3f17f84f-db29-4e42-8a71-1fe7a3c92b22\" data-entity-type=\"node\" href=\"/leven-en-werken/mobiliteit-en-openbare-werken/werken-en-omleidingen\" 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": "75d7db61053c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c70eaae1"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"Vacatures\" data-entity-substitution=\"canonical\" data-entity-uuid=\"cc2937be-255f-4ea9-83ec-44185b41b9bd\" data-entity-type=\"node\" href=\"/leven-en-werken/vacatures\" 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": "163ce1531574",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2addc3c4"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Vacatures\" data-entity-substitution=\"canonical\" data-entity-uuid=\"cc2937be-255f-4ea9-83ec-44185b41b9bd\" data-entity-type=\"node\" href=\"/leven-en-werken/vacatures\" 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": "7e636fc814ea",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-910f340d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/contact-en-openingsuren\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d1fa6854001c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-709e4f0c"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/contact-en-openingsuren\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "69b9a381a08e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b1d128f6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/contact-en-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=\"/afspraak-maken\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c52e82559b70",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-df2e8355"
          },
          {
            "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": "61c2c5224f0e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-92568d18"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/afspraak-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=\"https://nazareth.egovflow.be\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "691df0ec7a6a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2c26675c"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://nazareth.egovflow.be\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "054e3b5c9905",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b04acc97"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://nazareth.egovflow.be\">",
            "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=\"/iets-melden\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1753f2219267",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8610b86d"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/iets-melden\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b8b39ad7638",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-49741815"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/iets-melden\">",
            "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=\"/uit\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cb688f453000",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4b66d9e5"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/uit\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3c6c92a6399b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-80ea604e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/uit\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"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": "88f09577600a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-21e33d57"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a style=\"height: auto;\" rel=\"bookmark\" href=\"/werken-in-de-vredestraat\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "beec1b1bc3a6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-45d85973"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a style=\"height: auto;\" rel=\"bookmark\" href=\"/nieuws/fietsexamens\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e044fdbaa9b5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3c4c5f04"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a style=\"height: auto;\" rel=\"bookmark\" href=\"/zitdag-belasting\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3ad4a7707dad",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-080b3e28"
          },
          {
            "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": "cc322257574a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-75bf150d"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"paddle-component paddle-component--top-section text\">",
            "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": "widget_tabbable_single",
            "xpath": null,
            "html": "<a href=\"/dar-sessie\">",
            "message": "Component with \"link\" role has more than one tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4dc3eade20fa",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a24c60d8"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"/dar-sessie\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3792a982ad90",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0ace3132"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field-with-icon\">",
            "message": "Confirm this text 'Praktische info' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fca78f48f41d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7d321305"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"item\">",
            "message": "Confirm this text 'Dinsdag 05/05/2026 - 18:30 - 21:30' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4db6c8369707",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-944a2333"
          },
          {
            "rule": "widget_tabbable_single",
            "xpath": null,
            "html": "<a href=\"/kaartspelen-wiezen-en-bieden-1\">",
            "message": "Component with \"link\" role has more than one tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d7857058cb5f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d6779205"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"/kaartspelen-wiezen-en-bieden-1\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6fa31ea07f31",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-fad5401d"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"/kaartspelen-wiezen-en-bieden-1\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Wiezen en Bieden\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0dfab5b34556",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1052f8ab"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field-with-icon\">",
            "message": "Confirm this text 'Praktische info' 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=\"item\">",
            "message": "Confirm this text 'Woensdag 06/05/2026 - 14:00 - 17: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": "<div class=\"item\">",
            "message": "Confirm this text 'Woensdag 20/05/2026 - 14:00 - 17:00' 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=\"/zumba-2025-2026-woensdag-20u00\">",
            "message": "Component with \"link\" role has more than one tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5240ed936434",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-250619a7"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"/zumba-2025-2026-woensdag-20u00\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "242ef784a814",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8fe5ca5e"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field-with-icon\">",
            "message": "Confirm this text 'Praktische info' 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=\"item\">",
            "message": "Confirm this text 'Woensdag 06/05/2026 - 20:00 - 20:50' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"item\">",
            "message": "Confirm this text 'Woensdag 13/05/2026 - 20:00 - 20:50' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"item\">",
            "message": "Confirm this text 'Woensdag 20/05/2026 - 20:00 - 20:50' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://nazarethdepinte.be/uit\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a210163b7c39",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9cbfdab1"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"paddle-component--body-section\">",
            "message": "Confirm this text 'Op de hoogte blijven' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "33ac6449fcf5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-88a2d159"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Op de hoogte blijven Op de hoogte blijven' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b6aa704960bb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f2bf52aa"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"paddle-component--body-section\">",
            "message": "Confirm this text 'Snel regelen' 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 'Snel regelen Snel regelen' 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 'Contact opnemen' 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 'Contact opnemen Contact opnemen' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/bestuur/communicatie/schrijf-in-voor-onze-nieuwsbrief\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dbd2b6b7d9c9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ea6cc37e"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<div style=\"bottom: -363.466px;\" 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": "0ea77fbc7222",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8675cf74"
          },
          {
            "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": "ae32d0cde38f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "2e1fcc799585",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "352ca4c19bcf",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a3d57af4"
          },
          {
            "rule": "input_checkboxes_grouped",
            "xpath": null,
            "html": "<input tabindex=\"0\" class=\"form-check-input\" value=\"analytics\" id=\"cookie-category-analytics\" name=\"cookie-categories\" type=\"checkbox\">",
            "message": "Checkbox input and others with the name \"cookie-categories\" are not grouped together",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d7917ebfb652",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-939829dd"
          },
          {
            "rule": "input_checkboxes_grouped",
            "xpath": null,
            "html": "<input tabindex=\"0\" class=\"form-check-input\" value=\"advertentie\" id=\"cookie-category-advertentie\" name=\"cookie-categories\" type=\"checkbox\">",
            "message": "Checkbox input and others with the name \"cookie-categories\" are not grouped together",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "930f4d3fdd67",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-dbbd2205"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<input tabindex=\"0\" class=\"form-check-input\" value=\"advertentie\" id=\"cookie-category-advertentie\" 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": "15cbe2164d19",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-84f1f923"
          },
          {
            "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": "8ef14804189e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "1503431d95c2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "0c0eb7b83df3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-062b8071"
          }
        ],
        "outcomeCount": 3243,
        "uniqueFailedCount": 77,
        "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.ninove.be/",
      "finalUrl": "https://www.ninove.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Startpagina - Ninove",
      "elapsedMs": 17313,
      "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": 1009,
          "failed": 18,
          "cantTell": 44,
          "inapplicable": 40
        },
        "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",
          "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": ".cookie-compliance-text",
            "html": "<div class=\"cookie-compliance-text 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.58 (foreground color: #ffffff, background color: #0ab4aa, 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": "bd2dafdb8a89",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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.58 (foreground color: #ffffff, background color: #0ab4aa, 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": "b961db5b3a39",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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-compliance",
            "html": "<a rel=\"nofollow\" href=\"/cookies?url=%2f\" class=\"btn-cookie-compliance btn-link link-cookie-settings\">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.58 (foreground color: #ffffff, background color: #0ab4aa, 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": "bf10aa71373c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c4b9e248"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".fast-to__link[href$=\"contact\"] > .fast-to__title",
            "html": "<span class=\"fast-to__title\">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 2.58 (foreground color: #ffffff, background color: #0ab4aa, font size: 15.0pt (20px), font weight: bold). Expected contrast ratio of 3:1",
            "relatedPaths": [
              ".fast-to__item.link-hover[data-id=\"1\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "11718285a1b4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-077db2fe"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"maak-online-een-melding\"] > .fast-to__title",
            "html": "<span class=\"fast-to__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.58 (foreground color: #ffffff, background color: #0ab4aa, font size: 15.0pt (20px), font weight: bold). Expected contrast ratio of 3:1",
            "relatedPaths": [
              ".fast-to__item.link-hover[data-id=\"2\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f4d847be6122",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e9839b83"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".fast-to__link[href$=\"maak-een-afspraak\"] > .fast-to__title",
            "html": "<span class=\"fast-to__title\">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 2.58 (foreground color: #ffffff, background color: #0ab4aa, font size: 15.0pt (20px), font weight: bold). Expected contrast ratio of 3:1",
            "relatedPaths": [
              ".fast-to__item.link-hover[data-id=\"4\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "714c59b1b5ad",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-eba7cb60"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".fast-to__link[href$=\"werken-bij-stad-ninove\"] > .fast-to__title",
            "html": "<span class=\"fast-to__title\">Werken bij de stad</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.58 (foreground color: #ffffff, background color: #0ab4aa, font size: 15.0pt (20px), font weight: bold). Expected contrast ratio of 3:1",
            "relatedPaths": [
              "li[data-id=\"12\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "60ec34cadf8c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a007cbc6"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".fast-to__link[href=\"/wegenwerken-en-verkeershinder\"] > .fast-to__title",
            "html": "<span class=\"fast-to__title\">Hinder op de weg</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.58 (foreground color: #ffffff, background color: #0ab4aa, font size: 15.0pt (20px), font weight: bold). Expected contrast ratio of 3:1",
            "relatedPaths": [
              "li[data-id=\"13\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "90a34155c066",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-560a63bb"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"ninoveleeft.be/\"] > .fast-to__title",
            "html": "<span class=\"fast-to__title\">Ninove leeft</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.58 (foreground color: #ffffff, background color: #0ab4aa, font size: 15.0pt (20px), font weight: bold). Expected contrast ratio of 3:1",
            "relatedPaths": [
              ".fast-to__item.link-hover[data-id=\"3\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "71eef86079dc",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8ea4a544"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li[data-id=\"11\"] > .footer-navigation__link[rel=\"noopener\"][target=\"_blank\"] > .footer-navigation__title > span",
            "html": "<span>Brandweer Ninove</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.36 (foreground color: #0ab4aa, background color: #e7f8f7, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "li[data-id=\"11\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0434d04a9436",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c3fc5c37"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href=\"https://www.politie.be/5442\"] > .footer-navigation__title > span",
            "html": "<span>Politie Ninove</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.36 (foreground color: #0ab4aa, background color: #e7f8f7, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".footer-navigation__item.link-hover[data-id=\"10\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "94ff1079b9c2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ff0843ce"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"ninove.bibliotheek.be\"] > .footer-navigation__title > 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 2.36 (foreground color: #0ab4aa, background color: #e7f8f7, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".footer-navigation__item.link-hover[data-id=\"9\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "219f7d73e637",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0301ee6a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"www.ccdeplomblom.org\"] > .footer-navigation__title > span",
            "html": "<span>CC De Plomblom</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.36 (foreground color: #0ab4aa, background color: #e7f8f7, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".footer-navigation__item.link-hover[data-id=\"8\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7a1da57b7f2e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0617dc3e"
          },
          {
            "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": "273f90308190",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "030f13331f9c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "ae50c62ecbea",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "52499c3e5d01",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b6704e35"
          },
          {
            "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": "b72c918f162b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7ffbdd26"
          }
        ],
        "outcomeCount": 1111,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 18
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3657,
          "failed": 75,
          "cantTell": 44,
          "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",
          "widget_tabbable_exists"
        ],
        "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": "ca1803025c83",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "89988b30dffb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "7a79f045a341",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "6bacdec8f559",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-bec41670"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"cookie-compliance-text cookie-compliance__text\">",
            "message": "Text contrast of 2.59 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": "62e34b746669",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5ac6bdaa"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.59 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": "25bd6a8d7f38",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "d57d2b8dad09",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "0fd2660ad4bf",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "886de1ad874e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c78f1f5a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"btn-cookie-compliance btn-link link-cookie-settings\" href=\"/cookies?url=%2f\" rel=\"nofollow\">",
            "message": "Text contrast of 2.59 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": "3ffa27be8840",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-649be0b9"
          },
          {
            "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": "36194489505a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "b808f5e4eb6d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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=\"Wat zoek je?\" data-toggle-placeholder=\"1\" autocomplete=\"off\" data-tooltip=\"Wat zoek je?\" 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": "771e02939d04",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-898796cb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button data-tooltip=\"Zoeken\" id=\"lcp-searchbox-btn\" class=\"search__btn\" type=\"submit\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "201942cb025b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-eb1f0cd2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"fast-to__title\">",
            "message": "Text contrast of 2.59 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": "42b0bfb6a823",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-372279ac"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"fast-to__title\">",
            "message": "Text contrast of 2.59 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=\"fast-to__title\">",
            "message": "Text contrast of 2.59 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=\"fast-to__title\">",
            "message": "Text contrast of 2.59 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=\"fast-to__title\">",
            "message": "Text contrast of 2.59 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=\"fast-to__title\">",
            "message": "Text contrast of 2.59 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": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"partial__link\" href=\"/nieuws/zomerkamp-voor-kleuters-met-zorgnoden\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "21f1256d96b2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-07e614d5"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Zomerkamp voor kleuters met zorgnoden' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a4b28646971f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b48dfa4b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.59 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": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"partial__link\" href=\"/nieuws/belastingaangifte\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bd1fec00460f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0611cced"
          },
          {
            "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 belastingaangifte?' 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.59 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": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"partial__link\" href=\"/nieuws/babbel-plus\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "61ac6080051e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2c1d257e"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Ninove zet in op Nederlands als sleutel tot integratie' 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.59 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": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"partial__link\" href=\"/nieuws/tijdelijke-verkeersmaatregelen-voor-asfalteringswerken-in-burchtstraat-en-omgeving\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "850391434574",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-16e3c60a"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Tijdelijke verkeersmaatregelen voor asfalteringswerken in Burchtstraat en omgeving' 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.59 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": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"partial__link\" rel=\"noopener\" target=\"_blank\" href=\"https://www.ninove.be/premies-en-subsidies-milieu\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9629bd07301b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-481a8554"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.59 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": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"partial__link\" rel=\"noopener\" target=\"_blank\" href=\"https://www.ninoveleeft.be/activiteiten/detail/850/infomoment-vakantieplanning\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4ea9965cb50b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6312b2e0"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Zomervakantie: fijne tijd of stressmoment?' 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.59 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": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"partial__link\" href=\"/nieuws/code-oranje-verhoogd-risico-op-natuurbrand\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a587e6b3e76",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-bf73dbbf"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Code oranje: verhoogd risico op natuurbrand' 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.59 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": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"partial__link\" href=\"/nieuws/geef-je-mening-over-de-dinsdagmarkt\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b67c229e961",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e913fbd8"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Geef je mening over de dinsdagmarkt' 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.59 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": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"partial__link\" rel=\"noopener\" target=\"_blank\" href=\"https://ninove.bibliotheek.be/agenda/de-leesclub-bezonken-rood-jeroen-brouwers\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e77d12c9adcc",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6bcbb5cb"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'De leesclub leest Jeroen Brouwers' 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.59 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": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"partial__link\" rel=\"noopener\" target=\"_blank\" href=\"https://www.ninoveleeft.be/activiteiten/detail/317/digitaal-cafe-van-prompt-tot-plaatje\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "395dd7c14e78",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1d9a722b"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Van prompt tot plaatje' 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.59 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": "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": "67017d25f685",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "2ce5193e22c5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "9cb6407b14c2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-91663c89"
          },
          {
            "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": "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": "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": "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": "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": "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": "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": "47196e631856",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-445db29d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.36 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": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"stadsmagazine\" 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": "d1503646229f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8f1e0a02"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"info contentblocks__short\">",
            "message": "Text contrast of 4.27 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": "a1247585fb6b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e5635fc9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/werken-bij-stad-ninove\" 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": "d2996e3358ee",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-eda72d1a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.27 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": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.ninoveleeft.be/carnaval\" 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": "5fdb9062250f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b08cdc5f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.ninoveleeft.be\" 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": "68e343351a69",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-15cf8a3f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.59 with its background is less than the WCAG AA minimum requirements for text of size 24px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"btn-appointment\" href=\"/contact\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "065828c88399",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-64f86eaa"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.36 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 2.36 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 2.36 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 2.36 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": "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": "e33533003840",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0a8ac034"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"btn-totop\" data-tooltip=\"Naar top\" data-scrollto=\"totop\" href=\"#skip-content\" rel=\"nofollow\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5ebe07e2be6f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e8334d61"
          },
          {
            "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": "cce6841214c5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-431daa94"
          }
        ],
        "outcomeCount": 3748,
        "uniqueFailedCount": 39,
        "duplicateFailedCount": 36,
        "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": 36
    },
    {
      "submittedUrl": "https://www.oosterzele.be/",
      "finalUrl": "https://www.oosterzele.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html",
      "pageTitle": "Gemeente Oosterzele",
      "elapsedMs": 11063,
      "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": 382,
          "failed": 26,
          "cantTell": 9,
          "inapplicable": 64
        },
        "failedRules": [
          "color-contrast",
          "image-alt",
          "link-name",
          "page-has-heading-one"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-conditional-attr",
          "aria-hidden-body",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "bypass",
          "color-contrast",
          "document-title",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "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": ".flex-shrink-0.border-bottom-1.pb-2",
            "html": "<div _ngcontent-ng-c2171641673=\"\" class=\"flex-shrink-0 flex align-items-center justify-content-center pb-2 mb-2 border-bottom-1 text-white text-lg font-bold cursor-pointer\">Uitgelicht</div>",
            "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: #348792, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".bg-cyan-500"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "42344c01229d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1bd29720"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".md\\:col-3.col-12.ng-star-inserted:nth-child(2) > .pr-3.md\\:mb-1.pl-3 > .w-full.border-right-none.white > .pl-4[_ngcontent-ng-c2171641673=\"\"] > .align-content-center.flex-wrap.flex > .text-base.align-items-center.justify-content-center > .pb-3[_ngcontent-ng-c2171641673=\"\"]",
            "html": "<div _ngcontent-ng-c2171641673=\"\" class=\"pb-3\" style=\"padding-top: 0.9rem;\"> UiTPAS </div>",
            "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: #348792, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".bg-cyan-500"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "11b23156bb00",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-00afea5c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".md\\:col-3.col-12.ng-star-inserted:nth-child(3) > .pr-3.md\\:mb-1.pl-3 > .w-full.border-right-none.white > .pl-4[_ngcontent-ng-c2171641673=\"\"] > .align-content-center.flex-wrap.flex > .text-base.align-items-center.justify-content-center > .pb-3[_ngcontent-ng-c2171641673=\"\"]",
            "html": "<div _ngcontent-ng-c2171641673=\"\" class=\"pb-3\" style=\"padding-top: 0.9rem;\"> Fietssnelweg F417 </div>",
            "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: #348792, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".bg-cyan-500"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "351df755cb2c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e0452b12"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".md\\:col-3.col-12.ng-star-inserted:nth-child(4) > .pr-3.md\\:mb-1.pl-3 > .w-full.border-right-none.white > .pl-4[_ngcontent-ng-c2171641673=\"\"] > .align-content-center.flex-wrap.flex > .text-base.align-items-center.justify-content-center > .pb-3[_ngcontent-ng-c2171641673=\"\"]",
            "html": "<div _ngcontent-ng-c2171641673=\"\" class=\"pb-3\" style=\"padding-top: 0.9rem;\"> Werken Gaverse steenweg </div>",
            "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: #348792, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".bg-cyan-500"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b3049534a23",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a647cd61"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".md\\:col-3.col-12.ng-star-inserted:nth-child(5) > .pr-3.md\\:mb-1.pl-3 > .w-full.border-right-none.white > .pl-4[_ngcontent-ng-c2171641673=\"\"] > .align-content-center.flex-wrap.flex > .text-base.align-items-center.justify-content-center > .pb-3[_ngcontent-ng-c2171641673=\"\"]",
            "html": "<div _ngcontent-ng-c2171641673=\"\" class=\"pb-3\" style=\"padding-top: 0.9rem;\"> Klacht melden? </div>",
            "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: #348792, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".bg-cyan-500"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6fc7332245d6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-bbe68576"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".pb-1",
            "html": "<div _ngcontent-ng-c2171641673=\"\" class=\"flex-shrink-0 flex align-items-center justify-content-center pb-1 border-bottom-1 text-cyan-500 text-lg font-bold cursor-pointer\">Nieuws</div>",
            "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: #348792, background color: #ffffff, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b8380efb890b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1a13428e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".md\\:col-4.px-3.mb-3:nth-child(2) > nieuwsblok > .border-cyan-300.border-round-6xl.border-top-none > .p-4[_ngcontent-ng-c1901742748=\"\"] > .font-bold.text-cyan-500.text-lg",
            "html": "<div _ngcontent-ng-c1901742748=\"\" class=\"text-cyan-500 font-bold text-lg\"> Zitdag belastingen op dinsdag 9 juni  </div>",
            "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: #348792, background color: #ffffff, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "817e633db2a2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6b4e86fd"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".md\\:col-4.px-3.mb-3:nth-child(2) > nieuwsblok > .border-cyan-300.border-round-6xl.border-top-none > .p-4[_ngcontent-ng-c1901742748=\"\"] > .mt-1.text-sm.text-cyan-500",
            "html": "<div _ngcontent-ng-c1901742748=\"\" class=\"mt-1 text-cyan-500 text-sm\"> 30 april 2025 </div>",
            "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: #348792, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6e50d1a0b109",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-52f88b5e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".md\\:col-4.px-3.mb-3:nth-child(2) > nieuwsblok > .border-cyan-300.border-round-6xl.border-top-none > .p-4[_ngcontent-ng-c1901742748=\"\"] > .mt-3.mb-3[_ngcontent-ng-c1901742748=\"\"] > .font-bold > .pr-1",
            "html": "<span _ngcontent-ng-c1901742748=\"\" class=\"pr-1\">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 4.17 (foreground color: #348792, background color: #ffffff, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c48392148c4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e940990c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".md\\:col-4.px-3.mb-3:nth-child(3) > nieuwsblok > .border-cyan-300.border-round-6xl.border-top-none > .p-4[_ngcontent-ng-c1901742748=\"\"] > .font-bold.text-cyan-500.text-lg",
            "html": "<div _ngcontent-ng-c1901742748=\"\" class=\"text-cyan-500 font-bold text-lg\"> Doe mee met de bebloemingswedstrijd </div>",
            "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: #348792, background color: #ffffff, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0e618b453b83",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e5971f2e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".md\\:col-4.px-3.mb-3:nth-child(3) > nieuwsblok > .border-cyan-300.border-round-6xl.border-top-none > .p-4[_ngcontent-ng-c1901742748=\"\"] > .mt-1.text-sm.text-cyan-500",
            "html": "<div _ngcontent-ng-c1901742748=\"\" class=\"mt-1 text-cyan-500 text-sm\"> 14 april 2026 </div>",
            "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: #348792, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9ca11a065023",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6c39c42f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".md\\:col-4.px-3.mb-3:nth-child(3) > nieuwsblok > .border-cyan-300.border-round-6xl.border-top-none > .p-4[_ngcontent-ng-c1901742748=\"\"] > .mt-3.mb-3[_ngcontent-ng-c1901742748=\"\"] > .font-bold > .pr-1",
            "html": "<span _ngcontent-ng-c1901742748=\"\" class=\"pr-1\">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 4.17 (foreground color: #348792, background color: #ffffff, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "07b296b3baf4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e1f36021"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".md\\:col-4.px-3.mb-3:nth-child(4) > nieuwsblok > .border-cyan-300.border-round-6xl.border-top-none > .p-4[_ngcontent-ng-c1901742748=\"\"] > .font-bold.text-cyan-500.text-lg",
            "html": "<div _ngcontent-ng-c1901742748=\"\" class=\"text-cyan-500 font-bold text-lg\"> Sportdag 50+: kies voor beweging </div>",
            "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: #348792, background color: #ffffff, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f1750a2e89e6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-92d1a8b2"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".md\\:col-4.px-3.mb-3:nth-child(4) > nieuwsblok > .border-cyan-300.border-round-6xl.border-top-none > .p-4[_ngcontent-ng-c1901742748=\"\"] > .mt-1.text-sm.text-cyan-500",
            "html": "<div _ngcontent-ng-c1901742748=\"\" class=\"mt-1 text-cyan-500 text-sm\"> 9 april 2026 </div>",
            "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: #348792, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cfd27238fdd6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-88d26e3c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".md\\:col-4.px-3.mb-3:nth-child(4) > nieuwsblok > .border-cyan-300.border-round-6xl.border-top-none > .p-4[_ngcontent-ng-c1901742748=\"\"] > .mt-3.mb-3[_ngcontent-ng-c1901742748=\"\"] > .font-bold > .pr-1",
            "html": "<span _ngcontent-ng-c1901742748=\"\" class=\"pr-1\">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 4.17 (foreground color: #348792, background color: #ffffff, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f0c2b16ed9d9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1bac4373"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".w-11rem",
            "html": "<img _ngcontent-ng-c1508106075=\"\" src=\"../assets/png/logo-a/Oosterzele-donker cyaan.png\" class=\"w-11rem\">",
            "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": "9820d102f9f7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8604b78c"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".w-1rem",
            "html": "<img _ngcontent-ng-c2422914943=\"\" src=\"../assets/svg/icon-zoek-black.svg\" class=\"w-1rem mr-2\">",
            "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": "a9eb992a7931",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-fa3c1852"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "div[aria-label=\"Thuisloket\"] > .h-6rem.align-content-center.flex-wrap > .py-2.justify-content-center[_ngcontent-ng-c2587549078=\"\"] > .w-4rem",
            "html": "<img _ngcontent-ng-c2587549078=\"\" class=\"w-4rem\" src=\"../assets/svg/icon-thuisloket.svg\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "31a8307cf0b8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1813ecf0"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "div[aria-label=\"Afspraken\"] > .h-6rem.align-content-center.flex-wrap > .py-2.justify-content-center[_ngcontent-ng-c2587549078=\"\"] > .w-4rem",
            "html": "<img _ngcontent-ng-c2587549078=\"\" class=\"w-4rem\" src=\"../assets/svg/icon-afspraken.svg\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1df5c8c00620",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4de037b7"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "div[aria-label=\"Meldpunt\"] > .h-6rem.align-content-center.flex-wrap > .py-2.justify-content-center[_ngcontent-ng-c2587549078=\"\"] > .w-4rem",
            "html": "<img _ngcontent-ng-c2587549078=\"\" class=\"w-4rem\" src=\"../assets/svg/icon-meldpunt.svg\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3bb6592f22fe",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-64cda258"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "img[src$=\"icon-jobs.svg\"]",
            "html": "<img _ngcontent-ng-c2587549078=\"\" class=\"w-4rem\" src=\"../assets/svg/icon-jobs.svg\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "925f87c6d288",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7ac7e985"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".col-3.md\\:col-1[_ngcontent-ng-c2113445573=\"\"] > img[height=\"auto\"]",
            "html": "<img _ngcontent-ng-c2113445573=\"\" height=\"auto\" src=\"../assets/svg/icon-logo-small.svg\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c1f0dd1018de",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-474e13e2"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[target=\"_blank\"] > img[height=\"auto\"]",
            "html": "<img _ngcontent-ng-c2113445573=\"\" height=\"auto\" src=\"../assets/svg/icon-facebook.svg\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f54716654b69",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a19e7d01"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".a-header[href=\"/\"]",
            "html": "<a _ngcontent-ng-c1508106075=\"\" class=\"a-header\" href=\"/\"><img _ngcontent-ng-c1508106075=\"\" src=\"../assets/png/logo-a/Oosterzele-donker cyaan.png\" class=\"w-11rem\"></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": "89e8f4c5f942",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a5b33ef7"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "a[target=\"_blank\"]",
            "html": "<a _ngcontent-ng-c2113445573=\"\" target=\"_blank\" class=\"a-footer\" href=\"https://www.facebook.com/GemeenteOosterzele/?locale=nl_NL\"><img _ngcontent-ng-c2113445573=\"\" height=\"auto\" src=\"../assets/svg/icon-facebook.svg\"></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": "2e707ef69a3f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-141b0702"
          },
          {
            "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\" data-critters-container=\"\">",
            "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": "e1e6bad976ca",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ee8d7590"
          }
        ],
        "outcomeCount": 481,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 26
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 59,
          "failed": 4,
          "cantTell": 3,
          "inapplicable": 0
        },
        "failedRules": [
          "html_skipnav_exists",
          "skip_main_exists",
          "style_color_misuse",
          "style_highcontrast_visible"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "html_skipnav_exists",
            "xpath": null,
            "html": "<html data-critters-container=\"\" 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": "076048a7f1f8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-69584804"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5efc5cfacdcc",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d9c21324"
          },
          {
            "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": "d4003f60d0fa",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c772520d"
          },
          {
            "rule": "skip_main_exists",
            "xpath": null,
            "html": "<body class=\"dx-device-desktop dx-device-generic\">",
            "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": "fed84d667bb2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-cbfc57ba"
          }
        ],
        "outcomeCount": 63,
        "uniqueFailedCount": 4,
        "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.oudenaarde.be/",
      "finalUrl": "https://www.oudenaarde.be/nl",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Startpagina | Stad Oudenaarde",
      "elapsedMs": 16726,
      "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": 663,
          "failed": 20,
          "cantTell": 5,
          "inapplicable": 39
        },
        "failedRules": [
          "aria-prohibited-attr",
          "color-contrast",
          "empty-heading",
          "image-alt",
          "landmark-no-duplicate-contentinfo",
          "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-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-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "scrollable-region-focusable",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "aria-prohibited-attr",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-prohibited-attr?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#burgerBtn",
            "html": "<div id=\"burgerBtn\" aria-label=\"Menu\"></div>",
            "message": "Elements must only use permitted ARIA attributes",
            "fixSummary": "Fix all of the following:\n  aria-label attribute cannot be used on a div with no valid role attribute.",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7ae19ed0fcff",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e3ee2a28"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".link.icon-right:nth-child(1) > a[href$=\"contact\"]",
            "html": "<a href=\"/nl/contact\">Contacteer ons</a>",
            "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: #98804a, background color: #ffffff, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#mobileBodyContent"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3ae73e311d5f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1dddfbac"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".link.icon-right:nth-child(2) > a[target=\"_blank\"]",
            "html": "<a href=\"https://oudenaarde.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 3.8 (foreground color: #98804a, background color: #ffffff, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#mobileBodyContent"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "876e82291cdb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-babf7ad9"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".link.icon-right:nth-child(3) > a[href$=\"meldingen\"]",
            "html": "<a href=\"/nl/meldingen\">Meld iets</a>",
            "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: #98804a, background color: #ffffff, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#mobileBodyContent"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a1e64b28e75e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-57976e07"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".link.icon-right:nth-child(4) > a",
            "html": "<a href=\"/nl/bestuur/communicatie/nieuwsbrieven\">Schrijf je in voor de nieuwsbrief</a>",
            "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: #98804a, background color: #ffffff, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#mobileBodyContent"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0cb5fa87584f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-915504f5"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".link.icon-right:nth-child(5) > a[target=\"_blank\"]",
            "html": "<a href=\"https://oudenaarde.egovflow.be/\" target=\"_blank\">Attesten &amp; uittreksels</a>",
            "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: #98804a, background color: #ffffff, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#mobileBodyContent"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d50d1480172",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-28104023"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".link.icon-right:nth-child(6) > a[href$=\"wegenwerken\"]",
            "html": "<a href=\"/nl/wegenwerken\">Wegenwerken</a>",
            "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: #98804a, background color: #ffffff, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#mobileBodyContent"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fa1d256a5db4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6b1be3e9"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".link.icon-right:nth-child(7) > a",
            "html": "<a href=\"/nl/wonen-leven/afval-en-netheid/bezoek-het-recyclagepark\">Recyclagepark</a>",
            "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: #98804a, background color: #ffffff, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#mobileBodyContent"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3189c1a5ba63",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d5fd1082"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".link.icon-right:nth-child(8) > a",
            "html": "<a href=\"/nl/bestuur/stadsdiensten-ocmw/werken-bij-stad-oudenaarde\">Vacatures</a>",
            "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: #98804a, background color: #ffffff, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#mobileBodyContent"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "05011f6b132c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-13fe2578"
          },
          {
            "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.32 (foreground color: #333333, background color: #98804a, 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": "f24ca021e2af",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-64150d30"
          },
          {
            "rule": "empty-heading",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/empty-heading?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": ".rtecenter.text-align-center:nth-child(1)",
            "html": "<h3 class=\"rtecenter text-align-center\">&nbsp;</h3>",
            "message": "Headings should not be empty",
            "fixSummary": "Fix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "17ea73b4761d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1bc89822"
          },
          {
            "rule": "empty-heading",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/empty-heading?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": ".rtecenter.text-align-center:nth-child(3)",
            "html": "<h3 class=\"rtecenter text-align-center\">&nbsp;</h3>",
            "message": "Headings should not be empty",
            "fixSummary": "Fix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3da0c7448daf",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-95014b0f"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".banner > img",
            "html": "<img src=\"/sites/default/files/styles/banner_big/public/2023-12/9700_0.jpg?h=15563aa1&amp;itok=pKxELqgw \">",
            "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": "0f6998347546",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-aa501047"
          },
          {
            "rule": "landmark-no-duplicate-contentinfo",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-no-duplicate-contentinfo?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".footer_fourth",
            "html": "<footer class=\"footer_fourth footer\"></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_fifth"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d1df13a6eaaf",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a88736b9"
          },
          {
            "rule": "landmark-unique",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-unique?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".footer_fourth",
            "html": "<footer class=\"footer_fourth footer\"></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_fifth"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dcb5737a1836",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5f39873f"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".closebtn",
            "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": "eb3d41a5d8fa",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-64c49be2"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".overlay-content > .views-exposed-form.\\[\\\"views-exposed-form\\\"\\].block-zichtbaarformuliersearchpage-1 > form > .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-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": "599f8e0a3dba",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d8c18f1f"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#burgerBtn",
            "html": "<div id=\"burgerBtn\" aria-label=\"Menu\"></div>",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "897d9d105fb1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-77005115"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".banner",
            "html": "<div class=\"banner spl-test\"><img src=\"/sites/default/files/styles/banner_big/public/2023-12/9700_0.jpg?h=15563aa1&amp;itok=pKxELqgw \"></div>",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1e1b0d93e5d9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f0553832"
          },
          {
            "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": "fa4cc0f862f0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c1791208"
          }
        ],
        "outcomeCount": 727,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 20
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1757,
          "failed": 123,
          "cantTell": 75,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_accessiblename_exists",
          "aria_attribute_valid",
          "aria_content_in_landmark",
          "aria_contentinfo_label_unique",
          "aria_contentinfo_single",
          "aria_form_label_unique",
          "aria_landmark_name_unique",
          "element_id_unique",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "form_label_unique",
          "heading_content_exists",
          "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\" 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": "39e87316ac91",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e8dcecbb"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_VioXIZcLczsc4USgzTyKU8H6FqB4zlUikKJYJUfNyeM.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": "b26607214d02",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4d9312e3"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_VioXIZcLczsc4USgzTyKU8H6FqB4zlUikKJYJUfNyeM.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": "738410a90d71",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0631fe65"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_dRDo41saf7aEC_8WP7rXY7MH243pCONNRy0S2TYDUPE.css?delta=1&language=nl&theme=subtheme&include=eJx1yjsKwCAQRdENiS5JnjpEQeMwnyK7T4qQLt3lcBmCQ8BdUxNnzMifRD_ZyxzaqQUlSO0ZPDLcdt2LJxmlHw_qxTqtZ3gj6KVGKxUo3fbcLxQ\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0732506f2931",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3ee29049"
          },
          {
            "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": "674498578031",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "57f5cea5a173",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-24e46ecc"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form novalidate=\"novalidate\" accept-charset=\"UTF-8\" id=\"views-exposed-form-search-page-1\" method=\"get\" action=\"/nl/zoeken\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cc7197f1cc06",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d555c73a"
          },
          {
            "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 zoek je?\">",
            "message": "Label text is located after its associated text input or <select> element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "607c41eb38c5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3dde7a63"
          },
          {
            "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 zoek je?\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2a877e5c72ff",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ecb6a09a"
          },
          {
            "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 zoek je?\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b73eb736fa0f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-feea1ce9"
          },
          {
            "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": "793b8daef783",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "83099c54bf0d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "0eeb46909f10",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-136f9cfc"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<div aria-label=\"Menu\" id=\"burgerBtn\">",
            "message": "The ARIA attributes \"aria-label\" are not valid for the element <div> with implicit ARIA role \"generic\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "72d8a91f6c6c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8916ab7f"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"pd-small 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": "18f32fb9a5d1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4bcc483c"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<form novalidate=\"novalidate\" accept-charset=\"UTF-8\" id=\"views-exposed-form-search-page-1\" method=\"get\" action=\"/nl/zoeken\">",
            "message": "The <form> element has the id \"views-exposed-form-search-page-1\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cbe1f1f25754",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b6dbe6c8"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form novalidate=\"novalidate\" accept-charset=\"UTF-8\" id=\"views-exposed-form-search-page-1\" method=\"get\" action=\"/nl/zoeken\">",
            "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": "3fc9f905b401",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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 zoek je?\">",
            "message": "The <input> element has the id \"edit-keys\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a43c19e9196d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7a5291fe"
          },
          {
            "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 zoek je?\">",
            "message": "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": "<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 zoek je?\">",
            "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": "e82499d85d87",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "2e20a7256d85",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-171d5150"
          },
          {
            "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": true,
            "duplicateOf": "equalAccess"
          },
          {
            "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_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"shortcut-link\" href=\"https://www.oudenaarde.be/nieuwsbrieven\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "30ecfe1c37cd",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8300c1b1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"shortcut-link\" href=\"https://www.oudenaarde.be/nieuwsbrieven\">",
            "message": "The foreground text and its background color are both detected as #fcfcfc. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef0871e776f6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ccf705aa"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"shortcut-link\" href=\"https://www.facebook.com/stadsbestuuroudenaarde\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "501262ee5d54",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8e07599e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"shortcut-link\" href=\"https://www.facebook.com/stadsbestuuroudenaarde\">",
            "message": "The foreground text and its background color are both detected as #fcfcfc. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d06497dd8a6e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-acc8682e"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"shortcut-link\" href=\"https://www.instagram.com/stadoudenaarde\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7c04821e2310",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d6623d0d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"shortcut-link\" href=\"https://www.instagram.com/stadoudenaarde\">",
            "message": "The foreground text and its background color are both detected as #fcfcfc. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "35e0bc5fdc3b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-89010ad0"
          },
          {
            "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": "0a62dc678437",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5da1ae16"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"/sites/default/files/styles/banner_big/public/2023-12/9700_0.jpg?h=15563aa1&itok=pKxELqgw \">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2fb2c69aa965",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b5524206"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/nl/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": "8658dccc5a29",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-92755df6"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/nl/contact\">",
            "message": "Text contrast of 3.80 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": "7520289b430f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d45e67de"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://oudenaarde.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": "708e34d1b35b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-870e8404"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://oudenaarde.mijnafspraakmaken.be/\">",
            "message": "Text contrast of 3.80 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": "fecc71c99892",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-024dca95"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a 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": "0bbd0a9b4e8c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c0720ca8"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/nl/meldingen\">",
            "message": "Text contrast of 3.80 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": "a4f0454afd26",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4ffaa1d7"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/nl/bestuur/communicatie/nieuwsbrieven\">",
            "message": "Text contrast of 3.80 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": "afc011dc85c6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a28edf9f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://oudenaarde.egovflow.be/\">",
            "message": "Text contrast of 3.80 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": "4358409b2755",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-159c3b48"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/nl/wegenwerken\">",
            "message": "Text contrast of 3.80 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": "3f3a0d2806f8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8620bee0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/nl/wonen-leven/afval-en-netheid/bezoek-het-recyclagepark\">",
            "message": "Text contrast of 3.80 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": "b535adddddfc",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0a824445"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/nl/bestuur/stadsdiensten-ocmw/werken-bij-stad-oudenaarde\">",
            "message": "Text contrast of 3.80 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": "488c3e800a66",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1674a31c"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"teaser-content\">",
            "message": "Confirm this text 'zaterdag 9 mei' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "895901a38d41",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-104be1c5"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"subtitel-wrap\">",
            "message": "Confirm this text 'zaterdag 9 mei' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b6545dc52b2e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5a4f76bf"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"subtitel-wrap\">",
            "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 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c5ef247bb13d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-83f4a8c8"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"teaser-content\">",
            "message": "Confirm this text 'Nu ook via QR-code betalen' 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=\"subtitel-wrap\">",
            "message": "Confirm this text 'Nu ook via QR-code betalen' 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=\"subtitel-wrap\">",
            "message": "Text contrast of 2.52 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": "<a class=\"teaser_large\" href=\"/nl/nieuws/overzicht-wegwerkzaamheden\">",
            "message": "Text contrast of 1.62 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": "154620c155b3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-76719bc3"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"teaser-content\">",
            "message": "Confirm this text 'Update: Weihagestraat en Infrabel' 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=\"subtitel-wrap\">",
            "message": "Confirm this text 'Update: Weihagestraat en Infrabel' 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=\"subtitel-wrap\">",
            "message": "Text contrast of 1.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": "<a class=\"teaser_large\" href=\"/nl/nieuws/wie-de-warmste-buur\">",
            "message": "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": "d7b82b569841",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-cdc9e8d0"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"teaser-content\">",
            "message": "Confirm this text 'Nomineren kan t.e.m. 15 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=\"subtitel-wrap\">",
            "message": "Confirm this text 'Nomineren kan t.e.m. 15 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": "<div class=\"subtitel-wrap\">",
            "message": "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": "<a class=\"teaser_large\" href=\"/nl/nieuws/code-oranje-oost-vlaamse-natuurgebieden\">",
            "message": "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": "8ff40f02cccb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4557ee10"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"teaser-content\">",
            "message": "Confirm this text 'Risico op natuurbrand' 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=\"subtitel-wrap\">",
            "message": "Confirm this text 'Risico op natuurbrand' 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=\"subtitel-wrap\">",
            "message": "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": "<a class=\"teaser_large\" href=\"/nl/nieuws/welkom-in-de-beverburcht\">",
            "message": "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": "57cc834073ad",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-861fa8d0"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"teaser-content\">",
            "message": "Confirm this text 'Welkom in de Beverburcht' 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=\"subtitel-wrap\">",
            "message": "Confirm this text 'Welkom in de Beverburcht' 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=\"subtitel-wrap\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"teaser-content\">",
            "message": "Confirm this text 'Doordacht en aangepast maaibeheer' 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=\"subtitel-wrap\">",
            "message": "Confirm this text 'Doordacht en aangepast maaibeheer' 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=\"subtitel-wrap\">",
            "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 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"teaser-content\">",
            "message": "Confirm this text 'Bekijk onze tips' 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=\"subtitel-wrap\">",
            "message": "Confirm this text 'Bekijk onze tips' 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=\"subtitel-wrap\">",
            "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 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"teaser-content\">",
            "message": "Confirm this text 'Zaterdag 6 en zondag 7 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=\"subtitel-wrap\">",
            "message": "Confirm this text 'Zaterdag 6 en zondag 7 juni' 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=\"subtitel-wrap\">",
            "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 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h3 class=\"rtecenter text-align-center\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "60fccd489be6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6b65061e"
          },
          {
            "rule": "aria_accessiblename_exists",
            "xpath": null,
            "html": "<h3 class=\"rtecenter text-align-center\">",
            "message": "Element <h3> with \"heading\" role has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "571b39bc8fc6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-500f1124"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h3 class=\"rtecenter text-align-center\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_accessiblename_exists",
            "xpath": null,
            "html": "<h3 class=\"rtecenter text-align-center\">",
            "message": "Element <h3> with \"heading\" role has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_contentinfo_single",
            "xpath": null,
            "html": "<footer class=\"footer_fourth footer\">",
            "message": "Multiple elements with \"contentinfo\" role found on the page",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5434768a0a35",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d90514e0"
          },
          {
            "rule": "aria_contentinfo_label_unique",
            "xpath": null,
            "html": "<footer class=\"footer_fourth footer\">",
            "message": "Multiple elements with \"contentinfo\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3a311dd35ee9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7fcd96c8"
          },
          {
            "rule": "aria_landmark_name_unique",
            "xpath": null,
            "html": "<footer class=\"footer_fourth 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": "c005342bbefc",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e7d2bf5d"
          },
          {
            "rule": "aria_contentinfo_single",
            "xpath": null,
            "html": "<footer class=\"footer_fifth footer br-top-main pd-large\">",
            "message": "Multiple elements with \"contentinfo\" role found on the page",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3e5c36399692",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-908cdced"
          },
          {
            "rule": "aria_contentinfo_label_unique",
            "xpath": null,
            "html": "<footer class=\"footer_fifth footer br-top-main pd-large\">",
            "message": "Multiple elements with \"contentinfo\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2ccb8d67a7d2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-290d1aeb"
          },
          {
            "rule": "aria_landmark_name_unique",
            "xpath": null,
            "html": "<footer class=\"footer_fifth footer br-top-main pd-large\">",
            "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": "4fd7188a53e7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-68cde743"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"inhoud-tekst-wrap\">",
            "message": "Confirm this text 'Stad Oudenaarde' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e1ec9c36b02a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1f5e92d5"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Stad Oudenaarde Stad Oudenaarde' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3df0dcbafd06",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f2bf52aa"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "Text contrast of 3.80 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8001ac00b08a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7acebded"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<strong>",
            "message": "Text contrast of 3.80 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": "4f05aeeccc51",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b69be15f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"mailto:info@oudenaarde.be\">",
            "message": "Text contrast of 3.80 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "87cc65bc6736",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4c320a69"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/meldingen\">",
            "message": "Text contrast of 3.80 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb4806343ce6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-25f414bd"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/nieuwsbrieven\">",
            "message": "Text contrast of 3.80 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "11bd32f4575a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e870eb4d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/623\" href=\"/nl/contact\">",
            "message": "Text contrast of 3.80 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8f562e37feaa",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d4b6b781"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/213\" href=\"/nl/vacatures\">",
            "message": "Text contrast of 3.80 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5d1a2b22b97b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-441601a2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://visit.oudenaarde.be\">",
            "message": "Text contrast of 3.80 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8e31302cd704",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-18488a4a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/6740\" href=\"/nl/wegenwerken\">",
            "message": "Text contrast of 3.80 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "65f1b87c8118",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ea0593f7"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/755\" href=\"/nl/bestuur/communicatie/webcams\">",
            "message": "Text contrast of 3.80 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aad761e0c3b0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a744ea3d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"wrapper footbottom\">",
            "message": "Text contrast of 3.80 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1cc480610f3e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a9647dd4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/disclaimer\">",
            "message": "Text contrast of 3.80 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fa84f7bf5b5a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-07f38a72"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.oudenaarde.be/nl/Privacy\">",
            "message": "Text contrast of 3.80 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "91d212a9bf35",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f304a177"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/nl/sitemap\" data-entity-uuid=\"f93fd5ea-20ba-4a43-b95e-2eccb0b43ecb\" data-entity-type=\"node\" data-entity-substitution=\"canonical\">",
            "message": "Text contrast of 3.80 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0232c02dc5ed",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-dbdd0b35"
          },
          {
            "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": "ca1964098497",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "3efbb25a2055",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "cb8d0497b29d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-75172409"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.oudenaarde.be/nl/disclaimer\" aria-label=\"Lees verder, opens a new window\" target=\"_blank\" data-cs-i18n-url=\"{\"nl\":\"https:\\/\\/www.oudenaarde.be\\/nl\\/disclaimer\"}\" 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": "e77c2f5a7950",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-bf484fd5"
          },
          {
            "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": "30512b11a788",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "6b6f2f7e86ef",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ce41c46d"
          },
          {
            "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": "77a8e47dd650",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "8b2b78f22817",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0252e4ae"
          },
          {
            "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": "59cf80aa20ab",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "7ffd2caa0379",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5a164871"
          },
          {
            "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": "ead33a0b1f9b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "8c949fd4973e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ad4eba83"
          },
          {
            "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": "3a265c113293",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-25e71ec0"
          },
          {
            "rule": "element_tabbable_unobscured",
            "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": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "74c607e5f322",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e90b6118"
          },
          {
            "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": "c386af0af787",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "fbb09985674a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "876a3b1e94d9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "3124216444e9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "32a4d7729443",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "48f332d38d81",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "40ee4f34bdba",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b0d3e8bc"
          }
        ],
        "outcomeCount": 1887,
        "uniqueFailedCount": 91,
        "duplicateFailedCount": 32,
        "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": 32
    },
    {
      "submittedUrl": "https://www.ronse.be/nl",
      "finalUrl": "https://www.ronse.be/nl",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Homepage | Ronse",
      "elapsedMs": 21177,
      "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": 648,
          "failed": 17,
          "cantTell": 0,
          "inapplicable": 40
        },
        "failedRules": [
          "color-contrast",
          "image-redundant-alt",
          "label",
          "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",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "frame-tested",
          "frame-title",
          "frame-title-unique",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "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",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#edit-submit-search",
            "html": "<input data-drupal-selector=\"edit-submit-search\" type=\"submit\" id=\"edit-submit-search\" value=\"Zoeken\" class=\"button js-form-submit form-submit\">",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.95 (foreground color: #ffffff, background color: #68a702, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#edit-submit-search"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d978e52ead9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6c4e2d1e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".opening-hours-highlighted > h2",
            "html": "<h2>Openingsuren</h2>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.95 (foreground color: #ffffff, background color: #68a702, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".banner"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2ee127e36b37",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-469b8c63"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".field--field-link > .items > .item > a",
            "html": "<a href=\"/nl/dienst/diensten-lokaal-bestuur\">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.95 (foreground color: #ffffff, background color: #68a702, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".banner"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5a0c4cd68147",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1499fbe2"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"sluitingsdagen-mei\"] > .field--field-date-range.field--type--daterange.field > .items > .item",
            "html": "<div class=\"item\">01/05 &gt; 31/05</div>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.3 (foreground color: #68a702, background color: #5f5a57, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"sluitingsdagen-mei\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6f1b91a95ea3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2d33f32c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"kunstenfestival\"] > .field--field-date-range.field--type--daterange.field > .items > .item",
            "html": "<div class=\"item\">02/05 &gt; 13/05</div>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.3 (foreground color: #68a702, background color: #5f5a57, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"kunstenfestival\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3c8a40f2f0b3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-70027c76"
          },
          {
            "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) > .node--news-article.node--news-article--cta-image-subtitle.view-mode--cta-image-subtitle > a > .field--field-date-range.field--type--daterange.field > .items > .item",
            "html": "<div class=\"item\">07/04 &gt; 10/05</div>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.3 (foreground color: #68a702, background color: #5f5a57, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".item:nth-child(3) > .node--news-article.node--news-article--cta-image-subtitle.view-mode--cta-image-subtitle > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "169dd0851a14",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f3d3dc6d"
          },
          {
            "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) > .node--news-article.node--news-article--cta-image-subtitle.view-mode--cta-image-subtitle > a > .field--field-date-range.field--type--daterange.field > .items > .item",
            "html": "<div class=\"item\">07/04 &gt; 10/05</div>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.3 (foreground color: #68a702, background color: #5f5a57, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".item:nth-child(4) > .node--news-article.node--news-article--cta-image-subtitle.view-mode--cta-image-subtitle > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea4e2a97d980",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a32369b8"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"culturele-wandeling\"] > .field--field-date-range.field--type--daterange.field > .items > .item",
            "html": "<div class=\"item\">09/05</div>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.3 (foreground color: #68a702, background color: #5f5a57, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"culturele-wandeling\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "caf55d87590c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3a1d44ed"
          },
          {
            "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.28 (foreground color: #333333, background color: #68a702, 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": "372eaaf540cc",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-64150d30"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#ch_widget",
            "html": "<button class=\"text-xs bg-accent-light text-accent-color-light rounded-md flex flex-row items-center gap-1 outline-offset-2 p-1 pr-2 transition-opacity opacity-20 hover:opacity-100 focus:opacity-100 active:scale-95 duration-200 ease-linear cursor-pointer notification-list__clear-button\">",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.22 (foreground color: #ffffff, background color: #e1edcc, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#ch_widget"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7c2e845f3d38",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-76aab3f4"
          },
          {
            "rule": "image-redundant-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-redundant-alt?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "img[alt=\"Zotte Zomer\"]",
            "html": "<img loading=\"lazy\" src=\"/sites/ronse/files/styles/cta/public/Zotte%20Zomer.png?itok=AcJW6tZp\" width=\"460\" height=\"345\" alt=\"Zotte Zomer\">",
            "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": "4dc14d8b27f5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-393f38c5"
          },
          {
            "rule": "label",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#edit-keywords",
            "html": "<input data-drupal-selector=\"edit-keywords\" type=\"text\" id=\"edit-keywords\" name=\"keywords\" value=\"\" size=\"30\" maxlength=\"128\" class=\"form-text\">",
            "message": "Form elements must have labels",
            "fixSummary": "Fix any of the following:\n  Element does not have an implicit (wrapped) <label>\n  Element does not have an explicit <label>\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element has no placeholder attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fb3d823d5017",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-47a8f2f3"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "p:nth-child(2) > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a href=\"https://www.facebook.com/stad.ronse\" target=\"_blank\" style=\"font-size: 30px; margin-right: 20px;\"><i class=\"fa fa-facebook-official\" aria-hidden=\"true\"></i></a>",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3db75668a67d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-13123edc"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "a[target=\"_blank\"]:nth-child(2)",
            "html": "<a href=\"https://www.instagram.com/stadronse\" target=\"_blank\" style=\"font-size: 30px;\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"></i></a>",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7f358384cf85",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f60f06ba"
          },
          {
            "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\" class=\"no-touchevents js\" data-once=\"ronse-chathive\">",
            "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": "2d2ebb62362b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ee8d7590"
          },
          {
            "rule": "page-has-heading-one",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/page-has-heading-one?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#ch_widget",
            "html": "<html lang=\"nl\" style=\"width: 100vw; height: 100vh; padding: 0px; --cw-accent-light: #68A701; --cw-accent-color-light: #FFFFFF; --cw-button-bg-light: #68A70110; --cw-accent-gradient-light: #68A70120;\" data-mantine-color-scheme=\"light\">",
            "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": "be591cc7789e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-74258250"
          },
          {
            "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": "a7077c0e8df2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c1791208"
          }
        ],
        "outcomeCount": 705,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 17
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1643,
          "failed": 31,
          "cantTell": 17,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_content_in_landmark",
          "aria_role_redundant",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "img_alt_redundant",
          "input_label_exists",
          "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 color=\"#5bbad5\" href=\"/themes/custom/ocp_theme_ronse/dist/favicons/safari-pinned-tab.svg?v=2\" rel=\"mask-icon\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "811f8e157e16",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e32b62e2"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<link color=\"#5bbad5\" href=\"/themes/custom/ocp_theme_ronse/dist/favicons/safari-pinned-tab.svg?v=2\" rel=\"mask-icon\">",
            "message": "The HTML attribute(s) \"color\" is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eedd71cac27f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-84fb41a5"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link href=\"/sites/ronse/files/css/css_pYp-qPHEOebZyq_9jgjLl9iS-WvxAZo0F0RzTwYa4xY.css?delta=0&language=nl&theme=ocp_theme_ronse&include=eJxdzVEKgCAQBNALaR5JVl1SUndxFer2gWBFfzNvPsZT7Xj2AdmENhjy5h_ROdVDFIHtEQsaAj2DIs-LPP_NNqryWfTsiqHB3oCjrKNXtlF5uJwkYlByScdiHAje6H89Og\" 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": "5332bd19b577",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-02b4a3bf"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable\" href=\"#main-content\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9c3bdfae0274",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-bffe0cd9"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable\" 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": "146647203747",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3e5f0025"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<header aria-label=\"Site kop\" role=\"banner\" class=\"header\">",
            "message": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c48a5e845418",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-395cf3f2"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav class=\"contextual-region block block-menu navigation menu--service\" id=\"block-service-navigation-2\" aria-labelledby=\"block-service-navigation-2-menu\" role=\"navigation\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f813b2eecf2c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-029f3672"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input class=\"form-text\" maxlength=\"128\" size=\"30\" value=\"\" name=\"keywords\" id=\"edit-keywords\" type=\"text\" data-drupal-selector=\"edit-keywords\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ca0d3764a60c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1f41dc6a"
          },
          {
            "rule": "input_label_exists",
            "xpath": null,
            "html": "<input class=\"form-text\" maxlength=\"128\" size=\"30\" value=\"\" name=\"keywords\" id=\"edit-keywords\" type=\"text\" data-drupal-selector=\"edit-keywords\">",
            "message": "Form control element <input> has no associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fcc4329f3801",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ab0a8001"
          },
          {
            "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": "22fe8c24656a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "8e24030dab23",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-136f9cfc"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"gt-selected\">",
            "message": "Confirm this text 'nl' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cc6c94775ead",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-09b00036"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"gt-current-lang\">",
            "message": "Confirm this text 'nl' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "feb169233a75",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-858af25c"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav class=\"contextual-region block block-menu navigation menu--main\" id=\"block-main-first-level-2\" aria-labelledby=\"block-main-first-level-2-menu\" role=\"navigation\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f8f27eff70e0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0d2b35c6"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<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": "b4f78931c056",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f7f5fbb6"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2>",
            "message": "Text contrast of 2.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": "50b1fb011ab1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9c97642b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/nl/dienst/diensten-lokaal-bestuur\">",
            "message": "Text contrast of 2.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": "7279a43a103b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3e53626a"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"item\">",
            "message": "Confirm this text '01/05 > 31/05' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f190fb23840e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-944a2333"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"item\">",
            "message": "Text contrast of 2.31 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": "55fc20ee6f94",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-be26a202"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"item\">",
            "message": "Confirm this text '02/05 > 13/05' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"item\">",
            "message": "Text contrast of 2.31 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=\"item\">",
            "message": "Confirm this text '07/04 > 10/05' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"item\">",
            "message": "Text contrast of 2.31 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=\"item\">",
            "message": "Confirm this text '07/04 > 10/05' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"item\">",
            "message": "Text contrast of 2.31 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=\"item\">",
            "message": "Confirm this text '09/05' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"item\">",
            "message": "Text contrast of 2.31 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": "img_alt_redundant",
            "xpath": null,
            "html": "<img alt=\"Zotte Zomer\" height=\"345\" width=\"460\" src=\"/sites/ronse/files/styles/cta/public/Zotte%20Zomer.png?itok=AcJW6tZp\" loading=\"lazy\">",
            "message": "Link text is repeated in an image 'alt' value within the same link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bdcb245461bf",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3759e7f5"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<footer class=\"container\" role=\"contentinfo\">",
            "message": "The explicitly-assigned ARIA role \"contentinfo\" is redundant with the implicit role of the element <footer>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6790ed7dc6b8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9897fd9e"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a style=\"font-size: 30px; margin-right: 20px;\" target=\"_blank\" href=\"https://www.facebook.com/stad.ronse\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b76b1f67f3e9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4f060b33"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a style=\"font-size: 30px;\" target=\"_blank\" href=\"https://www.instagram.com/stadronse\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0c30b046dd4d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-fbf331c3"
          }
        ],
        "outcomeCount": 1688,
        "uniqueFailedCount": 23,
        "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.sint-gillis-waas.be/",
      "finalUrl": "https://www.sint-gillis-waas.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Startpagina - Lokaal bestuur Sint-Gillis-Waas",
      "elapsedMs": 16682,
      "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": 23,
          "cantTell": 19,
          "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": "#lcp-searchbox-btn > span",
            "html": "<span>Zoeken</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: #ffffff, background color: #288dc1, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#lcp-searchbox-btn"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fd9ff110cdab",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e9dcadcd"
          },
          {
            "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.7 (foreground color: #ffffff, background color: #288dc1, font size: 17.9pt (23.805px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".btn-toggle-menu"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f121ef0c8aee",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-68a409f3"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"bloesemmaand\"] > span",
            "html": "<span>Ontdek het programma</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: #ffffff, background color: #288dc1, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"bloesemmaand\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0cfbed0e987b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-de7c984c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "div[data-id=\"123\"] > .partial__content-block > .partial__content > .partial__tags > .tag > span",
            "html": "<span>Openbare werken/hinder</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: #00b970, font size: 12.6pt (16.74px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "div[data-id=\"123\"] > .partial__content-block > .partial__content > .partial__tags > .tag"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0e7f74ed3e17",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a65b1e3f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "div[data-id=\"126\"] > .partial__content-block > .partial__content > .partial__tags > .tag > 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.15 (foreground color: #ffffff, background color: #e26f5b, font size: 12.6pt (16.74px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "div[data-id=\"126\"] > .partial__content-block > .partial__content > .partial__tags > .tag"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "66a30a40ee93",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4015e15f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "div[data-id=\"133\"] > .partial__content-block > .partial__content > .partial__tags > .tag > 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.15 (foreground color: #ffffff, background color: #e26f5b, font size: 12.6pt (16.74px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "div[data-id=\"133\"] > .partial__content-block > .partial__content > .partial__tags > .tag"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "27e6ca53f90a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e61a6ccf"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "div[data-id=\"122\"] > .partial__content-block > .partial__content > .partial__tags > .tag > span",
            "html": "<span>Openbare werken/hinder</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: #00b970, font size: 12.6pt (16.74px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "div[data-id=\"122\"] > .partial__content-block > .partial__content > .partial__tags > .tag"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0f5a0644f834",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-10d1f726"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "div[data-id=\"116\"] > .partial__content-block > .partial__content > .partial__tags > .tag > span",
            "html": "<span>Openbare werken/hinder</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: #00b970, font size: 12.6pt (16.74px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "div[data-id=\"116\"] > .partial__content-block > .partial__content > .partial__tags > .tag"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "77582a48ac40",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-70f1cd11"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "div[data-id=\"127\"] > .partial__content-block > .partial__content > .partial__tags > .tag > 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.15 (foreground color: #ffffff, background color: #e26f5b, font size: 12.6pt (16.74px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "div[data-id=\"127\"] > .partial__content-block > .partial__content > .partial__tags > .tag"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "88ae57e78aa5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-00bf9aa2"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "div[data-id=\"129\"] > .partial__content-block > .partial__content > .partial__tags > .tag > 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.15 (foreground color: #ffffff, background color: #e26f5b, font size: 12.6pt (16.74px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "div[data-id=\"129\"] > .partial__content-block > .partial__content > .partial__tags > .tag"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "de291bb4b33a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7616dc39"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".datetext",
            "html": "<span class=\"datetext date-block__datetext\">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.39 (foreground color: #c0a717, background color: #ffffff, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".datetext"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f13a949f9fbe",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-216d58f1"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".date-block__day",
            "html": "<span class=\"date-block__day\">05</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: #ffffff, background color: #c0a717, font size: 17.9pt (23.805px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".entry-date"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "09bc3673ec59",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9f807472"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".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.39 (foreground color: #ffffff, background color: #c0a717, font size: 11.7pt (15.5682px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".entry-date"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "18b34f9699d3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ac83cbec"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "div[data-id=\"668\"] > .partial__content-block > .partial__content > .partial__tags > .tag > span",
            "html": "<span>Activiteit</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: #ffffff, background color: #c0a717, font size: 12.6pt (16.74px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "div[data-id=\"668\"] > .partial__content-block > .partial__content > .partial__tags > .tag"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "31c2f4bb003c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7aa53e23"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "div[data-id=\"68\"] > .partial__content-block > .partial__content > .partial__tags > .tag > 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.15 (foreground color: #ffffff, background color: #e26f5b, font size: 12.6pt (16.74px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "div[data-id=\"68\"] > .partial__content-block > .partial__content > .partial__tags > .tag"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d5ca34a7332",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9d927347"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"sgw-alert\"] > span",
            "html": "<span>Aanmelden</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: #ffffff, background color: #288dc1, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"sgw-alert\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9f8059825239",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-386c2f18"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".btn-primary[href$=\"activiteiten\"] > 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.39 (foreground color: #ffffff, background color: #c0a717, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".btn-primary[href$=\"activiteiten\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9248b75b733f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6c37e88e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[rel=\"noopener\"]",
            "html": "<a href=\"/webformulieren-website-feedback?referrer=%2f\" target=\"_blank\" rel=\"noopener\">Meld het ons</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.15 (foreground color: #e26f5b, 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": "afad89d4705d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-23a649f0"
          },
          {
            "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": "2a1072d8c245",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "a4fb137ba1a8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "09d28e781603",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "5263dbd9e034",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b6704e35"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".footer-feedback__flex > div",
            "html": "<div><p>Iets fout of onduidelijk op deze pagina? <a href=\"/webformulieren-website-feedback?referrer=%2f\" target=\"_blank\" rel=\"noopener\">Meld het ons</a></p></div>",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9ec37408f196",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-20efb0b8"
          }
        ],
        "outcomeCount": 901,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 23
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3095,
          "failed": 65,
          "cantTell": 33,
          "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",
          "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": "c4a2ad7af6f6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "9b1343ddba91",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "d3883ed5b8f9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ced717ec"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.34 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": "a258941e9f8f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "238d7986c784",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "0bcf2ff9b417",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "329ccd05a865",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "cf4db38d6357",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c78f1f5a"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg viewBox=\"0 0 496 512\" class=\"brand__logo\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3df5018fa771",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-647a2c0f"
          },
          {
            "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": "e2e5f467840e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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=\"Naar wat ben je op zoek?\" data-toggle-placeholder=\"1\" autocomplete=\"off\" data-tooltip=\"Naar wat ben je op zoek?\" 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": "09a7c6d81993",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2c3d32d6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button class=\"btn-link btn-toggle-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": "0344890caf14",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e5e8bffc"
          },
          {
            "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": "76ba574062dc",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9eb048d0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"toggle__txt\">",
            "message": "Text contrast of 3.70 with its background is less than the WCAG AA minimum requirements for text of size 22.1778px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "16e8e45b9d2e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1ceae086"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/bloesemmaand\" class=\"btn-primary\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c6cf1540e6b0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b2a36764"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.70 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": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/werken-kapellebrug-wegomlegging-via-grondgebied-sint-gillis-waas-en-stekene\" 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": "15081ce42505",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6c611e0b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.57 with its background is less than the WCAG AA minimum requirements for text of size 16.38px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Werken Kapellebrug - wegomlegging via grondgebied Sint-Gillis-Waas en Stekene' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "923979ab96e6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b48dfa4b"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/vraag-je-reisdocumenten-op-tijd-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": "7ae9cbcd0593",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7d7275d2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.15 with its background is less than the WCAG AA minimum requirements for text of size 16.38px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Klaar voor de zomer? Regel je reisdocumenten nu!' 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=\"/maaien-in-mei\" 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": "339ed80112d3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-fbe55d3f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.15 with its background is less than the WCAG AA minimum requirements for text of size 16.38px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'In mei maaien we minder voor meer natuur' 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=\"/nutswerken-t-h-v-holstraat-31\" 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": "ee8dac8237ba",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f1afb358"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.57 with its background is less than the WCAG AA minimum requirements for text of size 16.38px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Nutswerken t.h.v. Holstraat 31' 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=\"/plaatsing-openbare-verlichting-t-h-v-wandelpad-kerkstraat-21a-en-kerkstraat-67\" 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": "a16c4b979e18",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0e3747ee"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.57 with its background is less than the WCAG AA minimum requirements for text of size 16.38px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Plaatsing openbare verlichting t.h.v. wandelpad Kerkstraat 21A en Kerkstraat 67' 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=\"/familiegroep-dementie\" 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": "823113a13880",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c8b8a74e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.15 with its background is less than the WCAG AA minimum requirements for text of size 16.38px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Zorgen voor iemand met dementie doe je niet alleen' 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/vind-jouw-kinderopvang-via-opvang-vlaanderen\" 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": "2544ca6bba40",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6f236542"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.15 with its background is less than the WCAG AA minimum requirements for text of size 16.38px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Vind jouw kinderopvang via Opvang.Vlaanderen' 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/668/jaarmarkt-de-klinge\" 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": "87223849deaf",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-13d65a0b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"date-block__day\">",
            "message": "Text contrast of 2.39 with its background is less than the WCAG AA minimum requirements for text of size 22.1778px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c357f5fa85dd",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-595fc34f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"date-block__month\">",
            "message": "Text contrast of 2.39 with its background is less than the WCAG AA minimum requirements for text of size 14.9058px and weight of 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "582a226d16de",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7ad9b094"
          },
          {
            "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 16.38px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Jaarmarkt De Klinge' 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/blokken-in-de-bib-en-in-het-jeugdhuis\" 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": "0b74c9b67bb8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-30613754"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.15 with its background is less than the WCAG AA minimum requirements for text of size 16.38px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Blokken in de bib en in het jeugdhuis' is used as a heading and if so, modify to use a heading element or role",
            "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": "9a0f49a0df42",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9fd28490"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"btn-default 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": "70c17ec9af5b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-608ff598"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"btn-default 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": "5aa2617d846f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5ad90bdc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"btn-default partial__btn partial__btn--publicworks\" href=\"/openbarewerken\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3dd686550b3e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-581be066"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/sgw-alert\" class=\"btn-primary\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "05f63787d026",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9f6ce3dd"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.70 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": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/activiteiten\" class=\"btn-primary\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "18934527c5ca",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e281f0d6"
          },
          {
            "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 600",
            "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": "199915f98934",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a86234de"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a rel=\"noopener\" target=\"_blank\" href=\"/webformulieren-website-feedback?referrer=%2f\">",
            "message": "Text contrast of 3.15 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": "41fbc2381ed3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-94f358b7"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<b>",
            "message": "Text contrast of 2.45 with its background is less than the WCAG AA minimum requirements for text of size 24.6174px and weight of 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3c83bfd12e53",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b7dd618a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.70 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=\"txt-streetnr\">",
            "message": "Text contrast of 3.70 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": "1e99438199ea",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5ac080dc"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"txt-postal\">",
            "message": "Text contrast of 3.70 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": "d2f74477b861",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-049b67be"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"txt-city\">",
            "message": "Text contrast of 3.70 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": "942635816000",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7d29cd48"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.94 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.70 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 2.94 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.70 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": "<dd class=\"dd txt-btw\">",
            "message": "Text contrast of 3.70 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": "e6ec66c44302",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b29fe5ce"
          }
        ],
        "outcomeCount": 3166,
        "uniqueFailedCount": 40,
        "duplicateFailedCount": 25,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 25
    },
    {
      "submittedUrl": "https://www.sint-laureins.be/",
      "finalUrl": "https://www.sint-laureins.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Startpagina - Sint-Laureins",
      "elapsedMs": 16655,
      "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": 6,
          "cantTell": 19,
          "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": ".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.14 (foreground color: #ffffff, background color: #00a57e, 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": "0fb2085462d9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-64150d30"
          },
          {
            "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=\"Waar zoek je naar?\" autocomplete=\"off\" data-toggle-placeholder=\"1\" placeholder=\"Waar zoek je naar?\" 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.24 (foreground color: #8d8884, background color: #f6f6f6, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#txtkeyword"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "38d43b018d32",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "7132889137ac",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "de2b6e08b495",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "d163c60cf5b8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "dc33b37efb88",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-34285466"
          }
        ],
        "outcomeCount": 1037,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 6
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2873,
          "failed": 8,
          "cantTell": 5,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_form_label_unique",
          "element_attribute_deprecated",
          "style_color_misuse",
          "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-sint-laureins.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": "b2de5d0eef6b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-00931ef6"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link data-css=\"contrastskin\" data-sw=\"/css/skin-website-contrast.css?v=23042026082200\" href=\"/css/skin-website.css?v=23042026082200\" 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": "347a717365ef",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6b991460"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<link color=\"#006878\" 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": "bdb069f9928d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-137baedd"
          },
          {
            "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": "e8ef6eafe4ea",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "fedc1619da07",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "b8016806fc95",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2801ebfa"
          },
          {
            "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": "1608b5ec9e0b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8432b904"
          },
          {
            "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: 'Inleiding tot de sociale media'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "049f5395cfd7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-01f4177d"
          }
        ],
        "outcomeCount": 2892,
        "uniqueFailedCount": 8,
        "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-lievens-houtem.be/",
      "finalUrl": "https://www.sint-lievens-houtem.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Startpagina - Gemeente Sint-Lievens-Houtem",
      "elapsedMs": 15107,
      "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": 828,
          "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": ".partial__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.18 (foreground color: #ffffff, background color: #85bf63, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".partial__btn--news"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "581281c2e38e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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>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.18 (foreground color: #ffffff, background color: #85bf63, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".partial__btn--events"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2e166719fb55",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-cfa12537"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".btn-cta",
            "html": "<a class=\"btn-cta btn-cta1\" href=\"https://afspraak.docleas.eu/gemeente-sint-lievens-houtem\" target=\"_blank\" rel=\"noopener\">Maak een afspraak bij de dienst burgerzaken</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.18 (foreground color: #ffffff, background color: #85bf63, 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": "eaf563aef860",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-05a105ea"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".btn-appointment > span",
            "html": "<span>Maak&nbsp;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.18 (foreground color: #ffffff, background color: #85bf63, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".btn-appointment"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e7e6fc0b2ebd",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-94779125"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".footer__copy",
            "html": "<div class=\"footer__copy\">© 2026</div>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.27 (foreground color: #8e8e8d, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "929b046db4ae",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a2fadd37"
          },
          {
            "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": "e5a443ee9dac",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "1df5dd794550",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "82a2e2f76866",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-caf65a31"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".link-cookie-settings",
            "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": "e7c37ebc8f48",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f80f9123"
          },
          {
            "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": "068d1251335a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7ffbdd26"
          }
        ],
        "outcomeCount": 893,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 10
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2571,
          "failed": 38,
          "cantTell": 27,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_child_valid",
          "aria_content_in_landmark",
          "aria_form_label_unique",
          "element_attribute_deprecated",
          "element_tabbable_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link media=\"screen\" href=\"https://fonts.icordis.be/fonts/nunito-regular-500-600-700_puffin-500-italic-500-normal-400-normal-600-italic-400-italic-700-normal-600-normal-700-italic.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": "8360d590586c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-266d4687"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link data-css=\"contrastskin\" data-sw=\"/css/dist/skin-slh-contrast.css\" href=\"/css/dist/skin-slh.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": "0b793a234255",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ed3a51c3"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<link color=\"#98a115\" 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": "a27740435e8a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-91e0afd3"
          },
          {
            "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": "62f64d095082",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ced717ec"
          },
          {
            "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": "42a0db5d4743",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "a59a92a0afd9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "cbe3686934bf",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-bd4bd839"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"nav__link meta__link\" href=\"/producten\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e1aefbac8010",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3039a53f"
          },
          {
            "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": "4cd570bfa838",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7605a066"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"nav__link meta__link\" href=\"/vacatures\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "000a7afd0c22",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f560aa45"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"nav__link meta__link\" href=\"/meldpunt\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "061eed0f5332",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-54cef59c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"nav__link meta__link\" href=\"/bekendmakingen-en-openbare-onderzoeken\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1ce1835915a6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e5faae7c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a rel=\"noopener\" target=\"_blank\" class=\"nav__link meta__link\" href=\"https://www.sint-lievens-houtem.be/bedrijven\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b3a01c690c02",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a517fa88"
          },
          {
            "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": "1d1a72da6ed5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-cdffaab6"
          },
          {
            "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": "79ecc9d5fadb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "4313575cafea",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c46c4c7c"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<button data-tooltip=\"Opzoeking via microfoon activeren\" type=\"button\" class=\"search__btn--recognition\" id=\"btn-speech-recognition\">",
            "message": "Undersized target \"button\" does not have sufficient spacing of 12 CSS pixels from another target \"button\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1ba5f9352967",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8f660722"
          },
          {
            "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": "84db4ce33c6b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9eb048d0"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/nieuws/internationale-dag-van-de-brandweer\" 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": "5bc9ef530db2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d23c85d5"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/nieuws/marktrun-dinsdag-5-mei\" 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": "aebe513cb828",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-eafa61f8"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/nieuws/ruimen-rioolkolken\" 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": "47ac2e94ba4e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-701fcf2f"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/fons-zitdag\" 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": "64e071adebc0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-735b2001"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/nieuws/speelpleinwerking-en-vakantieaanbod-najaar\" 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": "e807a7bfc434",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f0185507"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/groepsaankoop-regenwatertonnen\" 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": "dc8e577e79b6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-534ed343"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/nieuws/fontein-marktplein\" 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": "4f477d5460a2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6f38ed83"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/nieuws/risicocode-oranje-voor-natuurbrand-in-oost-vlaanderen\" 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": "20743332b812",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e365b262"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/nieuws/moederdagmarkt-zaterdag-9-mei\" 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": "8f5a0a237ac0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5b85fb31"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"btn-primary 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": "248e94e80345",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4c83782c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.18 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": "4d800b55c549",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"btn-primary 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": "4779735f3f0d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-98245bfb"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.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": "style_focus_visible",
            "xpath": null,
            "html": "<a rel=\"noopener\" target=\"_blank\" href=\"https://afspraak.docleas.eu/gemeente-sint-lievens-houtem\" class=\"btn-cta btn-cta1\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d18ba555133c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b55137c6"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a rel=\"noopener\" target=\"_blank\" href=\"https://afspraak.docleas.eu/gemeente-sint-lievens-houtem\" class=\"btn-cta btn-cta1\">",
            "message": "Text contrast of 2.18 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": "3a568581df65",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-33024b6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"mailto:%6f%6e%74%68%61%61%6c%40%6f%63%6d%77%73%69%6e%74%6c%69%65%76%65%6e%73%68%6f%75%74%65%6d%2e%62%65\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"btn-appointment appointment__btn mail\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "00f8421b0b17",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1d6c0912"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.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": "aria_child_valid",
            "xpath": null,
            "html": "<ul class=\"media__list list-logos 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": "4b9e35ed04de",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a7150a34"
          },
          {
            "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": "280c5b6d7071",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "dad334b68b7a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-431daa94"
          }
        ],
        "outcomeCount": 2621,
        "uniqueFailedCount": 36,
        "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.sint-martens-latem.be/",
      "finalUrl": "https://www.sint-martens-latem.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Home | Sint-Martens-Latem",
      "elapsedMs": 19648,
      "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": 666,
          "failed": 9,
          "cantTell": 37,
          "inapplicable": 41
        },
        "failedRules": [
          "color-contrast",
          "listitem",
          "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-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": "li:nth-child(1) > a[href$=\"openingsuren\"][title=\"Openingsuren\"][data-entity-type=\"node\"]",
            "html": "<a href=\"/openingsuren\" data-entity-type=\"node\" data-entity-uuid=\"fa7af352-4d6c-485e-8517-eed00f7636c3\" title=\"Openingsuren\">Openingsuren</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: #8ea568, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "li:nth-child(1) > a[href$=\"openingsuren\"][title=\"Openingsuren\"][data-entity-type=\"node\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d28e3eaf753",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3cad4669"
          },
          {
            "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[title=\"E-loket\"][href$=\"e-loket\"][data-entity-type=\"node\"]",
            "html": "<a href=\"/e-loket\" data-entity-type=\"node\" data-entity-uuid=\"5daadd7d-feb8-41be-af29-5d8d89612ebb\" title=\"E-loket\">E-loket</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: #8ea568, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "li:nth-child(2) > a[title=\"E-loket\"][href$=\"e-loket\"][data-entity-type=\"node\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "11ec70067a83",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-94ca9708"
          },
          {
            "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) > .ext[data-extlink=\"\"][title=\"(opens in a new window)\"]",
            "html": "<a href=\"https://sint-martens-latem.mijnafspraakmaken.be/Client\" class=\"ext\" data-extlink=\"\" target=\"_blank\" rel=\"noopener nofollow\" title=\"(opens in a new window)\">Afspraak maken</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: #8ea568, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "li:nth-child(3) > .ext[data-extlink=\"\"][title=\"(opens in a new window)\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "de99172482d0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6b6d62ad"
          },
          {
            "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 > ul > li:nth-child(4) > .ext[data-extlink=\"\"][title=\"(opens in a new window)\"]",
            "html": "<a href=\"https://sint-martens-latem.paddlecms.net/meldpunt\" class=\"ext\" data-extlink=\"\" target=\"_blank\" rel=\"noopener nofollow\" title=\"(opens in a new window)\">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 2.71 (foreground color: #ffffff, background color: #8ea568, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".paddle-component--body-section > ul > li:nth-child(4) > .ext[data-extlink=\"\"][title=\"(opens in a new window)\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3bfd5d5ef50c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5118770b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#paddle_components_text_block_63359ea7-b8f6-4c7d-bf3f-519bbb8766e6 > .paddle-component--text-block.paddle-component > .paddle-component--body-section > ul > li:nth-child(5) > a",
            "html": "<a href=\"https://www.sint-martens-latem.be/vacatures\">Vacatures</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: #8ea568, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#paddle_components_text_block_63359ea7-b8f6-4c7d-bf3f-519bbb8766e6 > .paddle-component--text-block.paddle-component > .paddle-component--body-section > ul > li:nth-child(5) > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "90fdf0bc3c7b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-fff1160e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".paddle-component--text-block.paddle-component > .paddle-component--body-section > ul > li:nth-child(6) > a",
            "html": "<a href=\"https://www.sint-martens-latem.be/e-loket/aanvragen-grondgebiedzaken/aanvraag-gft-container\">GFT-container aanvragen</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: #8ea568, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".paddle-component--text-block.paddle-component > .paddle-component--body-section > ul > li:nth-child(6) > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dec15389f220",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a50f054c"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#block-searchform > .nav-item.menu__item",
            "html": "<li class=\"nav-item menu__item\">\n                                <a href=\"/e-loket\" class=\"nav-link\" data-drupal-link-system-path=\"node/166\">E-loket</a>\n                  </li>",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item does not have a <ul>, <ol> parent element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "33cd154b3fe1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-00b0e15a"
          },
          {
            "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": "9306a5ca87a6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "1694e257bb26",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c1791208"
          }
        ],
        "outcomeCount": 753,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 9
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1795,
          "failed": 36,
          "cantTell": 32,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "element_tabbable_visible",
          "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_XuJyiQCLym__wn4hrSDEAPszY3P-eEbEk2Lcr8S2p24.css?delta=0&language=nl&theme=ocelot_paddle&include=eJx9kmtywyAMhC-Ew5EYAXKsCSCPEG3c0xfbeUzTOP_QfotGiAWyQO6c2EMygZR-sLhZeKSE9qU24YKRlMVBCCyRuNjH6TQKF8USTWC-ELqwlep84n5P7C4PN3m4yd0taKO0GdKJFPOQqKrB5h5t8pwISkD7TnQeBA1eNVG53PvcSpNg4dYnaJRin2DkJoGTqxi0T_yKdRLET_yb39BINfAXymK5rLcNB0ysboYY1xX2STsoevIJfpYPtK9jqAgSpmOTIMQgLftDy8iShwwFzhiH7dOOnBNk3-Tcv-DIQbl3OaS5ZwFeaavK2VVd-v7PL3AW6nG4s110j3712bq-gWsq9sw84RocqJNnkPhHHXsyFs9XM3NK91Cs52GNRTX7mh3M5KApb2lCRXugm8qBILntxW5rYf9LJ50wd-9Se4qth4q_ZaBThg\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cd04f0c01b11",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2fd63fb2"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_XuJyiQCLym__wn4hrSDEAPszY3P-eEbEk2Lcr8S2p24.css?delta=0&language=nl&theme=ocelot_paddle&include=eJx9kmtywyAMhC-Ew5EYAXKsCSCPEG3c0xfbeUzTOP_QfotGiAWyQO6c2EMygZR-sLhZeKSE9qU24YKRlMVBCCyRuNjH6TQKF8USTWC-ELqwlep84n5P7C4PN3m4yd0taKO0GdKJFPOQqKrB5h5t8pwISkD7TnQeBA1eNVG53PvcSpNg4dYnaJRin2DkJoGTqxi0T_yKdRLET_yb39BINfAXymK5rLcNB0ysboYY1xX2STsoevIJfpYPtK9jqAgSpmOTIMQgLftDy8iShwwFzhiH7dOOnBNk3-Tcv-DIQbl3OaS5ZwFeaavK2VVd-v7PL3AW6nG4s110j3712bq-gWsq9sw84RocqJNnkPhHHXsyFs9XM3NK91Cs52GNRTX7mh3M5KApb2lCRXugm8qBILntxW5rYf9LJ50wd-9Se4qth4q_ZaBThg\" 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": "f52588671da9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-10bff82b"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_xp0SYn-Azf6ZCTyqElxT_W8vhM2AX6EXQWu0nXXdwbc.css?delta=1&language=nl&theme=ocelot_paddle&include=eJx9kmtywyAMhC-Ew5EYAXKsCSCPEG3c0xfbeUzTOP_QfotGiAWyQO6c2EMygZR-sLhZeKSE9qU24YKRlMVBCCyRuNjH6TQKF8USTWC-ELqwlep84n5P7C4PN3m4yd0taKO0GdKJFPOQqKrB5h5t8pwISkD7TnQeBA1eNVG53PvcSpNg4dYnaJRin2DkJoGTqxi0T_yKdRLET_yb39BINfAXymK5rLcNB0ysboYY1xX2STsoevIJfpYPtK9jqAgSpmOTIMQgLftDy8iShwwFzhiH7dOOnBNk3-Tcv-DIQbl3OaS5ZwFeaavK2VVd-v7PL3AW6nG4s110j3712bq-gWsq9sw84RocqJNnkPhHHXsyFs9XM3NK91Cs52GNRTX7mh3M5KApb2lCRXugm8qBILntxW5rYf9LJ50wd-9Se4qth4q_ZaBThg\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1bdf8ea1c4a1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-94ec9a70"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_tW4zO5kiBzRFH5N9f2Rel87_4op_4IJQiSDP0pK9OGY.css?delta=2&language=nl&theme=ocelot_paddle&include=eJx9kmtywyAMhC-Ew5EYAXKsCSCPEG3c0xfbeUzTOP_QfotGiAWyQO6c2EMygZR-sLhZeKSE9qU24YKRlMVBCCyRuNjH6TQKF8USTWC-ELqwlep84n5P7C4PN3m4yd0taKO0GdKJFPOQqKrB5h5t8pwISkD7TnQeBA1eNVG53PvcSpNg4dYnaJRin2DkJoGTqxi0T_yKdRLET_yb39BINfAXymK5rLcNB0ysboYY1xX2STsoevIJfpYPtK9jqAgSpmOTIMQgLftDy8iShwwFzhiH7dOOnBNk3-Tcv-DIQbl3OaS5ZwFeaavK2VVd-v7PL3AW6nG4s110j3712bq-gWsq9sw84RocqJNnkPhHHXsyFs9XM3NK91Cs52GNRTX7mh3M5KApb2lCRXugm8qBILntxW5rYf9LJ50wd-9Se4qth4q_ZaBThg\" media=\"print\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8530721fa291",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-cef9f591"
          },
          {
            "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": "7ef5ae470bb4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "7fdf41e31121",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "1685c7357e9e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "b3a9a85b02b7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-215bd4df"
          },
          {
            "rule": "style_background_decorative",
            "xpath": null,
            "html": "<div style=\"--background:url(https://www.sint-martens-latem.be/sites/default/files/styles/original_ratio_xxxxl/public/2024-04/over%20de%20gemeente.webp?itok=9ewxM2Q9);\" class=\"layout-builder__custom container_region transparent help_section comp_wide_section layout-builder layout layout--onecol\">",
            "message": "Verify the CSS background image does not convey important information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "91ccd1f2f59f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d35c7176"
          },
          {
            "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": "f8879401db80",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "a70a629e98a6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-87ad9640"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Openingsuren\" data-entity-uuid=\"fa7af352-4d6c-485e-8517-eed00f7636c3\" data-entity-type=\"node\" href=\"/openingsuren\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "514baa7026a1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-18ad8502"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Openingsuren\" data-entity-uuid=\"fa7af352-4d6c-485e-8517-eed00f7636c3\" data-entity-type=\"node\" href=\"/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 18px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "87b9dab5a716",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f25dff4e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"E-loket\" data-entity-uuid=\"5daadd7d-feb8-41be-af29-5d8d89612ebb\" data-entity-type=\"node\" href=\"/e-loket\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "608c797de69d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0d20adef"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"E-loket\" data-entity-uuid=\"5daadd7d-feb8-41be-af29-5d8d89612ebb\" data-entity-type=\"node\" href=\"/e-loket\">",
            "message": "Verify the contrast 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": "e8bf34c6900e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d3f7391f"
          },
          {
            "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://sint-martens-latem.mijnafspraakmaken.be/Client\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fad4f51a9a83",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-02c473d1"
          },
          {
            "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://sint-martens-latem.mijnafspraakmaken.be/Client\">",
            "message": "Verify the contrast 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": "05d1dd6346d7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-91da653f"
          },
          {
            "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://sint-martens-latem.paddlecms.net/meldpunt\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "91fcbbd7c411",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b2ef2299"
          },
          {
            "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://sint-martens-latem.paddlecms.net/meldpunt\">",
            "message": "Verify the contrast 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": "1c6a4b6512fc",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a2fece1b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.sint-martens-latem.be/vacatures\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d0bdcc7b97b6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5544078a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.sint-martens-latem.be/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 18px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d773f1143e5c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b5a8f822"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.sint-martens-latem.be/e-loket/aanvragen-grondgebiedzaken/aanvraag-gft-container\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b8cd71562c44",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-35a3ad18"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.sint-martens-latem.be/e-loket/aanvragen-grondgebiedzaken/aanvraag-gft-container\">",
            "message": "Verify the contrast 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": "abd21224cbfe",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e080253c"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"paddle-component paddle-component--top-section text\">",
            "message": "Confirm this text 'Vaak bezocht' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c189bc7287cb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-21e33d57"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.sint-martens-latem.be/dienstverlening/burgerzaken\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f77147f4520",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9dab0dfd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.sint-martens-latem.be/openbare-werken\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a92afe7af96",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7c641c20"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Recyclagepark\" data-entity-uuid=\"f0d4b610-66cf-47b0-ae0a-81f7185ad85f\" data-entity-type=\"node\" href=\"/dienstverlening/afval-en-leefmilieu/recyclagepark\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6d6008b65d67",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-662d1322"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.sint-martens-latem.be/dienstverlening/afval-en-leefmilieu/klimaatplan\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a4342539939d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ff8f7ee8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Musea en tentoonstellingen\" data-entity-substitution=\"canonical\" data-entity-uuid=\"74010273-0319-48b9-ae12-55ecca195a82\" data-entity-type=\"node\" href=\"/vrije-tijd/evenementen-en-recreatie/bezienswaardigheden/musea-en-tentoonstellingen\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c2cf5cabf3ff",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-975ca4c0"
          },
          {
            "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": "text_contrast_sufficient",
            "xpath": null,
            "html": "<time datetime=\"2026-05-04T12:00:00Z\">",
            "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 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4530d0e01422",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5e9ef9f8"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<time datetime=\"2026-04-28T12:00:00Z\">",
            "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 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f33a59d81216",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6b84fd1f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<time datetime=\"2026-04-27T12:00:00Z\">",
            "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 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f8c0161fc6b8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-23066ad9"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/bestuur-en-beleid/over-de-gemeente/nieuws\">",
            "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": false,
            "duplicateOf": null,
            "fingerprint": "fc003008c86b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-389dcea9"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"paddle-component--body-section\">",
            "message": "Confirm this text 'Contactgegevens' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f3130a53d4b9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-88a2d159"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/nieuwsbrief\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8e3f90e18d8a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-73ea90f3"
          }
        ],
        "outcomeCount": 1832,
        "uniqueFailedCount": 35,
        "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.sint-niklaas.be/",
      "finalUrl": "https://www.sint-niklaas.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Welkom bij stad Sint-Niklaas | Stad Sint-Niklaas",
      "elapsedMs": 20005,
      "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": 1221,
          "failed": 52,
          "cantTell": 24,
          "inapplicable": 40
        },
        "failedRules": [
          "color-contrast",
          "landmark-no-duplicate-contentinfo",
          "landmark-unique",
          "region"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "autocomplete-valid",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-no-duplicate-banner",
          "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",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row.col-md-6.col:nth-child(1) > .node--news.node--search-result-teaser.node--news--search-result-teaser > .inner > .ds-content > .field-group-link[hreflang=\"nl\"] > .field--node-post-date.field--name-node-post-date.field--type-ds",
            "html": "<div class=\"field--node-post-date field field--name-node-post-date field--type-ds field--label-hidden field__item\">4/05/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.59 (foreground color: #11aaf5, background color: #ffffff, font size: 9.8pt (13px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".views-row.col-md-6.col:nth-child(1) > .node--news.node--search-result-teaser.node--news--search-result-teaser > .inner > .ds-content > .field-group-link[hreflang=\"nl\"] > .field--node-post-date.field--name-node-post-date.field--type-ds"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d536fb07c608",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e9a9412d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row.col-md-6.col:nth-child(2) > .node--news.node--search-result-teaser.node--news--search-result-teaser > .inner > .ds-content > .field-group-link[hreflang=\"nl\"] > .field--node-post-date.field--name-node-post-date.field--type-ds",
            "html": "<div class=\"field--node-post-date field field--name-node-post-date field--type-ds field--label-hidden field__item\">4/05/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.59 (foreground color: #11aaf5, background color: #ffffff, font size: 9.8pt (13px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".views-row.col-md-6.col:nth-child(2) > .node--news.node--search-result-teaser.node--news--search-result-teaser > .inner > .ds-content > .field-group-link[hreflang=\"nl\"] > .field--node-post-date.field--name-node-post-date.field--type-ds"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0786498801dd",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-53a71d90"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".views-row.col-md-6.col:nth-child(3) > .node--news.node--search-result-teaser.node--news--search-result-teaser > .inner > .ds-content > .field-group-link[hreflang=\"nl\"] > .field--node-post-date.field--name-node-post-date.field--type-ds",
            "html": "<div class=\"field--node-post-date field field--name-node-post-date field--type-ds field--label-hidden field__item\">30/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.59 (foreground color: #11aaf5, background color: #ffffff, font size: 9.8pt (13px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".views-row.col-md-6.col:nth-child(3) > .node--news.node--search-result-teaser.node--news--search-result-teaser > .inner > .ds-content > .field-group-link[hreflang=\"nl\"] > .field--node-post-date.field--name-node-post-date.field--type-ds"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "18484f64f094",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-12810f60"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href=\"tel:037783000\"]",
            "html": "<a href=\"tel:037783000\" title=\"Call to 03 778 30 00\" class=\"external_url\">03 778 30 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.59 (foreground color: #11aaf5, background color: #ffffff, font size: 13.1pt (17.5px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#Hero"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f7537e18e4b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f724fd93"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".external_url[href=\"mailto:info@sint-niklaas.be\"]",
            "html": "<a href=\"mailto:info@sint-niklaas.be\" class=\"external_url\">info@sint-niklaas.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.59 (foreground color: #11aaf5, background color: #ffffff, font size: 13.1pt (17.5px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#Hero"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ee7be74ad0f5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1df3e622"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href=\"tel:037786666\"]",
            "html": "<a href=\"tel:037786666\" title=\"Call to 03 778 66 66\" class=\"external_url\">03 778 66 66</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.59 (foreground color: #11aaf5, background color: #ffffff, font size: 13.1pt (17.5px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#Hero"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c3ac3e11f58e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7c6588b9"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".node--contact.node--alt-teaser.node--contact--alt-teaser:nth-child(2) > .inner > .ds-content > .icon-mail > .external_url",
            "html": "<a href=\"mailto:welzijnshuis@sint-niklaas.be\" class=\"external_url\">welzijnshuis@sint-niklaas.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.59 (foreground color: #11aaf5, background color: #ffffff, font size: 13.1pt (17.5px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#Hero"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b5cb2fc5377b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5590a2ae"
          },
          {
            "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\"]",
            "html": "<a href=\"/contact-en-openingsuren\">Meer details</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.59 (foreground color: #11aaf5, background color: #ffffff, font size: 13.1pt (17.5px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#Hero"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "80271ee15524",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-008efb83"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"verhalen\"]",
            "html": "<a href=\"/verhalen\">Ontdek al onze verhalen</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.25 (foreground color: #11aaf5, background color: #edeff6, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".story-teasers--background"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cb61e1ae4869",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8adad4c3"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".node--project--teaser--wrapper.relative.ds-1col:nth-child(1) > .node--project.node--project--teaser.node--teaser > .field-group-link[hreflang=\"nl\"] > .bottom > .date-start",
            "html": "<p class=\"date-start\">15 mei 2024</p>",
            "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: #8f9bbb, background color: #ffffff, font size: 13.1pt (17.5px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".node--project--teaser--wrapper.relative.ds-1col:nth-child(1) > .node--project.node--project--teaser.node--teaser"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "81c26cc62a10",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-796cbbe6"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".node--project--teaser--wrapper.relative.ds-1col:nth-child(1) > .node--project.node--project--teaser.node--teaser > .field-group-link[hreflang=\"nl\"] > .bottom > p:nth-child(3)",
            "html": "<p> tot </p>",
            "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: #8f9bbb, background color: #ffffff, font size: 13.1pt (17.5px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".node--project--teaser--wrapper.relative.ds-1col:nth-child(1) > .node--project.node--project--teaser.node--teaser"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "51b01c53c406",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6533e522"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".node--project--teaser--wrapper.relative.ds-1col:nth-child(1) > .node--project.node--project--teaser.node--teaser > .field-group-link[hreflang=\"nl\"] > .bottom > .date-to",
            "html": "<p class=\"date-to\">15 mei 2027</p>",
            "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: #8f9bbb, background color: #ffffff, font size: 13.1pt (17.5px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".node--project--teaser--wrapper.relative.ds-1col:nth-child(1) > .node--project.node--project--teaser.node--teaser"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "40add5c5e646",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-78854edd"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".node--project--teaser--wrapper.relative.ds-1col:nth-child(2) > .node--project.node--project--teaser.node--teaser > .field-group-link[hreflang=\"nl\"] > .bottom > .date-start",
            "html": "<p class=\"date-start\">20 augustus 2025</p>",
            "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: #8f9bbb, background color: #ffffff, font size: 13.1pt (17.5px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".node--project--teaser--wrapper.relative.ds-1col:nth-child(2) > .node--project.node--project--teaser.node--teaser"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9ffe57a03e35",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6c4c5aaa"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".node--project--teaser--wrapper.relative.ds-1col:nth-child(2) > .node--project.node--project--teaser.node--teaser > .field-group-link[hreflang=\"nl\"] > .bottom > p:nth-child(3)",
            "html": "<p> tot </p>",
            "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: #8f9bbb, background color: #ffffff, font size: 13.1pt (17.5px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".node--project--teaser--wrapper.relative.ds-1col:nth-child(2) > .node--project.node--project--teaser.node--teaser"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5382d55a65ed",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9763a73b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".node--project--teaser--wrapper.relative.ds-1col:nth-child(2) > .node--project.node--project--teaser.node--teaser > .field-group-link[hreflang=\"nl\"] > .bottom > .date-to",
            "html": "<p class=\"date-to\">8 juni 2026</p>",
            "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: #8f9bbb, background color: #ffffff, font size: 13.1pt (17.5px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".node--project--teaser--wrapper.relative.ds-1col:nth-child(2) > .node--project.node--project--teaser.node--teaser"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "41601e3c4fb8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6cdc9b17"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".node--project--teaser--wrapper.relative.ds-1col:nth-child(3) > .node--project.node--project--teaser.node--teaser > .field-group-link[hreflang=\"nl\"] > .bottom > .date-start",
            "html": "<p class=\"date-start\">5 januari 2026</p>",
            "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: #8f9bbb, background color: #ffffff, font size: 13.1pt (17.5px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".node--project--teaser--wrapper.relative.ds-1col:nth-child(3) > .node--project.node--project--teaser.node--teaser"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8282468a4f79",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-10127c7f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".node--project--teaser--wrapper.relative.ds-1col:nth-child(3) > .node--project.node--project--teaser.node--teaser > .field-group-link[hreflang=\"nl\"] > .bottom > p:nth-child(3)",
            "html": "<p> tot </p>",
            "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: #8f9bbb, background color: #ffffff, font size: 13.1pt (17.5px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".node--project--teaser--wrapper.relative.ds-1col:nth-child(3) > .node--project.node--project--teaser.node--teaser"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f8382f81d84",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8eceb7a4"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".node--project--teaser--wrapper.relative.ds-1col:nth-child(3) > .node--project.node--project--teaser.node--teaser > .field-group-link[hreflang=\"nl\"] > .bottom > .date-to",
            "html": "<p class=\"date-to\">31 december 2027</p>",
            "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: #8f9bbb, background color: #ffffff, font size: 13.1pt (17.5px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".node--project--teaser--wrapper.relative.ds-1col:nth-child(3) > .node--project.node--project--teaser.node--teaser"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b870acec5925",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f15d7390"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#projecten > .container > .more-link > a",
            "html": "<a href=\"/onze-dienstverlening/bestuur-en-participatie/projecten\">Ontdek al onze projecten</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.59 (foreground color: #11aaf5, background color: #ffffff, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#Hero"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "20e872152872",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-cce474c6"
          },
          {
            "rule": "landmark-no-duplicate-contentinfo",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-no-duplicate-contentinfo?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".region--footer",
            "html": "<footer class=\"region region--footer clearfix\">",
            "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": [
              ".region--footer-bottom"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6950dfa2dda2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-aebb2643"
          },
          {
            "rule": "landmark-unique",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-unique?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".region--footer",
            "html": "<footer class=\"region region--footer clearfix\">",
            "message": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
            "fixSummary": "Fix any of the following:\n  The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable",
            "relatedPaths": [
              ".region--footer-bottom"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fe9e5eee6605",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6f3f56ea"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#block-portaal-subtheme-urgentbericht",
            "html": "<div id=\"block-portaal-subtheme-urgentbericht\" class=\"block block-block-content block-block-content841cca67-bd50-4a26-a6ca-7c5427545e8a\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "32f936e6cecd",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f263860b"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".has-icons > .ds-header",
            "html": "<div class=\"ds-header\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5d7ec7efb259",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-398e39e9"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "h1",
            "html": "<h1>Welkom bij stad Sint-Niklaas</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": "3e7547957746",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0b527b4b"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#block-generalsearchblock > h2",
            "html": "<h2>Waar zoek je naar?</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": "20fb43e75e04",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4ca80780"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#block-generalsearchblock > form > .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-keyword form-item-keyword form-no-label\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ab4cc74a0716",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f1d2c80d"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".field-label-above",
            "html": "<div class=\"col field-label-above\">Snel naar</div>",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "734973335c11",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3f61310e"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".col-md-4.col:nth-child(2) > .paragraph--icon-link--default.paragraph--type--icon-link.paragraph--view-mode--default > .field--link.field--name-field-link.field--type-link",
            "html": "<div class=\"field--link field field--name-field-link field--type-link field--label-hidden field__item\"><a href=\"/afspraken\">Afspraak maken</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": "ede8016e1676",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-48ac96d1"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".col-md-4.col:nth-child(3) > .paragraph--icon-link--default.paragraph--type--icon-link.paragraph--view-mode--default > .field--link.field--name-field-link.field--type-link",
            "html": "<div class=\"field--link field field--name-field-link field--type-link field--label-hidden field__item\"><a href=\"/melding-klantendienst\">Melding doen</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": "128efa1dae1a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f1bfdfc7"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".col-md-4.col:nth-child(4) > .paragraph--icon-link--default.paragraph--type--icon-link.paragraph--view-mode--default > .field--link.field--name-field-link.field--type-link",
            "html": "<div class=\"field--link field field--name-field-link field--type-link field--label-hidden field__item\"><a href=\"/onze-dienstverlening/werken-en-ondernemen/vacatures\">Vacatures</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": "5b86d9c418ff",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-62713fa1"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".col-md-4.col:nth-child(5) > .paragraph--icon-link--default.paragraph--type--icon-link.paragraph--view-mode--default > .field--link.field--name-field-link.field--type-link",
            "html": "<div class=\"field--link field field--name-field-link field--type-link field--label-hidden field__item\"><a href=\"/contact\">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": "664bcd872c00",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8e5e49f1"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".col-md-4.col:nth-child(6) > .paragraph--icon-link--default.paragraph--type--icon-link.paragraph--view-mode--default > .field--link.field--name-field-link.field--type-link",
            "html": "<div class=\"field--link field field--name-field-link field--type-link field--label-hidden field__item\"><a href=\"/onze-dienstverlening/mobiliteit/in-en-rond-de-stad/verkeersinfo\">Verkeersinfo</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": "0074f1af7e10",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a6ce104f"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".col-md-4.col:nth-child(7) > .paragraph--icon-link--default.paragraph--type--icon-link.paragraph--view-mode--default > .field--link.field--name-field-link.field--type-link",
            "html": "<div class=\"field--link field field--name-field-link field--type-link field--label-hidden field__item\"><a href=\"/onze-dienstverlening/mobiliteit/aanvraag-doorrijvergunning/doorrijvergunning\">Doorrijvergunning</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": "a815b85fd96d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-841734d6"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".ds-content > .field--title",
            "html": "<h2 class=\"field--title\">Onze dienstverlening</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": "bb717e52ca3e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-234d61fe"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".node--theme.node--theme--teaser.col-lg-3:nth-child(1) > .inner > .ds-content > .field-group-link > .field--node-title",
            "html": "<div class=\"field--node-title\">\n                <h2>\n  Persoonlijke documenten\n</h2>\n\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": "01a8feacc1d0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5e6693d5"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".node--theme.node--theme--teaser.col-lg-3:nth-child(2) > .inner > .ds-content > .field-group-link > .field--node-title",
            "html": "<div class=\"field--node-title\">\n                <h2>\n  Mobiliteit\n</h2>\n\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": "60bb470ee4c7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6929cd8a"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".node--theme.node--theme--teaser.col-lg-3:nth-child(3) > .inner > .ds-content > .field-group-link > .field--node-title",
            "html": "<div class=\"field--node-title\">\n                <h2>\n  Geld, hulp en advies\n</h2>\n\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": "732f001574ac",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-931308f6"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".node--theme.node--theme--teaser.col-lg-3:nth-child(4) > .inner > .ds-content > .field-group-link > .field--node-title",
            "html": "<div class=\"field--node-title\">\n                <h2>\n  Opvang\n</h2>\n\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": "52a1fbacac80",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-68d56643"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".node--theme.node--theme--teaser.col-lg-3:nth-child(5) > .inner > .ds-content > .field-group-link > .field--node-title",
            "html": "<div class=\"field--node-title\">\n                <h2>\n  Wonen en (ver)bouwen\n</h2>\n\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": "9189ffb48786",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b9ca04ff"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".node--theme.node--theme--teaser.col-lg-3:nth-child(6) > .inner > .ds-content > .field-group-link > .field--node-title",
            "html": "<div class=\"field--node-title\">\n                <h2>\n  Gezondheid en zorg\n</h2>\n\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": "bfe5caf2b85b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d76556ce"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".node--theme.node--theme--teaser.col-lg-3:nth-child(7) > .inner > .ds-content > .field-group-link > .field--node-title",
            "html": "<div class=\"field--node-title\">\n                <h2>\n  Natuur en milieu\n</h2>\n\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": "d6afa14c5bae",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-46da4c1c"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".node--theme.node--theme--teaser.col-lg-3:nth-child(8) > .inner > .ds-content > .field-group-link > .field--node-title",
            "html": "<div class=\"field--node-title\">\n                <h2>\n  Leren en opvoeden\n</h2>\n\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": "8936113274f4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9dc731c6"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".node--theme.node--theme--teaser.col-lg-3:nth-child(9) > .inner > .ds-content > .field-group-link > .field--node-title",
            "html": "<div class=\"field--node-title\">\n                <h2>\n  Cultuur en vrije tijd\n</h2>\n\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": "1436981a5a2a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-33cfc430"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".node--theme.node--theme--teaser.col-lg-3:nth-child(10) > .inner > .ds-content > .field-group-link > .field--node-title",
            "html": "<div class=\"field--node-title\">\n                <h2>\n  Werken en ondernemen\n</h2>\n\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": "b696850f4152",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d53cba69"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".node--theme.node--theme--teaser.col-lg-3:nth-child(11) > .inner > .ds-content > .field-group-link > .field--node-title",
            "html": "<div class=\"field--node-title\">\n                <h2>\n  Preventie en veiligheid\n</h2>\n\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": "3fa1184a6cc9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-66dad3ea"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".node--theme.node--theme--teaser.col-lg-3:nth-child(12) > .inner > .ds-content > .field-group-link > .field--node-title",
            "html": "<div class=\"field--node-title\">\n                <h2>\n  Bestuur en participatie\n</h2>\n\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": "9b1a75dc534c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b6892aef"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".field--basic-page-paragraphs > .field__item:nth-child(3)",
            "html": "<div class=\"field__item\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e13f5ebe490f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-bdf29638"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".field__item:nth-child(4)",
            "html": "<div class=\"field__item\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b45efecc1e3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-795246d0"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".field__item:nth-child(5)",
            "html": "<div class=\"field__item\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "434c9a9c155c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b343c7e5"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".field__item:nth-child(6)",
            "html": "<div class=\"field__item\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f5b3b0c30f1f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c76ea2ea"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".vlw__primary-bar__brand",
            "html": "<div class=\"vlw__primary-bar__brand\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "526469a680ad",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8dd77573"
          },
          {
            "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": "37448c58984d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c1791208"
          }
        ],
        "outcomeCount": 1337,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 52
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3393,
          "failed": 221,
          "cantTell": 123,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_contentinfo_label_unique",
          "aria_contentinfo_misuse",
          "aria_contentinfo_single",
          "aria_eventhandler_role_valid",
          "aria_keyboard_handler_exists",
          "aria_landmark_name_unique",
          "element_attribute_deprecated",
          "element_id_unique",
          "element_tabbable_unobscured",
          "input_label_after",
          "input_label_visible",
          "script_onclick_misuse",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "svg_graphics_labelled",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<html style=\"--calibr8__container-width: 1280px; --calibr8__container--medium: 10; --calibr8__container--small: 8; --calibr8__container--tiny: 6;\" data-once=\"easytheme-properties layout-builder-colors\" class=\" js svg placeholder flexbox\" prefix=\"og: https://ogp.me/ns#\" dir=\"ltr\" lang=\"nl\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d96d1a22fd4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-61c956d9"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d0f5c0e8170d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/core/assets/vendor/jquery.ui/themes/base/core.css?tein9b\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d120b09dcc42",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d88a252b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a aria-label=\"Cookiebot van Usercentrics - opent in een nieuw venster\" id=\"CybotCookiebotDialogPoweredbyCybot\" target=\"_blank\" rel=\"noopener nofollow\" href=\"https://www.cookiebot.com/en/what-is-behind-powered-by-cookiebot/?utm_source=banner_cb&utm_medium=referral&utm_content=v2\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a853d1bce0f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2c624a19"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a aria-label=\"Cookiebot van Usercentrics - opent in een nieuw venster\" id=\"CybotCookiebotDialogPoweredbyCybot\" target=\"_blank\" rel=\"noopener nofollow\" href=\"https://www.cookiebot.com/en/what-is-behind-powered-by-cookiebot/?utm_source=banner_cb&utm_medium=referral&utm_content=v2\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b656443f9c94",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-fa197999"
          },
          {
            "rule": "aria_keyboard_handler_exists",
            "xpath": null,
            "html": "<ul role=\"tablist\" class=\"CybotCookiebotDialogNavItems\" id=\"CybotCookiebotDialogNavList\">",
            "message": "Verify the <ul> element with \"tablist\" role has keyboard access",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f085030a18c7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0f0a6e47"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a lang=\"nl\" aria-controls=\"CybotCookiebotDialogBody\" aria-selected=\"true\" role=\"tab\" tabindex=\"0\" data-target=\"CybotCookiebotDialogBody\" href=\"#\" class=\"CybotCookiebotDialogNavItemLink CybotCookiebotDialogActive\" id=\"CybotCookiebotDialogNavDeclaration\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d1efed7456bf",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-fe25ae36"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a lang=\"nl\" aria-controls=\"CybotCookiebotDialogBody\" aria-selected=\"true\" role=\"tab\" tabindex=\"0\" data-target=\"CybotCookiebotDialogBody\" href=\"#\" class=\"CybotCookiebotDialogNavItemLink CybotCookiebotDialogActive\" id=\"CybotCookiebotDialogNavDeclaration\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c1f89262c2ae",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2cabc255"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div id=\"CybotCookiebotDialogBodyLevelButtonsSelectPane\">",
            "message": "Confirm this text 'Toestemmingsselectie' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f5e12ce8fb1d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1fb97c97"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div id=\"CybotCookiebotDialogBodyFieldsetInnerContainer\">",
            "message": "Confirm this text 'Noodzakelijk' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3d1e1ff4071e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4a78d165"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"CybotCookiebotDialogBodyLevelButtonWrapper\">",
            "message": "Confirm this text 'Noodzakelijk' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cc8ff0212bea",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e736fc3a"
          },
          {
            "rule": "input_label_after",
            "xpath": null,
            "html": "<input checked=\"checked\" disabled=\"disabled\" class=\"CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelButtonDisabled\" id=\"CybotCookiebotDialogBodyLevelButtonNecessary\" type=\"checkbox\">",
            "message": "Label text is located before its associated checkbox or radio button element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e7fba3554d0c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ce757c6b"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"CybotCookiebotDialogBodyLevelButtonWrapper\">",
            "message": "Confirm this text 'Voorkeuren' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "input_label_after",
            "xpath": null,
            "html": "<input role=\"switch\" tabindex=\"0\" checked=\"checked\" data-target=\"CybotCookiebotDialogBodyLevelButtonPreferencesInline\" class=\"CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox\" id=\"CybotCookiebotDialogBodyLevelButtonPreferences\" type=\"checkbox\">",
            "message": "Label text is located before its associated checkbox or radio button element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "477653d5c0ad",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d6680181"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input role=\"switch\" tabindex=\"0\" checked=\"checked\" data-target=\"CybotCookiebotDialogBodyLevelButtonPreferencesInline\" class=\"CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox\" id=\"CybotCookiebotDialogBodyLevelButtonPreferences\" 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": "f198f6de3d24",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8aab7f3f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input role=\"switch\" tabindex=\"0\" checked=\"checked\" data-target=\"CybotCookiebotDialogBodyLevelButtonPreferencesInline\" class=\"CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox\" id=\"CybotCookiebotDialogBodyLevelButtonPreferences\" type=\"checkbox\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2a12d2e59b64",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7ead4b3e"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"CybotCookiebotDialogBodyLevelButtonWrapper\">",
            "message": "Confirm this text 'Statistieken' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "input_label_after",
            "xpath": null,
            "html": "<input role=\"switch\" tabindex=\"0\" checked=\"checked\" data-target=\"CybotCookiebotDialogBodyLevelButtonStatisticsInline\" class=\"CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox\" id=\"CybotCookiebotDialogBodyLevelButtonStatistics\" type=\"checkbox\">",
            "message": "Label text is located before its associated checkbox or radio button element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "edcd9e9864d2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-faf5eae9"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input role=\"switch\" tabindex=\"0\" checked=\"checked\" data-target=\"CybotCookiebotDialogBodyLevelButtonStatisticsInline\" class=\"CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox\" id=\"CybotCookiebotDialogBodyLevelButtonStatistics\" 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": "f7a898a2099d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a6a6202c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input role=\"switch\" tabindex=\"0\" checked=\"checked\" data-target=\"CybotCookiebotDialogBodyLevelButtonStatisticsInline\" class=\"CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox\" id=\"CybotCookiebotDialogBodyLevelButtonStatistics\" type=\"checkbox\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cfa9e346a830",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0cdbaad8"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"CybotCookiebotDialogBodyLevelButtonWrapper\">",
            "message": "Confirm this text 'Marketing' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "input_label_after",
            "xpath": null,
            "html": "<input role=\"switch\" tabindex=\"0\" checked=\"checked\" data-target=\"CybotCookiebotDialogBodyLevelButtonMarketingInline\" class=\"CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox\" id=\"CybotCookiebotDialogBodyLevelButtonMarketing\" type=\"checkbox\">",
            "message": "Label text is located before its associated checkbox or radio button element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "691f4ebc6ccb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-40d7214e"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input role=\"switch\" tabindex=\"0\" checked=\"checked\" data-target=\"CybotCookiebotDialogBodyLevelButtonMarketingInline\" class=\"CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox\" id=\"CybotCookiebotDialogBodyLevelButtonMarketing\" 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": "a6938badcb22",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1a88e226"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input role=\"switch\" tabindex=\"0\" checked=\"checked\" data-target=\"CybotCookiebotDialogBodyLevelButtonMarketingInline\" class=\"CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox\" id=\"CybotCookiebotDialogBodyLevelButtonMarketing\" type=\"checkbox\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2f6b06c303cf",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-fe8e12cc"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<button lang=\"nl\" tabindex=\"0\" class=\"CybotCookiebotDialogBodyButton\" id=\"CybotCookiebotDialogBodyButtonDecline\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "703193ed54fa",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-595a8d07"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button lang=\"nl\" tabindex=\"0\" class=\"CybotCookiebotDialogBodyButton\" id=\"CybotCookiebotDialogBodyButtonDecline\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2425aba79867",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e0d39afa"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<button lang=\"nl\" tabindex=\"0\" class=\"CybotCookiebotDialogBodyButton\" id=\"CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6e5e1603b075",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-72ae1a5e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button lang=\"nl\" tabindex=\"0\" class=\"CybotCookiebotDialogBodyButton\" id=\"CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "405f040ad4d8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d5861c7c"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<button lang=\"nl\" tabindex=\"0\" class=\"CybotCookiebotDialogBodyButton\" id=\"CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cca1f3310ce3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3f538e43"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button lang=\"nl\" tabindex=\"0\" class=\"CybotCookiebotDialogBodyButton\" id=\"CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "872d5a54699c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d564461b"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9a467b569fdb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a86234de"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div class=\"rs_skip rsbtn rs_preserve no-menu\" id=\"readspeaker_button\">",
            "message": "The <div> element has the id \"readspeaker_button\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8e92f519178c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3fb201d8"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-rs-lang=\"nl_be\" data-rsshortcut=\"play\" aria-haspopup=\"menu\" data-rs-direction=\"u\" data-rs-tooltip=\".\" aria-label=\"Listen\" role=\"button\" href=\"//app-eu.readspeaker.com/cgi-bin/rsent?customerid=10226&lang=nl_be&readid=readspeaker-content&url=https%3A%2F%2Fwww.sint-niklaas.be%2Fwelkom-bij-stad-sint-niklaas\" title=\"Beluister deze pagina met ReadSpeaker\" class=\"rsbtn_play open-readspeaker-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": "c9aaefccdb34",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4c3468ae"
          },
          {
            "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=\"Listen\" role=\"button\" href=\"//app-eu.readspeaker.com/cgi-bin/rsent?customerid=10226&lang=nl_be&readid=readspeaker-content&url=https%3A%2F%2Fwww.sint-niklaas.be%2Fwelkom-bij-stad-sint-niklaas\" title=\"Beluister deze pagina met ReadSpeaker\" class=\"rsbtn_play open-readspeaker-button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "03db6231a173",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-413fe195"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-once=\"mainMenu\" class=\"show-menu button--lined-link-blue\" id=\"menu-anchor\" 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": "020ca67b3bba",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-998b6f8c"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg width=\"25\" viewBox=\"0 0 32 32\" class=\"hamb\" id=\"hamb\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a2943be50d69",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5a72deb0"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<article id=\"readspeaker-content\" class=\"node node--basic-page node--hero node--basic-page--hero wide-title layout--onecol clearfix\">",
            "message": "The <article> element has the id \"readspeaker-content\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a62bf8e4d0e5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-017ce921"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h1>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2197b7b3420b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-642a24d8"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h1>",
            "message": "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": "1630cbfe7042",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4568b000"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4e1a8c896cce",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f9d40766"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<form accept-charset=\"UTF-8\" id=\"general-search-form\" method=\"post\" action=\"/\">",
            "message": "The <form> element has the id \"general-search-form\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5a35d5debca8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-321a7303"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<input autocomplete=\"off\" data-once=\"autocomplete search-api-autocomplete\" placeholder=\"Zoeken\" maxlength=\"128\" size=\"60\" value=\"\" name=\"keyword\" id=\"edit-keyword\" type=\"text\" data-autocomplete-path=\"/search_api_autocomplete/search?display=page_search&\" class=\"form-autocomplete form-text ui-autocomplete-input\" data-search-api-autocomplete-search=\"search\" data-drupal-selector=\"edit-keyword\">",
            "message": "The <input> element has the id \"edit-keyword\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dceee4a0c4e5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-fbb0eff5"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input autocomplete=\"off\" data-once=\"autocomplete search-api-autocomplete\" placeholder=\"Zoeken\" maxlength=\"128\" size=\"60\" value=\"\" name=\"keyword\" id=\"edit-keyword\" type=\"text\" data-autocomplete-path=\"/search_api_autocomplete/search?display=page_search&\" class=\"form-autocomplete form-text ui-autocomplete-input\" data-search-api-autocomplete-search=\"search\" data-drupal-selector=\"edit-keyword\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f07ac7766dd",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9b29393e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input autocomplete=\"off\" data-once=\"autocomplete search-api-autocomplete\" placeholder=\"Zoeken\" maxlength=\"128\" size=\"60\" value=\"\" name=\"keyword\" id=\"edit-keyword\" type=\"text\" data-autocomplete-path=\"/search_api_autocomplete/search?display=page_search&\" class=\"form-autocomplete form-text ui-autocomplete-input\" data-search-api-autocomplete-search=\"search\" data-drupal-selector=\"edit-keyword\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4007acff2afe",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-954122cd"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input autocomplete=\"off\" data-once=\"autocomplete search-api-autocomplete\" placeholder=\"Zoeken\" maxlength=\"128\" size=\"60\" value=\"\" name=\"keyword\" id=\"edit-keyword\" type=\"text\" data-autocomplete-path=\"/search_api_autocomplete/search?display=page_search&\" class=\"form-autocomplete form-text ui-autocomplete-input\" data-search-api-autocomplete-search=\"search\" data-drupal-selector=\"edit-keyword\">",
            "message": "The ‘placeholder’ is the only visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "82229cd79e1b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e34680cf"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<input class=\"button js-form-submit form-submit\" value=\"Zoeken\" name=\"op\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\">",
            "message": "The <input> element has the id \"edit-submit\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "24cdba2ec0ed",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a106cbee"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input class=\"button js-form-submit form-submit\" value=\"Zoeken\" name=\"op\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-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": "96acde00f6f6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-30610012"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input class=\"button js-form-submit form-submit\" value=\"Zoeken\" name=\"op\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "85974c9e94ae",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ca21454d"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input class=\"button js-form-submit form-submit\" value=\"Zoeken\" name=\"op\" id=\"edit-submit\" type=\"submit\" data-drupal-selector=\"edit-submit\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d6bdc5143ec5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-12f93e33"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"col field-label-above\">",
            "message": "Confirm this text 'Snel naar' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da117fa0833a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-dd826466"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg class=\"icon icon--afspraak\" height=\"20\" width=\"20\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "56ffd89d5d9d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-555cc4d9"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/afspraken\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6717b8fb9522",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2ddca463"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg class=\"icon icon--melding\" height=\"20\" width=\"20\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "94acefd2c105",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ecb3e046"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/melding-klantendienst\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a7058c44af4e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-771d13fc"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg class=\"icon icon--vacatures\" height=\"20\" width=\"20\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dac7fbc06f7f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-364a7303"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/onze-dienstverlening/werken-en-ondernemen/vacatures\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7145cf35c1d6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a1824e44"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg class=\"icon icon--openingsuren\" height=\"20\" width=\"20\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ccbac37c0b26",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7413e0ba"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/contact\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f3eecba46741",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4897b79b"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg class=\"icon icon--verkeersinfo\" height=\"20\" width=\"20\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e5114dc74f41",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2294000b"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/onze-dienstverlening/mobiliteit/in-en-rond-de-stad/verkeersinfo\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf4d156e12d9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d023d83f"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg class=\"icon icon--doorrijvergunning\" height=\"20\" width=\"20\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cbc6de8c4467",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e5def35a"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/onze-dienstverlening/mobiliteit/aanvraag-doorrijvergunning/doorrijvergunning\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b82076e3e1c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-dbb1d5a9"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 class=\"field--title\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9c81e303fe53",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7e6b5e52"
          },
          {
            "rule": "aria_eventhandler_role_valid",
            "xpath": null,
            "html": "<div id=\"readspeaker-content\" onclick=\"location.href='/onze-dienstverlening/persoonlijke-documenten'\" class=\"node node--theme node--teaser node--theme--teaser layout--onecol clearfix col col-md-6 col-lg-3\">",
            "message": "The <div> element with 'onclick' does not have a valid ARIA role specified",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c11ac6199b13",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d7f72f9d"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div id=\"readspeaker-content\" onclick=\"location.href='/onze-dienstverlening/persoonlijke-documenten'\" class=\"node node--theme node--teaser node--theme--teaser layout--onecol clearfix col col-md-6 col-lg-3\">",
            "message": "The <div> element has the id \"readspeaker-content\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3484aa8f4000",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-163e619e"
          },
          {
            "rule": "script_onclick_misuse",
            "xpath": null,
            "html": "<div id=\"readspeaker-content\" onclick=\"location.href='/onze-dienstverlening/persoonlijke-documenten'\" class=\"node node--theme node--teaser node--theme--teaser layout--onecol clearfix col col-md-6 col-lg-3\">",
            "message": "Possible use of a script to emulate a link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dab7ad41c264",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7263169f"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg class=\"icon icon--documenten\" height=\"80\" width=\"80\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5910820c4c07",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-fed1ab57"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_eventhandler_role_valid",
            "xpath": null,
            "html": "<div id=\"readspeaker-content\" onclick=\"location.href='/onze-dienstverlening/mobiliteit'\" class=\"node node--theme node--teaser node--theme--teaser layout--onecol clearfix col col-md-6 col-lg-3\">",
            "message": "The <div> element with 'onclick' does not have a valid ARIA role specified",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "55df6f8bb3d7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-890c06d6"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div id=\"readspeaker-content\" onclick=\"location.href='/onze-dienstverlening/mobiliteit'\" class=\"node node--theme node--teaser node--theme--teaser layout--onecol clearfix col col-md-6 col-lg-3\">",
            "message": "The <div> element has the id \"readspeaker-content\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4f7ba0a7db18",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0e1c2942"
          },
          {
            "rule": "script_onclick_misuse",
            "xpath": null,
            "html": "<div id=\"readspeaker-content\" onclick=\"location.href='/onze-dienstverlening/mobiliteit'\" class=\"node node--theme node--teaser node--theme--teaser layout--onecol clearfix col col-md-6 col-lg-3\">",
            "message": "Possible use of a script to emulate a link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4f443359248e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-14aa0013"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg class=\"icon icon--fiets\" height=\"80\" width=\"80\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "13f51595c72e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-cde5946c"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_eventhandler_role_valid",
            "xpath": null,
            "html": "<div id=\"readspeaker-content\" onclick=\"location.href='/onze-dienstverlening/geld-hulp-en-advies'\" class=\"node node--theme node--teaser node--theme--teaser layout--onecol clearfix col col-md-6 col-lg-3\">",
            "message": "The <div> element with 'onclick' does not have a valid ARIA role specified",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e9a77dbfe1b5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-cb2c7b68"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div id=\"readspeaker-content\" onclick=\"location.href='/onze-dienstverlening/geld-hulp-en-advies'\" class=\"node node--theme node--teaser node--theme--teaser layout--onecol clearfix col col-md-6 col-lg-3\">",
            "message": "The <div> element has the id \"readspeaker-content\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ff3bfe39e654",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-23aa9ab1"
          },
          {
            "rule": "script_onclick_misuse",
            "xpath": null,
            "html": "<div id=\"readspeaker-content\" onclick=\"location.href='/onze-dienstverlening/geld-hulp-en-advies'\" class=\"node node--theme node--teaser node--theme--teaser layout--onecol clearfix col col-md-6 col-lg-3\">",
            "message": "Possible use of a script to emulate a link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a09c05c1c752",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9bc9a55c"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg class=\"icon icon--geld\" height=\"80\" width=\"80\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c04e3ff002a4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7128d4c8"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_eventhandler_role_valid",
            "xpath": null,
            "html": "<div id=\"readspeaker-content\" onclick=\"location.href='/onze-dienstverlening/opvang'\" class=\"node node--theme node--teaser node--theme--teaser layout--onecol clearfix col col-md-6 col-lg-3\">",
            "message": "The <div> element with 'onclick' does not have a valid ARIA role specified",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "db2ec0affcf4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-431e4d67"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div id=\"readspeaker-content\" onclick=\"location.href='/onze-dienstverlening/opvang'\" class=\"node node--theme node--teaser node--theme--teaser layout--onecol clearfix col col-md-6 col-lg-3\">",
            "message": "The <div> element has the id \"readspeaker-content\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "48eee1ef43b4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-434d8e3e"
          },
          {
            "rule": "script_onclick_misuse",
            "xpath": null,
            "html": "<div id=\"readspeaker-content\" onclick=\"location.href='/onze-dienstverlening/opvang'\" class=\"node node--theme node--teaser node--theme--teaser layout--onecol clearfix col col-md-6 col-lg-3\">",
            "message": "Possible use of a script to emulate a link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d2fedfbfa45",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ea0d08e4"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg class=\"icon icon--opvang\" height=\"80\" width=\"80\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "896bba5a3749",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-65308ff2"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_eventhandler_role_valid",
            "xpath": null,
            "html": "<div id=\"readspeaker-content\" onclick=\"location.href='/onze-dienstverlening/wonen-en-verbouwen'\" class=\"node node--theme node--teaser node--theme--teaser layout--onecol clearfix col col-md-6 col-lg-3\">",
            "message": "The <div> element with 'onclick' does not have a valid ARIA role specified",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7456e3d83cd4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-71b75392"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div id=\"readspeaker-content\" onclick=\"location.href='/onze-dienstverlening/wonen-en-verbouwen'\" class=\"node node--theme node--teaser node--theme--teaser layout--onecol clearfix col col-md-6 col-lg-3\">",
            "message": "The <div> element has the id \"readspeaker-content\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b9e1d7eda494",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6eb018ae"
          },
          {
            "rule": "script_onclick_misuse",
            "xpath": null,
            "html": "<div id=\"readspeaker-content\" onclick=\"location.href='/onze-dienstverlening/wonen-en-verbouwen'\" class=\"node node--theme node--teaser node--theme--teaser layout--onecol clearfix col col-md-6 col-lg-3\">",
            "message": "Possible use of a script to emulate a link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d488531e5d33",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e809c36a"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg class=\"icon icon--wonen\" height=\"80\" width=\"80\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "94e64f8b4df0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f192cc69"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_eventhandler_role_valid",
            "xpath": null,
            "html": "<div id=\"readspeaker-content\" onclick=\"location.href='/onze-dienstverlening/gezondheid-en-zorg'\" class=\"node node--theme node--teaser node--theme--teaser layout--onecol clearfix col col-md-6 col-lg-3\">",
            "message": "The <div> element with 'onclick' does not have a valid ARIA role specified",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f46692ddd024",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-78a901f3"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div id=\"readspeaker-content\" onclick=\"location.href='/onze-dienstverlening/gezondheid-en-zorg'\" class=\"node node--theme node--teaser node--theme--teaser layout--onecol clearfix col col-md-6 col-lg-3\">",
            "message": "The <div> element has the id \"readspeaker-content\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1749d500b847",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-73a7bc2d"
          },
          {
            "rule": "script_onclick_misuse",
            "xpath": null,
            "html": "<div id=\"readspeaker-content\" onclick=\"location.href='/onze-dienstverlening/gezondheid-en-zorg'\" class=\"node node--theme node--teaser node--theme--teaser layout--onecol clearfix col col-md-6 col-lg-3\">",
            "message": "Possible use of a script to emulate a link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a9cf51a3ecb4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e2a71f7f"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg class=\"icon icon--gezondsheidszorg\" height=\"80\" width=\"80\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ba36eb31889d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-bf981fc5"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_eventhandler_role_valid",
            "xpath": null,
            "html": "<div id=\"readspeaker-content\" onclick=\"location.href='/onze-dienstverlening/natuur-en-milieu'\" class=\"node node--theme node--teaser node--theme--teaser layout--onecol clearfix col col-md-6 col-lg-3\">",
            "message": "The <div> element with 'onclick' does not have a valid ARIA role specified",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c1a34cdba0d3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4e9f812e"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div id=\"readspeaker-content\" onclick=\"location.href='/onze-dienstverlening/natuur-en-milieu'\" class=\"node node--theme node--teaser node--theme--teaser layout--onecol clearfix col col-md-6 col-lg-3\">",
            "message": "The <div> element has the id \"readspeaker-content\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b2220e1963ea",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-581fc3ee"
          },
          {
            "rule": "script_onclick_misuse",
            "xpath": null,
            "html": "<div id=\"readspeaker-content\" onclick=\"location.href='/onze-dienstverlening/natuur-en-milieu'\" class=\"node node--theme node--teaser node--theme--teaser layout--onecol clearfix col col-md-6 col-lg-3\">",
            "message": "Possible use of a script to emulate a link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bcf1a7ec66d7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e3b316c1"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg class=\"icon icon--natuur\" height=\"80\" width=\"80\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "80f70bf10940",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-03c196f7"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_eventhandler_role_valid",
            "xpath": null,
            "html": "<div id=\"readspeaker-content\" onclick=\"location.href='/onze-dienstverlening/leren-en-opvoeden'\" class=\"node node--theme node--teaser node--theme--teaser layout--onecol clearfix col col-md-6 col-lg-3\">",
            "message": "The <div> element with 'onclick' does not have a valid ARIA role specified",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2000947928d1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-905e67ce"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div id=\"readspeaker-content\" onclick=\"location.href='/onze-dienstverlening/leren-en-opvoeden'\" class=\"node node--theme node--teaser node--theme--teaser layout--onecol clearfix col col-md-6 col-lg-3\">",
            "message": "The <div> element has the id \"readspeaker-content\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a9cf96bdea48",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-18081641"
          },
          {
            "rule": "script_onclick_misuse",
            "xpath": null,
            "html": "<div id=\"readspeaker-content\" onclick=\"location.href='/onze-dienstverlening/leren-en-opvoeden'\" class=\"node node--theme node--teaser node--theme--teaser layout--onecol clearfix col col-md-6 col-lg-3\">",
            "message": "Possible use of a script to emulate a link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b2b93f67277f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ea1b98c7"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg class=\"icon icon--leren\" height=\"80\" width=\"80\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "62ce5405873a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9bdef418"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_eventhandler_role_valid",
            "xpath": null,
            "html": "<div id=\"readspeaker-content\" onclick=\"location.href='/onze-dienstverlening/cultuur-en-vrije-tijd'\" class=\"node node--theme node--teaser node--theme--teaser layout--onecol clearfix col col-md-6 col-lg-3\">",
            "message": "The <div> element with 'onclick' does not have a valid ARIA role specified",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2bceb9d0c5ce",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8ea320de"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div id=\"readspeaker-content\" onclick=\"location.href='/onze-dienstverlening/cultuur-en-vrije-tijd'\" class=\"node node--theme node--teaser node--theme--teaser layout--onecol clearfix col col-md-6 col-lg-3\">",
            "message": "The <div> element has the id \"readspeaker-content\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "12d79e1afbe2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7417e2c3"
          },
          {
            "rule": "script_onclick_misuse",
            "xpath": null,
            "html": "<div id=\"readspeaker-content\" onclick=\"location.href='/onze-dienstverlening/cultuur-en-vrije-tijd'\" class=\"node node--theme node--teaser node--theme--teaser layout--onecol clearfix col col-md-6 col-lg-3\">",
            "message": "Possible use of a script to emulate a link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cbd5e7b16ae4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0a09b21e"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg class=\"icon icon--cultuur\" height=\"80\" width=\"80\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3636d2ddc5ca",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-75311fc7"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_eventhandler_role_valid",
            "xpath": null,
            "html": "<div id=\"readspeaker-content\" onclick=\"location.href='/onze-dienstverlening/werken-en-ondernemen'\" class=\"node node--theme node--teaser node--theme--teaser layout--onecol clearfix col col-md-6 col-lg-3\">",
            "message": "The <div> element with 'onclick' does not have a valid ARIA role specified",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "32d166da9cf6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-40c108f8"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div id=\"readspeaker-content\" onclick=\"location.href='/onze-dienstverlening/werken-en-ondernemen'\" class=\"node node--theme node--teaser node--theme--teaser layout--onecol clearfix col col-md-6 col-lg-3\">",
            "message": "The <div> element has the id \"readspeaker-content\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "03d80ae90fad",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-11faf9e9"
          },
          {
            "rule": "script_onclick_misuse",
            "xpath": null,
            "html": "<div id=\"readspeaker-content\" onclick=\"location.href='/onze-dienstverlening/werken-en-ondernemen'\" class=\"node node--theme node--teaser node--theme--teaser layout--onecol clearfix col col-md-6 col-lg-3\">",
            "message": "Possible use of a script to emulate a link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea9a5a481878",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9a2df8e8"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg class=\"icon icon--werken\" height=\"80\" width=\"80\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "455dc1bd50fc",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c4311767"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_eventhandler_role_valid",
            "xpath": null,
            "html": "<div id=\"readspeaker-content\" onclick=\"location.href='/onze-dienstverlening/preventie-en-veiligheid'\" class=\"node node--theme node--teaser node--theme--teaser layout--onecol clearfix col col-md-6 col-lg-3\">",
            "message": "The <div> element with 'onclick' does not have a valid ARIA role specified",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f83770d82c26",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-17c466e2"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div id=\"readspeaker-content\" onclick=\"location.href='/onze-dienstverlening/preventie-en-veiligheid'\" class=\"node node--theme node--teaser node--theme--teaser layout--onecol clearfix col col-md-6 col-lg-3\">",
            "message": "The <div> element has the id \"readspeaker-content\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bb1fd5121997",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6b79e782"
          },
          {
            "rule": "script_onclick_misuse",
            "xpath": null,
            "html": "<div id=\"readspeaker-content\" onclick=\"location.href='/onze-dienstverlening/preventie-en-veiligheid'\" class=\"node node--theme node--teaser node--theme--teaser layout--onecol clearfix col col-md-6 col-lg-3\">",
            "message": "Possible use of a script to emulate a link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c45b2d3bb9d0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-de547f95"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg class=\"icon icon--veiligheid\" height=\"80\" width=\"80\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0750040def82",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b6e943aa"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_eventhandler_role_valid",
            "xpath": null,
            "html": "<div id=\"readspeaker-content\" onclick=\"location.href='/onze-dienstverlening/bestuur-en-participatie'\" class=\"node node--theme node--teaser node--theme--teaser layout--onecol clearfix col col-md-6 col-lg-3\">",
            "message": "The <div> element with 'onclick' does not have a valid ARIA role specified",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "25d02a6a3ea6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-bdd03467"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div id=\"readspeaker-content\" onclick=\"location.href='/onze-dienstverlening/bestuur-en-participatie'\" class=\"node node--theme node--teaser node--theme--teaser layout--onecol clearfix col col-md-6 col-lg-3\">",
            "message": "The <div> element has the id \"readspeaker-content\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf60b64a011a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e164c583"
          },
          {
            "rule": "script_onclick_misuse",
            "xpath": null,
            "html": "<div id=\"readspeaker-content\" onclick=\"location.href='/onze-dienstverlening/bestuur-en-participatie'\" class=\"node node--theme node--teaser node--theme--teaser layout--onecol clearfix col col-md-6 col-lg-3\">",
            "message": "Possible use of a script to emulate a link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2e36e56e3a0a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-563c1b88"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg class=\"icon icon--bestuur\" height=\"80\" width=\"80\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "099c0991ae29",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d9e3f00f"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 class=\"field--title\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div id=\"readspeaker-content\" class=\"node node--news node--search-result-teaser node--news--search-result-teaser layout--onecol clearfix\">",
            "message": "The <div> element has the id \"readspeaker-content\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f552d097cfc",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-14bcbe26"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a hreflang=\"nl\" class=\"field-group-link\" href=\"/actueel/geen-doorgaand-verkeer-mogelijk-hellestraat-op-7-en-8-mei-door-rioolherstellingen\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2c8cef0c5054",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-16c65b27"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field--node-post-date field field--name-node-post-date field--type-ds field--label-hidden field__item\">",
            "message": "Confirm this text '4/05/26' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6992489402cf",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1387fa74"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"field--node-post-date field field--name-node-post-date field--type-ds field--label-hidden field__item\">",
            "message": "Text contrast of 2.60 with its background is less than the WCAG AA minimum requirements for text of size 13px and weight of 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "08e75f8a2eaf",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-60166278"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div id=\"readspeaker-content\" class=\"node node--news node--search-result-teaser node--news--search-result-teaser layout--onecol clearfix\">",
            "message": "The <div> element has the id \"readspeaker-content\" that is already in use",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a hreflang=\"nl\" class=\"field-group-link\" href=\"/actueel/schrijf-je-voor-de-workshop-fietsvaardig-verkeerswaardig\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0806b12438b8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a6f63b81"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field--node-post-date field field--name-node-post-date field--type-ds field--label-hidden field__item\">",
            "message": "Confirm this text '4/05/26' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"field--node-post-date field field--name-node-post-date field--type-ds field--label-hidden field__item\">",
            "message": "Text contrast of 2.60 with its background is less than the WCAG AA minimum requirements for text of size 13px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div id=\"readspeaker-content\" class=\"node node--news node--search-result-teaser node--news--search-result-teaser layout--onecol clearfix\">",
            "message": "The <div> element has the id \"readspeaker-content\" that is already in use",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a hreflang=\"nl\" class=\"field-group-link\" href=\"/actueel/de-gemeenteraad-en-de-raad-voor-maatschappelijk-welzijn-vergaderen-op-4-mei-2026\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0bcf9dd9107d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5b85d351"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field--node-post-date field field--name-node-post-date field--type-ds field--label-hidden field__item\">",
            "message": "Confirm this text '30/04/26' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"field--node-post-date field field--name-node-post-date field--type-ds field--label-hidden field__item\">",
            "message": "Text contrast of 2.60 with its background is less than the WCAG AA minimum requirements for text of size 13px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/./actueel\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cb0a0072690a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d99fc2e7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/./actueel\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "50ce8b038f63",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b88a4d32"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/onze-dienstverlening/mobiliteit/in-en-rond-de-stad/verkeersinfo\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/onze-dienstverlening/mobiliteit/in-en-rond-de-stad/verkeersinfo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "243364ae1f70",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a9af3dcf"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div id=\"readspeaker-content\" class=\"node node--contact node--alt-teaser node--contact--alt-teaser layout--onecol clearfix\">",
            "message": "The <div> element has the id \"readspeaker-content\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0de62c45892a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-728105de"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h3>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "50d3ee4af669",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e9f90e78"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"external_url\" title=\"Call to 03 778 30 00\" href=\"tel:037783000\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "017fdeaa08c1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-dc1dcf65"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"external_url\" title=\"Call to 03 778 30 00\" href=\"tel:037783000\">",
            "message": "Text contrast of 2.60 with its background is less than the WCAG AA minimum requirements for text of size 17.5px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c1a383e49655",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-52b4bd0c"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"external_url\" href=\"mailto:info@sint-niklaas.be\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d997fc0ccef6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-cb060089"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"external_url\" href=\"mailto:info@sint-niklaas.be\">",
            "message": "Text contrast of 2.60 with its background is less than the WCAG AA minimum requirements for text of size 17.5px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "be74dc8422fa",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a81ab16f"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div id=\"readspeaker-content\" class=\"node node--contact node--alt-teaser node--contact--alt-teaser layout--onecol clearfix\">",
            "message": "The <div> element has the id \"readspeaker-content\" that is already in use",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h3>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"external_url\" title=\"Call to 03 778 66 66\" href=\"tel:037786666\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d02239d16b74",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-64a16116"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"external_url\" title=\"Call to 03 778 66 66\" href=\"tel:037786666\">",
            "message": "Text contrast of 2.60 with its background is less than the WCAG AA minimum requirements for text of size 17.5px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "244f43c1eb94",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-bb14f367"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"external_url\" href=\"mailto:welzijnshuis@sint-niklaas.be\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dbbd20f84e4d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-bd50edcd"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"external_url\" href=\"mailto:welzijnshuis@sint-niklaas.be\">",
            "message": "Text contrast of 2.60 with its background is less than the WCAG AA minimum requirements for text of size 17.5px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea3d1cc240d4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9a1e0d18"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/contact-en-openingsuren\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "52bdfcc8cd03",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-575919a6"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/contact-en-openingsuren\">",
            "message": "Text contrast of 2.60 with its background is less than the WCAG AA minimum requirements for text of size 17.5px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac80573431c2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f4963cc5"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 class=\"field--title\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div id=\"readspeaker-content\" class=\"node node--story node--teaser node--story--teaser layout--onecol clearfix col col-md-6 col-lg-4\">",
            "message": "The <div> element has the id \"readspeaker-content\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "783eb64049c0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8d61e891"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a hreflang=\"en\" class=\"field-group-link\" href=\"/als-ik-lees-ben-ik-gelukkig\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d9adee430479",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9dddb3dd"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div id=\"readspeaker-content\" class=\"node node--story node--teaser node--story--teaser layout--onecol clearfix col col-md-6 col-lg-4\">",
            "message": "The <div> element has the id \"readspeaker-content\" that is already in use",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a hreflang=\"en\" class=\"field-group-link\" href=\"/met-gewild-wild-creeren-we-opnieuw-natuur-de-stad\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "402113cab80c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-48fe111f"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div id=\"readspeaker-content\" class=\"node node--story node--teaser node--story--teaser layout--onecol clearfix col col-md-6 col-lg-4\">",
            "message": "The <div> element has the id \"readspeaker-content\" that is already in use",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a hreflang=\"en\" class=\"field-group-link\" href=\"/mijn-werk-mijn-stad-terugzien-geweldig\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf1377a3baea",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-dda77d55"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/verhalen\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1355081ea458",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b96063db"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/verhalen\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "74036d708bc6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-85fdb037"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/verhalen\">",
            "message": "Text contrast of 2.26 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": "60930b6c0e28",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b6a9cf11"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 class=\"field--title\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div id=\"readspeaker-content\" class=\"node node--project node--teaser node--project--teaser\">",
            "message": "The <div> element has the id \"readspeaker-content\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9f19157e5452",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e6c4bb05"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a hreflang=\"nl\" class=\"field-group-link\" href=\"/onze-dienstverlening/bestuur-en-participatie/projecten/digitale-kiosken-van-bezit-naar-gedeeld-gebruik\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "71d0e2cec381",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-647378c0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p class=\"date-start\">",
            "message": "Text contrast of 2.77 with its background is less than the WCAG AA minimum requirements for text of size 17.5px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2fcaee5c77b5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5f542b40"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "Text contrast of 2.77 with its background is less than the WCAG AA minimum requirements for text of size 17.5px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5b10ad4f7c52",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7acebded"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p class=\"date-to\">",
            "message": "Text contrast of 2.77 with its background is less than the WCAG AA minimum requirements for text of size 17.5px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2360fb97e6bd",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-468f2364"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div id=\"readspeaker-content\" class=\"node node--project node--teaser node--project--teaser\">",
            "message": "The <div> element has the id \"readspeaker-content\" that is already in use",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a hreflang=\"nl\" class=\"field-group-link\" href=\"/onze-dienstverlening/bestuur-en-participatie/projecten/kasteel-walburg-en-cipierage-zoeken-creatieve-ondernemers\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a010325457f8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-28cf5bd8"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p class=\"date-start\">",
            "message": "Text contrast of 2.77 with its background is less than the WCAG AA minimum requirements for text of size 17.5px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "Text contrast of 2.77 with its background is less than the WCAG AA minimum requirements for text of size 17.5px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p class=\"date-to\">",
            "message": "Text contrast of 2.77 with its background is less than the WCAG AA minimum requirements for text of size 17.5px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div id=\"readspeaker-content\" class=\"node node--project node--teaser node--project--teaser\">",
            "message": "The <div> element has the id \"readspeaker-content\" that is already in use",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a hreflang=\"nl\" class=\"field-group-link\" href=\"/onze-dienstverlening/bestuur-en-participatie/projecten/duurzame-herwaardering-stationsplein-sint-niklaas\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cce022504fc3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6f04486c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p class=\"date-start\">",
            "message": "Text contrast of 2.77 with its background is less than the WCAG AA minimum requirements for text of size 17.5px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "Text contrast of 2.77 with its background is less than the WCAG AA minimum requirements for text of size 17.5px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p class=\"date-to\">",
            "message": "Text contrast of 2.77 with its background is less than the WCAG AA minimum requirements for text of size 17.5px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/onze-dienstverlening/bestuur-en-participatie/projecten\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a01d2bb169e9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-857c3ce4"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/onze-dienstverlening/bestuur-en-participatie/projecten\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4f3d5ccbe33a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c358f431"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/onze-dienstverlening/bestuur-en-participatie/projecten\">",
            "message": "Text contrast of 2.60 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": "8c991af09265",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3dbc95ed"
          },
          {
            "rule": "aria_contentinfo_misuse",
            "xpath": null,
            "html": "<footer class=\"region region--footer clearfix\">",
            "message": "Element with \"contentinfo\" role is present without an element with \"main\" role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4329957f1153",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-50a06a27"
          },
          {
            "rule": "aria_contentinfo_single",
            "xpath": null,
            "html": "<footer class=\"region region--footer clearfix\">",
            "message": "Multiple elements with \"contentinfo\" role found on the page",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ad8139ac1b02",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-37568248"
          },
          {
            "rule": "aria_contentinfo_label_unique",
            "xpath": null,
            "html": "<footer class=\"region region--footer clearfix\">",
            "message": "Multiple elements with \"contentinfo\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "939bd99f1f12",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-37c63d6b"
          },
          {
            "rule": "aria_landmark_name_unique",
            "xpath": null,
            "html": "<footer class=\"region region--footer clearfix\">",
            "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": "e19f6de903a2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8be5b0d1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/725\" href=\"/privacyverklaring\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1bff57894dc0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d4d35f92"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/985\" href=\"/cookieverklaring\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3bacc63c22b7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-53522633"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/19\" href=\"/onze-dienstverlening\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "301e435c5fce",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-07e35712"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"external_url\" href=\"https://afspraken.sint-niklaas.be\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a69e033d803c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b14a2ff5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/516\" href=\"/melding-klantendienst\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "540163af443b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-628d67e5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/64\" href=\"/producten\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "170ef4248d2d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-78fdf63e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/71\" href=\"/onze-dienstverlening/cultuur-en-vrije-tijd/voor-verenigingen/sportverenigingen/premies-subsidies\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3cfc4594e059",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6e6b8fe7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/6537\" href=\"/toegankelijkheidsverklaring\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5d968011e187",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-fcfbbce7"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field--body clearfix text-formatted field field--name-body field--type-text-with-summary field--label-hidden field__item\">",
            "message": "Confirm this text 'Stadhuis Sint-Niklaas' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "08199e5b7706",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-32ce5365"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Stadhuis Sint-Niklaas Stadhuis Sint-Niklaas' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "90701e703dcc",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f2bf52aa"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"mailto:info@sint-niklaas.be\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "08cab9e85e9f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b35285e2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"tel:003237783000\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0e2f6b0d847d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-23cb06cf"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Welzijnshuis Welzijnshuis' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"mailto:welzijnshuis@sint-niklaas.be\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9628cfc4eee1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b3b7888f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"tel:003237786666\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "debbcc57233b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-af9cc615"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/contact\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3c71254904f7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-39b4b7cb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/66\" href=\"/onze-dienstverlening/werken-en-ondernemen/vacatures\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1178e4ceac08",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f346aee9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/449\" href=\"/actueel\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e6fab77bf5b6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-573bb0de"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/723\" href=\"/actueel/nieuwsbrieven\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d3c171450aa3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e6f449d2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/724\" href=\"/actueel/magazines\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a7f238aa0dd8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-483393f5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/70\" href=\"/actueel/persberichten\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6a7a4568e2f4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-898e5f38"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/1572\" href=\"/actueel/webcam\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "059ba87ebd24",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-12ccbfbc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"(opens in a new window)\" rel=\"noopener\" target=\"_blank\" data-extlink=\"\" class=\"ext\" href=\"https://www.miwa.be/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "803df8ceaccb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5fd556ca"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"(opens in a new window)\" rel=\"noopener\" target=\"_blank\" data-extlink=\"\" class=\"ext\" href=\"https://sint-niklaas.kwandoo.com/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c5429692fa09",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-cad8c84a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"(opens in a new window)\" rel=\"noopener\" target=\"_blank\" data-extlink=\"\" class=\"ext\" href=\"http://politiesint-niklaas.be/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8ec9f30a1e2a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7610ebbc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/node/13550\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "758c8787d576",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-876e420b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"(opens in a new window)\" rel=\"noopener\" target=\"_blank\" data-extlink=\"\" class=\"ext\" href=\"https://www.sportoase.be/nl/de-watermolen\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6a578defbb46",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d27a9c77"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.sint-niklaas.be/node/12004\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6c28fe2cbd6c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7201674f"
          },
          {
            "rule": "aria_contentinfo_misuse",
            "xpath": null,
            "html": "<footer class=\"region region--footer-bottom\">",
            "message": "Element with \"contentinfo\" role is present without an element with \"main\" role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "137c2f719b83",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-cf7aae87"
          },
          {
            "rule": "aria_contentinfo_single",
            "xpath": null,
            "html": "<footer class=\"region region--footer-bottom\">",
            "message": "Multiple elements with \"contentinfo\" role found on the page",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c0e1f74f7807",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-422f57be"
          },
          {
            "rule": "aria_contentinfo_label_unique",
            "xpath": null,
            "html": "<footer class=\"region region--footer-bottom\">",
            "message": "Multiple elements with \"contentinfo\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ed474a3a316e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0b68acfe"
          },
          {
            "rule": "aria_landmark_name_unique",
            "xpath": null,
            "html": "<footer class=\"region region--footer-bottom\">",
            "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": "2ad24fb03ab9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b3c59162"
          }
        ],
        "outcomeCount": 3627,
        "uniqueFailedCount": 181,
        "duplicateFailedCount": 40,
        "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": 40
    },
    {
      "submittedUrl": "https://www.stekene.be/",
      "finalUrl": "https://www.stekene.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Startpagina - Gemeente Stekene",
      "elapsedMs": 13837,
      "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": 384,
          "failed": 19,
          "cantTell": 34,
          "inapplicable": 46
        },
        "failedRules": [
          "color-contrast",
          "heading-order",
          "label",
          "landmark-one-main",
          "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",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "label-title-only",
          "landmark-contentinfo-is-top-level",
          "landmark-no-duplicate-contentinfo",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "presentation-role-conflict",
          "region",
          "table-duplicate-name",
          "td-headers-attr",
          "th-has-data-cells"
        ],
        "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 4.16 (foreground color: #ffffff, background color: #0086b0, 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": "45f6c4dfc2a7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-64150d30"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "h5",
            "html": "<h5>Volg ons op <a href=\"https://www.facebook.com/gemeenteStekene/\">Facebook</a>, <a href=\"https://www.instagram.com/gemeentestekene/\">Instagram</a> en <a href=\"https://www.linkedin.com/company/gemeente-stekene/mycompany/\">LinkedIn</a></h5>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.66 (foreground color: #009534, background color: #f7f7f7, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#contentzone"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e7c0ab8882fc",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b3f47356"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "h4:nth-child(4)",
            "html": "<h4>Alle administratieve diensten</h4>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.44 (foreground color: #009a3e, background color: #f7f7f7, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#contentzone"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "afe64e28d2f9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-08c041b1"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "h4:nth-child(7)",
            "html": "<h4>Burgerzaken</h4>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.44 (foreground color: #009a3e, background color: #f7f7f7, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#contentzone"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b09d2f66c0e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7e43483d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".legal",
            "html": "<div class=\"legal\">",
            "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: #ffffff, background color: #0086b0, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3d203b8abc14",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ff7bcd75"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".proclaimerlink",
            "html": "<a href=\"/privacyverklaring\" class=\"proclaimerlink\">Privacyverklaring</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.16 (foreground color: #ffffff, background color: #0086b0, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7bf57bc3673c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-adc7c89e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href=\"/product.aspx?id=3243\"]",
            "html": "<a href=\"/product.aspx?id=3243\">Verkoopsvoorwaarden</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.16 (foreground color: #ffffff, background color: #0086b0, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "472279af8521",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c3f11e60"
          },
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "h5",
            "html": "<h5>Volg ons op <a href=\"https://www.facebook.com/gemeenteStekene/\">Facebook</a>, <a href=\"https://www.instagram.com/gemeentestekene/\">Instagram</a> en <a href=\"https://www.linkedin.com/company/gemeente-stekene/mycompany/\">LinkedIn</a></h5>",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "588fdd3483d9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d1199dad"
          },
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "h4:nth-child(4)",
            "html": "<h4>Alle administratieve diensten</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": "7d9409c7001f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3aa9cff7"
          },
          {
            "rule": "label",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#txtkeyword",
            "html": "<input class=\"txt\" id=\"txtkeyword\" onblur=\"clear_textbox(this,'hfZoek')\" value=\"Waarmee kunnen we je helpen?\" onfocus=\"clear_textbox(this,'hfZoek')\" onkeypress=\"javascript:if (event.keyCode == 13){event.cancelBubble = true;event.returnValue = false;$('#btnSearch').click();}\" type=\"text\">",
            "message": "Form elements must have labels",
            "fixSummary": "Fix any of the following:\n  Element does not have an implicit (wrapped) <label>\n  Element does not have an explicit <label>\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element has no placeholder attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4758060ac3b1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6f2827c6"
          },
          {
            "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": "17f79956c040",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-85b00be0"
          },
          {
            "rule": "landmark-unique",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-unique?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".TopMenu",
            "html": "<nav class=\"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",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf4d6c0c6d94",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-52076aca"
          },
          {
            "rule": "page-has-heading-one",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/page-has-heading-one?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "html",
            "html": "<html class=\"no-js\" 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": "b282f86b984f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "81ca791c6f2f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c1791208"
          },
          {
            "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=\"#contentwrapjump\" 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": "8523cd1cfda8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0277abe8"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#txtkeyword",
            "html": "<input class=\"txt\" id=\"txtkeyword\" onblur=\"clear_textbox(this,'hfZoek')\" value=\"Waarmee kunnen we je helpen?\" onfocus=\"clear_textbox(this,'hfZoek')\" onkeypress=\"javascript:if (event.keyCode == 13){event.cancelBubble = true;event.returnValue = false;$('#btnSearch').click();}\" type=\"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": "b0c77474740a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-70261533"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#ctl00_cphMain_rptCTA",
            "html": "<div id=\"ctl00_cphMain_rptCTA\" class=\"spotlight\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "71765181d66d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-796dcdbe"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".content",
            "html": "<div class=\"content\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3fa6b600cef6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-83e663b8"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".sub",
            "html": "<div class=\"sub\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "955bae6701a2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-12d2c1ba"
          }
        ],
        "outcomeCount": 483,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 19
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1158,
          "failed": 57,
          "cantTell": 59,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_contentinfo_misuse",
          "aria_landmark_name_unique",
          "aria_navigation_label_unique",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "input_label_exists",
          "input_label_visible",
          "script_onclick_misuse",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "table_headers_exists",
          "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": "5fd01994fc72",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3047b1ae"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link rel=\"stylesheet\" href=\"https://static.icordis.be/CDN/css/e-1.2.css\" type=\"text/css\" media=\"screen,projection\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f46018bbb9d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f0a33556"
          },
          {
            "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": "fc67a0608409",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ef582f7b"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"skip-to-content\" href=\"#contentwrapjump\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e81fac58f501",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3d74ada5"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"skip-to-content\" href=\"#contentwrapjump\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c7b47d1b666",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-cc7c7244"
          },
          {
            "rule": "aria_landmark_name_unique",
            "xpath": null,
            "html": "<nav 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": "f7833c317084",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a764313f"
          },
          {
            "rule": "aria_navigation_label_unique",
            "xpath": null,
            "html": "<nav class=\"TopMenu\">",
            "message": "Multiple elements with \"navigation\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "98cc5895c488",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1cfef6ae"
          },
          {
            "rule": "aria_landmark_name_unique",
            "xpath": null,
            "html": "<nav 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": "800147473eb4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-95343334"
          },
          {
            "rule": "aria_navigation_label_unique",
            "xpath": null,
            "html": "<nav id=\"mainmenu\">",
            "message": "Multiple elements with \"navigation\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a604ee8d48ec",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f28bf92b"
          },
          {
            "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 800",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb4738128c76",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<input type=\"text\" onkeypress=\"javascript:if (event.keyCode == 13){event.cancelBubble = true;event.returnValue = false;$('#btnSearch').click();}\" onfocus=\"clear_textbox(this,'hfZoek')\" value=\"Waarmee kunnen we je helpen?\" onblur=\"clear_textbox(this,'hfZoek')\" id=\"txtkeyword\" class=\"txt\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "25bf95e57f19",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e01612cf"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input type=\"text\" onkeypress=\"javascript:if (event.keyCode == 13){event.cancelBubble = true;event.returnValue = false;$('#btnSearch').click();}\" onfocus=\"clear_textbox(this,'hfZoek')\" value=\"Waarmee kunnen we je helpen?\" onblur=\"clear_textbox(this,'hfZoek')\" id=\"txtkeyword\" class=\"txt\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f00b5a8c4f2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d86af1b4"
          },
          {
            "rule": "input_label_exists",
            "xpath": null,
            "html": "<input type=\"text\" onkeypress=\"javascript:if (event.keyCode == 13){event.cancelBubble = true;event.returnValue = false;$('#btnSearch').click();}\" onfocus=\"clear_textbox(this,'hfZoek')\" value=\"Waarmee kunnen we je helpen?\" onblur=\"clear_textbox(this,'hfZoek')\" id=\"txtkeyword\" class=\"txt\">",
            "message": "Form control element <input> has no associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3c96282df5cf",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9b5c60fe"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input type=\"button\" onclick=\"javascript:window.location = '/zoek.aspx?keyword=' +encodeURIComponent($('#txtkeyword').val());\" id=\"btnSearch\" class=\"btn\" value=\"OK\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "39d2d6c2da78",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6b241f9e"
          },
          {
            "rule": "script_onclick_misuse",
            "xpath": null,
            "html": "<input type=\"button\" onclick=\"javascript:window.location = '/zoek.aspx?keyword=' +encodeURIComponent($('#txtkeyword').val());\" id=\"btnSearch\" class=\"btn\" value=\"OK\">",
            "message": "Possible use of a script to emulate a link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "13f5b171ee42",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-265a06f3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input type=\"button\" onclick=\"javascript:window.location = '/zoek.aspx?keyword=' +encodeURIComponent($('#txtkeyword').val());\" id=\"btnSearch\" class=\"btn\" value=\"OK\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2693457eb38f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-bb9b77c9"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input type=\"button\" onclick=\"javascript:window.location = '/zoek.aspx?keyword=' +encodeURIComponent($('#txtkeyword').val());\" id=\"btnSearch\" class=\"btn\" value=\"OK\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6dc99e017a26",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b0cd06bc"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\"list spotlight\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "11a061b4180a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1e55ac25"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"spotlighttxt\">",
            "message": "Verify the contrast 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 800",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b48f527486ae",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4174dbc9"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"spotlighttxt\">",
            "message": "Verify the contrast 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 800",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"spotlighttxt\">",
            "message": "Verify the contrast 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 800",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"spotlighttxt\">",
            "message": "Verify the contrast 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 800",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"spotlighttxt\">",
            "message": "Verify the contrast 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 800",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"spotlighttxt\">",
            "message": "Verify the contrast 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 800",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"spotlighttxt\">",
            "message": "Verify the contrast 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 800",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"spotlighttxt\">",
            "message": "Verify the contrast 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 800",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"spotlighttxt\">",
            "message": "Verify the contrast 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 800",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"spotlighttxt\">",
            "message": "Verify the contrast 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 800",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"spotlighttxt\">",
            "message": "Verify the contrast 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 800",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"spotlighttxt\">",
            "message": "Verify the contrast 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 800",
            "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": "1fe89512a82b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5990b38e"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f4cc41ae2d18",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a86234de"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h5>",
            "message": "Verify the contrast 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": "bcf0eeeb4bf9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e46d84af"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.facebook.com/gemeenteStekene/\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "046ffa3cc531",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-25d2748b"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/openingsuren-diensten\" title=\"Gemeentehuis\" class=\"more\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fe30506b0560",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8119a57c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h4>",
            "message": "Verify the contrast 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": "129d063f520c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9ec95358"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<table cellpadding=\"2\" border=\"0\">",
            "message": "The HTML attribute(s) \"cellpadding\" is deprecated for the <table> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "19202e8737c1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d309ead0"
          },
          {
            "rule": "table_headers_exists",
            "xpath": null,
            "html": "<table cellpadding=\"2\" border=\"0\">",
            "message": "Table has no headers identified",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d1f9d2130f9b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0cb3d6e6"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h4>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 15px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.stekene.be/product/1790/openingsuren-toerisme\" class=\"more\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a5ed362ebb19",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-16635139"
          },
          {
            "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 target=\"_blank\" rel=\"nofollow noreferrer\" href=\"https://www.stekene.be/product/3307/huisartsentekort-in-stekene\" class=\"title external\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a74ad40df001",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9d18c4cc"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a target=\"_blank\" rel=\"nofollow noreferrer\" href=\"https://www.sint-gillis-waas.be/heraanleg-zandstraat\" class=\"title external\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8e3c2c255d4c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-560937da"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a target=\"_blank\" rel=\"nofollow noreferrer\" href=\"https://eloket.be/Formulier.aspx?FormId=94930&tnr_site=197\" class=\"title external\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e7d8907982c2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f29ead41"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a target=\"_blank\" rel=\"nofollow noreferrer\" href=\"https://www.stekene.be/thema/6743/audio-opnames-raden\" class=\"title external\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4a2e0b241df3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-63645660"
          },
          {
            "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": "<h3>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7dfe4f21f885",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e9f90e78"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/nieuwsdetail/3507/toekan-het-zoekplatform-voor-alle-buitenschoolse-opvang\" class=\"more\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 12px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ce8dc76ca450",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d7cbd324"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h3>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/nieuwsdetail/3505/kruispunt-bormte---dorpsstraat-afgesloten-van-6-tot-8-mei\" class=\"more\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 12px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a1313eaf3a52",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-dafd1097"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/nieuwsoverzicht.aspx\" class=\"more nws\" id=\"ctl00_cphMain_hpAllNews\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "91ad86b27b77",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e4131384"
          },
          {
            "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 12px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_contentinfo_misuse",
            "xpath": null,
            "html": "<footer class=\"footerhome\" id=\"footer\">",
            "message": "Element with \"contentinfo\" role is present without an element with \"main\" role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e8043207b26e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-063e112f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"legal\">",
            "message": "Verify the contrast 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": "e7d5c0f59180",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5d7a5ff5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"proclaimerlink\" href=\"/privacyverklaring\">",
            "message": "Verify the contrast 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": "a1de485643b4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-94e6a3b4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/product.aspx?id=3243\">",
            "message": "Verify the contrast 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": "3e23e42777d3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8fb9c704"
          }
        ],
        "outcomeCount": 1263,
        "uniqueFailedCount": 40,
        "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.temse.be/",
      "finalUrl": "https://www.temse.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Startpagina - Temse",
      "elapsedMs": 16471,
      "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": 945,
          "failed": 5,
          "cantTell": 8,
          "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": "ebc64fdc0d0f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "1f753dfe388c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "13a5c8ea072a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-caf65a31"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".link-cookie-settings",
            "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": "640e2b01533f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f80f9123"
          },
          {
            "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": "370e3743fe8a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7ffbdd26"
          }
        ],
        "outcomeCount": 1000,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 5
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3375,
          "failed": 22,
          "cantTell": 16,
          "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",
          "target_spacing_sufficient",
          "text_block_heading"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link media=\"screen\" href=\"https://fonts.icordis.be/fonts/cctemse/brandontext-bold-light-medium-regular.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": "fdd901494220",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a654c65d"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link data-css=\"contrastskin\" data-sw=\"/css/dist/skin-temse-contrast.css\" href=\"/css/dist/skin-temse.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": "2dfd9aa605a5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a7d9e821"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<link color=\"#000000\" href=\"/images/skin-website/skin/safari-pinned-tab.svg\" rel=\"mask-icon\">",
            "message": "The HTML attribute(s) \"color\" is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "300dde099465",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a84255d9"
          },
          {
            "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": "be7da395ae8d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ced717ec"
          },
          {
            "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": "0f8c1851408f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "9cf624a01417",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "05dc6e703499",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "9a39014f930e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e5f1fb2e"
          },
          {
            "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": "2d9700fe3c38",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9eb048d0"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"header__media-txtcontent\">",
            "message": "Confirm this text 'April = Maand van de Markt #thuisintemse' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0b716bfdb8bf",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-04bcc557"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"header__media-title\">",
            "message": "Confirm this text 'April = Maand van de Markt #thuisintemse' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1bfac570838e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e43b43d2"
          },
          {
            "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": "004392748c08",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2daf85da"
          },
          {
            "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=\"txtkeyword\" 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": "32bf5d7ae8cb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8dbdd370"
          },
          {
            "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": "d2e1b82271f6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c46c4c7c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"btn-default 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": "d395bbdb28b3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-608ff598"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"btn-default 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": "4025c4f32f2d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5ad90bdc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/ac-de-zaat\" class=\"btn-link\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "11afe2885429",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-18be7329"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/sociaal-huis\" class=\"btn-link\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a7dd0f9d1d6c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ac7389a5"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.lcp.be/\" target=\"_blank\" rel=\"noopener\" data-tooltip=\"web design, development en cms door LCP\" class=\"footer__link--lcp\">",
            "message": "Undersized target \"a\" does not have sufficient spacing of 12 CSS pixels from another target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9ea9c4acf5b7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5ac71016"
          },
          {
            "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": "69bccf576a6a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0a8ac034"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"btn-totop\" data-tooltip=\"Naar top\" data-scrollto=\"totop\" href=\"#skip-content\" rel=\"nofollow\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6f8e4834c5b8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e8334d61"
          },
          {
            "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": "9095a36b6835",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-431daa94"
          }
        ],
        "outcomeCount": 3414,
        "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.waasmunster.be/",
      "finalUrl": "https://www.waasmunster.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Startpagina - Gemeente Waasmunster",
      "elapsedMs": 10354,
      "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": 541,
          "failed": 8,
          "cantTell": 15,
          "inapplicable": 43
        },
        "failedRules": [
          "color-contrast",
          "image-redundant-alt",
          "label-title-only"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "autocomplete-valid",
          "avoid-inline-spacing",
          "bypass",
          "color-contrast",
          "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",
          "region"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".btn-header > 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 4.02 (foreground color: #ffffff, background color: #e8412c, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".btn-header"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf5674c6968c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-dddfc186"
          },
          {
            "rule": "image-redundant-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-redundant-alt?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": ".first > .news-container > .spotlight-photo > .photo > .thumb-photo",
            "html": "<img alt=\"Recyclagepark gesloten van 19 t.e.m. 23 mei\" class=\"thumb-photo\" src=\"/imagecache/AB5BEA00BA205C1EA30D393EC733996B/29116.jpg?w=544&amp;h=544&amp;mode=crop\">",
            "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": "e46a29ec633c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d8f101d6"
          },
          {
            "rule": "image-redundant-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-redundant-alt?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": ".news-item.img:nth-child(2) > a > .news-container > .spotlight-photo > .photo > .thumb-photo",
            "html": "<img alt=\"Dienst burgerzaken gesloten op dinsdag 12 mei\" class=\"thumb-photo\" src=\"/imagecache/10ED8B73DCACB44971869F48007B25C6/11482.jpg?w=544&amp;h=544&amp;mode=crop\">",
            "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": "cf469e04dd1c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d0c25c2e"
          },
          {
            "rule": "image-redundant-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-redundant-alt?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "a[href$=\"vivademeermin\"] > .news-container > .spotlight-photo > .photo > .thumb-photo",
            "html": "<img alt=\"Viva La Vida, Viva De Meermin 9 mei\" class=\"thumb-photo\" src=\"/imagecache/2A552E25AB7704E9ACBA488C81F0C3D8/29129.png?w=544&amp;h=544&amp;mode=crop\">",
            "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": "7d8ac45460de",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4bafd134"
          },
          {
            "rule": "image-redundant-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-redundant-alt?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": ".last > .news-container > .spotlight-photo > .photo > .thumb-photo",
            "html": "<img alt=\"Werken Durmebrug 04/05 t.e.m. 18/05\" class=\"thumb-photo\" src=\"/imagecache/653F6FCCAF6C231B06741CBF6CFBD1DD/16548.jpg?w=544&amp;h=544&amp;mode=crop\">",
            "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": "f964cee4ea46",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-45d569cd"
          },
          {
            "rule": "image-redundant-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-redundant-alt?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "img[alt=\"Welkom bij onze diensten\"]",
            "html": "<img alt=\"Welkom bij onze diensten\" class=\"thumb-photo\" src=\"/imagecache/223049B287FFDD075A94ED92F794376B/10912.jpg?w=560&amp;h=386&amp;mode=crop\">",
            "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": "d399f1448b91",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-040ad4b4"
          },
          {
            "rule": "image-redundant-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-redundant-alt?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "img[alt=\"Waasmunster in beeld\"]",
            "html": "<img alt=\"Waasmunster in beeld\" class=\"thumb-photo\" src=\"/imagecache/6E56DFC24FE47DF8643BFC7755D38045/787.jpg?w=560&amp;h=386&amp;mode=crop\">",
            "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": "26747f284d48",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1f322512"
          },
          {
            "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": "b38e885b7eea",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f5ce98a2"
          }
        ],
        "outcomeCount": 607,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 8
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1668,
          "failed": 18,
          "cantTell": 6,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_child_valid",
          "aria_content_in_landmark",
          "aria_role_redundant",
          "element_attribute_deprecated",
          "img_alt_redundant",
          "input_label_visible",
          "style_color_misuse",
          "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": "9626e7ac226f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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=19022026155347\" id=\"skin-stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "50c49990d2e3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-717556c9"
          },
          {
            "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=19022026155347\" 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": "065e4a787574",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-01579378"
          },
          {
            "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": "b7accf889d55",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-92cb91cd"
          },
          {
            "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": "c61056ec268d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "825cb58e3aff",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-cf5909e5"
          },
          {
            "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": "3099eb31b650",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "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": "b6c8792f47d4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-72908566"
          },
          {
            "rule": "img_alt_redundant",
            "xpath": null,
            "html": "<img src=\"/imagecache/AB5BEA00BA205C1EA30D393EC733996B/29116.jpg?w=544&h=544&mode=crop\" class=\"thumb-photo\" alt=\"Recyclagepark gesloten van 19 t.e.m. 23 mei\">",
            "message": "Link text is repeated in an image 'alt' value within the same link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bb4b2b65a1a2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-df9079f0"
          },
          {
            "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 16px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "img_alt_redundant",
            "xpath": null,
            "html": "<img src=\"/imagecache/10ED8B73DCACB44971869F48007B25C6/11482.jpg?w=544&h=544&mode=crop\" class=\"thumb-photo\" alt=\"Dienst burgerzaken gesloten op dinsdag 12 mei\">",
            "message": "Link text is repeated in an image 'alt' value within the same link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4ac0789a88d3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e684ec13"
          },
          {
            "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 16px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "img_alt_redundant",
            "xpath": null,
            "html": "<img src=\"/imagecache/2A552E25AB7704E9ACBA488C81F0C3D8/29129.png?w=544&h=544&mode=crop\" class=\"thumb-photo\" alt=\"Viva La Vida, Viva De Meermin 9 mei\">",
            "message": "Link text is repeated in an image 'alt' value within the same link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "629283bad664",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d81ccf9b"
          },
          {
            "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 16px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "img_alt_redundant",
            "xpath": null,
            "html": "<img src=\"/imagecache/653F6FCCAF6C231B06741CBF6CFBD1DD/16548.jpg?w=544&h=544&mode=crop\" class=\"thumb-photo\" alt=\"Werken Durmebrug 04/05 t.e.m. 18/05\">",
            "message": "Link text is repeated in an image 'alt' value within the same link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0c9d5915fd30",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5ed288c5"
          },
          {
            "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 16px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "img_alt_redundant",
            "xpath": null,
            "html": "<img src=\"/imagecache/223049B287FFDD075A94ED92F794376B/10912.jpg?w=560&h=386&mode=crop\" class=\"thumb-photo\" alt=\"Welkom bij onze diensten\">",
            "message": "Link text is repeated in an image 'alt' value within the same link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b9e9f405e47b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a838554e"
          },
          {
            "rule": "img_alt_redundant",
            "xpath": null,
            "html": "<img src=\"/imagecache/6E56DFC24FE47DF8643BFC7755D38045/787.jpg?w=560&h=386&mode=crop\" class=\"thumb-photo\" alt=\"Waasmunster in beeld\">",
            "message": "Link text is repeated in an image 'alt' value within the same link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "12ef769a2d8e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-979792cc"
          }
        ],
        "outcomeCount": 1694,
        "uniqueFailedCount": 14,
        "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.wetteren.be/",
      "finalUrl": "https://www.wetteren.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Startpagina - Gemeente Wetteren",
      "elapsedMs": 15969,
      "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": 688,
          "failed": 8,
          "cantTell": 5,
          "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-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": ".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.87 (foreground color: #ffffff, background color: #00aaa5, 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": "dd1b109a2a76",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-64150d30"
          },
          {
            "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 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.32 (foreground color: #00aaa5, background color: #c7efec, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".cookie-compliance__wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f9ab1cfa7e2a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a0070498"
          },
          {
            "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 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.6 (foreground color: #ffffff, background color: #ff7576, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".btn-cta"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6e30bde56070",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-aaf33539"
          },
          {
            "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": "3a41895ee1f2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "f14c01b01f68",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "2114db139348",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "59aecd195bcc",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b6704e35"
          },
          {
            "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": "f2ce1d4cb52c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7ffbdd26"
          }
        ],
        "outcomeCount": 745,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 8
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2669,
          "failed": 42,
          "cantTell": 31,
          "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",
          "text_quoted_correctly",
          "text_sensory_misuse"
        ],
        "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": "dd98100ef6f1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "7065f6196d44",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "c1094af95d2e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ced717ec"
          },
          {
            "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 18px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cacdaf4d8430",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "1f3aa714a124",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-bec41670"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"cookie-compliance-text cookie-compliance__text\">",
            "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 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "44448efb20f7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5ac6bdaa"
          },
          {
            "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 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "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": "a5c91abadb29",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8c71e563"
          },
          {
            "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 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "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": "18850cdcc236",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a0a3c19e"
          },
          {
            "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 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "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": "7383ddbd9b43",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c78f1f5a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"btn-cookie-compliance btn-link link-cookie-settings\" href=\"/cookies?url=%2f\" rel=\"nofollow\">",
            "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 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "992e02c7236c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-649be0b9"
          },
          {
            "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": "9e544fac6282",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-558e4bc8"
          },
          {
            "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": "94ee8d45bc70",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "4a02f32bb2e9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "22cebc812c80",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-27614b55"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://wetteren.mijnafspraakmaken.be/Client/\" rel=\"noopener noreferrer\" target=\"_blank\" class=\"btn-cta alertbanner__btn external\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "48703847d78a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ba12cf42"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.61 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": "style_focus_visible",
            "xpath": null,
            "html": "<button data-alertbanner=\"close\" type=\"button\" data-snooze=\"0\" 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": "f4492b0e4632",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-59a72030"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/nieuws/herdenkingen-mei\" 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": "e9271de830af",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2ef6bcbe"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Herdenkingen: V-dag en Slag om Kwatrecht' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "85711c3b51b0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b48dfa4b"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/nieuws/groepsaankoop-100-belgische-groene-stroom-en-gas\" 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": "d38479e6ea31",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0cbb247e"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Groepsaankoop groene stroom en gas' 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/wetterse-creatie-op-floralien-in-gent\" 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": "177861a5c537",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-18529d00"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Wetterse creatie op Floraliën in Gent' 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/gezocht-marktkramers-voor-donderdag-en-zondag\" 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": "cd619e5bc53f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-95bcd741"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Gezocht: marktkramers voor donderdag en zondag' 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": "<div class=\"partial__short\">",
            "message": "Confirm the user instruction is still understandable without the word(s) 'extra'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9f4ef1c052ac",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-74eda3b6"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/nieuws/samen-voorbereid\" 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": "20c2debd4f58",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b567df6c"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Samen voorbereid' 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/groene-ontmoetingsplek-op-de-markt\" 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": "a9010e7154dd",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d5e041b2"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Groene ontmoetingsplek op de Markt' 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/raamplaatje-proper-wetteren\" 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": "a7985f97c8a8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-63c0c034"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Raamplaatje Proper Wetteren' 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=\"partial__short\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: 'Ik zorg mee voor Proper Wetteren!'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "691205dd94c7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-fda07965"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/nieuws/duik-je-mee-in-w-magazine\" 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": "9f972879f2b0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3c249bf9"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"partial__title\">",
            "message": "Confirm this text 'Duik je mee in W-Magazine ?' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/activiteiten\" class=\"btn-contentblocks 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": "4e61415315ad",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-98c3cfca"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/nieuws\" class=\"footer-navigation__link\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8648ccc85408",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-11df5ae2"
          },
          {
            "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": "b5f0af58ee44",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "f0b4db705dbb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-431daa94"
          }
        ],
        "outcomeCount": 2722,
        "uniqueFailedCount": 31,
        "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.wichelen.be/",
      "finalUrl": "https://www.wichelen.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Startpagina - Wichelen",
      "elapsedMs": 10341,
      "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": 409,
          "failed": 15,
          "cantTell": 13,
          "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-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": "li[data-id=\"10\"] > .meta__link[target=\"_blank\"][rel=\"noopener\"] > .meta__link",
            "html": "<span class=\"meta__link\">Mijn Burgerprofiel</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.83 (foreground color: #8797a1, background color: #f7f8f8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "li[data-id=\"10\"] > .meta__link[target=\"_blank\"][rel=\"noopener\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "53fc3aca789d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-cf3ef19c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "li[data-id=\"1011\"] > .meta__link[target=\"_blank\"][rel=\"noopener\"] > .meta__link",
            "html": "<span class=\"meta__link\">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.83 (foreground color: #8797a1, background color: #f7f8f8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "li[data-id=\"1011\"] > .meta__link[target=\"_blank\"][rel=\"noopener\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d73c8fb941b6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-821394ce"
          },
          {
            "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.83 (foreground color: #8797a1, background color: #f7f8f8, 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": "6302b846d70e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-fad09b6b"
          },
          {
            "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 sea...\" id=\"txtkeyword\" data-tooltip=\"Hoe kunnen we jou he...\" autocomplete=\"off\" data-toggle-placehol...=\"1\" placeholder=\"Hoe kunnen we jou he...\" data-placeholder-mob...=\"Hoe kunnen we jou he...\" data-speak-text=\"Begin nu te spreken\" data-listeni ...>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.01 (foreground color: #8797a1, 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": "bf0c05d16a68",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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 > span",
            "html": "<span>Zoeken</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.48 (foreground color: #ffffff, background color: #78b52e, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#btnSearch"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d689defb2cbd",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-809ef550"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".no-media > .partial__content-block.link-hover > .partial__content.tiles__content[aria-hidden=\"true\"] > .partial__readmore.btn-link[aria-hidden=\"true\"] > span",
            "html": "<span>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 4.41 (foreground color: #78b52e, background color: #003a7f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".no-media > .partial__content-block.link-hover"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fedb8ef024ad",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d421e3c6"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".article--7 > .partial__item-container.has-media > .partial__content-block.link-hover > .partial__content.tiles__content[aria-hidden=\"true\"] > .partial__readmore.btn-link[aria-hidden=\"true\"] > span",
            "html": "<span>schrijf in voor 12 mei 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.48 (foreground color: #78b52e, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".article--7 > .partial__item-container.has-media > .partial__content-block.link-hover > .partial__content.tiles__content[aria-hidden=\"true\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1d8d003ad9fc",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c326f8ee"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".article--9 > .partial__item-container.has-media > .partial__content-block.link-hover > .partial__content.tiles__content[aria-hidden=\"true\"] > .partial__readmore.btn-link[aria-hidden=\"true\"] > span",
            "html": "<span>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.48 (foreground color: #78b52e, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".article--9 > .partial__item-container.has-media > .partial__content-block.link-hover > .partial__content.tiles__content[aria-hidden=\"true\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "30c405fb79fa",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4b24e635"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".article--10 > .partial__item-container.has-media > .partial__content-block.link-hover > .partial__content.tiles__content[aria-hidden=\"true\"] > .partial__readmore.btn-link[aria-hidden=\"true\"] > span",
            "html": "<span>Raadgevingen</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.48 (foreground color: #78b52e, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".article--10 > .partial__item-container.has-media > .partial__content-block.link-hover > .partial__content.tiles__content[aria-hidden=\"true\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "759cefdc7430",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-fdbb3c10"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".article--11 > .partial__item-container.has-media > .partial__content-block.link-hover > .partial__content.tiles__content[aria-hidden=\"true\"] > .partial__readmore.btn-link[aria-hidden=\"true\"] > span",
            "html": "<span>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.48 (foreground color: #78b52e, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".article--11 > .partial__item-container.has-media > .partial__content-block.link-hover > .partial__content.tiles__content[aria-hidden=\"true\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "33d33526c32f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c3cf5d64"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".spot-box__title > span",
            "html": "<span>De Warmste Gazette</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.12 (foreground color: #78b52e, background color: #e8f0df, font size: 24.0pt (32px), font weight: normal). Expected contrast ratio of 3:1",
            "relatedPaths": [
              ".container-wrapper.link-hover"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1863c988b599",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4787fcba"
          },
          {
            "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>Ontdek alle edities</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.48 (foreground color: #ffffff, background color: #78b52e, 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": "f711791a2185",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-aaf33539"
          },
          {
            "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": "41b8a52fc900",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-caf65a31"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".link-cookie-settings",
            "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": "bd202f1ef643",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f80f9123"
          },
          {
            "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": "97cc45b3b82e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7ffbdd26"
          }
        ],
        "outcomeCount": 481,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 15
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1759,
          "failed": 40,
          "cantTell": 19,
          "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",
          "svg_graphics_labelled",
          "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": "055dfa833457",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-14f8791f"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link data-css=\"contrastskin\" data-sw=\"/css/dist/skin-wichelen-contrast.css\" href=\"/css/dist/skin-wichelen.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": "f81539e0610c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5a798ba8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<link color=\"\" 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": "91950cb227f4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-216ca812"
          },
          {
            "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": "05b11330a5e0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "bb34e81e967e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "971a1d699f99",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "284613a6b9e4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "81cfaaeab1fb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "49d7aa18ab60",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e5f1fb2e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a rel=\"noopener\" target=\"_blank\" class=\"nav__link meta__link\" href=\"https://www.burgerprofiel.be/?widget=c7d31bf4-2384-48c6-8821-0060ec2e2847\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9c75f795a68a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1d19473d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"meta__link\">",
            "message": "Text contrast of 2.83 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": "fb6d34d6e1f3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a3c7ddfc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a rel=\"noopener\" target=\"_blank\" class=\"nav__link meta__link\" href=\"https://wichelen.consultatieomgeving.net/burger\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5fa04c17f665",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2fcd11e1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"meta__link\">",
            "message": "Text contrast of 2.83 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": "40d370e2e58f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-cdffaab6"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.83 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": "2160a0c7cacc",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "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": "4a59236aa580",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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=\"Hoe kunnen we jou helpen?\" placeholder=\"Hoe kunnen we jou helpen?\" data-toggle-placeholder=\"1\" autocomplete=\"off\" data-tooltip=\"Hoe 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": "3b33d345c23a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3c6ece61"
          },
          {
            "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": "b3b3c9f31d33",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9eb048d0"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"partial__link tiles__link\" href=\"/vacatures\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c0a90f3c57d7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c91cf17a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.42 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\" href=\"/groepsaankoop-groene-stroom-en-aardgas\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "23785d7efbbb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5ea79273"
          },
          {
            "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 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"partial__link tiles__link\" href=\"/activiteiten/detail/1959/thema-avond-week-van-de-opvoeding-vrolijke-vrienden\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a3360500efd5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-42c2eeaf"
          },
          {
            "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 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"partial__link tiles__link\" href=\"/code-oranje-risico-op-natuurbrand\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "738fc2946591",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e7b40b1c"
          },
          {
            "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 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"partial__link tiles__link\" href=\"/gratis-bestrijding-aziatische-hoornaar-in-wichelen\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "523aecf80413",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-52fcf02d"
          },
          {
            "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 16px 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": "e78e5ab8d333",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a5a0b997"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.13 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": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"btn-cta spot-box__link spot-box__btn\" href=\"dewarmstegazette\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b6488d03f63b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-abe5590e"
          },
          {
            "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 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"copy-year\">",
            "message": "Text contrast of 3.01 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e80637d3d782",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1d1fb505"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.01 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.01 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.01 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.01 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "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": "380e8f3233fb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "9e5ad8852b1c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-431daa94"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 360 362\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7c7ebbc12a75",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-93d12b3c"
          }
        ],
        "outcomeCount": 1806,
        "uniqueFailedCount": 28,
        "duplicateFailedCount": 12,
        "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": 12
    },
    {
      "submittedUrl": "https://www.wortegem-petegem.be/",
      "finalUrl": "https://www.wortegem-petegem.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Homepagina | Gemeente Wortegem-Petegem",
      "elapsedMs": 22116,
      "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": 1016,
          "failed": 2,
          "cantTell": 41,
          "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": "a[href$=\"nieuws\"]",
            "html": "<a href=\"/nieuws\">Alle nieuws</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.44 (foreground color: #ffffff, background color: #009a9b, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"nieuws\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "409ed01a309f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0f1f27c2"
          },
          {
            "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": "0b41af94dc6a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c1791208"
          }
        ],
        "outcomeCount": 1099,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 2
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2819,
          "failed": 55,
          "cantTell": 48,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_form_label_unique",
          "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 href=\"https://cdn-eu.readspeaker.com/script/15556/webReader/r/r2889/ReadSpeaker.Styles-Button.css?v=3.8.9.2889\" rel=\"stylesheet\" type=\"text/css\" id=\"rsmod_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": "b66756dcb8ad",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-99dec3be"
          },
          {
            "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": "2afb7d986e9b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c772520d"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_vjPNnxeG-_jMfJ08kkwEYbitVbL-igdS37YBoZfWQbg.css?delta=3&language=nl&theme=ocelot_paddle&include=eJx9U1F2wyAMu1AIR-I54CReAedh2Jqefk6atm9bsz-QhLCNALJAboo8QOxABKuj_IG-crFepD8YT5VumN1SeKSI9te-8xcMpGcceM8lEGf7XPVj4Vwxh84zXwid37fVDZH1nN6zw-aAzQGruqANpS0Qe6qYTCSpHTb3tElLJMge7TvQBRyhRT1xrZHy5WF1bLsIKzctolEMWsTIrXiOTrR3LfpBBxLPn1hWyxmV79hj5OoWCGGbg16nRK79EOG2_sNqT0YQip_PRQUh-NLScCoZuSSTIMOEweyTP1POkIZWJp3jmYKSupyySR8UTlleMFOezKxTk1OVsCeIZrcy29D_SJtUTk7qquz0i1wKaUge3B10T3N53SNvyC0r9yS9yC1OIPPAUMIPdNS8rANfu4VjfORkWx9F39_NwUIOWuU9Y1jRnuDdvW-39-12C41XrvCFwgn7Z5nvhH-hvs6Y1HQV_QR2AMFvOY511Q\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d86bd026017d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6c441c6a"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_Q3p2QW_8sUuKOkPucbsOJmLDyTOt-V4IN0YkurDWBTA.css?delta=4&language=nl&theme=ocelot_paddle&include=eJx9U1F2wyAMu1AIR-I54CReAedh2Jqefk6atm9bsz-QhLCNALJAboo8QOxABKuj_IG-crFepD8YT5VumN1SeKSI9te-8xcMpGcceM8lEGf7XPVj4Vwxh84zXwid37fVDZH1nN6zw-aAzQGruqANpS0Qe6qYTCSpHTb3tElLJMge7TvQBRyhRT1xrZHy5WF1bLsIKzctolEMWsTIrXiOTrR3LfpBBxLPn1hWyxmV79hj5OoWCGGbg16nRK79EOG2_sNqT0YQip_PRQUh-NLScCoZuSSTIMOEweyTP1POkIZWJp3jmYKSupyySR8UTlleMFOezKxTk1OVsCeIZrcy29D_SJtUTk7qquz0i1wKaUge3B10T3N53SNvyC0r9yS9yC1OIPPAUMIPdNS8rANfu4VjfORkWx9F39_NwUIOWuU9Y1jRnuDdvW-39-12C41XrvCFwgn7Z5nvhH-hvs6Y1HQV_QR2AMFvOY511Q\" media=\"print\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d69f9ef9542",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-09511758"
          },
          {
            "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": "4af96dfa9e2b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "5aa3b4a30619",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "ec2bb3c6547f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "b8c357c0682c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-509d3a1f"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form accept-charset=\"UTF-8\" id=\"paddle-search-form-1--2\" method=\"post\" action=\"/\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "15f82585c3b6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-71cf9779"
          },
          {
            "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--2\" 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": "8cb8351134ec",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f3143f02"
          },
          {
            "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": "d9c59dd63822",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "05966915b898",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-70946efa"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/8\" class=\"nav-link\" 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": "3c8f545ef821",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4b7ca80a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/8\" class=\"nav-link\" href=\"/menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7f5a53be9389",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-77b76768"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/48\" class=\"nav-link\" href=\"/readspeaker\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "345e2be993d8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-cfb4f745"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/48\" class=\"nav-link\" href=\"/readspeaker\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "088aadf95182",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-82027d00"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/525\" class=\"nav-link\" href=\"/privacy-en-toegankelijkheid/toegankelijkheidsverklaring-wortegem-petegem\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aa0d80221172",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4504ac67"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/525\" class=\"nav-link\" href=\"/privacy-en-toegankelijkheid/toegankelijkheidsverklaring-wortegem-petegem\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf9ab00d8398",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0ae2e915"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/50\" class=\"nav-link\" 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": "5df4bbb990b4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e98c6e7f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/50\" class=\"nav-link\" href=\"/openingsuren\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7c75bec2a074",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4662c8de"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f90d34c19437",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5b2b6b77"
          },
          {
            "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": "b4b50468a3b4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6cbabc67"
          },
          {
            "rule": "style_background_decorative",
            "xpath": null,
            "html": "<div style=\"--background:url(https://www.wortegem-petegem.be/sites/default/files/styles/original_ratio_xxxxl/public/2025-07/20250701_Homepage_05.webp?itok=EbhO1wKB);\" 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": "c77d66e9d94e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6625f88c"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form accept-charset=\"UTF-8\" id=\"paddle-search-form-1\" method=\"post\" action=\"/\" novalidate=\"novalidate\" data-drupal-selector=\"paddle-search-form-1\" class=\"paddle-search-form-1 paddle-search-form\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5847a2939974",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-193d90cd"
          },
          {
            "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": "0315fe3ca11a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "a722c126c3c4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-87ad9640"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"(Opent in een nieuw browservenster)\" rel=\"noopener nofollow\" target=\"_blank\" data-extlink=\"\" class=\"menu-item-afspraak-burgerzaken ext\" href=\"https://outlook.office365.com/book/GemeentebestuurWortegemPetegem@wortegempetegem.onmicrosoft.com/?ismsaljsauthenabled=true\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e62bcb53e810",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1859a4ea"
          },
          {
            "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": "9589298ff48d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e26c8f4e"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/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": "91792b5faede",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1163e67f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"/gemeentehuis-op-afspraak\">",
            "message": "Text contrast of 3.45 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": "f69025a45a1b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-04613134"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"/sociale-dienst-op-afspraak\">",
            "message": "Text contrast of 3.45 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": "9b003162ff2d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-acc2f9f5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"/menu/onze-gemeente/gemeentediensten/bibliotheek\">",
            "message": "Text contrast of 3.45 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": "fe04eb7cf6d0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7f244c6d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"/menu/onze-gemeente/gemeentediensten/recyclagepark\">",
            "message": "Text contrast of 3.45 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": "d007851511e8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-20daf828"
          },
          {
            "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": "c8a22cfca0ee",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-21e33d57"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"/zitdag-belastingen\">",
            "message": "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": "db4d97649a52",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7571fdae"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<time datetime=\"2026-06-18T12:00:00Z\">",
            "message": "Text contrast of 1.28 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": "39fcdb70ae65",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f0e63781"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"/code-oranje-risico-op-natuurbrand\">",
            "message": "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": "7d11ec6f776f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-78b5bdea"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<time datetime=\"2026-04-28T12:00:00Z\">",
            "message": "Text contrast of 1.28 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": "67deff6e85d7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6b84fd1f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"/workshop-fietsvaardig-verkeerswaardig\">",
            "message": "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": "73a655078bc1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a3faee61"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<time datetime=\"2026-04-23T12:00:00Z\">",
            "message": "Text contrast of 1.28 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": "42b13d727f30",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-74bb9aed"
          },
          {
            "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": "5a7e6494d3ee",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-75bf150d"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"paddle-component paddle-component--top-section text\">",
            "message": "Confirm this text 'Evenementen' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/uit-in-wortegem-petegem\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "97bcd3670c3d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-50114434"
          },
          {
            "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 'Nuttige links' 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 'Privacy en toegankelijkheid' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<div style=\"height: auto; width: 100%; bottom: -245.491px;\" 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": "ec9db9b644d4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-253cc83b"
          },
          {
            "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": "4946eded3a1e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "b69496013801",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "96278a546102",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "3c56e1caa51c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "de6b731740f8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7e3709a0"
          },
          {
            "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": "515b0f546473",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "a049a4d23e2d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "08d948a807f8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-062b8071"
          }
        ],
        "outcomeCount": 2887,
        "uniqueFailedCount": 51,
        "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.zele.be/",
      "finalUrl": "https://www.zele.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Startpagina - Gemeente Zele",
      "elapsedMs": 15330,
      "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": 618,
          "failed": 25,
          "cantTell": 40,
          "inapplicable": 41
        },
        "failedRules": [
          "color-contrast",
          "image-redundant-alt",
          "label-title-only",
          "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-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": "a[href$=\"uitinzele\"] > span",
            "html": "<span>UiT in Zele</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.63 (foreground color: #a58049, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#inner-wrap"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "685d69accfbb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0ae8e4b3"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"openingsuren\"] > span",
            "html": "<span>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.63 (foreground color: #a58049, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#inner-wrap"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7848306a39e2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a6cd6002"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".nieuws > 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.63 (foreground color: #a58049, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#inner-wrap"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aecab33e0aab",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-25d455d4"
          },
          {
            "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.63 (foreground color: #a58049, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#inner-wrap"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "77bf14d5b6bd",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9c1c6204"
          },
          {
            "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.63 (foreground color: #a58049, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#inner-wrap"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e666c7829d8a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4760b374"
          },
          {
            "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\">Afspraak maken</div>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.11 (foreground color: #ffffff, background color: #ee3124, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".spotlight-1"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d5e1eee4892",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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-2 > .vertical-center-block > .center-vertically-left > .spotlight-caption",
            "html": "<div class=\"spotlight-caption\">Digitaal loket</div>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.63 (foreground color: #ffffff, background color: #a58049, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".spotlight-2"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0358b8956642",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-fe67586e"
          },
          {
            "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\">Iets melden?</div>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.67 (foreground color: #ffffff, background color: #65ad82, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".spotlight-3"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0fa1f9047b68",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8f37190b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".image:nth-child(1) > .photo-link > .title > span",
            "html": "<span>10 jaar ROTZ - 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 3.45 (foreground color: #5d8e73, background color: #f0f7f1, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".home-media"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "240d21112680",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7f88bf6c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".image:nth-child(2) > .photo-link > .title > span",
            "html": "<span>Opening nieuwe markt en brandweerkazerne | 6 september</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.45 (foreground color: #5d8e73, background color: #f0f7f1, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".home-media"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ff6774b731be",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e5a5e948"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href=\"/opening-markt-kunstwerk-album\"] > .title > span",
            "html": "<span>Opening nieuwe markt | 7 september</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.45 (foreground color: #5d8e73, background color: #f0f7f1, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".home-media"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "624918b5f14f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4b2162af"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".footer-left",
            "html": "<div class=\"footer-left\">\n© Gemeente Zele - <a href=\"/privacy\">Privacy</a>\n<span> - </span><a href=\"/cookiebeleid\"><span>Cookies</span></a><span> - </span><a href=\"/toegankelijkheidsverklaring \"><span>Toegankelijkheidsverklaring </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 4.11 (foreground color: #ffffff, background color: #ee3124, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".footer-left"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "87b414ce9a82",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-81843e7c"
          },
          {
            "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\">Privacy</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.11 (foreground color: #ffffff, background color: #ee3124, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".footer-left"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "09b763885e5d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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$=\"cookiebeleid\"] > 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 4.11 (foreground color: #ffffff, background color: #ee3124, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".footer-left"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9bee20bf1b59",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f21a3542"
          },
          {
            "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 4.11 (foreground color: #ffffff, background color: #ee3124, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".footer-left"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cca9928f0a93",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8f45635d"
          },
          {
            "rule": "image-redundant-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-redundant-alt?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": ".image:nth-child(1) > .photo-link > .media-thumb.photo > .thumb-photo",
            "html": "<img alt=\"10 jaar ROTZ - Huis van het Kind!\" class=\"thumb-photo\" src=\"/imagecache/55A5E1C0548C6BC5E42B6CCBCE0A71F4/37667.JPG?w=460&amp;h=360&amp;resizetype=fit\">",
            "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": "cf51a6e0f6b6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-50f29562"
          },
          {
            "rule": "image-redundant-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-redundant-alt?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": ".image:nth-child(2) > .photo-link > .media-thumb.photo > .thumb-photo",
            "html": "<img alt=\"Opening nieuwe markt en brandweerkazerne | 6 september\" class=\"thumb-photo\" src=\"/imagecache/1BFA3BEDD42032728F8434714B4E4397/38804.JPG?w=460&amp;h=360&amp;resizetype=fit\">",
            "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": "aa931f71458e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-566893e6"
          },
          {
            "rule": "image-redundant-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-redundant-alt?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "a[href=\"/opening-markt-kunstwerk-album\"] > .media-thumb.photo > .thumb-photo",
            "html": "<img alt=\"Opening nieuwe markt | 7 september\" class=\"thumb-photo\" src=\"/imagecache/F0F2ECEAA6C5C88D837A27CD2ECE2A1A/38962.JPG?w=460&amp;h=360&amp;resizetype=fit\">",
            "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": "e6da871196fd",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-388fc4a2"
          },
          {
            "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=\"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": "191f8ee785ba",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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=\"\">",
            "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": "c938c76965cc",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "25be88b7336d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "907e342fa7a4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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-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": "be8d60a03cab",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "aa05f3079f7c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1bb40db7"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#inner-wrap > .container",
            "html": "<div class=\"container\">\n<div class=\"copy-extra\">\nOntwerp door Creative Brainwave\n<span></span>\nOntwikkeling door LCP\n</div>\n</div>",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "61f8e8cde51f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0d8ecfa5"
          }
        ],
        "outcomeCount": 724,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 25
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1864,
          "failed": 40,
          "cantTell": 12,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_child_valid",
          "aria_content_in_landmark",
          "aria_form_label_unique",
          "aria_role_redundant",
          "element_attribute_deprecated",
          "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": "398ca3568270",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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=10072025115701\" id=\"skin-stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f141975bf999",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ef68f482"
          },
          {
            "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=10072025115701\" 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": "a263882ecdc7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-bde97b00"
          },
          {
            "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": "0ce554e64b38",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "9241ee8433e8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "9fe4e56bf200",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "9e17b4b98a51",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-92cb91cd"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.63 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": "f4e57534551c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.63 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.63 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.63 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.63 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_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": "b8c6a3ee1ba4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b62d0b51"
          },
          {
            "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": "61e2ba020b11",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "e65c22e18216",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "8cfe4b6acdb3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-cf5909e5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"photo-copy\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 8px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aba066cfff62",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-489f0f5e"
          },
          {
            "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": false,
            "duplicateOf": null,
            "fingerprint": "ed63c65d17d2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-01fed043"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"spotlight-caption\">",
            "message": "Text contrast of 4.12 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": "cd1f30d39a55",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"spotlight-caption\">",
            "message": "Text contrast of 3.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_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": "<div class=\"spotlight-caption\">",
            "message": "Text contrast of 2.67 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_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_contrast_sufficient",
            "xpath": null,
            "html": "<h3 class=\"title\">",
            "message": "Text contrast of 4.12 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": "684215ae2a0a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-38fe4606"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3 class=\"title\">",
            "message": "Text contrast of 4.12 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 4.12 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 4.12 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 4.12 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 4.12 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.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": "img_alt_redundant",
            "xpath": null,
            "html": "<img src=\"/imagecache/55A5E1C0548C6BC5E42B6CCBCE0A71F4/37667.JPG?w=460&h=360&resizetype=fit\" class=\"thumb-photo\" alt=\"10 jaar ROTZ - Huis van het Kind!\">",
            "message": "Link text is repeated in an image 'alt' value within the same link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "063181dccb8d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ecc7fec3"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.45 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": "img_alt_redundant",
            "xpath": null,
            "html": "<img src=\"/imagecache/1BFA3BEDD42032728F8434714B4E4397/38804.JPG?w=460&h=360&resizetype=fit\" class=\"thumb-photo\" alt=\"Opening nieuwe markt en brandweerkazerne | 6 september\">",
            "message": "Link text is repeated in an image 'alt' value within the same link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "843c74d6fb0b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e7c2d620"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.45 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": "img_alt_redundant",
            "xpath": null,
            "html": "<img src=\"/imagecache/F0F2ECEAA6C5C88D837A27CD2ECE2A1A/38962.JPG?w=460&h=360&resizetype=fit\" class=\"thumb-photo\" alt=\"Opening nieuwe markt | 7 september\">",
            "message": "Link text is repeated in an image 'alt' value within the same link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7e6d43609e03",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e3ea2428"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.45 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": "<a href=\"/privacy\">",
            "message": "Text contrast of 4.12 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": "1ca60f7a0c1b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-422478db"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.12 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.12 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": 1923,
        "uniqueFailedCount": 20,
        "duplicateFailedCount": 20,
        "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": 20
    },
    {
      "submittedUrl": "https://www.zelzate.be/nl/",
      "finalUrl": "https://www.zelzate.be/nl/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Home - Lokaal bestuur Zelzate",
      "elapsedMs": 15988,
      "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": 11,
          "cantTell": 1,
          "inapplicable": 49
        },
        "failedRules": [
          "color-contrast",
          "image-alt",
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-contentinfo-is-top-level",
          "landmark-no-duplicate-contentinfo",
          "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": ".more[title=\"Verklaring over cookies\"][target=\"_blank\"]",
            "html": "<a href=\"https://www.zelzate.be/nl/cookie-statement\" title=\"Verklaring over cookies\" class=\"more\" target=\"_blank\">Meer info</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.41 (foreground color: #168371, background color: #f9f9f9, font size: 10.8pt (14.4px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".fancybox-skin"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f38a61de8a6e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3c5a2766"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[title=\"Privacy\"]",
            "html": "<a href=\"https://www.zelzate.be/nl/privacy\" title=\"Privacy\" class=\"more\" target=\"_blank\">Privacyverklaring</a>",
            "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: #168371, background color: #f9f9f9, font size: 10.8pt (14.4px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".fancybox-skin"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "115e24b90dea",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9487e857"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "#search-button > img[draggable=\"false\"]",
            "html": "<img src=\"https://www.zelzate.be/images/search-bar.jpg\" draggable=\"false\">",
            "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": "e7306a935acf",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6b30eef6"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "#menu > li:nth-child(7) > .uitinzelzate[target=\"_blank\"] > img",
            "html": "<img src=\"https://www.zelzate.be/images/uitinzelzate.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": "52a92a019d4a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-cc6b53ab"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "#menu > li:nth-child(7) > .uitinzelzate[target=\"_blank\"]",
            "html": "<a href=\"https://www.uitinvlaanderen.be/agenda/alle/zelzate\" target=\"_blank\" class=\"uitinzelzate\"><img src=\"https://www.zelzate.be/images/uitinzelzate.png\"></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": "42b50eb304df",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-fd1ad875"
          },
          {
            "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": "86382d7657c0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c1791208"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".flex-active-slide",
            "html": "<li style=\"width: 1280px; margin-right: 0px; float: left; display: block;\" class=\"flex-active-slide\"><img src=\"https://www.zelzate.be/data/imagereel2/68/1727360747-green-and-monochrome-photo-corporate-website-facebook-cover.png\" alt=\"hoeve\" title=\"hoeve\" draggable=\"false\"></li>",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3c934cc7f2b9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-809adb04"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".flex-direction-nav",
            "html": "<ul class=\"flex-direction-nav\"><li class=\"flex-nav-prev\"><a class=\"flex-prev flex-disabled\" href=\"#\" tabindex=\"-1\">Previous</a></li><li class=\"flex-nav-next\"><a class=\"flex-next flex-disabled\" href=\"#\" tabindex=\"-1\">Next</a></li></ul>",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "301c9b98da4f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b48e3a16"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".logowrapper",
            "html": "<div class=\"logowrapper\"><div id=\"logo\"><a href=\"https://www.zelzate.be/nl\" title=\"\" tabindex=\"-1\">\n\t\t\t\t\t\t\t\t<img src=\"https://www.zelzate.be/data/logo/1/1615544262-logo-zelzate.png\" title=\"Lokaal bestuur Zelzate\" alt=\"Lokaal bestuur Zelzate\">\n\t\t\t\t\t\t\t</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": "c9daec611980",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-fa1992dc"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#zone3",
            "html": "<div id=\"zone3\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "539459389d4e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f6dd6b5e"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".fancybox-overlay",
            "html": "<div class=\"fancybox-overlay fancybox-overlay-fixed\" style=\"width: auto; height: auto; background: rgba(0, 0, 0, 0.3); display: block;\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1004e68d2bac",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8f087641"
          }
        ],
        "outcomeCount": 986,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 11
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3657,
          "failed": 290,
          "cantTell": 164,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_attribute_valid",
          "aria_content_in_landmark",
          "aria_contentinfo_misuse",
          "aria_keyboard_handler_exists",
          "element_attribute_deprecated",
          "element_id_unique",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "img_alt_null",
          "input_label_exists",
          "label_name_visible",
          "style_background_decorative",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "text_block_heading",
          "text_contrast_sufficient",
          "widget_tabbable_exists"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"A7vZI3v+Gz7JfuRolKNM4Aff6zaGuT7X0mf3wtoZTnKv6497cVMnhy03KDqX7kBz/q/iidW7srW31oQbBt4VhgoAAACUeyJvcmlnaW4iOiJodHRwczovL3d3dy5nb29nbGUuY29tOjQ0MyIsImZlYXR1cmUiOiJEaXNhYmxlVGhpcmRQYXJ0eVN0b3JhZ2VQYXJ0aXRpb25pbmczIiwiZXhwaXJ5IjoxNzU3OTgwODAwLCJpc1N1YmRvbWFpbiI6dHJ1ZSwiaXNUaGlyZFBhcnR5Ijp0cnVlfQ==\" http-equiv=\"origin-trial\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a67867beda3c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2da480df"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=EDGE\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b2161b8772f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style data-href=\"https://www.zelzate.be/css/reset.css\" media=\"\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "48f6727066fb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2de83876"
          },
          {
            "rule": "style_background_decorative",
            "xpath": null,
            "html": "<style data-href=\"https://www.zelzate.be/css/main.css?v24\" media=\"\">",
            "message": "Verify the CSS background image does not convey important information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "47298fec689e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-bcec485d"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<style data-href=\"https://www.zelzate.be/css/main.css?v24\" media=\"\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "053e138567ac",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c80308dc"
          },
          {
            "rule": "style_background_decorative",
            "xpath": null,
            "html": "<style data-href=\"https://www.zelzate.be/css/slick-theme.css?v3\" media=\"\">",
            "message": "Verify the CSS background image does not convey important information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ebaa41d8da1c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-12a8e721"
          },
          {
            "rule": "style_background_decorative",
            "xpath": null,
            "html": "<style data-href=\"https://www.zelzate.be/css/ddsmoothmenu.css\" media=\"\">",
            "message": "Verify the CSS background image does not convey important information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "89e45cde8bbd",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-bd755314"
          },
          {
            "rule": "style_background_decorative",
            "xpath": null,
            "html": "<style data-href=\"https://www.zelzate.be/css/slimbox2.css\" media=\"screen\">",
            "message": "Verify the CSS background image does not convey important information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "956b2dd0fbde",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-fe38546d"
          },
          {
            "rule": "style_background_decorative",
            "xpath": null,
            "html": "<style data-href=\"https://www.zelzate.be/css/jquery.fancybox.css?v2\" media=\"screen\">",
            "message": "Verify the CSS background image does not convey important information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d212b2b0af2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-02576a8d"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"skipLink\" href=\"#zone3\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "521dd68e4b62",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2653f2de"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"skipLink\" href=\"#zone3\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5ddaa9c797b3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-83228e80"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"skipLink\" href=\"#zone3\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a3ccfb6c6653",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b8d4d038"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"skipLink\" href=\"#zone3\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "93efdb4f5373",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ef9c222f"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"skipLink\" href=\"#watwiltudoen\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c0f0b7071db3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a28864b7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"skipLink\" href=\"#watwiltudoen\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "14c27ce9353f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-99a7e6f3"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"skipLink\" href=\"#nieuws\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c614a9b7e575",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f1557fc0"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"skipLink\" href=\"#nieuws\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "88b5f9d06f26",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9c485e67"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"skipLink\" href=\"#nieuws\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "60aec68be1ef",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7b81150e"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"skipLink\" 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": "1fbb354f2e8f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-984d753b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"skipLink\" href=\"#diensten\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a6474f8733d6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a38411ab"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"skipLink\" href=\"#coordinates\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c6514738efbc",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2dd01b6b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"skipLink\" href=\"#coordinates\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "727a568c1b68",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-510199b5"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button id=\"search-button\" aria-label=\"Zoeken\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c878546f42db",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d6244b76"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<button id=\"search-button\" aria-label=\"Zoeken\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d7c18370d0fc",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-142d7762"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button id=\"search-button\" aria-label=\"Zoeken\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e8953d1d8fab",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-dcf2572c"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<button id=\"search-button\" aria-label=\"Zoeken\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c5652b2af87c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b54e112a"
          },
          {
            "rule": "style_background_decorative",
            "xpath": null,
            "html": "<style data-href=\"https://cdn.jsdelivr.net/npm/instantsearch.css@7.4.5/themes/satellite-min.css\" media=\"\">",
            "message": "Verify the CSS background image does not convey important information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "723572d3bf99",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b00a82d7"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul style=\"width: 600%; transition-duration: 0s; transform: translate3d(-800px, 0px, 0px);\" class=\"slides\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1ad99086a1cf",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5f99c8df"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"#\" class=\"flex-prev flex-disabled\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a2f26e91237f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ff78778f"
          },
          {
            "rule": "widget_tabbable_exists",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"#\" class=\"flex-prev flex-disabled\">",
            "message": "Component with \"link\" role does not have a tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "360301c8ba5a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-98904c45"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"#\" class=\"flex-next flex-disabled\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2a4938362186",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5e14c6bd"
          },
          {
            "rule": "widget_tabbable_exists",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"#\" class=\"flex-next flex-disabled\">",
            "message": "Component with \"link\" role does not have a tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ca8b9cd7b04d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f9eeb1eb"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"slicknav_btn slicknav_collapsed\" tabindex=\"0\" role=\"button\" aria-haspopup=\"true\" 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": "d7cf4f53ea9f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a0972dca"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"slicknav_btn slicknav_collapsed\" tabindex=\"0\" role=\"button\" aria-haspopup=\"true\" href=\"#\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "458e4ad40f1b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c18a18aa"
          },
          {
            "rule": "input_label_exists",
            "xpath": null,
            "html": "<a class=\"slicknav_btn slicknav_collapsed\" tabindex=\"0\" role=\"button\" aria-haspopup=\"true\" href=\"#\">",
            "message": "Form control with \"button\" role has no associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0832215c7f17",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4b6ac6f4"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" title=\"\" href=\"https://www.zelzate.be/nl\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0ed87cbbfa66",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-105060a1"
          },
          {
            "rule": "widget_tabbable_exists",
            "xpath": null,
            "html": "<a tabindex=\"-1\" title=\"\" href=\"https://www.zelzate.be/nl\">",
            "message": "Component with \"link\" role does not have a tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "943ac95e5e30",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7bd8ee9a"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h1>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b9eea3fbe0da",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-642a24d8"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "21c3abfc4e20",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f9d40766"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://zelzate.maps.arcgis.com/apps/webappviewer/index.html?id=bd0ee40f84be40649af88433a5cdbf69\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b36ca830215",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-29a6780f"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.zelzate.be/nl/e-loket\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "21f3ff0a049e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-29cdaa7a"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.zelzate.be/nl/afspraak-maken\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fe1358cf4594",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-740c7e67"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<div aria-label=\"Nieuws\" aria-roledescription=\"carousel\" id=\"nieuws\" class=\"news-slider\">",
            "message": "The ARIA attributes \"aria-roledescription, aria-label\" are not valid for the element <div> with implicit ARIA role \"generic\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bafbc1d50722",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4708451c"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h1>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<div tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"-1\" style=\"width: 768px;\" aria-label=\"Inschrijven voor de zwemlessen\" aria-roledescription=\"slide\" class=\"news-slide slick-slide slick-cloned\">",
            "message": "The ARIA attributes \"aria-roledescription, aria-label\" are not valid for the element <div> with implicit ARIA role \"generic\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8e00bade47b3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1a6d1196"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<img id=\"\" title=\"Inschrijven voor de zwemlessen - \" alt=\"Inschrijven voor de zwemlessen - \" src=\"https://www.zelzate.be/data/news2/1201/1773239676-shape-website-1.png?1777961080\">",
            "message": "The <img> element has the id \"\" that is empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "892d68338cf7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5c0a0e8c"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 title=\"Inschrijven voor de zwemlessen\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b3b4ac339a24",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-37be9577"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p title=\"Je kan nu al inschrijven voor lessen in het najaar\" class=\"news-slide-description\">",
            "message": "Confirm this text 'Je kan nu al inschrijven voor lessen in het najaar' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9571084d049b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f97eb84a"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" class=\"button\" href=\"https://www.zelzate.be/nl/nieuws/2026/3/12/inschrijven-voor-de-zwemlessen\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "64e880cb5036",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6cb0c8ff"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<div aria-describedby=\"slick-slide-control00\" id=\"slick-slide00\" role=\"tabpanel\" tabindex=\"0\" aria-hidden=\"false\" data-slick-index=\"0\" style=\"width: 768px;\" aria-label=\"Kunst maken in Fabriek Artistiek!\" aria-roledescription=\"slide\" class=\"news-slide slick-slide slick-current slick-active\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "921886d65e67",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3a467845"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 title=\"Kunst maken in Fabriek Artistiek!\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f0957e73b12",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-192e4a67"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p title=\"Kunstatelier voor kinderen start in september, inschrijven kan vanaf nu\" class=\"news-slide-description\">",
            "message": "Confirm this text 'Kunstatelier voor kinderen start in september, inschrijven kan vanaf nu' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b1de990c0900",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ed8418df"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"0\" class=\"button\" href=\"https://www.zelzate.be/nl/nieuws/2026/5/4/kunst-maken-in-fabriek-artistiek\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e41127a4517d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-532c93b2"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 title=\"Infoavond: kinderen (6-12 jaar) opvoeden in schermtijden\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "585e17d21e58",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-83e70060"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p title=\"Dinsdag 19 mei om 19.30 uur in 't Klooster\" class=\"news-slide-description\">",
            "message": "Confirm this text 'Dinsdag 19 mei om 19.30 uur in 't Klooster' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4872b922ea4b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-df6d92e2"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" class=\"button\" href=\"https://www.zelzate.be/nl/nieuws/2026/4/28/infoavond-kinderen-6-12-jaar-opvoeden-in-schermtijden\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "389018a5c49c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9b66b4c3"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 title=\"Iedereen vrijwilliger! Wat wil jij doen?\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "caa662e9f07f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d3026597"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p title=\"Vind het vrijwilligerswerk dat bij jou past!\" class=\"news-slide-description\">",
            "message": "Confirm this text 'Vind het vrijwilligerswerk dat bij jou past!' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bb32466c70ce",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e95e2f3f"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" class=\"button\" href=\"https://www.zelzate.be/nl/nieuws/2026/4/28/iedereen-vrijwilliger\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7ffa0788fc6e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f7a0860f"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 title=\"Zitdag belastingen op 11 juni 2026\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "53c5382a1e08",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c51c9756"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p title=\"Afspraak maken kan vanaf 18 mei om 10.00 uur\" class=\"news-slide-description\">",
            "message": "Confirm this text 'Afspraak maken kan vanaf 18 mei om 10.00 uur' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "570e7a5e8b1a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a78d996e"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" class=\"button\" href=\"https://www.zelzate.be/nl/nieuws/2026/4/24/zitdag-belastingen-op-11-juni-2026\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3afd124dd07a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-918515e8"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 title=\"Week van de diversiteit in Zelzate (11- 17 mei)\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eebc82b45023",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-190c95d6"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p title=\"Taalcafé op 12 mei en een ontmoetingswandeling op 13 mei\" class=\"news-slide-description\">",
            "message": "Confirm this text 'Taalcafé op 12 mei en een ontmoetingswandeling op 13 mei' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e143d0b5c293",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-bccfb824"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" class=\"button\" href=\"https://www.zelzate.be/nl/nieuws/2026/4/22/week-van-de-diversiteit\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8cec7086a7ba",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-de22670d"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 title=\"Samen voorbereid\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b6972ff6566a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5ba2876c"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p title=\"Zo vind je tijdens een noodsituatie snel de juiste info\" class=\"news-slide-description\">",
            "message": "Confirm this text 'Zo vind je tijdens een noodsituatie snel de juiste info' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "95585d26e6e0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-447b3d47"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" class=\"button\" href=\"https://www.zelzate.be/nl/nieuws/2026/4/21/samen-voorbereid\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8a21b6bfe00e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-71a1f982"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 title=\"Drie weken nachtelijke sluitingen Zelzatetunnel voor herstellingen\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b874530068e2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-dfa8bbee"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" class=\"button\" href=\"https://www.zelzate.be/nl/nieuws/2026/4/20/3-weken-nachtelijke-sluitingen-zelzatetunnel-voor-herstellingen\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ad7980f88d9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b50e3465"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 title=\"Kom naar het repair café én leer alles over Cambio\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f6a7bab325aa",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c7a8ede3"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p title=\"Dinsdag 19 mei om 18.30 uur in Cultuurhuis De Brug\" class=\"news-slide-description\">",
            "message": "Confirm this text 'Dinsdag 19 mei om 18.30 uur in Cultuurhuis De Brug' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ca7d87a9ef3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a55e93ad"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" class=\"button\" href=\"https://www.zelzate.be/nl/nieuws/2026/4/17/laat-je-spullen-herstellen\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "622e5203b357",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ca5d1e3d"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 title=\"De huisdierenpas: hulp voor je huisdier bij noodgevallen\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea4b5257fbde",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f5a21ac3"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" class=\"button\" href=\"https://www.zelzate.be/nl/nieuws/2026/4/15/de-huisdierenpas-hulp-voor-je-huisdier-bij-noodgevallen\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4234edc2b86a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e2c80504"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 title=\"Vraag tijdig je reisdocumenten aan\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef6b720948b9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4c5a32e3"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p title=\"Maak op tijd een afspraak!\" class=\"news-slide-description\">",
            "message": "Confirm this text 'Maak op tijd een afspraak!' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b18ac7e1018d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0138bab7"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" class=\"button\" href=\"https://www.zelzate.be/nl/nieuws/2026/4/10/vraag-tijdig-je-paspoort-aan\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d05b80189f62",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-11619a5a"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 title=\"Stop in mei met roken\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "43489ac2d249",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e95444dd"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" class=\"button\" href=\"https://www.zelzate.be/nl/nieuws/2026/4/10/stop-in-mei-met-roken\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b696caa3f201",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a43e0d8f"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 title=\"Wijnproeverij met een authentieke wijnboer\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "911f9b4821f0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8870e896"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p title=\"Vrijdag 8 mei om 19.00 uur\" class=\"news-slide-description\">",
            "message": "Confirm this text 'Vrijdag 8 mei om 19.00 uur' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c5ef780e7833",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5de44cc5"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" class=\"button\" href=\"https://www.zelzate.be/nl/nieuws/2026/4/7/wijnproeverij-met-een-authentieke-wijnboer\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "abc876afd9b9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-aebaa704"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 title=\"Leidingwerken Farys starten op 13 april\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "53e919965ae0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a4950440"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" class=\"button\" href=\"https://www.zelzate.be/nl/nieuws/2026/4/6/leidingwerken-farys-starten-op-13-april\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5531fb206528",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7c6a50bf"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 title=\"Enquête over de communicatie en het onthaal\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2303f01139a8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5a3b35b6"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p title=\"Geef nog tot 15 mei je mening!\" class=\"news-slide-description\">",
            "message": "Confirm this text 'Geef nog tot 15 mei je mening!' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c97507c3e8de",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2a73b358"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" class=\"button\" href=\"https://www.zelzate.be/nl/nieuws/2026/4/3/enquete-over-de-communicatie-en-het-onthaal\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d03478a94be3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-48ce343b"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 title=\"Rioleringswerken Noodgemaal Denderdreve\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ff7d1e45bba4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c193dcce"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p title=\"Vanaf 13 april in Poelstraat/Denderdreve\" class=\"news-slide-description\">",
            "message": "Confirm this text 'Vanaf 13 april in Poelstraat/Denderdreve' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a8d3fa64828b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ebd69585"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" class=\"button\" href=\"https://www.zelzate.be/nl/nieuws/2026/4/3/rioleringswerken-noodgemaal-denderdreve\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f33515062b3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f691b185"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 title=\"Word lid van het vrijwilligerskorps\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e06a93389a23",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-af94f62c"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p title=\"Maak het verschil tijdens een nood- of crisissituatie\" class=\"news-slide-description\">",
            "message": "Confirm this text 'Maak het verschil tijdens een nood- of crisissituatie' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "59cb5145c0f5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-20bb0a1b"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" class=\"button\" href=\"https://www.zelzate.be/nl/nieuws/2026/4/2/word-lid-van-het-vrijwilligerskorps\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d12949eebd51",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ca896f0c"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 title=\"Tijdelijke watertappunten\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "41255ef0104c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-121e64a5"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p title=\"Technische dienst en buurthuis De Kastanje\" class=\"news-slide-description\">",
            "message": "Confirm this text 'Technische dienst en buurthuis De Kastanje' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "768cf1a413fc",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e8343a42"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" class=\"button\" href=\"https://www.zelzate.be/nl/nieuws/2026/3/30/tijdelijke-tappunten\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "238999191cd6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8ef7b23f"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 title=\"Inschrijven voor de zwemlessen\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p title=\"Je kan nu al inschrijven voor lessen in het najaar\" class=\"news-slide-description\">",
            "message": "Confirm this text 'Je kan nu al inschrijven voor lessen in het najaar' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" class=\"button\" href=\"https://www.zelzate.be/nl/nieuws/2026/3/12/inschrijven-voor-de-zwemlessen\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<div tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"18\" style=\"width: 768px;\" aria-label=\"Kunst maken in Fabriek Artistiek!\" aria-roledescription=\"slide\" class=\"news-slide slick-slide slick-cloned\">",
            "message": "The ARIA attributes \"aria-roledescription, aria-label\" are not valid for the element <div> with implicit ARIA role \"generic\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "35cddd51726a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-534623b5"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<img id=\"\" title=\"Kunst maken in Fabriek Artistiek! - \" alt=\"Kunst maken in Fabriek Artistiek! - \" src=\"https://www.zelzate.be/data/news2/1226/1777890608-fa-briek-artistiek-logo-5-1.png?1777961080\">",
            "message": "The <img> element has the id \"\" that is empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "98b0a68ab53f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-cc203e53"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 title=\"Kunst maken in Fabriek Artistiek!\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p title=\"Kunstatelier voor kinderen start in september, inschrijven kan vanaf nu\" class=\"news-slide-description\">",
            "message": "Confirm this text 'Kunstatelier voor kinderen start in september, inschrijven kan vanaf nu' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" class=\"button\" href=\"https://www.zelzate.be/nl/nieuws/2026/5/4/kunst-maken-in-fabriek-artistiek\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "90ef2460ee6c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2bb15a88"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<div tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"19\" style=\"width: 768px;\" aria-label=\"Infoavond: kinderen (6-12 jaar) opvoeden in schermtijden\" aria-roledescription=\"slide\" class=\"news-slide slick-slide slick-cloned\">",
            "message": "The ARIA attributes \"aria-roledescription, aria-label\" are not valid for the element <div> with implicit ARIA role \"generic\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aa5f1d5b05c8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-60cb98f8"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<img id=\"\" title=\"Infoavond: kinderen (6-12 jaar) opvoeden in schermtijden - \" alt=\"Infoavond: kinderen (6-12 jaar) opvoeden in schermtijden - \" src=\"https://www.zelzate.be/data/news2/1223/1776947202-shape-website-4.png?1777961080\">",
            "message": "The <img> element has the id \"\" that is empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1dedb9ea6727",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7e9040aa"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 title=\"Infoavond: kinderen (6-12 jaar) opvoeden in schermtijden\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p title=\"Dinsdag 19 mei om 19.30 uur in 't Klooster\" class=\"news-slide-description\">",
            "message": "Confirm this text 'Dinsdag 19 mei om 19.30 uur in 't Klooster' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" class=\"button\" href=\"https://www.zelzate.be/nl/nieuws/2026/4/28/infoavond-kinderen-6-12-jaar-opvoeden-in-schermtijden\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<div tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"20\" style=\"width: 768px;\" aria-label=\"Iedereen vrijwilliger! Wat wil jij doen?\" aria-roledescription=\"slide\" class=\"news-slide slick-slide slick-cloned\">",
            "message": "The ARIA attributes \"aria-roledescription, aria-label\" are not valid for the element <div> with implicit ARIA role \"generic\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "476e9b4347da",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-60508ffd"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<img id=\"\" title=\"Iedereen vrijwilliger! Wat wil jij doen? - \" alt=\"Iedereen vrijwilliger! Wat wil jij doen? - \" src=\"https://www.zelzate.be/data/news2/1224/1776952496-iedereenvrijwilliger-static-testimonial-16-9.jpg?1777961080\">",
            "message": "The <img> element has the id \"\" that is empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9426072c98f2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8f193ce9"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 title=\"Iedereen vrijwilliger! Wat wil jij doen?\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p title=\"Vind het vrijwilligerswerk dat bij jou past!\" class=\"news-slide-description\">",
            "message": "Confirm this text 'Vind het vrijwilligerswerk dat bij jou past!' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" class=\"button\" href=\"https://www.zelzate.be/nl/nieuws/2026/4/28/iedereen-vrijwilliger\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<div tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"21\" style=\"width: 768px;\" aria-label=\"Zitdag belastingen op 11 juni 2026\" aria-roledescription=\"slide\" class=\"news-slide slick-slide slick-cloned\">",
            "message": "The ARIA attributes \"aria-roledescription, aria-label\" are not valid for the element <div> with implicit ARIA role \"generic\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "62d7c71c3c1c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8b3404f0"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<img id=\"\" title=\"Zitdag belastingen op 11 juni 2026 - \" alt=\"Zitdag belastingen op 11 juni 2026 - \" src=\"https://www.zelzate.be/data/news2/1218/1776081200-belastingen.jpg?1777961080\">",
            "message": "The <img> element has the id \"\" that is empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "88fbfdfc5f63",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9fc043f2"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 title=\"Zitdag belastingen op 11 juni 2026\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p title=\"Afspraak maken kan vanaf 18 mei om 10.00 uur\" class=\"news-slide-description\">",
            "message": "Confirm this text 'Afspraak maken kan vanaf 18 mei om 10.00 uur' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" class=\"button\" href=\"https://www.zelzate.be/nl/nieuws/2026/4/24/zitdag-belastingen-op-11-juni-2026\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<div tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"22\" style=\"width: 768px;\" aria-label=\"Week van de diversiteit in Zelzate (11- 17 mei)\" aria-roledescription=\"slide\" class=\"news-slide slick-slide slick-cloned\">",
            "message": "The ARIA attributes \"aria-roledescription, aria-label\" are not valid for the element <div> with implicit ARIA role \"generic\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "94db893b7091",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3e512d91"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<img id=\"\" title=\"Week van de diversiteit in Zelzate (11- 17 mei) - \" alt=\"Week van de diversiteit in Zelzate (11- 17 mei) - \" src=\"https://www.zelzate.be/data/news2/1222/1776856158-week-van-de-diversiteit.png?1777961080\">",
            "message": "The <img> element has the id \"\" that is empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ce9037c9394d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-24c9937e"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 title=\"Week van de diversiteit in Zelzate (11- 17 mei)\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p title=\"Taalcafé op 12 mei en een ontmoetingswandeling op 13 mei\" class=\"news-slide-description\">",
            "message": "Confirm this text 'Taalcafé op 12 mei en een ontmoetingswandeling op 13 mei' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" class=\"button\" href=\"https://www.zelzate.be/nl/nieuws/2026/4/22/week-van-de-diversiteit\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<div tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"23\" style=\"width: 768px;\" aria-label=\"Samen voorbereid\" aria-roledescription=\"slide\" class=\"news-slide slick-slide slick-cloned\">",
            "message": "The ARIA attributes \"aria-roledescription, aria-label\" are not valid for the element <div> with implicit ARIA role \"generic\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "490f2c7ac9cf",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-03c44616"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<img id=\"\" title=\"Samen voorbereid - \" alt=\"Samen voorbereid - \" src=\"https://www.zelzate.be/data/news2/1221/1776428469-shape-website-1.png?1777961080\">",
            "message": "The <img> element has the id \"\" that is empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9e791ba964ef",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-eaab180d"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 title=\"Samen voorbereid\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p title=\"Zo vind je tijdens een noodsituatie snel de juiste info\" class=\"news-slide-description\">",
            "message": "Confirm this text 'Zo vind je tijdens een noodsituatie snel de juiste info' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" class=\"button\" href=\"https://www.zelzate.be/nl/nieuws/2026/4/21/samen-voorbereid\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<div tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"24\" style=\"width: 768px;\" aria-label=\"Drie weken nachtelijke sluitingen Zelzatetunnel voor herstellingen\" aria-roledescription=\"slide\" class=\"news-slide slick-slide slick-cloned\">",
            "message": "The ARIA attributes \"aria-roledescription, aria-label\" are not valid for the element <div> with implicit ARIA role \"generic\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bd8cde6616c8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-44967dfb"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<img id=\"\" title=\"Drie weken nachtelijke sluitingen Zelzatetunnel voor herstellingen - \" alt=\"Drie weken nachtelijke sluitingen Zelzatetunnel voor herstellingen - \" src=\"https://www.zelzate.be/data/news2/1209/1774946308-sized-img-8384j.JPG?1777961080\">",
            "message": "The <img> element has the id \"\" that is empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "82d3c917c8be",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-edb2d2f7"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 title=\"Drie weken nachtelijke sluitingen Zelzatetunnel voor herstellingen\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" class=\"button\" href=\"https://www.zelzate.be/nl/nieuws/2026/4/20/3-weken-nachtelijke-sluitingen-zelzatetunnel-voor-herstellingen\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<div tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"25\" style=\"width: 768px;\" aria-label=\"Kom naar het repair café én leer alles over Cambio\" aria-roledescription=\"slide\" class=\"news-slide slick-slide slick-cloned\">",
            "message": "The ARIA attributes \"aria-roledescription, aria-label\" are not valid for the element <div> with implicit ARIA role \"generic\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "990578f55448",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3b1c819e"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<img id=\"\" title=\"Kom naar het repair café én leer alles over Cambio - \" alt=\"Kom naar het repair café én leer alles over Cambio - \" src=\"https://www.zelzate.be/data/news2/1216/1775725696-repair-cafe-a3-facebook-omslagfoto-2.png?1777961080\">",
            "message": "The <img> element has the id \"\" that is empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ee5d867ee4ce",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3947f0f8"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 title=\"Kom naar het repair café én leer alles over Cambio\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p title=\"Dinsdag 19 mei om 18.30 uur in Cultuurhuis De Brug\" class=\"news-slide-description\">",
            "message": "Confirm this text 'Dinsdag 19 mei om 18.30 uur in Cultuurhuis De Brug' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" class=\"button\" href=\"https://www.zelzate.be/nl/nieuws/2026/4/17/laat-je-spullen-herstellen\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<div tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"26\" style=\"width: 768px;\" aria-label=\"De huisdierenpas: hulp voor je huisdier bij noodgevallen\" aria-roledescription=\"slide\" class=\"news-slide slick-slide slick-cloned\">",
            "message": "The ARIA attributes \"aria-roledescription, aria-label\" are not valid for the element <div> with implicit ARIA role \"generic\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4f81f4c7af42",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7485d2a8"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<img id=\"\" title=\"De huisdierenpas: hulp voor je huisdier bij noodgevallen - \" alt=\"De huisdierenpas: hulp voor je huisdier bij noodgevallen - \" src=\"https://www.zelzate.be/data/news2/1219/1776239219-img-4895.JPG?1777961080\">",
            "message": "The <img> element has the id \"\" that is empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5921424def32",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0826ddcc"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 title=\"De huisdierenpas: hulp voor je huisdier bij noodgevallen\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" class=\"button\" href=\"https://www.zelzate.be/nl/nieuws/2026/4/15/de-huisdierenpas-hulp-voor-je-huisdier-bij-noodgevallen\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<div tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"27\" style=\"width: 768px;\" aria-label=\"Vraag tijdig je reisdocumenten aan\" aria-roledescription=\"slide\" class=\"news-slide slick-slide slick-cloned\">",
            "message": "The ARIA attributes \"aria-roledescription, aria-label\" are not valid for the element <div> with implicit ARIA role \"generic\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8f73db40746a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6afef864"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<img id=\"\" title=\"Vraag tijdig je reisdocumenten aan - \" alt=\"Vraag tijdig je reisdocumenten aan - \" src=\"https://www.zelzate.be/data/news2/1215/1775650517-shape-website-3.png?1777961080\">",
            "message": "The <img> element has the id \"\" that is empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d272fd58c071",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-752e4c51"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 title=\"Vraag tijdig je reisdocumenten aan\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p title=\"Maak op tijd een afspraak!\" class=\"news-slide-description\">",
            "message": "Confirm this text 'Maak op tijd een afspraak!' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" class=\"button\" href=\"https://www.zelzate.be/nl/nieuws/2026/4/10/vraag-tijdig-je-paspoort-aan\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<div tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"28\" style=\"width: 768px;\" aria-label=\"Stop in mei met roken\" aria-roledescription=\"slide\" class=\"news-slide slick-slide slick-cloned\">",
            "message": "The ARIA attributes \"aria-roledescription, aria-label\" are not valid for the element <div> with implicit ARIA role \"generic\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "88ffa024ee01",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b04852fc"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<img id=\"\" title=\"Stop in mei met roken - \" alt=\"Stop in mei met roken - \" src=\"https://www.zelzate.be/data/news2/1217/1775655681-fb-fotos-7.png?1777961080\">",
            "message": "The <img> element has the id \"\" that is empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c10cdb24b816",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-38af0cb6"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 title=\"Stop in mei met roken\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" class=\"button\" href=\"https://www.zelzate.be/nl/nieuws/2026/4/10/stop-in-mei-met-roken\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<div tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"29\" style=\"width: 768px;\" aria-label=\"Wijnproeverij met een authentieke wijnboer\" aria-roledescription=\"slide\" class=\"news-slide slick-slide slick-cloned\">",
            "message": "The ARIA attributes \"aria-roledescription, aria-label\" are not valid for the element <div> with implicit ARIA role \"generic\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac32ec1675fd",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3078bb4a"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<img id=\"\" title=\"Wijnproeverij met een authentieke wijnboer - \" alt=\"Wijnproeverij met een authentieke wijnboer - \" src=\"https://www.zelzate.be/data/news2/1214/1775559034-fb-fotos-3.png?1777961080\">",
            "message": "The <img> element has the id \"\" that is empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "41ee55d12a9c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-453bf61c"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 title=\"Wijnproeverij met een authentieke wijnboer\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p title=\"Vrijdag 8 mei om 19.00 uur\" class=\"news-slide-description\">",
            "message": "Confirm this text 'Vrijdag 8 mei om 19.00 uur' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" class=\"button\" href=\"https://www.zelzate.be/nl/nieuws/2026/4/7/wijnproeverij-met-een-authentieke-wijnboer\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<div tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"30\" style=\"width: 768px;\" aria-label=\"Leidingwerken Farys starten op 13 april\" aria-roledescription=\"slide\" class=\"news-slide slick-slide slick-cloned\">",
            "message": "The ARIA attributes \"aria-roledescription, aria-label\" are not valid for the element <div> with implicit ARIA role \"generic\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac2991c591cc",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e07e8c20"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<img id=\"\" title=\"Leidingwerken Farys starten op 13 april - \" alt=\"Leidingwerken Farys starten op 13 april - \" src=\"https://www.zelzate.be/data/news2/1212/1775221641-wegenwerken.jpg?1777961080\">",
            "message": "The <img> element has the id \"\" that is empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5d83231a8bdf",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-af60ad5f"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 title=\"Leidingwerken Farys starten op 13 april\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" class=\"button\" href=\"https://www.zelzate.be/nl/nieuws/2026/4/6/leidingwerken-farys-starten-op-13-april\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<div tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"31\" style=\"width: 768px;\" aria-label=\"Enquête over de communicatie en het onthaal\" aria-roledescription=\"slide\" class=\"news-slide slick-slide slick-cloned\">",
            "message": "The ARIA attributes \"aria-roledescription, aria-label\" are not valid for the element <div> with implicit ARIA role \"generic\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a1fe22cf9f58",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-703c9321"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<img id=\"\" title=\"Enquête over de communicatie en het onthaal - \" alt=\"Enquête over de communicatie en het onthaal - \" src=\"https://www.zelzate.be/data/news2/1211/1775136425-poster-enquete-2.png?1777961080\">",
            "message": "The <img> element has the id \"\" that is empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "529b9aa41995",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-dfa1a0f5"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 title=\"Enquête over de communicatie en het onthaal\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p title=\"Geef nog tot 15 mei je mening!\" class=\"news-slide-description\">",
            "message": "Confirm this text 'Geef nog tot 15 mei je mening!' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" class=\"button\" href=\"https://www.zelzate.be/nl/nieuws/2026/4/3/enquete-over-de-communicatie-en-het-onthaal\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<div tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"32\" style=\"width: 768px;\" aria-label=\"Rioleringswerken Noodgemaal Denderdreve\" aria-roledescription=\"slide\" class=\"news-slide slick-slide slick-cloned\">",
            "message": "The ARIA attributes \"aria-roledescription, aria-label\" are not valid for the element <div> with implicit ARIA role \"generic\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c05b9263038d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-59277491"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<img id=\"\" title=\"Rioleringswerken Noodgemaal Denderdreve - \" alt=\"Rioleringswerken Noodgemaal Denderdreve - \" src=\"https://www.zelzate.be/data/news2/1213/1775223199-wegenwerken.jpg?1777961080\">",
            "message": "The <img> element has the id \"\" that is empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5801f41b138b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-96d19824"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 title=\"Rioleringswerken Noodgemaal Denderdreve\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p title=\"Vanaf 13 april in Poelstraat/Denderdreve\" class=\"news-slide-description\">",
            "message": "Confirm this text 'Vanaf 13 april in Poelstraat/Denderdreve' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" class=\"button\" href=\"https://www.zelzate.be/nl/nieuws/2026/4/3/rioleringswerken-noodgemaal-denderdreve\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<div tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"33\" style=\"width: 768px;\" aria-label=\"Word lid van het vrijwilligerskorps\" aria-roledescription=\"slide\" class=\"news-slide slick-slide slick-cloned\">",
            "message": "The ARIA attributes \"aria-roledescription, aria-label\" are not valid for the element <div> with implicit ARIA role \"generic\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "71d03edd7bc5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d89db364"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<img id=\"\" title=\"Word lid van het vrijwilligerskorps - \" alt=\"Word lid van het vrijwilligerskorps - \" src=\"https://www.zelzate.be/data/news2/1210/1775044330-pagina-9-vrijwilligerskorps.png?1777961080\">",
            "message": "The <img> element has the id \"\" that is empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "25f6982369f1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-97146f55"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 title=\"Word lid van het vrijwilligerskorps\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p title=\"Maak het verschil tijdens een nood- of crisissituatie\" class=\"news-slide-description\">",
            "message": "Confirm this text 'Maak het verschil tijdens een nood- of crisissituatie' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" class=\"button\" href=\"https://www.zelzate.be/nl/nieuws/2026/4/2/word-lid-van-het-vrijwilligerskorps\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<div tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"34\" style=\"width: 768px;\" aria-label=\"Tijdelijke watertappunten\" aria-roledescription=\"slide\" class=\"news-slide slick-slide slick-cloned\">",
            "message": "The ARIA attributes \"aria-roledescription, aria-label\" are not valid for the element <div> with implicit ARIA role \"generic\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "074ad3f861c8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-fa453c8a"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<img id=\"\" title=\"Tijdelijke watertappunten - \" alt=\"Tijdelijke watertappunten - \" src=\"https://www.zelzate.be/data/news2/1208/1774882344-shape-website.png?1777961080\">",
            "message": "The <img> element has the id \"\" that is empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f19e57da7f55",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ac4c9c65"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 title=\"Tijdelijke watertappunten\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p title=\"Technische dienst en buurthuis De Kastanje\" class=\"news-slide-description\">",
            "message": "Confirm this text 'Technische dienst en buurthuis De Kastanje' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" class=\"button\" href=\"https://www.zelzate.be/nl/nieuws/2026/3/30/tijdelijke-tappunten\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<div tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"35\" style=\"width: 768px;\" aria-label=\"Inschrijven voor de zwemlessen\" aria-roledescription=\"slide\" class=\"news-slide slick-slide slick-cloned\">",
            "message": "The ARIA attributes \"aria-roledescription, aria-label\" are not valid for the element <div> with implicit ARIA role \"generic\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d5039e6e1e60",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7123b101"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<img id=\"\" title=\"Inschrijven voor de zwemlessen - \" alt=\"Inschrijven voor de zwemlessen - \" src=\"https://www.zelzate.be/data/news2/1201/1773239676-shape-website-1.png?1777961080\">",
            "message": "The <img> element has the id \"\" that is empty",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 title=\"Inschrijven voor de zwemlessen\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p title=\"Je kan nu al inschrijven voor lessen in het najaar\" class=\"news-slide-description\">",
            "message": "Confirm this text 'Je kan nu al inschrijven voor lessen in het najaar' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" class=\"button\" href=\"https://www.zelzate.be/nl/nieuws/2026/3/12/inschrijven-voor-de-zwemlessen\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul style=\"display: block;\" role=\"tablist\" class=\"slick-dots\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2872f96a99df",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5708b2e2"
          },
          {
            "rule": "aria_keyboard_handler_exists",
            "xpath": null,
            "html": "<ul style=\"display: block;\" role=\"tablist\" class=\"slick-dots\">",
            "message": "Verify the <ul> element with \"tablist\" role has keyboard access",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fa01ecfa3ff3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2c901a65"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button aria-selected=\"true\" tabindex=\"0\" aria-label=\"1 of 18\" aria-controls=\"slick-slide00\" id=\"slick-slide-control00\" role=\"tab\" type=\"button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "59a7e2809749",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9df41a78"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button aria-selected=\"true\" tabindex=\"0\" aria-label=\"1 of 18\" aria-controls=\"slick-slide00\" id=\"slick-slide-control00\" role=\"tab\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #eeeeee. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "107c810c6d41",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-93fea7a6"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"2 of 18\" aria-controls=\"slick-slide01\" id=\"slick-slide-control01\" role=\"tab\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #eeeeee. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e7d9e12aeb36",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d915eb74"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"3 of 18\" aria-controls=\"slick-slide02\" id=\"slick-slide-control02\" role=\"tab\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #eeeeee. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "350728d80782",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-17a340e0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"4 of 18\" aria-controls=\"slick-slide03\" id=\"slick-slide-control03\" role=\"tab\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #eeeeee. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "05280668e63b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5988480d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"5 of 18\" aria-controls=\"slick-slide04\" id=\"slick-slide-control04\" role=\"tab\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #eeeeee. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "94964116a94a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ecd31bf1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"6 of 18\" aria-controls=\"slick-slide05\" id=\"slick-slide-control05\" role=\"tab\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #eeeeee. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "72e3196aa1fa",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2dce39c7"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"7 of 18\" aria-controls=\"slick-slide06\" id=\"slick-slide-control06\" role=\"tab\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #eeeeee. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e060844e5a24",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5ed5ade0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"8 of 18\" aria-controls=\"slick-slide07\" id=\"slick-slide-control07\" role=\"tab\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #eeeeee. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "56eee1cf4145",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-59ccf20c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"9 of 18\" aria-controls=\"slick-slide08\" id=\"slick-slide-control08\" role=\"tab\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #eeeeee. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5a770e869503",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a335884f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"10 of 18\" aria-controls=\"slick-slide09\" id=\"slick-slide-control09\" role=\"tab\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #eeeeee. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "101fc1a3a45e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-82153579"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"11 of 18\" aria-controls=\"slick-slide010\" id=\"slick-slide-control010\" role=\"tab\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #eeeeee. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e138bbcbfbb9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b15c6535"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"12 of 18\" aria-controls=\"slick-slide011\" id=\"slick-slide-control011\" role=\"tab\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #eeeeee. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "98b393f42a17",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-fa358bd3"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"13 of 18\" aria-controls=\"slick-slide012\" id=\"slick-slide-control012\" role=\"tab\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #eeeeee. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d7c1a9e052da",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-80727d02"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"14 of 18\" aria-controls=\"slick-slide013\" id=\"slick-slide-control013\" role=\"tab\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #eeeeee. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fb0f84f2afe1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5a2e8108"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"15 of 18\" aria-controls=\"slick-slide014\" id=\"slick-slide-control014\" role=\"tab\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #eeeeee. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dc84d6047b7e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-34c12fa5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"16 of 18\" aria-controls=\"slick-slide015\" id=\"slick-slide-control015\" role=\"tab\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #eeeeee. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "060ea044c0b1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9d4a2b0a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"17 of 18\" aria-controls=\"slick-slide016\" id=\"slick-slide-control016\" role=\"tab\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #eeeeee. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1e790b547c12",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ff8ac1a3"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"18 of 18\" aria-controls=\"slick-slide017\" id=\"slick-slide-control017\" role=\"tab\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #eeeeee. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "553805775bbc",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-71c08599"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div style=\"display: block;\" class=\"slick-arrow\" aria-label=\"Vorige nieuwsbericht\" id=\"news-slider-prev\">",
            "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": "efcb051d78f0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-fbf4b116"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<div style=\"display: block;\" class=\"slick-arrow\" aria-label=\"Vorige nieuwsbericht\" id=\"news-slider-prev\">",
            "message": "The ARIA attributes \"aria-label\" are not valid for the element <div> with implicit ARIA role \"generic\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "625421f28177",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c41cf370"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div style=\"display: block;\" class=\"slick-arrow\" aria-label=\"Volgende nieuwsbericht\" id=\"news-slider-next\">",
            "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": "fa52ed156b8d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-abde96ed"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<div style=\"display: block;\" class=\"slick-arrow\" aria-label=\"Volgende nieuwsbericht\" id=\"news-slider-next\">",
            "message": "The ARIA attributes \"aria-label\" are not valid for the element <div> with implicit ARIA role \"generic\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "584e37e4e38a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-751ebb16"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.zelzate.be/nl/nieuws\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "61eb9cf427d0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7bd479d0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.zelzate.be/nl/nieuws\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "db169f202d5a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e60b1bdc"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.zelzate.be/nl/nieuws\">",
            "message": "Text contrast of 3.83 with its background is less than the WCAG AA minimum requirements for text of size 14.4px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "61a69556ae4e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-37bc9247"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 title=\"\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "183787fd011b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-449d3276"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a title=\"Alle Diensten\" href=\"https://www.zelzate.be/nl/zelzate\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "84312dddac20",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2612bd56"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Alle Diensten\" href=\"https://www.zelzate.be/nl/zelzate\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7b69fd5c2c5f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-bcd652e9"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a title=\"Bedrijvengids\" href=\"https://www.zelzate.be/nl/bedrijvengids\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "242de6cd66a5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-622af742"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Bedrijvengids\" href=\"https://www.zelzate.be/nl/bedrijvengids\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "44af3810d107",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-704a1377"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a title=\"Buurthuis De Kastanje\" href=\"https://www.zelzate.be/nl/buurthuis-de-kastanje\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "70105c5ff5c9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-78c36159"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Buurthuis De Kastanje\" href=\"https://www.zelzate.be/nl/buurthuis-de-kastanje\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b75b25fefb8f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-daa45ecf"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a title=\"Cultuurhuis De Brug\" href=\"https://www.zelzate.be/nl/cultuurhuis-de-brug\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "415acfcd1171",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b0e4dd22"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Cultuurhuis De Brug\" href=\"https://www.zelzate.be/nl/cultuurhuis-de-brug\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e1e72f49c0fc",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f8a49564"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a title=\"Diensten en Openingsuren\" href=\"https://www.zelzate.be/nl/contact\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "74c866045887",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d320b625"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Diensten en Openingsuren\" href=\"https://www.zelzate.be/nl/contact\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "989c71f2b24f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-960e8fa7"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a title=\"E-loket\" href=\"https://www.zelzate.be/nl/e-loket\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "779e41f707c1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0cf40173"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"E-loket\" href=\"https://www.zelzate.be/nl/e-loket\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "20ade9eb9e75",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2a036d20"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a title=\"Infoblad ZoZelzate\" href=\"https://www.zelzate.be/nl/infoblad-zozelzate\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f48e849095e9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-78f55d8c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Infoblad ZoZelzate\" href=\"https://www.zelzate.be/nl/infoblad-zozelzate\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ad8a56e8d124",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-087f65ec"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a title=\"Uitpas\" href=\"https://www.zelzate.be/nl/uitpas\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6a3fbc21e46c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8157a2a2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Uitpas\" href=\"https://www.zelzate.be/nl/uitpas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c8958ae2bc10",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0d03a984"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a title=\"Vacatures\" href=\"https://www.zelzate.be/nl/werken-bij-ons\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "70010c556a83",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2d23b488"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Vacatures\" href=\"https://www.zelzate.be/nl/werken-bij-ons\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "81e724cfe66b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5ae51531"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a title=\"Verenigingengids\" href=\"https://www.zelzate.be/nl/verenigingengids\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c419841f2ea8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1531ce2f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Verenigingengids\" href=\"https://www.zelzate.be/nl/verenigingengids\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b7355f7dcc9a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b43e747d"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a title=\"Over Zelzate en bestuur - Alles over ons lokaal bestuur\" href=\"https://www.zelzate.be/nl/over-zelzate-en-bestuur\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ad11cc5a1c1d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0866a226"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Over Zelzate en bestuur - Alles over ons lokaal bestuur\" href=\"https://www.zelzate.be/nl/over-zelzate-en-bestuur\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "28f52c8098d8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f1504609"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img title=\"Over Zelzate en bestuur\" alt=\"\" src=\"https://www.zelzate.be/data/showcase/4/1516373096-img-3393.JPG?1777961080\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3bee6f88953e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7057346f"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Alles over ons lokaal bestuur' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "777abe81b736",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f2bf52aa"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a title=\"OCMW Zelzate - Klik hier om verder te gaan naar de website van OCMW Zelzate\" target=\"_blank\" href=\"https://www.zelzate.be/nl/ocmw\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "857498301edc",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-13f99a32"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"OCMW Zelzate - Klik hier om verder te gaan naar de website van OCMW Zelzate\" target=\"_blank\" href=\"https://www.zelzate.be/nl/ocmw\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac36efa1dc39",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3769390f"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img title=\"OCMW Zelzate\" alt=\"\" src=\"https://www.zelzate.be/data/showcase/142/1629117062-20210709-101630.jpg?1777961080\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "575bf67be0fa",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0a923539"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a title=\"A tot Z - Onze dienstverlening van A tot Z.\" href=\"https://www.zelzate.be/nl/producten\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "42fdc319e829",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-636bc117"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"A tot Z - Onze dienstverlening van A tot Z.\" href=\"https://www.zelzate.be/nl/producten\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9532042ece47",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f18a4b49"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img title=\"A tot Z\" alt=\"\" src=\"https://www.zelzate.be/data/showcase/16/1621416584-van-a-tot-z.jpg?1777961080\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da47d6d926f5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-16ae21b9"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a title=\"Livestream gemeenteraad en OCMW-raad - Hier kan je de gemeenteraad en OCMW-raad digitaal volgen\" href=\"https://www.zelzate.be/nl/livestream\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "889d7d7e75c1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-596d4467"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Livestream gemeenteraad en OCMW-raad - Hier kan je de gemeenteraad en OCMW-raad digitaal volgen\" href=\"https://www.zelzate.be/nl/livestream\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0990f4a711a9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d3aa5470"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img title=\"Livestream gemeenteraad en OCMW-raad\" alt=\"\" src=\"https://www.zelzate.be/data/showcase/244/1736165846-img-2887.JPG?1777961080\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b6ca0aff1649",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7c7aa35c"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Hier kan je de gemeenteraad en OCMW-raad digitaal volgen' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a title=\"alle diensten\" href=\"https://www.zelzate.be/nl/zelzate\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"alle diensten\" href=\"https://www.zelzate.be/nl/zelzate\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Alle diensten weergeven' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_contentinfo_misuse",
            "xpath": null,
            "html": "<footer id=\"footer\">",
            "message": "Element with \"contentinfo\" role is present without an element with \"main\" role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a04f1ada3303",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8d00d926"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Lokaal bestuur Zelzate' 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 'Grote Markt 1' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9908fe5499bf",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-94d3c6bd"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<br>",
            "message": "Confirm this text '9060 Zelzate' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<br>",
            "message": "Confirm this text 'Tel.: 09 353 42 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 'Ondernemingsnummer: 0207449346' 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 target=\"_blank\" alt=\"Facebook\" title=\"Facebook\" href=\"https://www.facebook.com/ZelzateGemeente/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "72841238fe08",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-14e98d23"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" alt=\"Instagram\" title=\"Instagram\" href=\"https://www.instagram.com/gemeente_zelzate/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "617ec92cbd2e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d9198db5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Diensten en Openingsuren: Alle (contact)info over de diensten van de gemeente Zelzate.\" href=\"https://www.zelzate.be/nl/contact\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "92e06b0181e0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-84ca869d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Zelzaatse kadobon: Alle info over de Zelzaatse kadobon\" href=\"https://www.zelzate.be/nl/lokale-economie/zelzaatse-kadobon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a78629c114bb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-34db8a6a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Vacatures: Bekijk onze huidige vacatures.\" href=\"https://www.zelzate.be/nl/werken-bij-ons\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aade871cf7b8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-de9c9005"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"E-loket: Op dit digitaal loket of e-loket kan je van thuis uit heel wat administratieve zaken online regelen.\" href=\"https://www.zelzate.be/nl/e-loket\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4470b978a293",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0799faaa"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Afspraak maken: Maak een afspraak met een van onze diensten\" href=\"https://www.zelzate.be/nl/afspraak-maken\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "97e531942995",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b7edddee"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Lokaal bestuur Zelzate - Privacy\" href=\"https://www.zelzate.be/nl/privacy\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "89c9ac585af8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8832339a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Lokaal bestuur Zelzate - Privacy\" href=\"https://www.zelzate.be/nl/privacy\">",
            "message": "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": "9d380ce6df7e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-bea0092a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Verklaring over cookies\" href=\"https://www.zelzate.be/nl/cookie-statement\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ad45cb27a3e9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ecebb729"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Verklaring over cookies\" href=\"https://www.zelzate.be/nl/cookie-statement\">",
            "message": "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": "cec41dbfcb83",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-34a672fe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Lokaal bestuur Zelzate - Disclaimer\" href=\"https://www.zelzate.be/nl/disclaimer\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "468158cfd1f5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2ebd90cd"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Lokaal bestuur Zelzate - Disclaimer\" href=\"https://www.zelzate.be/nl/disclaimer\">",
            "message": "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": "d1649c808c73",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6ac8a888"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.zelzate.be/nl/toegankelijkheidsverklaring\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a2dd21128916",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e86e0b0b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.zelzate.be/nl/toegankelijkheidsverklaring\">",
            "message": "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": "409a05d0c77a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-627940d4"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Lokaal bestuur Zelzate - Sitemap\" href=\"https://www.zelzate.be/nl/sitemap\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "22f02aa84c6c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-561bb3aa"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Lokaal bestuur Zelzate - Sitemap\" href=\"https://www.zelzate.be/nl/sitemap\">",
            "message": "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": "dab6703abac0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-96d9b4a4"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"webrand\" title=\"WEBRAND doet 360°-marketing en voorziet de hulpmiddelen die een merk nodig heeft om zijn brand identity te kunnen uitbouwen.<br /><br />WEBRAND spitst zich toe op alle facetten van branding: marktonderzoek, grafische huisstijlen, advertentiecampagnes voor alle denkbare media, websites, e-commerce en zoveel meer.<br /><br />WEBRAND vertelt het verhaal van uw merk, aangepast aan de noden van uw onderneming.\" target=\"_blank\" href=\"https://www.webrand.be\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "247cf5e871a7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b517b56b"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf7bf3248275",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a86234de"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"more\" title=\"Verklaring over cookies\" href=\"https://www.zelzate.be/nl/cookie-statement\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f8b06a77e0ed",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1b6e1e5a"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"more\" title=\"Verklaring over cookies\" href=\"https://www.zelzate.be/nl/cookie-statement\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f0f61912710c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5d141021"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"more\" title=\"Verklaring over cookies\" href=\"https://www.zelzate.be/nl/cookie-statement\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b5161a8d2264",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f469fe89"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"more\" title=\"Verklaring over cookies\" href=\"https://www.zelzate.be/nl/cookie-statement\">",
            "message": "Text contrast of 4.41 with its background is less than the WCAG AA minimum requirements for text of size 14.4px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "50f34dec90cf",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3727abae"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"more\" title=\"Privacy\" href=\"https://www.zelzate.be/nl/privacy\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cb2ad8b24115",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e602633d"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"more\" title=\"Privacy\" href=\"https://www.zelzate.be/nl/privacy\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5bbead008b3b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-14845454"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"more\" title=\"Privacy\" href=\"https://www.zelzate.be/nl/privacy\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6783c1bd817e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d9f78a1a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"more\" title=\"Privacy\" href=\"https://www.zelzate.be/nl/privacy\">",
            "message": "Text contrast of 4.41 with its background is less than the WCAG AA minimum requirements for text of size 14.4px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "76e680781f56",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f45ee111"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a title=\"Accepteren\" id=\"accept-cookie\" href=\"#\" class=\"button green\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "be1f2a6090b9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-673f012f"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"Accepteren\" id=\"accept-cookie\" href=\"#\" class=\"button green\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0b1e4819c1ea",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-de04a357"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"Afwijzen\" id=\"decline-cookie\" href=\"#\" class=\"button red\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "31bd11bfe490",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f749897c"
          }
        ],
        "outcomeCount": 3969,
        "uniqueFailedCount": 226,
        "duplicateFailedCount": 64,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 64
    },
    {
      "submittedUrl": "https://www.zottegem.be/",
      "finalUrl": "https://www.zottegem.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Stad Zottegem | Stad Zottegem",
      "elapsedMs": 21006,
      "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": 62,
          "cantTell": 19,
          "inapplicable": 49
        },
        "failedRules": [
          "color-contrast",
          "heading-order",
          "html-has-lang",
          "image-alt",
          "image-redundant-alt",
          "meta-viewport",
          "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",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-one-main",
          "link-name",
          "list",
          "listitem",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "scrollable-region-focusable",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#cookieconsent\\:desc",
            "html": "<span id=\"cookieconsent:desc\" class=\"cc-message\">",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.87 (foreground color: #ffffff, background color: #01a5d1, font size: 10.8pt (14.4px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".cc-window"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3cee405b063c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4d0afae1"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#btnCustomize",
            "html": "<button id=\"btnCustomize\" type=\"button\" class=\"btn-modal is-btn is-btn-ghost3 is-upper is-rounded-30 is-btn-xsmall\" data-toggle=\"modal\" data-target=\"#myModal\">Stel je voorkeuren in</button>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.87 (foreground color: #ffffff, background color: #01a5d1, font size: 8.1pt (10.8px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#btnCustomize"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ec4784f2799",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-402a1b23"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#btnAcceptAll0",
            "html": "<button id=\"btnAcceptAll0\" onclick=\"submitCookie()\" aria-label=\"allow cookies\" role=\"button\" tabindex=\"0\" class=\"is-btn is-btn-ghost3 is-upper is-rounded-30 is-btn-xsmall\">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.87 (foreground color: #ffffff, background color: #01a5d1, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#btnAcceptAll0"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e71c9d2cb9b9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-dc48b323"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#divMenuText",
            "html": "<p id=\"divMenuText\">Menu</p>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.87 (foreground color: #ffffff, background color: #01a5d1, font size: 15.6pt (20.8px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".toggle-box"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "122742f6a92b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-19eae3d7"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[title=\"Openingsuren\"] > h5",
            "html": "<h5>Openingsuren <br>en contact</h5>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.87 (foreground color: #01a5d1, background color: #ffffff, font size: 15.6pt (20.8px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".sect1.is-bg-light.sect2"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "66d661dc5427",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-77c90ae3"
          },
          {
            "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 & Aanvragen\"] > h5",
            "html": "<h5>E-loket <br>en aanvragen</h5>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.87 (foreground color: #01a5d1, background color: #ffffff, font size: 15.6pt (20.8px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".sect1.is-bg-light.sect2"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "56b34568c72a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8682a9a3"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".mdl-cell--3-col.center[data-keeper-edited=\"yes\"]:nth-child(3) > a[title=\"Meldingen\"][target=\"_blank\"] > h5",
            "html": "<h5>Een probleem <br>melden</h5>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.87 (foreground color: #01a5d1, background color: #ffffff, font size: 15.6pt (20.8px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".sect1.is-bg-light.sect2"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9672724388ca",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8415dae0"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".mainnav.mdl-grid:nth-child(1) > .mdl-cell--3-col.center[data-keeper-edited=\"yes\"]:nth-child(4) > a[title=\"Maak een afspraak\"] > h5",
            "html": "<h5>Maak <br>een afspraak</h5>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.87 (foreground color: #01a5d1, background color: #ffffff, font size: 15.6pt (20.8px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".sect1.is-bg-light.sect2"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ca5133bcac43",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1e5cd694"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[title=\" Ontmoetingscentrum (OC) huren\"] > b",
            "html": "<b>Een zaal<br>reserveren</b>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.87 (foreground color: #01a5d1, background color: #ffffff, font size: 15.6pt (20.8px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".sect1.is-bg-light.sect2"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c2d0042c5b7c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e2897334"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[title=\"Vacatures\"] > h5",
            "html": "<h5>Vacatures</h5>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.87 (foreground color: #01a5d1, background color: #ffffff, font size: 15.6pt (20.8px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".sect1.is-bg-light.sect2"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7164c169de4d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-72d137c8"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".mainnav.mdl-grid:nth-child(2) > .mdl-cell--3-col.center.mdl-cell:nth-child(3) > a[title=\"Meldingen\"][target=\"_blank\"] > h5",
            "html": "<h5>UIT-kalender</h5>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.87 (foreground color: #01a5d1, background color: #ffffff, font size: 15.6pt (20.8px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".sect1.is-bg-light.sect2"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef1f6bcc29c5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ff9a96eb"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"visit-zottegem.be\"] > h5",
            "html": "<h5>Bezoek<br>Zottegem</h5>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.87 (foreground color: #01a5d1, background color: #ffffff, font size: 15.6pt (20.8px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".sect1.is-bg-light.sect2"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3435c1321520",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5be9db98"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".mdl-cell--4-col.mdl-cell[data-keeper-edited=\"yes\"] > h2",
            "html": "<h2>Stad Zottegem</h2>",
            "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: #01a5d1, background color: #f2f2f2, font size: 22.8pt (30.4px), font weight: normal). Expected contrast ratio of 3:1",
            "relatedPaths": [
              ".maincontact"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f5c3ddc33e76",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-86f601c9"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[title=\"callto:09 364 65 00\"]",
            "html": "<a href=\"callto:09 364 65 00\" title=\"callto:09 364 65 00\">09 364 65 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.56 (foreground color: #01a5d1, background color: #f2f2f2, font size: 15.6pt (20.8px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".maincontact"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "72e2a4bb5e7a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-628df13d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"mailto: info@zottegem.be\"]",
            "html": "<a href=\"mailto: info@zottegem.be\" title=\"callto:09 364 65 00mailto: info@zottegem\" style=\"font-weight: 400;\">info@zottegem.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.56 (foreground color: #01a5d1, background color: #f2f2f2, font size: 15.6pt (20.8px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".maincontact"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cd3b711b581a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-534603fc"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".mdl-cell--6-col > .bottomlinks > a[target=\"_blank\"]",
            "html": "<a title=\"callto:09 364 65 00contactgegevens-en-openingsuren\" href=\"http://zottegem.be/over-zottegem-en-haar-bestuur/contactgegevens-en-openingsuren.aspx\" target=\"_blank\" style=\"font-weight: 400;\">Klik hier voor contactgegevens 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 2.56 (foreground color: #01a5d1, background color: #f2f2f2, font size: 15.6pt (20.8px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".maincontact"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "96f365c024fd",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f4fafa81"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".display > h1",
            "html": "<h1 style=\"text-align: center; \">Activiteiten in de kijker</h1>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.87 (foreground color: #01a5d1, background color: #ffffff, font size: 36.0pt (48px), font weight: bold). Expected contrast ratio of 3:1",
            "relatedPaths": [
              ".is-bg-light.is-section-50.sect3"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "03189311b8a4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-bed525bd"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".mdl-cell--4-col.mdl-cell[data-keeper-edited=\"yes\"]:nth-child(1) > .size-18",
            "html": "<p class=\"size-18\" style=\"color: rgb(136, 136, 136);\"><i style=\"color: rgb(136, 136, 136);\" class=\"icon ion-android-calendar\"></i>&nbsp; Zondag 19 april<br><i style=\"color: rgb(136, 136, 136);\" class=\"icon ion-android-pin\"></i>&nbsp; Hemelrijkstraat (Bevegemse Vijvers)</p>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".is-bg-light.is-section-50.sect3"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "000892de2f79",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a4c78016"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".mdl-cell--4-col.mdl-cell[data-keeper-edited=\"yes\"]:nth-child(2) > .size-18",
            "html": "<p class=\"size-18\" style=\"color: rgb(136, 136, 136);\"><i style=\"color: rgb(136, 136, 136);\" class=\"icon ion-android-calendar\"></i>&nbsp; Zaterdag 23 mei<br><i style=\"color: rgb(136, 136, 136);\" class=\"icon ion-android-pin\"></i>&nbsp; Bibliotheek Zottegem</p>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".is-bg-light.is-section-50.sect3"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "422b8f1eb2fd",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d927f8cf"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".mdl-cell--4-col.mdl-cell[data-keeper-edited=\"yes\"]:nth-child(3) > .size-18",
            "html": "<p class=\"size-18\" style=\"color: rgb(136, 136, 136);\"><i style=\"color: rgb(136, 136, 136);\" class=\"icon ion-android-calendar\"></i>&nbsp; 23 - 26 mei<br><i style=\"color: rgb(136, 136, 136);\" class=\"icon ion-android-pin\"></i>&nbsp; Centrum Zottegem</p>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".is-bg-light.is-section-50.sect3"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d7b95c0b1e4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3a888a0a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[title=\"Aanvragen en meldingen\"] > h2",
            "html": "<h2 class=\"mt size-21\">Aanvragen en meldingen</h2>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.87 (foreground color: #ffffff, background color: #01a5d1, font size: 15.8pt (21px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".mainmenu"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bda50e098db2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-cbc968bb"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[title=\"Burgerzaken\"] > h2",
            "html": "<h2 class=\"mt size-21\">Burgerzaken</h2>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.87 (foreground color: #ffffff, background color: #01a5d1, font size: 15.8pt (21px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".mainmenu"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "957fe0e4b617",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-eeb16731"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[title=\"Over Zottegem en haar bestuur\"] > h2",
            "html": "<h2 class=\"mt size-21\">Over Zottegem en haar bestuur</h2>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.87 (foreground color: #ffffff, background color: #01a5d1, font size: 15.8pt (21px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".mainmenu"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf271c54f799",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6feaeaad"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[title=\"Economie en werken\"] > h2",
            "html": "<h2 class=\"mt size-21\">Economie en werken</h2>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.87 (foreground color: #ffffff, background color: #01a5d1, font size: 15.8pt (21px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".mainmenu"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3eb5051d1008",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2a837476"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[title=\"Cultuur, sport en vrije tijd\"] > h2",
            "html": "<h2 class=\"mt size-21\">Cultuur, sport en vrije tijd</h2>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.87 (foreground color: #ffffff, background color: #01a5d1, font size: 15.8pt (21px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".mainmenu"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6dac10d58548",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ce35173b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[title=\"Welzijn en onderwijs\"] > h2",
            "html": "<h2 class=\"mt size-21\">Welzijn en onderwijs</h2>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.87 (foreground color: #ffffff, background color: #01a5d1, font size: 15.8pt (21px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".mainmenu"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f0c21bf7dc5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d1a0f620"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[title=\"Natuur en milieu\"] > h2",
            "html": "<h2 class=\"mt size-21\">Natuur en milieu</h2>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.87 (foreground color: #ffffff, background color: #01a5d1, font size: 15.8pt (21px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".mainmenu"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "472f61fc8acf",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d757455b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[title=\"Wonen en (ver)bouwen\"] > h2",
            "html": "<h2 class=\"mt size-21\">Wonen en (ver)bouwen</h2>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.87 (foreground color: #ffffff, background color: #01a5d1, font size: 15.8pt (21px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".mainmenu"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2559f49f2279",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9f414feb"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[title=\"Mobiliteit en openbare werken\"] > h2",
            "html": "<h2 class=\"mt size-21\">Mobiliteit en openbare werken</h2>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.87 (foreground color: #ffffff, background color: #01a5d1, font size: 15.8pt (21px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".mainmenu"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9238fa4db63b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-168b416e"
          },
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "a[title=\"Openingsuren\"] > h5",
            "html": "<h5>Openingsuren <br>en contact</h5>",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "492506300b2d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-94480890"
          },
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".mdl-cell--4-col.mdl-cell[data-keeper-edited=\"yes\"]:nth-child(1) > h3",
            "html": "<h3 class=\"size-21\">Openspelendag</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": "0ab1a954259c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b0980107"
          },
          {
            "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 class=\"skrollr skrollr-desktop mdl-js\">",
            "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": "5d8afa99b709",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9a2136ae"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[title=\"Aanvragen en meldingen\"] > .mtimg",
            "html": "<img src=\"/resources/site1/General/huisstijl/corner_v2.png\" class=\"mtimg\">",
            "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": "044a629269f3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-cd8c1d8e"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[title=\"Burgerzaken\"] > .mtimg",
            "html": "<img src=\"/resources/site1/General/huisstijl/corner_v2.png\" class=\"mtimg\">",
            "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": "f5d56aaf3049",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1c837e64"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[title=\"Over Zottegem en haar bestuur\"] > .mtimg",
            "html": "<img src=\"/resources/site1/General/huisstijl/corner_v2.png\" class=\"mtimg\">",
            "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": "811f33dcc071",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e60367c1"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[title=\"Economie en werken\"] > .mtimg",
            "html": "<img src=\"/resources/site1/General/huisstijl/corner_v2.png\" class=\"mtimg\">",
            "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": "1858a1512be5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-935b0a8b"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[title=\"Cultuur, sport en vrije tijd\"] > .mtimg",
            "html": "<img src=\"/resources/site1/General/huisstijl/corner_v2.png\" class=\"mtimg\">",
            "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": "a2295dd8783e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7fd57cf0"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[title=\"Welzijn en onderwijs\"] > .mtimg",
            "html": "<img src=\"/resources/site1/General/huisstijl/corner_v2.png\" class=\"mtimg\">",
            "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": "b2cabbdad003",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-865dfd3f"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[title=\"Natuur en milieu\"] > .mtimg",
            "html": "<img src=\"/resources/site1/General/huisstijl/corner_v2.png\" class=\"mtimg\">",
            "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": "f25123125cd1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-bb5b303a"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[title=\"Wonen en (ver)bouwen\"] > .mtimg",
            "html": "<img src=\"/resources/site1/General/huisstijl/corner_v2.png\" class=\"mtimg\">",
            "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": "8c048629a817",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-745f9e5e"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a[title=\"Mobiliteit en openbare werken\"] > .mtimg",
            "html": "<img src=\"/resources/site1/General/huisstijl/corner_v2.png\" class=\"mtimg\">",
            "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": "ff4e0dec82a1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f86f639b"
          },
          {
            "rule": "image-redundant-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-redundant-alt?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "img[alt=\"Aanvragen en meldingen\"]",
            "html": "<img alt=\"Aanvragen en meldingen\" src=\"resources/internal/file_views_listing/61/26_Aanvragen-meldingen_.jpg\" style=\"margin-bottom:20px\">",
            "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": "0db09601e9ba",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-60d185bc"
          },
          {
            "rule": "image-redundant-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-redundant-alt?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "img[alt=\"Burgerzaken\"]",
            "html": "<img alt=\"Burgerzaken\" src=\"resources/internal/file_views_listing/3210/1_13_burgerzaken__.jpg\" style=\"margin-bottom:20px\">",
            "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": "e2fc43e6f21b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a4794e2a"
          },
          {
            "rule": "image-redundant-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-redundant-alt?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "img[alt=\"Over Zottegem en haar bestuur\"]",
            "html": "<img alt=\"Over Zottegem en haar bestuur\" src=\"resources/internal/file_views_listing/62/17_Over-zottegem-en-haar-bestuur_.jpg\" style=\"margin-bottom:20px\">",
            "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": "a849003d70c7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0ccf2b9b"
          },
          {
            "rule": "image-redundant-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-redundant-alt?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "img[alt=\"Economie en werken\"]",
            "html": "<img alt=\"Economie en werken\" src=\"resources/internal/file_views_listing/64/13_Economie-en-werken_.jpg\" style=\"margin-bottom:20px\">",
            "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": "0a80bf044e16",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-95b79205"
          },
          {
            "rule": "image-redundant-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-redundant-alt?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "img[alt=\"Cultuur, sport en vrije tijd\"]",
            "html": "<img alt=\"Cultuur, sport en vrije tijd\" src=\"resources/internal/file_views_listing/65/16_Cultuut-sport-en-vrije-tijd_.jpg\" style=\"margin-bottom:20px\">",
            "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": "b98013e55afc",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d46e013d"
          },
          {
            "rule": "image-redundant-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-redundant-alt?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "img[alt=\"Welzijn en onderwijs\"]",
            "html": "<img alt=\"Welzijn en onderwijs\" src=\"resources/internal/file_views_listing/66/14_Welzijn-en-onderwijs_.jpg\" style=\"margin-bottom:20px\">",
            "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": "9e980fd20198",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9956436b"
          },
          {
            "rule": "image-redundant-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-redundant-alt?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "img[alt=\"Natuur en milieu\"]",
            "html": "<img alt=\"Natuur en milieu\" src=\"resources/internal/file_views_listing/67/10_Natuur-en-milieu_.jpg\" style=\"margin-bottom:20px\">",
            "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": "22e32648479f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-093f5be8"
          },
          {
            "rule": "image-redundant-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-redundant-alt?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "img[alt=\"Wonen en (ver)bouwen\"]",
            "html": "<img alt=\"Wonen en (ver)bouwen\" src=\"resources/internal/file_views_listing/68/6_wonen-en-verbouwen_.jpg\" style=\"margin-bottom:20px\">",
            "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": "08f3dc145c2e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-61e1bdc5"
          },
          {
            "rule": "image-redundant-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-redundant-alt?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "img[alt=\"Mobiliteit en openbare werken\"]",
            "html": "<img alt=\"Mobiliteit en openbare werken\" src=\"resources/internal/file_views_listing/69/5_Mobiliteit-en-openbare-werken_.jpg\" style=\"margin-bottom:20px\">",
            "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": "770f029c6508",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a73f9be3"
          },
          {
            "rule": "meta-viewport",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/meta-viewport?application=playwright",
            "impact": "moderate",
            "wcagSc": [
              "wcag2aa",
              "wcag144"
            ],
            "xpath": "meta[name=\"viewport\"]",
            "html": "<meta name=\"viewport\" content=\"width=device-width, maximum-scale=1.0, minimum-scale=1.0, initial-scale=1.0\">",
            "message": "Zooming and scaling must not be disabled",
            "fixSummary": "Fix any of the following:\n  maximum-scale on <meta> tag disables zooming on mobile devices",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2dcdeffe37fa",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-98527d57"
          },
          {
            "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": "b2f07cac2008",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c1791208"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".is-topbar-logo",
            "html": "<div class=\"is-topbar-logo\">\n<a class=\"is-logo-link\" href=\"default.aspx\" title=\"\"><img class=\"is-photo-profile\" src=\"resources%2ftemplates%2f46%2feKDkz161158.png\" alt=\"SiteName\"></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": "0587e8430cbf",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-57a767bd"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".toggle-box",
            "html": "<div class=\"toggle-box\"><a id=\"is-menu-toggle\" href=\"javascript:void(0)\" title=\"Menu\"><span class=\"line line-1\"></span><span class=\"line line-2\"></span><span class=\"line line-3\"></span><div class=\"toggle-box2\"><p id=\"divMenuText\">Menu</p></div></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": "8c9b551b5945",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e3512e99"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".is-menu",
            "html": "<div class=\"is-menu\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "db3d9f629e60",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-54a18b2e"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".display2 > h1",
            "html": "<h1>Waar ben je naar op zoek?</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": "498b251d24a9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f4f7c09a"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".search3 > .input.ui.left",
            "html": "<div class=\"ui left icon input\"><input id=\"txtSearch2\" class=\"prompt textbox custom_txtSearch\" autocomplete=\"off\" type=\"text\" placeholder=\"Wat wil je vinden in Zottegem?\"><i class=\"icon ion-ios-search-strong custom_icon\"></i></div>",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f6a23940c70a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7728b3b4"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".sect1.is-bg-light.sect2",
            "html": "<div class=\"is-section is-box sect1 is-content-top is-section-20 is-bg-light sect2\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3de0b3eb5559",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-da49f2eb"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".sect2.sect3.is-section-20",
            "html": "<div class=\"is-section is-box is-section-20 sect2 sect3\" style=\"background-color: rgb(253, 219, 24);\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "91d345071131",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-50d2ab86"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".is-bg-light.is-section-50.sect3",
            "html": "<div class=\"is-section is-box is-bg-light is-dark-text is-content-top is-section-50 sect3 sect4\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c1e342a1b3cc",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3ce51017"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".mainmenu",
            "html": "<div class=\"is-section is-box is-light-text is-section-50 sect4 mainmenu sect5\" style=\"background-color: rgb(1, 165, 209);\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b45389eedba2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-07091c16"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#footer",
            "html": "<div id=\"footer\" runat=\"server\" class=\"is-section is-section-auto is-box is-section-20 is-bg-dark is-light-text sect0\" style=\"background: #01a5d1 url('/resources/site1/General/huisstijl/embl_bg2.png') no-repeat top left;background-size:8%\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0e918deff6d0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-da6cc5c3"
          }
        ],
        "outcomeCount": 837,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 62
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2436,
          "failed": 99,
          "cantTell": 49,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_role_redundant",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "html_lang_exists",
          "img_alt_redundant",
          "img_alt_valid",
          "input_label_visible",
          "label_name_visible",
          "style_background_decorative",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "html_lang_exists",
            "xpath": null,
            "html": "<html class=\"skrollr skrollr-desktop mdl-js\">",
            "message": "Page detected as HTML, but does not have a 'lang' attribute",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4154064a5184",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0b102ec0"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"/assets/frameworks/mdl/material.min.css\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f014f9574614",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a8063769"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"/assets/frameworks/mdl/material.min.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": "bcb63731106b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-15468571"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"cc-message\" id=\"cookieconsent:desc\">",
            "message": "Text contrast of 1.03 with its background is less than the WCAG AA minimum requirements for text of size 14.4px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "25a1642bd4d9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4c7d98d3"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<button data-target=\"#myModal\" data-toggle=\"modal\" class=\"btn-modal is-btn is-btn-ghost3 is-upper is-rounded-30 is-btn-xsmall\" type=\"button\" id=\"btnCustomize\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b6edead7ce02",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-34c292b4"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button data-target=\"#myModal\" data-toggle=\"modal\" class=\"btn-modal is-btn is-btn-ghost3 is-upper is-rounded-30 is-btn-xsmall\" type=\"button\" id=\"btnCustomize\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3c5077745161",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4656c7e3"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button data-target=\"#myModal\" data-toggle=\"modal\" class=\"btn-modal is-btn is-btn-ghost3 is-upper is-rounded-30 is-btn-xsmall\" type=\"button\" id=\"btnCustomize\">",
            "message": "Text contrast of 1.01 with its background is less than the WCAG AA minimum requirements for text of size 11.9694px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cbd845b997a3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-af263df5"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<button class=\"is-btn is-btn-ghost3 is-upper is-rounded-30 is-btn-xsmall\" tabindex=\"0\" role=\"button\" aria-label=\"allow cookies\" onclick=\"submitCookie()\" id=\"btnAcceptAll0\">",
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b69e1809761d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-68a3a866"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<button class=\"is-btn is-btn-ghost3 is-upper is-rounded-30 is-btn-xsmall\" tabindex=\"0\" role=\"button\" aria-label=\"allow cookies\" onclick=\"submitCookie()\" id=\"btnAcceptAll0\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c19e7e3e199a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-72d724b7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button class=\"is-btn is-btn-ghost3 is-upper is-rounded-30 is-btn-xsmall\" tabindex=\"0\" role=\"button\" aria-label=\"allow cookies\" onclick=\"submitCookie()\" id=\"btnAcceptAll0\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d8fd6567867a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-60b91344"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button class=\"is-btn is-btn-ghost3 is-upper is-rounded-30 is-btn-xsmall\" tabindex=\"0\" role=\"button\" aria-label=\"allow cookies\" onclick=\"submitCookie()\" id=\"btnAcceptAll0\">",
            "message": "Text contrast of 1.03 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f5bbc0b9863",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-453683b1"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<button class=\"is-btn is-btn-ghost3 is-upper is-rounded-30 is-btn-xsmall\" tabindex=\"0\" role=\"button\" aria-label=\"allow cookies\" onclick=\"submitCookie()\" id=\"btnAcceptAll0\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c824204bd46",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ee156b43"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"\" href=\"default.aspx\" class=\"is-logo-link\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "59caec849319",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9efdda5e"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"toggle-box2\">",
            "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": "46ca9dfe4a24",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-34072cf3"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p id=\"divMenuText\">",
            "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": "dd432e905b3c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ed4cfaeb"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p id=\"divMenuText\">",
            "message": "Text contrast of 2.88 with its background is less than the WCAG AA minimum requirements for text of size 20.8px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d84de4d2d2c6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-028cf667"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h1>",
            "message": "Verify the contrast ratio of the text with shadow meets the WCAG AA minimum requirements for text of size 40px and weight of 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf0d7b90bca6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4568b000"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input placeholder=\"Wat wil je vinden in Zottegem?\" type=\"text\" autocomplete=\"off\" class=\"prompt textbox custom_txtSearch\" id=\"txtSearch2\">",
            "message": "The ‘placeholder’ is the only visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0f7cc1c9d984",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f502a1b7"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h5>",
            "message": "Text contrast of 2.88 with its background is less than the WCAG AA minimum requirements for text of size 20.8px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "65f6f5be3243",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e46d84af"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<br>",
            "message": "Confirm this text 'en contact' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5772d35bbcbe",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-94d3c6bd"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h5>",
            "message": "Text contrast of 2.88 with its background is less than the WCAG AA minimum requirements for text of size 20.8px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<br>",
            "message": "Confirm this text 'en 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": "<h5>",
            "message": "Text contrast of 2.88 with its background is less than the WCAG AA minimum requirements for text of size 20.8px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<br>",
            "message": "Confirm this text '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": "<h5>",
            "message": "Text contrast of 2.88 with its background is less than the WCAG AA minimum requirements for text of size 20.8px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<br>",
            "message": "Confirm this text 'een afspraak' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\" Ontmoetingscentrum (OC) huren\" href=\"/in-de-kijker/ontmoetingscentrum-huren.aspx\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d7cd904755db",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6cca85b0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<b>",
            "message": "Text contrast of 2.88 with its background is less than the WCAG AA minimum requirements for text of size 20.8px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d4ba541c4efb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b7dd618a"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<br>",
            "message": "Confirm this text 'reserveren' 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": "<h5>",
            "message": "Text contrast of 2.88 with its background is less than the WCAG AA minimum requirements for text of size 20.8px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h5>",
            "message": "Text contrast of 2.88 with its background is less than the WCAG AA minimum requirements for text of size 20.8px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h5>",
            "message": "Text contrast of 2.88 with its background is less than the WCAG AA minimum requirements for text of size 20.8px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<br>",
            "message": "Confirm this text 'Zottegem' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2>",
            "message": "Text contrast of 2.57 with its background is less than the WCAG AA minimum requirements for text of size 27.68px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3fb2268347e3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9c97642b"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Gustaaf Schockaertstraat 7' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f76a3e0c2705",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f2bf52aa"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<br>",
            "message": "Confirm this text '9620 Zottegem' 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=\"callto:09 364 65 00\" href=\"callto:09 364 65 00\">",
            "message": "Text contrast of 2.57 with its background is less than the WCAG AA minimum requirements for text of size 20.8px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c7655d9a5612",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7079f790"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a style=\"font-weight: 400;\" title=\"callto:09 364 65 00mailto: info@zottegem\" href=\"mailto: info@zottegem.be\">",
            "message": "Text contrast of 2.57 with its background is less than the WCAG AA minimum requirements for text of size 20.8px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f5e981b438ff",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3f7ba13c"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e98b321674db",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f459bb78"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a style=\"font-weight: 400;\" target=\"_blank\" href=\"http://zottegem.be/over-zottegem-en-haar-bestuur/contactgegevens-en-openingsuren.aspx\" title=\"callto:09 364 65 00contactgegevens-en-openingsuren\">",
            "message": "Text contrast of 2.57 with its background is less than the WCAG AA minimum requirements for text of size 20.8px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5e4aa18ba18b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-930caa69"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h1 style=\"text-align: center; \">",
            "message": "Text contrast of 2.88 with its background is less than the WCAG AA minimum requirements for text of size 35.2px and weight of 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "82401477f971",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-cb8fb4f3"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p style=\"color: rgb(136, 136, 136);\" class=\"size-18\">",
            "message": "Confirm this text 'Zondag 19 april' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e04d0ceaf52c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-deb00af9"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p style=\"color: rgb(136, 136, 136);\" class=\"size-18\">",
            "message": "Text contrast of 3.54 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": "ad922a484f2d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-23833c9b"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<br>",
            "message": "Confirm this text 'Hemelrijkstraat (Bevegemse Vijvers)' 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 style=\"color: rgb(136, 136, 136);\" class=\"size-18\">",
            "message": "Confirm this text 'Zaterdag 23 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": "<p style=\"color: rgb(136, 136, 136);\" class=\"size-18\">",
            "message": "Text contrast of 3.54 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": "<br>",
            "message": "Confirm this text 'Bibliotheek Zottegem' 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 style=\"color: rgb(136, 136, 136);\" class=\"size-18\">",
            "message": "Confirm this text '23 - 26 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": "<p style=\"color: rgb(136, 136, 136);\" class=\"size-18\">",
            "message": "Text contrast of 3.54 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": "<br>",
            "message": "Confirm this text 'Centrum Zottegem' 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 class=\"mtimg\" src=\"/resources/site1/General/huisstijl/corner_v2.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "832288ff34a6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f6958741"
          },
          {
            "rule": "img_alt_redundant",
            "xpath": null,
            "html": "<img style=\"margin-bottom:20px\" src=\"resources/internal/file_views_listing/61/26_Aanvragen-meldingen_.jpg\" alt=\"Aanvragen en meldingen\">",
            "message": "Link text is repeated in an image 'alt' value within the same link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f70b917dc0b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-38179fcc"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2 class=\"mt size-21\">",
            "message": "Text contrast of 2.88 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": "b81b15b62919",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-bd6b8cc0"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img class=\"mtimg\" src=\"/resources/site1/General/huisstijl/corner_v2.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "img_alt_redundant",
            "xpath": null,
            "html": "<img style=\"margin-bottom:20px\" src=\"resources/internal/file_views_listing/3210/1_13_burgerzaken__.jpg\" alt=\"Burgerzaken\">",
            "message": "Link text is repeated in an image 'alt' value within the same link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c422e0b229f5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6057dab3"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2 class=\"mt size-21\">",
            "message": "Text contrast of 2.88 with its background is less than the WCAG AA minimum requirements for text of size 21px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img class=\"mtimg\" src=\"/resources/site1/General/huisstijl/corner_v2.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "img_alt_redundant",
            "xpath": null,
            "html": "<img style=\"margin-bottom:20px\" src=\"resources/internal/file_views_listing/62/17_Over-zottegem-en-haar-bestuur_.jpg\" alt=\"Over Zottegem en haar bestuur\">",
            "message": "Link text is repeated in an image 'alt' value within the same link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "139b63527042",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d87c05e6"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2 class=\"mt size-21\">",
            "message": "Text contrast of 2.88 with its background is less than the WCAG AA minimum requirements for text of size 21px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img class=\"mtimg\" src=\"/resources/site1/General/huisstijl/corner_v2.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "img_alt_redundant",
            "xpath": null,
            "html": "<img style=\"margin-bottom:20px\" src=\"resources/internal/file_views_listing/64/13_Economie-en-werken_.jpg\" alt=\"Economie en werken\">",
            "message": "Link text is repeated in an image 'alt' value within the same link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ffe12693b5a2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a670321b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2 class=\"mt size-21\">",
            "message": "Text contrast of 2.88 with its background is less than the WCAG AA minimum requirements for text of size 21px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img class=\"mtimg\" src=\"/resources/site1/General/huisstijl/corner_v2.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "img_alt_redundant",
            "xpath": null,
            "html": "<img style=\"margin-bottom:20px\" src=\"resources/internal/file_views_listing/65/16_Cultuut-sport-en-vrije-tijd_.jpg\" alt=\"Cultuur, sport en vrije tijd\">",
            "message": "Link text is repeated in an image 'alt' value within the same link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "04720af7ba05",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-688d8a65"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2 class=\"mt size-21\">",
            "message": "Text contrast of 2.88 with its background is less than the WCAG AA minimum requirements for text of size 21px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img class=\"mtimg\" src=\"/resources/site1/General/huisstijl/corner_v2.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "img_alt_redundant",
            "xpath": null,
            "html": "<img style=\"margin-bottom:20px\" src=\"resources/internal/file_views_listing/66/14_Welzijn-en-onderwijs_.jpg\" alt=\"Welzijn en onderwijs\">",
            "message": "Link text is repeated in an image 'alt' value within the same link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "873e183202c9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3d26318e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2 class=\"mt size-21\">",
            "message": "Text contrast of 2.88 with its background is less than the WCAG AA minimum requirements for text of size 21px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img class=\"mtimg\" src=\"/resources/site1/General/huisstijl/corner_v2.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "img_alt_redundant",
            "xpath": null,
            "html": "<img style=\"margin-bottom:20px\" src=\"resources/internal/file_views_listing/67/10_Natuur-en-milieu_.jpg\" alt=\"Natuur en milieu\">",
            "message": "Link text is repeated in an image 'alt' value within the same link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a1fb80ec3018",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-eb6e0a24"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2 class=\"mt size-21\">",
            "message": "Text contrast of 2.88 with its background is less than the WCAG AA minimum requirements for text of size 21px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img class=\"mtimg\" src=\"/resources/site1/General/huisstijl/corner_v2.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "img_alt_redundant",
            "xpath": null,
            "html": "<img style=\"margin-bottom:20px\" src=\"resources/internal/file_views_listing/68/6_wonen-en-verbouwen_.jpg\" alt=\"Wonen en (ver)bouwen\">",
            "message": "Link text is repeated in an image 'alt' value within the same link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c1f6f1d99f61",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7159df9c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2 class=\"mt size-21\">",
            "message": "Text contrast of 2.88 with its background is less than the WCAG AA minimum requirements for text of size 21px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img class=\"mtimg\" src=\"/resources/site1/General/huisstijl/corner_v2.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "img_alt_redundant",
            "xpath": null,
            "html": "<img style=\"margin-bottom:20px\" src=\"resources/internal/file_views_listing/69/5_Mobiliteit-en-openbare-werken_.jpg\" alt=\"Mobiliteit en openbare werken\">",
            "message": "Link text is repeated in an image 'alt' value within the same link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "106ce6bc94e0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-97c88801"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2 class=\"mt size-21\">",
            "message": "Text contrast of 2.88 with its background is less than the WCAG AA minimum requirements for text of size 21px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_background_decorative",
            "xpath": null,
            "html": "<div style=\"width:100%;height: 20px;background:white url('/resources/site1/General/huisstijl/corner_v3.png') repeat-x top;background-size:20px;\">",
            "message": "Verify the CSS background image does not convey important information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "05324d8a8f73",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-011db72e"
          },
          {
            "rule": "style_background_decorative",
            "xpath": null,
            "html": "<div style=\"background: #01a5d1 url('/resources/site1/General/huisstijl/embl_bg2.png') no-repeat top left;background-size:8%\" class=\"is-section is-section-auto is-box is-section-20 is-bg-dark is-light-text sect0\" runat=\"server\" id=\"footer\">",
            "message": "Verify the CSS background image does not convey important information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "300f2be2addc",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-dc2f83ae"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p class=\"size-16\" style=\"line-height: 2.5em\">",
            "message": "Verify the contrast 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": "0762a086f39f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-dd81562f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"over-zottegem-en-haar-bestuur/publicaties/nieuwsbrief-zottegem\" rel=\"noopener noreferrer\" target=\"_blank\" title=\"Nieuwsbrief Stad Zottegem\">",
            "message": "Verify the contrast 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": "e6118bf824b0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7425118d"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.facebook.com/stadzottegem\" rel=\"noopener noreferrer\" target=\"_blank\" title=\"Facebook Stad Zottegem\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dc45358670f0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c71df49f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.facebook.com/stadzottegem\" rel=\"noopener noreferrer\" target=\"_blank\" title=\"Facebook Stad Zottegem\">",
            "message": "Verify the contrast 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": "7969fbfc58b6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-45a37649"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.instagram.com/stad.zottegem\" rel=\"noopener noreferrer\" target=\"_blank\" title=\"Instagram Stad Zottegem\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b2df8f9999d0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a7a440bd"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.instagram.com/stad.zottegem\" rel=\"noopener noreferrer\" target=\"_blank\" title=\"Instagram Stad Zottegem\">",
            "message": "Verify the contrast 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": "4dfffde077bf",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8e97c12d"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"Sitemap\" href=\"/sitemap.aspx\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "06e1f7beedb0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c9bfefce"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Sitemap\" href=\"/sitemap.aspx\">",
            "message": "Verify the contrast 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": "2b52336057a2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c0cd26c5"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"Privacybeleid\" href=\"/privacybeleid.aspx\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e98fecbc2c98",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0eaf6894"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Privacybeleid\" href=\"/privacybeleid.aspx\">",
            "message": "Verify the contrast 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": "ddfe4fb75193",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-105283f0"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"Cookie settings\" href=\"/cookie-settings.aspx\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "358fbdc20293",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-55f2824b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Cookie settings\" href=\"/cookie-settings.aspx\">",
            "message": "Verify the contrast 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": "b331a2af332f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b57b7f41"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Cobra@Home\" target=\"_blank\" href=\"/cobra-at-home.aspx\">",
            "message": "Verify the contrast 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": "7fc8729d225e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-23f2983c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"ERA\" href=\"/era.aspx\">",
            "message": "Verify the contrast 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": "51d3e7177bc3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-022eb86f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Webtoepassingen\" target=\"_self\" href=\"/webtoepassingen.aspx\">",
            "message": "Verify the contrast 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": "8f7795f9b9ff",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-041196b7"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Helpdesk\" target=\"_self\" href=\"/helpdesk.aspx\">",
            "message": "Verify the contrast 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": "e2321e19e415",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-828ab0d9"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a style=\"text-decoration: none;\" title=\"Telefonisch bereikbaar elke werkdag van 9.00u tot 12.00u op 09 364 65 00\" href=\"callto:09 364 65 00\">",
            "message": "Verify the contrast 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": "ffbda783e495",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8d9d39f0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"mailto:info@zottegem.be\" rel=\"noopener noreferrer\" target=\"_blank\" style=\"text-decoration: none;\" title=\"Email  Stad Zottegem\">",
            "message": "Verify the contrast 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": "fb1b8826be0c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-cec3a08d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p class=\"size-14\" style=\"color:rgba(255,255,255,0.7);margin-top:30px\">",
            "message": "Verify the contrast 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": "a90681ec6e64",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a738dac1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"The eForum Factory\" style=\"color:rgba(255,255,255,0.7)!important;text-decoration:none\" href=\"https://www.eforumfactory.be\" rel=\"noopener noreferrer\" target=\"_blank\">",
            "message": "Verify the contrast 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": "427ec116faa1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-20336388"
          }
        ],
        "outcomeCount": 2550,
        "uniqueFailedCount": 64,
        "duplicateFailedCount": 35,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 35
    },
    {
      "submittedUrl": "https://www.zulte.be/",
      "finalUrl": "https://www.zulte.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Homepage | Zulte",
      "elapsedMs": 25251,
      "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": 1090,
          "failed": 13,
          "cantTell": 12,
          "inapplicable": 37
        },
        "failedRules": [
          "aria-prohibited-attr",
          "button-name",
          "color-contrast",
          "frame-title",
          "link-name",
          "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-text",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "frame-tested",
          "frame-title",
          "frame-title-unique",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-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": "aria-prohibited-attr",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-prohibited-attr?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "iframe[src$=\"embed/\"]",
            "html": "<div class=\"html5-video-player y...\" tabindex=\"\" id=\"movie_player\" data-version=\"/s/player/5afa7c36/p...\" aria-label=\"YouTube Video Player\">",
            "message": "Elements must only use permitted ARIA attributes",
            "fixSummary": "Fix all of the following:\n  aria-label attribute cannot be used on a div with no valid role attribute.",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b24d66d62aa2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e20325ab"
          },
          {
            "rule": "aria-prohibited-attr",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-prohibited-attr?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "iframe[title=\"YouTube video player\"]",
            "html": "<div class=\"html5-video-player ytp-hide-controls ytp-exp-bottom-control-flexbox ytp-modern-caption ytp-livebadge-color unstarted-mode ytp-small-mode\" tabindex=\"\" id=\"movie_player\" data-version=\"/s/player/5afa7c36/player_embed_tcc.vflset/en_US/base.js\" aria-label=\"YouTube Video Player\">",
            "message": "Elements must only use permitted ARIA attributes",
            "fixSummary": "Fix all of the following:\n  aria-label attribute cannot be used on a div with no valid role attribute.",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8850e24d173b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7a4f63a8"
          },
          {
            "rule": "button-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/button-name?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "iframe[title=\"YouTube video player\"]",
            "html": "<button class=\"ytmVideoInfoLink ytmVideoInfoChannelAvatar\"><img alt=\"thumbnail-image\" class=\"ytCoreImageHost ytmVideoInfoChannelLogo ytCoreImageFillParentHeight ytCoreImageFillParentWidth ytCoreImageContentModeScaleAspectFill\"></button>",
            "message": "Buttons must have discernible text",
            "fixSummary": "Fix any of the following:\n  Element does not have inner text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element does not have an implicit (wrapped) <label>\n  Element does not have an explicit <label>\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".paddle-component--opening-hours-block.paddle-component:nth-child(5) > .paddle-component--bottom-section.paddle-component > a[href$=\"afspraak\"]",
            "html": "<a href=\"/afspraak\">Maak hier je 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.98 (foreground color: #fbb100, background color: #007480, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#paddle_components_opening_hours_block_07143919-25ee-44a6-9283-028ed87d2930"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "859d4ddd8ffb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e1da03bf"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#paddle_components_top_bottom_only_block_f815be12-433f-46f1-85b1-aff0eaef2432 > .paddle-component--top-bottom-only-block.paddle-component > .paddle-component--top-section.text.paddle-component > a",
            "html": "<a href=\"https://agenda.appoint.be/e/aHN0UVJrME14VXZMU2oxSHpPTG5ETU03MjBuYW9MYXE5TERUcVJjc3VYck5BTlpCWmp2bkF0cWljd09PWDZzS3dnU0pHM2VDK3hnUWJjRm1xU0VwUUNVbk9yNnNlSW9j\" style=\"height: 84px;\">Maak een afspraak: diensten gemeentehuis</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.84 (foreground color: #ffffff, background color: #fbb100, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#paddle_components_top_bottom_only_block_f815be12-433f-46f1-85b1-aff0eaef2432 > .paddle-component--top-bottom-only-block.paddle-component > .paddle-component--top-section.text.paddle-component > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fdf06ad02bc2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e4fed5c8"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".paddle-component--top-section.text.paddle-component > a[href$=\"sociaal-huis\"]",
            "html": "<a href=\"/sociaal-huis\" style=\"height: 84px;\">Maak een afspraak: diensten 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 1.84 (foreground color: #ffffff, background color: #fbb100, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".paddle-component--top-section.text.paddle-component > a[href$=\"sociaal-huis\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "055574b421f1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d8b577f8"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#paddle_components_top_bottom_only_block_139697fb-5433-42c2-9446-c8cc414e9f5e > .paddle-component--top-bottom-only-block.paddle-component > .paddle-component--top-section.text.paddle-component > a",
            "html": "<a href=\"https://zulte.mijnrecyclagepark.be/\" style=\"height: 84px;\">Maak een afspraak: recyclagepark</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.84 (foreground color: #ffffff, background color: #fbb100, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#paddle_components_top_bottom_only_block_139697fb-5433-42c2-9446-c8cc414e9f5e > .paddle-component--top-bottom-only-block.paddle-component > .paddle-component--top-section.text.paddle-component > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "107c0cf4f7b2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-76913156"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"melding\"]",
            "html": "<a href=\"https://zulte.be/melding\" style=\"height: 84px;\">Ik wil iets melden over</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.84 (foreground color: #ffffff, background color: #fbb100, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"melding\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "10441b978caa",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5f5d5d98"
          },
          {
            "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.98 (foreground color: #fbb100, background color: #007480, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".eu-cookie-compliance-banner"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c9e033309e13",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-123b2d24"
          },
          {
            "rule": "frame-title",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/frame-title?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "iframe[src$=\"embed/\"]",
            "html": "<iframe scrolling=\"no\" src=\"https://www.youtube.com/embed/\" width=\"400\" height=\"225\" frameborder=\"0\"></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": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".media-frame > a[href$=\"Tickets\"]",
            "html": "<a href=\"/Tickets\">",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "084b4fb61d6e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-806a9794"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "#paddle_components_image_block_5cd161b0-fe93-41ea-8337-c32e6b756d85 > .paddle-component--image-block.paddle-component > .paddle-component--body-section > .media-frame > a",
            "html": "<a href=\"/gebruik-deelfietsen-stijgt-in-zulte\">",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7c3215fece7b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5a1ab4bb"
          },
          {
            "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": "b416d7773c74",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c1791208"
          }
        ],
        "outcomeCount": 1152,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 2,
        "uniqueFailedCount": 11
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2246,
          "failed": 48,
          "cantTell": 27,
          "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",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link href=\"https://cdn-eu.readspeaker.com/script/14593/webReader/r/r2889/ReadSpeaker.Styles-Button.css?v=3.8.9.2889\" rel=\"stylesheet\" type=\"text/css\" id=\"rsmod_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": "4731b3eb675b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a9167df7"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_iEkw89ivyuOtgY_1fOWiGQcxIfqcgMxUrbwUNgHIe_I.css?delta=0&language=nl&theme=ocelot_paddle&include=eJx9kmFyhCAMhS-kciQmQNTMAnECTGtP36i729au-w_e90ggPCADZKfIDmLnqdIXZrsIjxTRnPadv2GgymLBe5ZAnM1zNYzCuWIOnWe-EVq_b6t1kfWcmEPu73J_l9UtaIK0BeJAFVMfqdQOm32WSUskyB7NK9E6EOwirNy0VaMYtNXITTxHW9BXvdoZ11kQ3_EP_k3ZY-RqFwhhm4m25qwvGFyEr_UN1ff1BUH8fG0ShOClJXdpGVlSnyDDhKHff-HKOUNyTSad6ZWDkla5pEk_Fy4pL5gpT_2ssy1nVyuVky11jWo5wUVIU_Bgh2ifdctPi_IC7jc-svKCblE5wy1NUGbHIOGPOmpcVsef3cIxPhK3rTVx-Va646ssLGShVd4jhhXNhd4V9gTR7lOzewnzXxrqjEm9a9FoGwcFvwHtWVtl\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "854e0ecb8316",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-48f0695f"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_KQpxNknmFk8-PLqlPa3NWQQ8zUFJwmztiyLu5TRPNvc.css?delta=1&language=nl&theme=ocelot_paddle&include=eJx9kmFyhCAMhS-kciQmQNTMAnECTGtP36i729au-w_e90ggPCADZKfIDmLnqdIXZrsIjxTRnPadv2GgymLBe5ZAnM1zNYzCuWIOnWe-EVq_b6t1kfWcmEPu73J_l9UtaIK0BeJAFVMfqdQOm32WSUskyB7NK9E6EOwirNy0VaMYtNXITTxHW9BXvdoZ11kQ3_EP_k3ZY-RqFwhhm4m25qwvGFyEr_UN1ff1BUH8fG0ShOClJXdpGVlSnyDDhKHff-HKOUNyTSad6ZWDkla5pEk_Fy4pL5gpT_2ssy1nVyuVky11jWo5wUVIU_Bgh2ifdctPi_IC7jc-svKCblE5wy1NUGbHIOGPOmpcVsef3cIxPhK3rTVx-Va646ssLGShVd4jhhXNhd4V9gTR7lOzewnzXxrqjEm9a9FoGwcFvwHtWVtl\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "10126f16a8b6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7a112d7f"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_eMn9nT-dDYTjzxM4V-FrHsxs5qRUSQxcHGQsllFCyQ8.css?delta=2&language=nl&theme=ocelot_paddle&include=eJx9kmFyhCAMhS-kciQmQNTMAnECTGtP36i729au-w_e90ggPCADZKfIDmLnqdIXZrsIjxTRnPadv2GgymLBe5ZAnM1zNYzCuWIOnWe-EVq_b6t1kfWcmEPu73J_l9UtaIK0BeJAFVMfqdQOm32WSUskyB7NK9E6EOwirNy0VaMYtNXITTxHW9BXvdoZ11kQ3_EP_k3ZY-RqFwhhm4m25qwvGFyEr_UN1ff1BUH8fG0ShOClJXdpGVlSnyDDhKHff-HKOUNyTSad6ZWDkla5pEk_Fy4pL5gpT_2ssy1nVyuVky11jWo5wUVIU_Bgh2ifdctPi_IC7jc-svKCblE5wy1NUGbHIOGPOmpcVsef3cIxPhK3rTVx-Va646ssLGShVd4jhhXNhd4V9gTR7lOzewnzXxrqjEm9a9FoGwcFvwHtWVtl\" media=\"print\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb40435085c4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-afaea51a"
          },
          {
            "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": "4faaccc6178a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "4de06bf49c80",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "63eb8685c0fc",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "0418eac4e1e1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-215bd4df"
          },
          {
            "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": "a0b5785d78eb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0902c680"
          },
          {
            "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": false,
            "duplicateOf": null,
            "fingerprint": "8aa51719a7a8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-21e33d57"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"/burgerzaken-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": "75fb01c335dc",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d450a61c"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"/sociaal-huis\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5ffbb955b192",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e86f111c"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/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": "95745e04128d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a2a7384b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/afspraak\">",
            "message": "Text contrast of 2.99 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": "c67bd5696c0c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-82ebc61b"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/Tickets\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dad21df27425",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6ff1a800"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/gebruik-deelfietsen-stijgt-in-zulte\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "548aa9bdd9f1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-93dea576"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/gebruik-deelfietsen-stijgt-in-zulte\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b52ab75bdce",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-be6d6d8c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a style=\"height: auto;\" href=\"https://agenda.appoint.be/e/aHN0UVJrME14VXZMU2oxSHpPTG5ETU03MjBuYW9MYXE5TERUcVJjc3VYck5BTlpCWmp2bkF0cWljd09PWDZzS3dnU0pHM2VDK3hnUWJjRm1xU0VwUUNVbk9yNnNlSW9j\">",
            "message": "Text contrast of 1.84 with its background is less than the WCAG AA minimum requirements for text of size 20px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "30faebf0072e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0a91632f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a style=\"height: auto;\" href=\"/sociaal-huis\">",
            "message": "Text contrast of 1.84 with its background is less than the WCAG AA minimum requirements for text of size 20px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3a3620f7ade6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6e614295"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a style=\"height: auto;\" href=\"https://zulte.mijnrecyclagepark.be/\">",
            "message": "Text contrast of 1.84 with its background is less than the WCAG AA minimum requirements for text of size 20px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ecc920a15355",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5e2e4c85"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a style=\"height: auto;\" href=\"https://zulte.be/melding\">",
            "message": "Text contrast of 1.84 with its background is less than the WCAG AA minimum requirements for text of size 20px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d9a6a2e5dc12",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0f70a8e7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<iframe frameborder=\"0\" height=\"225\" width=\"400\" src=\"https://www.youtube.com/embed/\" scrolling=\"no\">",
            "message": "The HTML attribute(s) \"scrolling, frameborder\" is deprecated for the <iframe> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "42750e806675",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2de2c6b6"
          },
          {
            "rule": "frame_src_valid",
            "xpath": null,
            "html": "<iframe frameborder=\"0\" height=\"225\" width=\"400\" src=\"https://www.youtube.com/embed/\" scrolling=\"no\">",
            "message": "Verify <frame> content is accessible",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e9baba742ddd",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-436f940f"
          },
          {
            "rule": "frame_title_exists",
            "xpath": null,
            "html": "<iframe frameborder=\"0\" height=\"225\" width=\"400\" src=\"https://www.youtube.com/embed/\" scrolling=\"no\">",
            "message": "Inline frame does not have a 'title' attribute",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2c512611cce9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d50353f7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<iframe frameborder=\"0\" height=\"225\" width=\"400\" src=\"https://www.youtube.com/embed/\" scrolling=\"no\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "11a3729609d8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ed3f5734"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<iframe frameborder=\"0\" height=\"225\" width=\"400\" title=\"YouTube video player\" src=\"https://www.youtube.com/embed/O_DHsG-7o9s\" scrolling=\"no\">",
            "message": "The HTML attribute(s) \"scrolling, frameborder\" is deprecated for the <iframe> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "737e8036eb91",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8f3a2faf"
          },
          {
            "rule": "frame_src_valid",
            "xpath": null,
            "html": "<iframe frameborder=\"0\" height=\"225\" width=\"400\" title=\"YouTube video player\" src=\"https://www.youtube.com/embed/O_DHsG-7o9s\" scrolling=\"no\">",
            "message": "Verify <frame> content is accessible",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e734227c4563",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-016c1e22"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<iframe frameborder=\"0\" height=\"225\" width=\"400\" title=\"YouTube video player\" src=\"https://www.youtube.com/embed/O_DHsG-7o9s\" scrolling=\"no\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "818936d9b3ce",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-85d92bef"
          },
          {
            "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": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"/code-oranje-verhoogd-risico-op-natuurbrand-in-oost-vlaanderen\">",
            "message": "Text contrast of 1.84 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": "c24d064090e9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5f6c6f09"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"/tips-om-vallen-te-voorkomen-week-van-de-valpreventie\">",
            "message": "Text contrast of 1.84 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": "0ae3afab66df",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-27c15c4e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"/uitnodiging-gratis-webinar-hoe-aan-overheidsopdrachten-beginnen\">",
            "message": "Text contrast of 1.84 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": "d90e93b7eec9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0aa3234b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"/april-is-opnieuw-maand-van-de-markt\">",
            "message": "Text contrast of 1.84 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": "b029fa1ec6d6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-75942741"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/node/2\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "331eb8fa6b37",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d7241b20"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/contact\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "955b570ab7fa",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-39b4b7cb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.facebook.com/GemeenteZulte/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b1de25d78b5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-071e446b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://twitter.com/gemeentezulte\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d164e1664d3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-44a22a49"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<div style=\"bottom: -493.391px;\" 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": "29827f8baa9c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-08b3fcaa"
          },
          {
            "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": "a86df2ecd2b9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "e7efcabc9a5b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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.99 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 300",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b086d81dbd56",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "be812e08591f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "57640e557acd",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c180075f"
          },
          {
            "rule": "input_checkboxes_grouped",
            "xpath": null,
            "html": "<input tabindex=\"0\" class=\"form-check-input\" value=\"sociale_media\" id=\"cookie-category-sociale_media\" name=\"cookie-categories\" type=\"checkbox\">",
            "message": "Checkbox input and others with the name \"cookie-categories\" are not grouped together",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "51bf1391d569",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3c5142ba"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<input tabindex=\"0\" class=\"form-check-input\" value=\"sociale_media\" id=\"cookie-category-sociale_media\" 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": "775860a692c6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-250bee81"
          },
          {
            "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": "b11336795151",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "22115cc5148b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "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": "8def8c85a062",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-062b8071"
          }
        ],
        "outcomeCount": 2295,
        "uniqueFailedCount": 47,
        "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": 3
    },
    {
      "submittedUrl": "https://www.zwalm.be/",
      "finalUrl": "https://zwalm.be/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Zwalm | Home",
      "elapsedMs": 29776,
      "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": 860,
          "failed": 46,
          "cantTell": 6,
          "inapplicable": 47
        },
        "failedRules": [
          "aria-prohibited-attr",
          "button-name",
          "color-contrast",
          "frame-title",
          "heading-order",
          "html-has-lang",
          "link-name",
          "meta-viewport",
          "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-text",
          "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-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-one-main",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "aria-prohibited-attr",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-prohibited-attr?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": ".mdl-cell--4-col.mdl-cell[data-keeper-edited=\"yes\"]:nth-child(1) > .embed-responsive.embed-responsive-16by9 > iframe[width=\"560\"][height=\"315\"][frameborder=\"0\"]",
            "html": "<div class=\"html5-video-player ytp-hide-controls ytp-exp-bottom-control-flexbox ytp-modern-caption ytp-livebadge-color unstarted-mode ytp-small-mode\" tabindex=\"\" id=\"movie_player\" data-version=\"/s/player/cb017549/player_embed_tce.vflset/en_US/base.js\" aria-label=\"YouTube Video Player\">",
            "message": "Elements must only use permitted ARIA attributes",
            "fixSummary": "Fix all of the following:\n  aria-label attribute cannot be used on a div with no valid role attribute.",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aa909262e9fd",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-20519a4a"
          },
          {
            "rule": "aria-prohibited-attr",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-prohibited-attr?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": ".mdl-cell--4-col.mdl-cell[data-keeper-edited=\"yes\"]:nth-child(2) > .embed-responsive.embed-responsive-16by9 > iframe[width=\"560\"][height=\"315\"][frameborder=\"0\"]",
            "html": "<div class=\"html5-video-player ytp-hide-controls ytp-exp-bottom-control-flexbox ytp-modern-caption ytp-livebadge-color unstarted-mode ytp-small-mode\" tabindex=\"\" id=\"movie_player\" data-version=\"/s/player/5afa7c36/player_embed_tce.vflset/en_US/base.js\" aria-label=\"YouTube Video Player\">",
            "message": "Elements must only use permitted ARIA attributes",
            "fixSummary": "Fix all of the following:\n  aria-label attribute cannot be used on a div with no valid role attribute.",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "279cf2942346",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-91013ded"
          },
          {
            "rule": "button-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/button-name?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": ".mdl-cell--4-col.mdl-cell[data-keeper-edited=\"yes\"]:nth-child(1) > .embed-responsive.embed-responsive-16by9 > iframe[width=\"560\"][height=\"315\"][frameborder=\"0\"]",
            "html": "<button class=\"ytmVideoInfoLink ytmVideoInfoChannelAvatar\"><img alt=\"thumbnail-image\" class=\"ytCoreImageHost ytmVideoInfoChannelLogo ytCoreImageFillParentHeight ytCoreImageFillParentWidth ytCoreImageContentModeScaleAspectFill\"></button>",
            "message": "Buttons must have discernible text",
            "fixSummary": "Fix any of the following:\n  Element does not have inner text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element does not have an implicit (wrapped) <label>\n  Element does not have an explicit <label>\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "button-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/button-name?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": ".mdl-cell--4-col.mdl-cell[data-keeper-edited=\"yes\"]:nth-child(2) > .embed-responsive.embed-responsive-16by9 > iframe[width=\"560\"][height=\"315\"][frameborder=\"0\"]",
            "html": "<button class=\"ytmVideoInfoLink ytmVideoInfoChannelAvatar\"><img alt=\"thumbnail-image\" class=\"ytCoreImageHost ytmVideoInfoChannelLogo ytCoreImageFillParentHeight ytCoreImageFillParentWidth ytCoreImageContentModeScaleAspectFill\"></button>",
            "message": "Buttons must have discernible text",
            "fixSummary": "Fix any of the following:\n  Element does not have inner text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element does not have an implicit (wrapped) <label>\n  Element does not have an explicit <label>\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".bottommenu > a[href$=\"afspraken\"]",
            "html": "<a href=\"/afspraken\">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 4.44 (foreground color: #575b4a, background color: #d1cec5, font size: 13.2pt (17.6px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".bottomlinks"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b2615ca7e55",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-dbf0c120"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".bottommenu > a[href$=\"meldingen\"]",
            "html": "<a href=\"/meldingen\">Meldingen</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.44 (foreground color: #575b4a, background color: #d1cec5, font size: 13.2pt (17.6px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".bottomlinks"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cc69c6cd323b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0ecd797b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"digitaal-loket2\"]",
            "html": "<a href=\"/digitaal-loket2\" target=\"_self\">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 4.44 (foreground color: #575b4a, background color: #d1cec5, font size: 13.2pt (17.6px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".bottomlinks"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3c84ff549e74",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3460128c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"cookie-settings\"]",
            "html": "<a href=\"/cookie-settings\">Cookie settings</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.44 (foreground color: #575b4a, background color: #d1cec5, font size: 13.2pt (17.6px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".bottomlinks"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a6c040781312",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5928aa41"
          },
          {
            "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 4.44 (foreground color: #575b4a, background color: #d1cec5, font size: 13.2pt (17.6px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".bottomlinks"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e5608e36d632",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4592ea72"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"contact\"]",
            "html": "<a href=\"/contact\" target=\"_self\">Contact</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.44 (foreground color: #575b4a, background color: #d1cec5, font size: 13.2pt (17.6px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".bottomlinks"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1e9a9a085014",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e11d55ae"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"privacyverklaring\"]",
            "html": "<a href=\"/privacyverklaring\">Privacyverklaring</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.44 (foreground color: #575b4a, background color: #d1cec5, font size: 13.2pt (17.6px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".bottomlinks"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "59923e711982",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-118e644f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href=\"/404\"]",
            "html": "<a href=\"/404\">404</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.44 (foreground color: #575b4a, background color: #d1cec5, font size: 13.2pt (17.6px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".bottomlinks"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f80b3dbc931b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-cda1a909"
          },
          {
            "rule": "frame-title",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/frame-title?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": ".mdl-cell--4-col.mdl-cell[data-keeper-edited=\"yes\"]:nth-child(1) > .embed-responsive.embed-responsive-16by9 > iframe[width=\"560\"][height=\"315\"][frameborder=\"0\"]",
            "html": "<iframe loading=\"lazy\" width=\"560\" height=\"315\" src=\"//www.youtube.com/embed/RAFla3CQiO0?rel=0\" frameborder=\"0\" allowfullscreen=\"\"></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": "frame-title",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/frame-title?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": ".mdl-cell--4-col.mdl-cell[data-keeper-edited=\"yes\"]:nth-child(2) > .embed-responsive.embed-responsive-16by9 > iframe[width=\"560\"][height=\"315\"][frameborder=\"0\"]",
            "html": "<iframe loading=\"lazy\" width=\"560\" height=\"315\" src=\"//www.youtube.com/embed/o2aJlbwmWCw?rel=0\" frameborder=\"0\" allowfullscreen=\"\"></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": "frame-title",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/frame-title?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": ".mdl-cell--4-col.mdl-cell:nth-child(3) > .embed-responsive.embed-responsive-16by9 > iframe[width=\"560\"][height=\"315\"][frameborder=\"0\"]",
            "html": "<iframe loading=\"lazy\" width=\"560\" height=\"315\" src=\"//player.vimeo.com/video/845852267\" frameborder=\"0\" allowfullscreen=\"\"></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": "1ba52e3417c7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f5467ae8"
          },
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "a[title=\"Openingsuren\"] > h3",
            "html": "<h3 style=\"margin:0;text-decoration: none; letter-spacing: 1px;\">Maak een afspraak</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": "4e12f70199e3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1eabc1df"
          },
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".mdl-cell--4-col.mdl-cell:nth-child(1) > .margin-25 > .size-28",
            "html": "<h3 class=\"size-28\" style=\"font-weight:900 !important;font-family:calluna;margin:1rem 0 0 0\"><a style=\"text-decoration:none !important\" href=\"bestuur/nieuws/zaterdagopening-0905.aspx\" title=\"Zaterdagopening 09/05\">Zaterdagopening 09/05</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": "c59a170cd68c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-536e3424"
          },
          {
            "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 class=\"widgets_bootstrapped skrollr skrollr-desktop mdl-js\">",
            "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": "f92e9f9a8b49",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9a2136ae"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "a[href=\"javascript:showSearchModal();\"]",
            "html": "<a href=\"javascript:showSearchModal();\"><i class=\"icon ion-ios-search-strong\"></i></a>",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c0e17e18d6ed",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-03dc55f6"
          },
          {
            "rule": "meta-viewport",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/meta-viewport?application=playwright",
            "impact": "moderate",
            "wcagSc": [
              "wcag2aa",
              "wcag144"
            ],
            "xpath": "meta[name=\"viewport\"]",
            "html": "<meta name=\"viewport\" content=\"width=device-width, maximum-scale=1.0, minimum-scale=1.0, initial-scale=1.0\">",
            "message": "Zooming and scaling must not be disabled",
            "fixSummary": "Fix any of the following:\n  maximum-scale on <meta> tag disables zooming on mobile devices",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e86b34ec2aa6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-98527d57"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".is-topbar-logo",
            "html": "<div class=\"is-topbar-logo\">\n                    <a class=\"is-logo-link\" href=\"default.aspx\" title=\"\"><img class=\"is-photo-profile\" src=\"resources%2ftemplates%2f45%2fPJeMm111431.png\" alt=\"SiteName\"></a>\n\n\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": "cd6e9bb98656",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-57a767bd"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".toggle-box",
            "html": "<div class=\"toggle-box\"><a id=\"is-menu-toggle\" href=\"javascript:void(0)\" title=\"Menu\"><span class=\"line line-1\"></span><span class=\"line line-2\"></span><span class=\"line line-3\"></span><div class=\"toggle-box2\"><p id=\"divMenuText\">Menu</p></div></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": "306964fa73ec",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e3512e99"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".is-menu",
            "html": "<div class=\"is-menu toggle-home\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7183e3d464fb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-54a18b2e"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".is-overlay",
            "html": "<div class=\"is-overlay\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e65811f864ab",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4c671661"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".is-content-top.is-box-centered > .ui-sortable.is-container.is-builder > .mdl-grid:nth-child(2) > .mdl-cell--12-col.mdl-cell > .display2 > h1",
            "html": "<h1 style=\"  text-shadow: 0px 2px 1px #333, 0px 2px 1px #333, 0px 2px 1px #333;\n          color: rgba(255,255,255,1) !important\">waar ben je naar op zoek?</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": "932c7a02d11d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-aef1b038"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".custom_adjust > .search2.category.ui > .input.ui.left",
            "html": "<div class=\"ui left icon input\"><input id=\"txtSearch2\" class=\"prompt textbox custom_txtSearch\" autocomplete=\"off\" type=\"text\" placeholder=\"Typ uw zoekopdracht ...\"><i class=\"icon ion-ios-search-strong custom_icon\"></i></div>",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d377f4a86116",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-dc028ba0"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".sect1.is-section-20.is-section:nth-child(2)",
            "html": "<div class=\"is-section is-box sect1 is-section-20\" style=\"background-position: right top; background-repeat: no-repeat;\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dd345435e976",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-00b0fd63"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".sect2.sect4.sect3:nth-child(3) > .is-boxes > .is-box-centered > .ui-sortable.is-container.is-builder > .mdl-grid:nth-child(1)",
            "html": "<div class=\"mdl-grid\">\n<div class=\"mdl-cell mdl-cell--12-col\" data-keeper-edited=\"yes\"><div class=\"display2\">\n<h1 style=\"text-align: center;\">Ontdek Zwalm</h1>\n</div>\n<p style=\"border-bottom: 3px solid #af3f3d; width: 7%;margin:0 auto\"></p></div>\n</div>",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "196982db704e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5beec215"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".mdl-cell--4-col.mdl-cell[data-keeper-edited=\"yes\"]:nth-child(1) > .display2",
            "html": "<div class=\"display2\"><h2>'t is zalig wonen in Zwalm</h2></div>",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e19bc4380fe6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a5ad681e"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".mdl-cell--4-col.mdl-cell[data-keeper-edited=\"yes\"]:nth-child(1) > .embed-responsive.embed-responsive-16by9 > iframe[width=\"560\"][height=\"315\"][frameborder=\"0\"]",
            "html": "<div id=\"player\" style=\"width: 100%; height: 100%;\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "164aaaf8301a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c495d9a0"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".mdl-cell--4-col.mdl-cell[data-keeper-edited=\"yes\"]:nth-child(1) > .embed-responsive.embed-responsive-16by9 > iframe[width=\"560\"][height=\"315\"][frameborder=\"0\"]",
            "html": "<div class=\"ytmVideoInfoVideoTitleContainer ytmVideoInfoLogoEnabled\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".mdl-cell--4-col.mdl-cell[data-keeper-edited=\"yes\"]:nth-child(1) > .embed-responsive.embed-responsive-16by9 > iframe[width=\"560\"][height=\"315\"][frameborder=\"0\"]",
            "html": "<div class=\"ytmVideoInfoOverlay\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".mdl-cell--4-col.mdl-cell[data-keeper-edited=\"yes\"]:nth-child(1) > .embed-responsive.embed-responsive-16by9 > iframe[width=\"560\"][height=\"315\"][frameborder=\"0\"]",
            "html": "<div class=\"quick-actions-wrapper enable-rtl-mirroring\">",
            "message": "All page content should 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": ".mdl-cell--4-col.mdl-cell[data-keeper-edited=\"yes\"]:nth-child(2) > .display2",
            "html": "<div class=\"display2\"><h2>UitPAS Vlaamse Ardennen</h2></div>",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "927bf4833038",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2ef4817f"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".mdl-cell--4-col.mdl-cell[data-keeper-edited=\"yes\"]:nth-child(2) > .embed-responsive.embed-responsive-16by9 > iframe[width=\"560\"][height=\"315\"][frameborder=\"0\"]",
            "html": "<div id=\"player\" style=\"width: 100%; height: 100%;\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c09ff37c11c7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b2440171"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".mdl-cell--4-col.mdl-cell[data-keeper-edited=\"yes\"]:nth-child(2) > .embed-responsive.embed-responsive-16by9 > iframe[width=\"560\"][height=\"315\"][frameborder=\"0\"]",
            "html": "<div class=\"ytmVideoInfoVideoTitleContainer ytmVideoInfoLogoEnabled\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".mdl-cell--4-col.mdl-cell[data-keeper-edited=\"yes\"]:nth-child(2) > .embed-responsive.embed-responsive-16by9 > iframe[width=\"560\"][height=\"315\"][frameborder=\"0\"]",
            "html": "<div class=\"ytmVideoInfoOverlay\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".mdl-cell--4-col.mdl-cell[data-keeper-edited=\"yes\"]:nth-child(2) > .embed-responsive.embed-responsive-16by9 > iframe[width=\"560\"][height=\"315\"][frameborder=\"0\"]",
            "html": "<div class=\"quick-actions-wrapper enable-rtl-mirroring\">",
            "message": "All page content should 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": ".mdl-cell--4-col.mdl-cell:nth-child(3) > .display2",
            "html": "<div class=\"display2\"><h2 style=\"text-align: left;\">WAAR JE de natuur beleeft</h2></div>",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ccb34f804fb5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-54eebecd"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".mdl-cell--4-col.mdl-cell:nth-child(3) > .embed-responsive.embed-responsive-16by9 > iframe[width=\"560\"][height=\"315\"][frameborder=\"0\"]",
            "html": "<div id=\"error\" class=\"error\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d534e2bd8bc",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5ad398d0"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".sect2.sect4.sect3:nth-child(3) > .is-boxes > .is-box-centered > .ui-sortable.is-container.is-builder > .mdl-grid:nth-child(3)",
            "html": "<div class=\"mdl-grid\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c2d3cf1fd593",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-fcf0e2ff"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".is-dark-text.sect2.sect4:nth-child(4) > .is-boxes > .is-box-centered > .ui-sortable.is-container.is-builder > .mdl-grid:nth-child(1)",
            "html": "<div class=\"mdl-grid\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d411f504cced",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c02da190"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".cultuurnet-widgets",
            "html": "<div class=\"cultuurnet-widgets\" data-widget-page-id=\"7e1f1afb7cf8386e93b6d5f7fe620a76\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c9d06d01a184",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-bbef9ee7"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".is-dark-text.sect2.sect4:nth-child(4) > .is-boxes > .is-box-centered > .ui-sortable.is-container.is-builder > .mdl-grid:nth-child(4)",
            "html": "<div class=\"mdl-grid\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ace2b0d06aa2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4859dade"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bottomlinks",
            "html": "<div class=\"is-section is-box is-content-top sect1 bottomlinks\" style=\"background-color: rgba(209, 206, 197, 1)\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "29958d69caf7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2f42876b"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".is-light-text.sect1.is-section-20",
            "html": "<div class=\"is-section is-box is-section-20 is-content-top sect1 is-light-text\" style=\"background-color: rgba(87, 91, 74, 1)\">",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5a44223f3af4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d69008f5"
          }
        ],
        "outcomeCount": 959,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 10,
        "uniqueFailedCount": 36
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2189,
          "failed": 42,
          "cantTell": 29,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_role_redundant",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "frame_src_valid",
          "frame_title_exists",
          "html_lang_exists",
          "img_alt_redundant",
          "input_label_visible",
          "label_name_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "html_lang_exists",
            "xpath": null,
            "html": "<html class=\"widgets_bootstrapped skrollr skrollr-desktop mdl-js\">",
            "message": "Page detected as HTML, but does not have a 'lang' attribute",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef0110dc14d9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9b757f21"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"/assets/frameworks/mdl/material.min.css\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "33ab0e56a23f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a8063769"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"/assets/frameworks/mdl/material.min.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": "1d0acead533e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-15468571"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"cc-message\" id=\"cookieconsent:desc\">",
            "message": "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": "44dd4acaa9ff",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4c7d98d3"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<button class=\"btn-modal is-btn is-btn-ghost3 is-upper is-rounded-30 is-btn-xsmall\" type=\"button\" id=\"btnCustomize\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "62bcc5e959a1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ed792aaa"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button class=\"btn-modal is-btn is-btn-ghost3 is-upper is-rounded-30 is-btn-xsmall\" type=\"button\" id=\"btnCustomize\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fa59d18e3c75",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4cb6605b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button class=\"btn-modal is-btn is-btn-ghost3 is-upper is-rounded-30 is-btn-xsmall\" type=\"button\" id=\"btnCustomize\">",
            "message": "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": "64c06f0356e9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e57855fe"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<button class=\"is-btn is-btn-ghost3 is-upper is-rounded-30 is-btn-xsmall\" tabindex=\"0\" role=\"button\" aria-label=\"allow cookies\" onclick=\"submitCookie()\" id=\"btnAcceptAll0\">",
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4c7895226909",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-68a3a866"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<button class=\"is-btn is-btn-ghost3 is-upper is-rounded-30 is-btn-xsmall\" tabindex=\"0\" role=\"button\" aria-label=\"allow cookies\" onclick=\"submitCookie()\" id=\"btnAcceptAll0\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "861b4c6382e8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-72d724b7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button class=\"is-btn is-btn-ghost3 is-upper is-rounded-30 is-btn-xsmall\" tabindex=\"0\" role=\"button\" aria-label=\"allow cookies\" onclick=\"submitCookie()\" id=\"btnAcceptAll0\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "657653c771e8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-60b91344"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button class=\"is-btn is-btn-ghost3 is-upper is-rounded-30 is-btn-xsmall\" tabindex=\"0\" role=\"button\" aria-label=\"allow cookies\" onclick=\"submitCookie()\" id=\"btnAcceptAll0\">",
            "message": "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": "bf9a0701c365",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-453683b1"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<button class=\"is-btn is-btn-ghost3 is-upper is-rounded-30 is-btn-xsmall\" tabindex=\"0\" role=\"button\" aria-label=\"allow cookies\" onclick=\"submitCookie()\" id=\"btnAcceptAll0\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "90206107fec0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ee156b43"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a title=\"\" href=\"default.aspx\" class=\"is-logo-link\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cead6bce1034",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8ce0add3"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.facebook.com/gemeentezwalm\" rel=\"noopener noreferrer\" target=\"_blank\" style=\"margin-right: 12px; color: white\" title=\"Facebook Zwalm\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f8668bf4a64",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6d340658"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.instagram.com/gemeentezwalm/?hl=nl\" rel=\"noopener noreferrer\" target=\"_blank\" style=\"margin-right: 12px; color: white;\" title=\"Instagram Zwalm\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7395ec62a312",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b329f30a"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"toggle-box2\">",
            "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": "35249b044b62",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-34072cf3"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p id=\"divMenuText\">",
            "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": "6b0f6619e145",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ed4cfaeb"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"javascript:showSearchModal();\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "99035df96934",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-21e69b41"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"javascript:showSearchModal();\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fe6d7ab65b9b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-08dc99f4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"copyright-bgimage\">",
            "message": "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": "924fe81782a9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7e620aea"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h1 style=\"  text-shadow: 0px 2px 1px #333, 0px 2px 1px #333, 0px 2px 1px #333;\n          color: rgba(255,255,255,1) !important\">",
            "message": "Verify the contrast ratio of the text with shadow meets the WCAG AA minimum requirements for text of size 38.4px and weight of 900",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c1f23ddb1bdf",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6e48bb17"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input placeholder=\"Typ uw zoekopdracht ...\" type=\"text\" autocomplete=\"off\" class=\"prompt textbox custom_txtSearch\" id=\"txtSearch2\">",
            "message": "The ‘placeholder’ is the only visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "12f3c544bb5d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7252b20e"
          },
          {
            "rule": "img_alt_redundant",
            "xpath": null,
            "html": "<img src=\"resources/internal/file_views_listing/6274/1_20250710_113922_.jpg\" alt=\"Zaterdagopening 09/05\" loading=\"lazy\">",
            "message": "Image 'alt' value within a link is repeated in link text of the link after",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "43cd14415c61",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-37ca46aa"
          },
          {
            "rule": "img_alt_redundant",
            "xpath": null,
            "html": "<img src=\"resources/internal/file_views_listing/6289/1_Franskouter Keuze 1_.jpg\" alt=\"Verkoop landbouwgronden\" loading=\"lazy\">",
            "message": "Image 'alt' value within a link is repeated in link text of the link after",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "914b8bc57805",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-18fd7742"
          },
          {
            "rule": "img_alt_redundant",
            "xpath": null,
            "html": "<img src=\"resources/internal/file_views_listing/6281/4_val_.png\" alt=\"Val Aziatische hoornaar\" loading=\"lazy\">",
            "message": "Image 'alt' value within a link is repeated in link text of the link after",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0bbe6f694e35",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-464d1d51"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<iframe allowfullscreen=\"\" frameborder=\"0\" src=\"//www.youtube.com/embed/RAFla3CQiO0?rel=0\" height=\"315\" width=\"560\" loading=\"lazy\">",
            "message": "The HTML attribute(s) \"frameborder\" is deprecated for the <iframe> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6b8c3f575e78",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4e9fd0d3"
          },
          {
            "rule": "frame_src_valid",
            "xpath": null,
            "html": "<iframe allowfullscreen=\"\" frameborder=\"0\" src=\"//www.youtube.com/embed/RAFla3CQiO0?rel=0\" height=\"315\" width=\"560\" loading=\"lazy\">",
            "message": "Verify <frame> content is accessible",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "528773331ed1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a5a69721"
          },
          {
            "rule": "frame_title_exists",
            "xpath": null,
            "html": "<iframe allowfullscreen=\"\" frameborder=\"0\" src=\"//www.youtube.com/embed/RAFla3CQiO0?rel=0\" height=\"315\" width=\"560\" loading=\"lazy\">",
            "message": "Inline frame does not have a 'title' attribute",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dbc52e901757",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-77cd3ac1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<iframe allowfullscreen=\"\" frameborder=\"0\" src=\"//www.youtube.com/embed/RAFla3CQiO0?rel=0\" height=\"315\" width=\"560\" loading=\"lazy\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b4e81a89c74",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a38bff9e"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<iframe allowfullscreen=\"\" frameborder=\"0\" src=\"//www.youtube.com/embed/o2aJlbwmWCw?rel=0\" height=\"315\" width=\"560\" loading=\"lazy\">",
            "message": "The HTML attribute(s) \"frameborder\" is deprecated for the <iframe> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3d742ca2936a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5025ccc3"
          },
          {
            "rule": "frame_src_valid",
            "xpath": null,
            "html": "<iframe allowfullscreen=\"\" frameborder=\"0\" src=\"//www.youtube.com/embed/o2aJlbwmWCw?rel=0\" height=\"315\" width=\"560\" loading=\"lazy\">",
            "message": "Verify <frame> content is accessible",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "71d3da38de65",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-40d52ab8"
          },
          {
            "rule": "frame_title_exists",
            "xpath": null,
            "html": "<iframe allowfullscreen=\"\" frameborder=\"0\" src=\"//www.youtube.com/embed/o2aJlbwmWCw?rel=0\" height=\"315\" width=\"560\" loading=\"lazy\">",
            "message": "Inline frame does not have a 'title' attribute",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7e172935fb7d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-06c60f9d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<iframe allowfullscreen=\"\" frameborder=\"0\" src=\"//www.youtube.com/embed/o2aJlbwmWCw?rel=0\" height=\"315\" width=\"560\" loading=\"lazy\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6aab1b2cd5f5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8c8a342d"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<iframe allowfullscreen=\"\" frameborder=\"0\" src=\"//player.vimeo.com/video/845852267\" height=\"315\" width=\"560\" loading=\"lazy\">",
            "message": "The HTML attribute(s) \"frameborder\" is deprecated for the <iframe> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "56c4bb5ba8f6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-97545d74"
          },
          {
            "rule": "frame_src_valid",
            "xpath": null,
            "html": "<iframe allowfullscreen=\"\" frameborder=\"0\" src=\"//player.vimeo.com/video/845852267\" height=\"315\" width=\"560\" loading=\"lazy\">",
            "message": "Verify <frame> content is accessible",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f39e479b3e39",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-eb20571a"
          },
          {
            "rule": "frame_title_exists",
            "xpath": null,
            "html": "<iframe allowfullscreen=\"\" frameborder=\"0\" src=\"//player.vimeo.com/video/845852267\" height=\"315\" width=\"560\" loading=\"lazy\">",
            "message": "Inline frame does not have a 'title' attribute",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf9e341becee",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7876a0c3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<iframe allowfullscreen=\"\" frameborder=\"0\" src=\"//player.vimeo.com/video/845852267\" height=\"315\" width=\"560\" loading=\"lazy\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d124e20ffe6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a0071dcb"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"size-18\">",
            "message": "Confirm this text 'Gemeente Zwalm' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "265ba2a6a593",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-bd0cdcb7"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<br>",
            "message": "Confirm this text 'Zuidlaan 36, 9630 Zwalm' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4eb954f55514",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-94d3c6bd"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<br>",
            "message": "Confirm this text '055 350 350' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"size-18\">",
            "message": "Confirm this text 'Ondernemingsnummer: 0216.772.036' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"size-18\">",
            "message": "Confirm this text 'Volg ons op sociale media Volg ons op sociale media' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 2240,
        "uniqueFailedCount": 39,
        "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": 13
    }
  ],
  "enhanced": {
    "consolidatedFailures": [
      {
        "rule": "style_focus_visible",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 685,
        "examples": [
          {
            "url": "https://aalst.be/",
            "html": "<a rel=\"home\" title=\"Start\" href=\"/\">",
            "xpath": null,
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "fingerprint": "41ad1a14bfc8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b7ac0b02"
          },
          {
            "url": "https://aalst.be/",
            "html": "<a data-once=\"search-menu-anchor\" aria-controls=\"search-menu\" aria-expanded=\"false\" aria-haspopup=\"true\" aria-label=\"Zoeken\" role=\"button\" style=\"display: none;\" class=\"search-menu-anchor icon-search anchor-link\" id=\"search-menu-anchor\" href=\"#\">",
            "xpath": null,
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "fingerprint": "188c90645525",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8cf0ad8f"
          },
          {
            "url": "https://aalst.be/",
            "html": "<a data-once=\"mobile-menu\" aria-controls=\"mobile-menu-content\" aria-expanded=\"false\" aria-haspopup=\"true\" aria-label=\"Mobile menu\" role=\"button\" style=\"display: none\" class=\"icon-menu anchor-link\" id=\"mobile-menu-anchor\" href=\"#\">",
            "xpath": null,
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "fingerprint": "7e193bef54a4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f5983d94"
          },
          {
            "url": "https://aalst.be/",
            "html": "<input autocomplete=\"off\" data-once=\"autocomplete search-api-autocomplete\" maxlength=\"128\" size=\"30\" value=\"\" name=\"search\" id=\"edit-search\" type=\"text\" data-autocomplete-path=\"/search_api_autocomplete/solr_search?display=page_solr_search&&filter=search\" class=\"form-autocomplete form-text ui-autocomplete-input\" data-search-api-autocomplete-search=\"solr_search\" data-drupal-selector=\"edit-search\" placeholder=\"Waar ben je naar op zoek?\">",
            "xpath": null,
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "fingerprint": "361abd041548",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0b91a0b2"
          },
          {
            "url": "https://aalst.be/",
            "html": "<button value=\"Zoeken\" id=\"edit-submit-solr-search\" type=\"submit\" data-drupal-selector=\"edit-submit-solr-search\" class=\"icon-search button js-form-submit form-submit\">",
            "xpath": null,
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "fingerprint": "2b1212fb7a90",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c05ced52"
          }
        ]
      },
      {
        "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": 532,
        "examples": [
          {
            "url": "https://www.berlare.be/",
            "html": "<span class=\"header-anchors__content\">Menu</span>",
            "xpath": "#mobile-menu-anchor > .header-anchors__content",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.94 (foreground color: #ffffff, background color: #38a0d2, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#mobile-menu-anchor"
            ],
            "colorScheme": "light",
            "fingerprint": "2363c5fc37b7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-004ec3e7"
          },
          {
            "url": "https://www.berlare.be/",
            "html": "<span>Zoeken</span>",
            "xpath": "#edit-submit-search--2 > span",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.94 (foreground color: #ffffff, background color: #38a0d2, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#edit-submit-search--2"
            ],
            "colorScheme": "light",
            "fingerprint": "f9e79377e00e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-23f21b33"
          },
          {
            "url": "https://www.berlare.be/",
            "html": "<a href=\"/Bekendmakingen\" target=\"_self\">Bekendmakingen</a>",
            "xpath": "#block-searchsuggestions > .menu > .menu-item:nth-child(1) > a[href$=\"Bekendmakingen\"][target=\"_self\"]",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.94 (foreground color: #ffffff, background color: #38a0d2, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#block-searchsuggestions > .menu > .menu-item:nth-child(1) > a[href$=\"Bekendmakingen\"][target=\"_self\"]"
            ],
            "colorScheme": "light",
            "fingerprint": "a9dcd0ccdaca",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c375feda"
          },
          {
            "url": "https://www.berlare.be/",
            "html": "<a href=\"/werken-ondernemen/werken/vacatures\" target=\"_self\" data-drupal-link-system-path=\"node/1938\">Vacatures</a>",
            "xpath": "#block-searchsuggestions > .menu > .menu-item:nth-child(2) > a[data-drupal-link-system-path=\"node/1938\"][target=\"_self\"]",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.94 (foreground color: #ffffff, background color: #38a0d2, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#block-searchsuggestions > .menu > .menu-item:nth-child(2) > a[data-drupal-link-system-path=\"node/1938\"][target=\"_self\"]"
            ],
            "colorScheme": "light",
            "fingerprint": "b1811119e2ef",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3980b47e"
          },
          {
            "url": "https://www.berlare.be/",
            "html": "<a href=\"https://berlare.microsoftcrmportals.com/meldingen/\" target=\"_self\" class=\"ext\" data-extlink=\"\" aria-label=\"(link is external)\" rel=\"noreferrer\">",
            "xpath": "#block-searchsuggestions > .menu > .menu-item:nth-child(3) > .ext[data-extlink=\"\"][aria-label=\"(link is external)\"]",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.94 (foreground color: #ffffff, background color: #38a0d2, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#block-searchsuggestions > .menu > .menu-item:nth-child(3) > .ext[data-extlink=\"\"][aria-label=\"(link is external)\"]"
            ],
            "colorScheme": "light",
            "fingerprint": "d8d28d08b8fd",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-11c3dfe6"
          }
        ]
      },
      {
        "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": 402,
        "examples": [
          {
            "url": "https://aalst.be/",
            "html": "<span>",
            "xpath": null,
            "message": "Text contrast of 2.69 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 400",
            "fingerprint": "ed8f304788a1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "url": "https://www.assenede.be/",
            "html": "<button aria-selected=\"true\" tabindex=\"0\" aria-label=\"1 of 7\" aria-controls=\"slick-slide00\" id=\"slick-slide-control00\" role=\"tab\" type=\"button\">",
            "xpath": null,
            "message": "The foreground text and its background color are both detected as #eeeeee. Verify the text meets the WCAG AA requirements for minimum contrast",
            "fingerprint": "1ca49bc2411f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-fa8a3ab2"
          },
          {
            "url": "https://www.assenede.be/",
            "html": "<button tabindex=\"-1\" aria-label=\"2 of 7\" aria-controls=\"slick-slide01\" id=\"slick-slide-control01\" role=\"tab\" type=\"button\">",
            "xpath": null,
            "message": "The foreground text and its background color are both detected as #eeeeee. Verify the text meets the WCAG AA requirements for minimum contrast",
            "fingerprint": "0574a83f3953",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-400e452d"
          },
          {
            "url": "https://www.assenede.be/",
            "html": "<button tabindex=\"-1\" aria-label=\"3 of 7\" aria-controls=\"slick-slide02\" id=\"slick-slide-control02\" role=\"tab\" type=\"button\">",
            "xpath": null,
            "message": "The foreground text and its background color are both detected as #eeeeee. Verify the text meets the WCAG AA requirements for minimum contrast",
            "fingerprint": "fefb9ca68885",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0d7b0519"
          },
          {
            "url": "https://www.assenede.be/",
            "html": "<button tabindex=\"-1\" aria-label=\"4 of 7\" aria-controls=\"slick-slide03\" id=\"slick-slide-control03\" role=\"tab\" type=\"button\">",
            "xpath": null,
            "message": "The foreground text and its background color are both detected as #eeeeee. Verify the text meets the WCAG AA requirements for minimum contrast",
            "fingerprint": "4917550554ae",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-28cc2f5f"
          }
        ]
      },
      {
        "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": 359,
        "examples": [
          {
            "url": "https://aalst.be/",
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "xpath": null,
            "message": "Content is not within a landmark element",
            "fingerprint": "0dba0193d4ed",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-91188f8b"
          },
          {
            "url": "https://aalst.be/",
            "html": "<p>",
            "xpath": null,
            "message": "Content is not within a landmark element",
            "fingerprint": "366fe662257f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a86234de"
          },
          {
            "url": "https://aalst.be/",
            "html": "<input class=\"form-checkbox\" disabled=\"\" checked=\"checked\" name=\"essential\" id=\"checkbox-essential\" type=\"checkbox\">",
            "xpath": null,
            "message": "Content is not within a landmark element",
            "fingerprint": "308e46fea2ff",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4f2b7629"
          },
          {
            "url": "https://aalst.be/",
            "html": "<input class=\"form-checkbox\" name=\"analytics_storage\" id=\"checkbox-analyses\" type=\"checkbox\">",
            "xpath": null,
            "message": "Content is not within a landmark element",
            "fingerprint": "77839c496ab8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-809fe7a9"
          },
          {
            "url": "https://aalst.be/",
            "html": "<input class=\"form-checkbox\" name=\"personalization_storage\" id=\"checkbox-personalization\" type=\"checkbox\">",
            "xpath": null,
            "message": "Content is not within a landmark element",
            "fingerprint": "97b656d05e78",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7566e5a7"
          }
        ]
      },
      {
        "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": 306,
        "examples": [
          {
            "url": "https://aalst.be/",
            "html": "<div class=\"cookie-consent__content-wrapper\">",
            "xpath": ".cookie-consent__content-wrapper",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "dbdcdbfc149e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7c509a2c"
          },
          {
            "url": "https://aalst.be/",
            "html": "<div class=\"cookie-consent__checkboxes-wrapper\">",
            "xpath": ".cookie-consent__checkboxes-wrapper",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "8a695e75ef6a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a70ea906"
          },
          {
            "url": "https://aalst.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": "d272320bb50d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c1791208"
          },
          {
            "url": "https://www.aalter.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": "3f20ee2d917b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c1791208"
          },
          {
            "url": "https://www.aalter.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": "b85f2e1200a2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-34285466"
          }
        ]
      },
      {
        "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": 279,
        "examples": [
          {
            "url": "https://aalst.be/",
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "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": "a7aefbb234a3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-13065efa"
          },
          {
            "url": "https://aalst.be/",
            "html": "<input autocomplete=\"off\" data-once=\"autocomplete search-api-autocomplete\" maxlength=\"128\" size=\"30\" value=\"\" name=\"search\" id=\"edit-search\" type=\"text\" data-autocomplete-path=\"/search_api_autocomplete/solr_search?display=page_solr_search&&filter=search\" class=\"form-autocomplete form-text ui-autocomplete-input\" data-search-api-autocomplete-search=\"solr_search\" data-drupal-selector=\"edit-search\" placeholder=\"Waar ben je naar op zoek?\">",
            "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": "9435a8e93554",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1b8751c2"
          },
          {
            "url": "https://aalst.be/",
            "html": "<button value=\"Zoeken\" id=\"edit-submit-solr-search\" type=\"submit\" data-drupal-selector=\"edit-submit-solr-search\" class=\"icon-search button js-form-submit form-submit\">",
            "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": "c9f08ef731cd",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-74796cdc"
          },
          {
            "url": "https://aalst.be/",
            "html": "<input class=\"form-checkbox\" name=\"analytics_storage\" id=\"checkbox-analyses\" type=\"checkbox\">",
            "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": "e1e3ae37dbc7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4b44dbfe"
          },
          {
            "url": "https://aalst.be/",
            "html": "<input class=\"form-checkbox\" name=\"personalization_storage\" id=\"checkbox-personalization\" type=\"checkbox\">",
            "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": "348f121a0708",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-45d5f86d"
          }
        ]
      },
      {
        "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": 186,
        "examples": [
          {
            "url": "https://www.aalter.be/",
            "html": "<a href=\"/nieuws/opendeurweekend-academie-ontdek-een-wereld-vol-creativiteit\" class=\"partial__link\">",
            "xpath": null,
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "fingerprint": "51ab33e1c321",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-58112df1"
          },
          {
            "url": "https://www.aalter.be/",
            "html": "<a href=\"/nieuws/winnaarstrekking-maand-van-de-markt\" class=\"partial__link\">",
            "xpath": null,
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "fingerprint": "c8db04b5c358",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-32569529"
          },
          {
            "url": "https://www.aalter.be/",
            "html": "<a href=\"/nieuws/maand-van-de-sportclub-start\" class=\"partial__link\">",
            "xpath": null,
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "fingerprint": "75562aba77ca",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-07e8217e"
          },
          {
            "url": "https://www.aalter.be/",
            "html": "<a href=\"/nieuws/ruimtelijk-uitvoeringsplan-voor-db-fourage-openbaar-onderzoek-van-start\" class=\"partial__link\">",
            "xpath": null,
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "fingerprint": "85f055afebb9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-02d1f686"
          },
          {
            "url": "https://www.aalter.be/",
            "html": "<a href=\"/nieuws/week-van-de-stenen-winkel\" class=\"partial__link\">",
            "xpath": null,
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "fingerprint": "cb4e2dbb6a75",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-98535411"
          }
        ]
      },
      {
        "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": 146,
        "examples": [
          {
            "url": "https://aalst.be/",
            "html": "<div class=\"icon-block-list__content\">",
            "xpath": null,
            "message": "Confirm this text 'Adres' is used as a heading and if so, modify to use a heading element or role",
            "fingerprint": "f94a2b151c5f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5e84c315"
          },
          {
            "url": "https://aalst.be/",
            "html": "<div class=\"location-opening-hours__date active\">",
            "xpath": null,
            "message": "Confirm this text 'Dinsdag 5 mei 2026' is used as a heading and if so, modify to use a heading element or role",
            "fingerprint": "3e295f943fa0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f062f6a8"
          },
          {
            "url": "https://aalst.be/",
            "html": "<div class=\"card-tags\">",
            "xpath": null,
            "message": "Confirm this text 'Burgerzaken en documenten' is used as a heading and if so, modify to use a heading element or role",
            "fingerprint": "f46f1fa3dccb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-aeb978ae"
          },
          {
            "url": "https://www.aalter.be/",
            "html": "<div class=\"date-block\">",
            "xpath": null,
            "message": "Confirm this text 'do 30 apr' is used as a heading and if so, modify to use a heading element or role",
            "fingerprint": "2e2775cdb23e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4226acd9"
          },
          {
            "url": "https://www.aalter.be/",
            "html": "<div class=\"date-block__entry\">",
            "xpath": null,
            "message": "Confirm this text 'do 30 apr' is used as a heading and if so, modify to use a heading element or role",
            "fingerprint": "a3395229126c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e8ab7099"
          }
        ]
      },
      {
        "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": 102,
        "examples": [
          {
            "url": "https://www.aalter.be/",
            "html": "<button style=\"display: none;\" data-rsevent-id=\"rs_113499\" 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": "db2a94a34315",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-10b19ce7"
          },
          {
            "url": "https://www.aalter.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=8181&lang=nl_be&readid=wrapper&url=https%3a%2f%2fwww.aalter.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": "42123cdd60f0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-56532705"
          },
          {
            "url": "https://stad.gent/nl",
            "html": "<a aria-hidden=\"true\" class=\"skiplink\" href=\"#main-content\">",
            "xpath": null,
            "message": "Element \"a\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "fingerprint": "e906ee1ac7ec",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d89004d3"
          },
          {
            "url": "https://stad.gent/nl",
            "html": "<a class=\"site-logo\" rel=\"home\" title=\"Home\" href=\"/nl\">",
            "xpath": null,
            "message": "Element \"a\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "fingerprint": "67a4b17ff068",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d056100d"
          },
          {
            "url": "https://stad.gent/nl",
            "html": "<input autocomplete=\"off\" data-once=\"autocomplete search-api-autocomplete\" required=\"required\" maxlength=\"128\" size=\"30\" name=\"search\" id=\"uqrwjb6co3-edit-search--2\" type=\"text\" data-autocomplete-path=\"/nl/search_api_autocomplete/sg_search?display=page_search&&filter=search\" class=\"form-autocomplete form-text required ui-autocomplete-input\" data-search-api-autocomplete-search=\"sg_search\" data-drupal-selector=\"uqrwjb6co3-edit-search-2\" placeholder=\"Zoeken\">",
            "xpath": null,
            "message": "Element \"input\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "fingerprint": "658e12118470",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3731de4b"
          }
        ]
      },
      {
        "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": 71,
        "examples": [
          {
            "url": "https://aalst.be/",
            "html": "<form data-drupal-form-fields=\"edit-search\" data-once=\"form-updated\" accept-charset=\"UTF-8\" id=\"views-exposed-form-solr-search-page-solr-search\" method=\"get\" action=\"/zoeken\" data-drupal-selector=\"views-exposed-form-solr-search-page-solr-search\" class=\"views-exposed-form\">",
            "xpath": null,
            "message": "The <form> element has the id \"views-exposed-form-solr-search-page-solr-search\" that is already in use",
            "fingerprint": "8624b7162ff9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-635f1658"
          },
          {
            "url": "https://www.assenede.be/",
            "html": "<img id=\"\" title=\"Wijziging politiereglement - haagschaar\" alt=\"Wijziging politiereglement - haagschaar\" src=\"https://www.assenede.be/data/news2/1358/1759744170-haagschaar.png?1777960241\">",
            "xpath": null,
            "message": "The <img> element has the id \"\" that is empty",
            "fingerprint": "f5fd5031e079",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-acec06b6"
          },
          {
            "url": "https://www.assenede.be/",
            "html": "<img id=\"\" title=\"Zitdag belastingaangifte op maandag 1 juni - Zitdag belastingen 2026\" alt=\"Zitdag belastingaangifte op maandag 1 juni - Zitdag belastingen 2026\" src=\"https://www.assenede.be/data/news2/1407/1777361264-belastingen-zitdag.png?1777960241\">",
            "xpath": null,
            "message": "The <img> element has the id \"\" that is empty",
            "fingerprint": "671bd6c780ac",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b8fc30bb"
          },
          {
            "url": "https://www.assenede.be/",
            "html": "<img id=\"\" title=\"Winterkermis en Gîrnaertfeesten - \" alt=\"Winterkermis en Gîrnaertfeesten - \" src=\"https://www.assenede.be/data/news2/1403/1776413991-38-feestcommissie-boekhoute-en-g-rnaertfeesten.jpg?1777960241\">",
            "xpath": null,
            "message": "The <img> element has the id \"\" that is empty",
            "fingerprint": "a16143b0a2d0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4204cb15"
          },
          {
            "url": "https://www.assenede.be/",
            "html": "<img id=\"\" title=\"Loting U13Cup en U14 Sparks Cup - U13Cup\" alt=\"Loting U13Cup en U14 Sparks Cup - U13Cup\" src=\"https://www.assenede.be/data/news2/1402/1776329942-loting-u13cup-2026-4.jpeg?1777960241\">",
            "xpath": null,
            "message": "The <img> element has the id \"\" that is empty",
            "fingerprint": "05ec6cd45824",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f8cf8641"
          }
        ]
      },
      {
        "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": 65,
        "examples": [
          {
            "url": "https://www.brakel.be/",
            "html": "<a class=\"et-pb-arrow-prev\" href=\"#\"><span>Vorige</span></a>",
            "xpath": ".et-pb-arrow-prev",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does 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": "33c0f01a7cab",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-828f6738"
          },
          {
            "url": "https://www.brakel.be/",
            "html": "<a class=\"et-pb-arrow-next\" href=\"#\"><span>Volgende</span></a>",
            "xpath": ".et-pb-arrow-next",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does 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": "d99cdc7458f7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d06d3f7b"
          },
          {
            "url": "https://www.brakel.be/",
            "html": "<a href=\"/uit-in-brakel-website/\">",
            "xpath": ".et_pb_main_blurb_image > a[href$=\"uit-in-brakel-website/\"]",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does 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": "d2349c7129bc",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9a0fa829"
          },
          {
            "url": "https://www.brakel.be/",
            "html": "<a class=\"hero-posts-item-image-a\" href=\"https://www.brakel.be/vacature-lesgever-zwemmen-leren-zwemmen-en-watergewenning/\">",
            "xpath": "#hero-posts-item-69f98557400d5 > .hero-posts-item-image > .hero-posts-item-image-inner > .hero-posts-item-image-container > .hero-posts-item-image-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": "1e280d23adb5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f4f20efb"
          },
          {
            "url": "https://www.brakel.be/",
            "html": "<a class=\"hero-posts-item-image-a\" href=\"https://www.brakel.be/19-juni-busreis-naar-middelkerke-seniorenadviesraad/\">",
            "xpath": "#hero-posts-item-69f9855740151 > .hero-posts-item-image > .hero-posts-item-image-inner > .hero-posts-item-image-container > .hero-posts-item-image-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": "3de07196d7bc",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d63bdce0"
          }
        ]
      },
      {
        "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": 59,
        "examples": [
          {
            "url": "https://aalst.be/",
            "html": "<form data-drupal-form-fields=\"edit-search\" data-once=\"form-updated\" accept-charset=\"UTF-8\" id=\"views-exposed-form-solr-search-page-solr-search\" method=\"get\" action=\"/zoeken\" data-drupal-selector=\"views-exposed-form-solr-search-page-solr-search\" class=\"views-exposed-form\">",
            "xpath": null,
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "fingerprint": "06b405be95a3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a838f1a5"
          },
          {
            "url": "https://aalst.be/",
            "html": "<form data-drupal-form-fields=\"edit-email,edit-actions-submit\" data-once=\"webform-details-toggle form-updated webform-submit-once\" accept-charset=\"UTF-8\" id=\"webform-submission-newsletter-signup-flexmail-node-35-add-form\" method=\"post\" action=\"/antibot\" data-action=\"/\" data-drupal-selector=\"webform-submission-newsletter-signup-flexmail-node-35-add-form\" class=\"webform-submission-form webform-submission-add-form webform-submission-newsletter-signup-flexmail-form webform-submission-newsletter-signup-flexmail-add-form webform-submission-newsletter-signup-flexmail-node-35-form webform-submission-newsletter-signup-flexmail-node-35-add-form js-webform-submit-once js-webform-details-toggle webform-details-toggle antibot\">",
            "xpath": null,
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "fingerprint": "3f590d7ad893",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-391edf1c"
          },
          {
            "url": "https://www.aalter.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": "ab1c305141b8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-bec41670"
          },
          {
            "url": "https://www.aalter.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": "8d7f91ebc3e3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2daf85da"
          },
          {
            "url": "https://www.aalter.be/",
            "html": "<form action=\"/nieuwsbrieven/inschrijven\" method=\"post\" class=\"form-newsletter\">",
            "xpath": null,
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "fingerprint": "9cad17eed2fb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-18603134"
          }
        ]
      },
      {
        "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": 55,
        "examples": [
          {
            "url": "https://aalst.be/",
            "html": "<html style=\"--calibr8__container-width: 1280px; --calibr8__container--medium: 10; --calibr8__container--small: 8; --calibr8__container--tiny: 6;\" data-once=\"easytheme-properties layout-builder-colors\" class=\" js\" prefix=\"og: https://ogp.me/ns#\" dir=\"ltr\" lang=\"nl\">",
            "xpath": null,
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "fingerprint": "bf2a06fc60f4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f2688fc4"
          },
          {
            "url": "https://www.aalter.be/",
            "html": "<link media=\"screen\" href=\"/css/layout/modules/readspeaker.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": "154c18c3e624",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c11a3400"
          },
          {
            "url": "https://www.assenede.be/",
            "html": "<style data-href=\"https://www.assenede.be/css/reset.css\" media=\"\">",
            "xpath": null,
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "fingerprint": "143e83b84195",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e95d4df7"
          },
          {
            "url": "https://www.berlare.be/",
            "html": "<html style=\"--calibr8__container-width: 1306px; --calibr8__container--medium: 10; --calibr8__container--small: 8; --calibr8__container--tiny: 6;\" data-once=\"easytheme-properties layout-builder-colors\" class=\" svg placeholder no-touchevents details flexbox objectfit object-fit js\" prefix=\"og: https://ogp.me/ns#\" dir=\"ltr\" lang=\"nl\">",
            "xpath": null,
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "fingerprint": "943351c92c1e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-20b68017"
          },
          {
            "url": "https://www.gemeentebkz.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": "b99821a439ee",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0734e429"
          }
        ]
      },
      {
        "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": 55,
        "examples": [
          {
            "url": "https://aalst.be/",
            "html": "<link href=\"/sites/default/assets/css/css_v3htP4cuNpjVJatLyR0b_nbCd7sgzaHMB2yF7nEBmQA.css?delta=0&language=nl&theme=aalst_basetheme&include=eJx9kd1uwyAMhV8Iwe3eBhlwE1aDI-yszZ5-5E-a2mUXgPHnI-wDAIn6AII6YkFXIFcDL8nKrQDlbzRQNQdWd5z21omJnYX24SGVXDeFB1JsLnKZuGJVua7ZHjwpgiw7HJGmV0qw8Nz7mjOlzgJxvMsV_U_Z59Jch64lEFncOukZV0495vZ7anwq5Xp3qc0TkD2uZsjV9bUZZTin6Eucbk6ZKUAzgtDi6GHKHmbl1QxCRXeRN7KIYtmb-cr4ELfttnCaCc0Dw-q2O04Ln_B8SyJ186rahAqZxCoPwx_as6ygCAzvfPsDuzvyAwOS1Sg\" media=\"all\" rel=\"stylesheet\">",
            "xpath": null,
            "message": "Verify color is not used as the only visual means of conveying information",
            "fingerprint": "35a57eb6544a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-dbd4598a"
          },
          {
            "url": "https://www.aalter.be/",
            "html": "<link media=\"screen\" href=\"/css/layout/modules/readspeaker.css\" rel=\"stylesheet\">",
            "xpath": null,
            "message": "Verify color is not used as the only visual means of conveying information",
            "fingerprint": "deb73fdfb347",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9c7b433b"
          },
          {
            "url": "https://www.assenede.be/",
            "html": "<style data-href=\"https://www.assenede.be/css/main.css?v32\" media=\"\">",
            "xpath": null,
            "message": "Verify color is not used as the only visual means of conveying information",
            "fingerprint": "8e30a93a19a5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-41a093b5"
          },
          {
            "url": "https://www.berlare.be/",
            "html": "<link href=\"/core/assets/vendor/jquery.ui/themes/base/core.css?tejt0t\" media=\"all\" rel=\"stylesheet\">",
            "xpath": null,
            "message": "Verify color is not used as the only visual means of conveying information",
            "fingerprint": "8663d97e09d0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-dce10a11"
          },
          {
            "url": "https://www.gemeentebkz.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": "6b7be65f7331",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-cc8d57b6"
          }
        ]
      },
      {
        "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": 54,
        "examples": [
          {
            "url": "https://www.brakel.be/",
            "html": "<a href=\"/uit-in-brakel-website/\">",
            "xpath": null,
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "fingerprint": "d95226e0909b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ec1b7f0d"
          },
          {
            "url": "https://www.brakel.be/",
            "html": "<a href=\"https://www.brakel.be/vacature-lesgever-zwemmen-leren-zwemmen-en-watergewenning/\" class=\"hero-posts-item-image-a\">",
            "xpath": null,
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "fingerprint": "0e52043ec32b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ba4fb363"
          },
          {
            "url": "https://www.brakel.be/",
            "html": "<a href=\"https://www.brakel.be/19-juni-busreis-naar-middelkerke-seniorenadviesraad/\" class=\"hero-posts-item-image-a\">",
            "xpath": null,
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "fingerprint": "85e86b9a4f19",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1c087c5a"
          },
          {
            "url": "https://www.brakel.be/",
            "html": "<a href=\"https://www.brakel.be/20-mei-2026-g-sportdag/\" class=\"hero-posts-item-image-a\">",
            "xpath": null,
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "fingerprint": "bb918a8ecd43",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-226a3f60"
          },
          {
            "url": "https://www.brakel.be/",
            "html": "<a href=\"https://www.brakel.be/vacature-maatschappelijk-werker-2/\" class=\"hero-posts-item-image-a\">",
            "xpath": null,
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "fingerprint": "47812e829887",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6c39874b"
          }
        ]
      },
      {
        "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": 47,
        "examples": [
          {
            "url": "https://aalst.be/",
            "html": "<input class=\"form-checkbox\" disabled=\"\" checked=\"checked\" name=\"essential\" id=\"checkbox-essential\" type=\"checkbox\">",
            "xpath": null,
            "message": "Verify that this ungrouped checkbox input is not related to other checkboxes",
            "fingerprint": "cb55ccd5b85e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-837fc398"
          },
          {
            "url": "https://aalst.be/",
            "html": "<input class=\"form-checkbox\" name=\"analytics_storage\" id=\"checkbox-analyses\" type=\"checkbox\">",
            "xpath": null,
            "message": "Verify that this ungrouped checkbox input is not related to other checkboxes",
            "fingerprint": "53dd101d79fe",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-25423b4a"
          },
          {
            "url": "https://aalst.be/",
            "html": "<input class=\"form-checkbox\" name=\"personalization_storage\" id=\"checkbox-personalization\" type=\"checkbox\">",
            "xpath": null,
            "message": "Verify that this ungrouped checkbox input is not related to other checkboxes",
            "fingerprint": "838cc6a4bcc4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2a30fa0d"
          },
          {
            "url": "https://www.denderleeuw.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": "1f22f1a12251",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-bb2e601d"
          },
          {
            "url": "https://www.denderleeuw.be/",
            "html": "<input tabindex=\"0\" class=\"form-check-input\" value=\"statistics\" id=\"cookie-category-statistics\" name=\"cookie-categories\" type=\"checkbox\">",
            "xpath": null,
            "message": "Checkbox input and others with the name \"cookie-categories\" are not grouped together",
            "fingerprint": "997c7339a5fd",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7e3709a0"
          }
        ]
      },
      {
        "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": 46,
        "examples": [
          {
            "url": "https://www.aalter.be/",
            "html": "<button style=\"display: none;\" data-rsevent-id=\"rs_113499\" 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": "fbf047fd9ebe",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-fc7cad3a"
          },
          {
            "url": "https://www.assenede.be/",
            "html": "<input aria-haspopup=\"true\" aria-autocomplete=\"list\" role=\"textbox\" autocomplete=\"off\" class=\"ui-autocomplete-input\" placeholder=\"Wat zoek je?\" value=\"\" id=\"txtSearch\" name=\"txtSearch\" type=\"text\">",
            "xpath": null,
            "message": "The ‘placeholder’ is the only visible label",
            "fingerprint": "1d9716271e89",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b2143279"
          },
          {
            "url": "https://www.berlare.be/",
            "html": "<input autocomplete=\"off\" data-once=\"autocomplete search-api-autocomplete\" maxlength=\"128\" size=\"30\" value=\"\" name=\"s\" id=\"edit-s--2\" type=\"text\" data-autocomplete-path=\"/search_api_autocomplete/search?display=search&&filter=s\" class=\"form-autocomplete form-text ui-autocomplete-input\" data-search-api-autocomplete-search=\"search\" data-drupal-selector=\"edit-s\" placeholder=\"Voer uw zoektermen in ...\">",
            "xpath": null,
            "message": "The ‘placeholder’ is the only visible label",
            "fingerprint": "32e6cccbac77",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c7e1fbb0"
          },
          {
            "url": "https://www.brakel.be/",
            "html": "<input class=\"et_pb_s\" placeholder=\"Waar zoek je naar?\" name=\"s\" type=\"text\">",
            "xpath": null,
            "message": "The ‘placeholder’ is the only visible label",
            "fingerprint": "ff04d8a20f4b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-57fd2612"
          },
          {
            "url": "https://www.brakel.be/",
            "html": "<input style=\"\" class=\"et_pb_searchsubmit\" value=\"Zoeken\" type=\"submit\">",
            "xpath": null,
            "message": "The input element does not have an associated visible label",
            "fingerprint": "db8a4ae205a2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ee993e40"
          }
        ]
      },
      {
        "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": 44,
        "examples": [
          {
            "url": "https://aalst.be/",
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "xpath": null,
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "fingerprint": "b10292740a68",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "url": "https://www.assenede.be/",
            "html": "<meta content=\"A7vZI3v+Gz7JfuRolKNM4Aff6zaGuT7X0mf3wtoZTnKv6497cVMnhy03KDqX7kBz/q/iidW7srW31oQbBt4VhgoAAACUeyJvcmlnaW4iOiJodHRwczovL3d3dy5nb29nbGUuY29tOjQ0MyIsImZlYXR1cmUiOiJEaXNhYmxlVGhpcmRQYXJ0eVN0b3JhZ2VQYXJ0aXRpb25pbmczIiwiZXhwaXJ5IjoxNzU3OTgwODAwLCJpc1N1YmRvbWFpbiI6dHJ1ZSwiaXNUaGlyZFBhcnR5Ijp0cnVlfQ==\" http-equiv=\"origin-trial\">",
            "xpath": null,
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "fingerprint": "e8b3c649f261",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2da480df"
          },
          {
            "url": "https://www.berlare.be/",
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "xpath": null,
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "fingerprint": "7a1cb576d2e0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "url": "https://www.brakel.be/",
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "xpath": null,
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "fingerprint": "2d81980380b4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "url": "https://www.brakel.be/",
            "html": "<u>",
            "xpath": null,
            "message": "The <u> element is deprecated in HTML 5",
            "fingerprint": "6b883e24e7af",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f459bb78"
          }
        ]
      },
      {
        "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": 39,
        "examples": [
          {
            "url": "https://aalst.be/",
            "html": "<svg class=\"icon icon--ic-winkeltas\" height=\"25\" width=\"25\">",
            "xpath": null,
            "message": "The SVG element has no accessible name",
            "fingerprint": "80f902dc3d29",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b5535eba"
          },
          {
            "url": "https://aalst.be/",
            "html": "<svg class=\"icon icon--ic-afspraak\" height=\"25\" width=\"25\">",
            "xpath": null,
            "message": "The SVG element has no accessible name",
            "fingerprint": "43bb36645387",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e85c64b6"
          },
          {
            "url": "https://aalst.be/",
            "html": "<svg class=\"icon icon--ic-desktop-lamp\" height=\"25\" width=\"25\">",
            "xpath": null,
            "message": "The SVG element has no accessible name",
            "fingerprint": "f4fd8961e700",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-deb40568"
          },
          {
            "url": "https://aalst.be/",
            "html": "<svg class=\"icon icon--ic-feedback\" height=\"25\" width=\"25\">",
            "xpath": null,
            "message": "The SVG element has no accessible name",
            "fingerprint": "64ebbdab7b5a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-65b53d0b"
          },
          {
            "url": "https://aalst.be/",
            "html": "<svg class=\"icon icon--ic-calendar-datum\" height=\"25\" width=\"25\">",
            "xpath": null,
            "message": "The SVG element has no accessible name",
            "fingerprint": "638091d0c3d5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-37b25f94"
          }
        ]
      },
      {
        "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": 37,
        "examples": [
          {
            "url": "https://aalst.be/",
            "html": "<body data-once=\"ginAccent oidc-mcpf-toolbar form-single-submit webform-single-submit\" aria-hidden=\"false\" class=\"front not-logged-in path-frontpage page-type--landing-page mobile-menu-enabled\">",
            "xpath": null,
            "message": "The ARIA attributes \"aria-hidden\" are not valid for the element <body> with implicit ARIA role \"generic\"",
            "fingerprint": "df95bffa3e20",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d97a99dc"
          },
          {
            "url": "https://www.assenede.be/",
            "html": "<div style=\"display: block;\" class=\"slick-arrow\" aria-label=\"Vorige nieuwsbericht\" id=\"news-slider-prev\">",
            "xpath": null,
            "message": "The ARIA attributes \"aria-label\" are not valid for the element <div> with implicit ARIA role \"generic\"",
            "fingerprint": "85fb41bf00f1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c41cf370"
          },
          {
            "url": "https://www.assenede.be/",
            "html": "<div style=\"display: block;\" class=\"slick-arrow\" aria-label=\"Volgende nieuwsbericht\" id=\"news-slider-next\">",
            "xpath": null,
            "message": "The ARIA attributes \"aria-label\" are not valid for the element <div> with implicit ARIA role \"generic\"",
            "fingerprint": "e20e9f3c028d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-751ebb16"
          },
          {
            "url": "https://www.buggenhout.be/",
            "html": "<div class=\"entry-date\" aria-label=\"zaterdag 9 mei 2026\">",
            "xpath": null,
            "message": "The ARIA attributes \"aria-label\" are not valid for the element <div> with implicit ARIA role \"generic\"",
            "fingerprint": "0aaebbcf8d00",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-bfc52da8"
          },
          {
            "url": "https://www.buggenhout.be/",
            "html": "<div class=\"entry-date\" aria-label=\"donderdag 21 mei 2026\">",
            "xpath": null,
            "message": "The ARIA attributes \"aria-label\" are not valid for the element <div> with implicit ARIA role \"generic\"",
            "fingerprint": "a90ef962ee33",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2648ee37"
          }
        ]
      },
      {
        "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": 30,
        "examples": [
          {
            "url": "https://www.denderleeuw.be/",
            "html": "<link href=\"/sites/default/files/css/css_-OusBlquhmF9EX9R5UMWJjwL3a8_yyzQK3BWPEWFVI4.css?delta=3&language=nl&theme=ocelot_paddle&include=eJx9U9FywyAM-yESPokz4LS-As4Zsjb9-jmk7W5dszcsKcI2CpAFcqfEHpIJ1OiOxc3CEyW0b7UJF4zUWByEwBKJi32dxkm4NCzRBOYLoQu9bM4n1u_E7vDwgIcHrGpBG2WZIY3UMA-JajO4uJdNnhNBCWg_gc6DoMFbS1QuT59HaRKsvGgHC6WoHbQrB06uYmja8JONVAN_oayWCypvsg4JVgduKGOAuYs5YOLmZohxW4zer-rSRp_gvv7D6pBDRZBwPhYJQgyyZH8omVjykKHACePQn-JIeYbsFznpYo8UlNXlkO3DH7KVA0EaumjYVlzfpUttnF1tq7KnN3IW0jw8uR10L_P6c0_9QPa299R8YLfQvJNbrqCePYPEX-ikwVk938zMKT0zs50fI-3v5WAmB0vjHjZsaA9ws2_F9a24bmEnTTlcsXLG8dXmJ-FfaGxnzGq6Vv0brIeK3_hybrE\" media=\"all\" rel=\"stylesheet\">",
            "xpath": null,
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "fingerprint": "6a670eaf817e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-735919e0"
          },
          {
            "url": "https://www.denderleeuw.be/",
            "html": "<link href=\"/sites/default/files/css/css_YdFJFonwosjEv3jkITQ-0jsrKZOhy6qbfNHpNunQlJY.css?delta=4&language=nl&theme=ocelot_paddle&include=eJx9U9FywyAM-yESPokz4LS-As4Zsjb9-jmk7W5dszcsKcI2CpAFcqfEHpIJ1OiOxc3CEyW0b7UJF4zUWByEwBKJi32dxkm4NCzRBOYLoQu9bM4n1u_E7vDwgIcHrGpBG2WZIY3UMA-JajO4uJdNnhNBCWg_gc6DoMFbS1QuT59HaRKsvGgHC6WoHbQrB06uYmja8JONVAN_oayWCypvsg4JVgduKGOAuYs5YOLmZohxW4zer-rSRp_gvv7D6pBDRZBwPhYJQgyyZH8omVjykKHACePQn-JIeYbsFznpYo8UlNXlkO3DH7KVA0EaumjYVlzfpUttnF1tq7KnN3IW0jw8uR10L_P6c0_9QPa299R8YLfQvJNbrqCePYPEX-ikwVk938zMKT0zs50fI-3v5WAmB0vjHjZsaA9ws2_F9a24bmEnTTlcsXLG8dXmJ-FfaGxnzGq6Vv0brIeK3_hybrE\" media=\"print\" rel=\"stylesheet\">",
            "xpath": null,
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "fingerprint": "4074195678c7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3d915a4b"
          },
          {
            "url": "https://www.destelbergen.be/",
            "html": "<link href=\"/sites/default/files/css/css_0lzJb-Ho-ICgMuhCx6iL4B0xdrCj-wuzivTilZvsD8o.css?delta=1&language=nl&theme=ocelot_paddle&include=eJx9kmFuwyAMhS9EypGQAaexCjgyMDU9_Zyk7bSs2T_8PufJsR-QBXLXxB6SCdTogcXNwiMltIfahBtGaiwOQmCJxMW-X5dRuDQs0QTmG6ELW9mcT6zfid3l4SkPT1m7BW2UPkO6UMM8JKrNYHdvmzwnghLQfhKdB0GD95ao3F4-z9IkWLjrBJ1S1AlG7hI4uYqh6cRH3CZB_MAj1cBfKIvlsnLDARM3N0OM65J0FgWlXXyCx_IP1R8eKoKE6bxJEGKQnv1py8iShwwFrhiH7SxnnRNk3-WqSz7roKwupzTrteFIe22cXW2Lbvh6gLOQHvzFdtG9_eqPdf0At1n2WHygayqOcA0O1MkzSPyljpqMxfPdzJzSKxTre1hjUc1-BAczOeiNtzRhQ3uim8qBILltH26zsH-lS5swa-9SNcXWQ8VvfppTAA\" media=\"all\" rel=\"stylesheet\">",
            "xpath": null,
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "fingerprint": "2f2942d4e439",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c48287da"
          },
          {
            "url": "https://www.destelbergen.be/",
            "html": "<link href=\"/sites/default/files/css/css_bgHQnHrES1mPs2TDV6WekQquwPQJm_WxywFB-U-daaE.css?delta=2&language=nl&theme=ocelot_paddle&include=eJx9kmFuwyAMhS9EypGQAaexCjgyMDU9_Zyk7bSs2T_8PufJsR-QBXLXxB6SCdTogcXNwiMltIfahBtGaiwOQmCJxMW-X5dRuDQs0QTmG6ELW9mcT6zfid3l4SkPT1m7BW2UPkO6UMM8JKrNYHdvmzwnghLQfhKdB0GD95ao3F4-z9IkWLjrBJ1S1AlG7hI4uYqh6cRH3CZB_MAj1cBfKIvlsnLDARM3N0OM65J0FgWlXXyCx_IP1R8eKoKE6bxJEGKQnv1py8iShwwFrhiH7SxnnRNk3-WqSz7roKwupzTrteFIe22cXW2Lbvh6gLOQHvzFdtG9_eqPdf0At1n2WHygayqOcA0O1MkzSPyljpqMxfPdzJzSKxTre1hjUc1-BAczOeiNtzRhQ3uim8qBILltH26zsH-lS5swa-9SNcXWQ8VvfppTAA\" media=\"print\" rel=\"stylesheet\">",
            "xpath": null,
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "fingerprint": "d8eac2527733",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e8dec642"
          },
          {
            "url": "https://www.gavere.be/",
            "html": "<link href=\"/sites/default/files/css/css_8BLMBRuNfa_w6MYfmHLrH0n3sTaCIo0ARmPl73kdP20.css?delta=1&language=nl&theme=ocelot_paddle&include=eJx9Uu2OwyAMeyFaHgkFSNdoQKoQTuue_mj3cbreev-IbaxgDGSB3CWxh2QCKd2xuEV4ooT2MJtwxUjK4iAElkhc7Ps0TsJFsUQTmK-ELuyjOp-43xP7gIcnPDzhrha0UdoCaSTFPCSqarC5t01eEkEJaD-BzoOgwZsmKteXz3M0CVZufYNGKfYNJm4SOLmKQfvGR1pnQfzAR6qBv1BWy2XjTe4pgO2JKMoYYNnFHDCxugVi3JLrC3Z10dEnuK__sD2FoSJImM9FghCDtOxPJRNLHjIUuGAc9r86U86QfZNLT_5MQbm7nLL7449sq8rZVV177JcDuQj1Fry4B-jefvXHun4g910eXfnAblU5kluboM6eQeIvdOp1WT3fzMIpvZqynYetK9U8PsHBQg6a8l4xVLQnuKkcCJLb83C7hf0LjTpj7tq19mpbDxW_ARRJWv0\" media=\"all\" rel=\"stylesheet\">",
            "xpath": null,
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "fingerprint": "7d6a8535ec52",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ae02a7cc"
          }
        ]
      },
      {
        "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": 24,
        "examples": [
          {
            "url": "https://aalst.be/",
            "html": "<a data-drupal-link-system-path=\"node/38\" href=\"/privacyverklaring\">",
            "xpath": null,
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "fingerprint": "aa48c1da19e2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9a2a5c7d"
          },
          {
            "url": "https://aalst.be/",
            "html": "<a class=\"button__cookie-instellingen\" href=\"\">",
            "xpath": null,
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "fingerprint": "048f3a0c74cd",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7b91ef28"
          },
          {
            "url": "https://aalst.be/",
            "html": "<a data-drupal-link-system-path=\"node/4710\" href=\"/protocollen\">",
            "xpath": null,
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "fingerprint": "922f72792c70",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7fa99aae"
          },
          {
            "url": "https://aalst.be/",
            "html": "<a data-drupal-link-system-path=\"node/2020\" href=\"/responsible-disclosure\">",
            "xpath": null,
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "fingerprint": "f89ebc6c95e3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f9a81b82"
          },
          {
            "url": "https://aalst.be/",
            "html": "<a data-drupal-link-system-path=\"node/2015\" href=\"/toegankelijkheidsverklaring\">",
            "xpath": null,
            "message": "Undersized target \"a\" does not have sufficient spacing of 12 CSS pixels from another target \"a\"",
            "fingerprint": "379c099db136",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b9815247"
          }
        ]
      },
      {
        "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": 24,
        "examples": [
          {
            "url": "https://www.kluisbergen.be/",
            "html": "<img src=\"/sites/default/files/styles/banner/public/2026-03/aScherm%C2%ADafbeelding%202026-03-26%20om%2009.50.59%20kopie.jpg?h=69206bc1&amp;itok=2jev8Zas \">",
            "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": "1d29d3b65635",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c1c2eda8"
          },
          {
            "url": "https://www.kluisbergen.be/",
            "html": "<img height=\"596\" src=\"/themes/custom/subtheme/logo-wit.svg\" width=\"1096\" loading=\"lazy\">",
            "xpath": "img[height=\"596\"]",
            "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": "078a43df9fc9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-38a98534"
          },
          {
            "url": "https://www.lievegem.be/",
            "html": "<img src=\"/sites/default/files/styles/banner_homepage/public/2026-01/20260120_Kanaal%20Gent-Oostende-1_0.jpg?h=f49ed93f&amp;itok=2HsQIy26 \">",
            "xpath": ".banner_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": "1111656ee71d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f72a70d2"
          },
          {
            "url": "https://www.lokeren.be/",
            "html": "<img src=\"http://www.lokeren.be/assets/620b79396929a194a5087daf/hoplr.png\" height=\"55px\" style=\"padding-left:0px\">",
            "xpath": "img[height=\"55px\"]",
            "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": "7c42d51f3a1d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-37a98cd4"
          },
          {
            "url": "https://www.oosterzele.be/",
            "html": "<img _ngcontent-ng-c1508106075=\"\" src=\"../assets/png/logo-a/Oosterzele-donker cyaan.png\" class=\"w-11rem\">",
            "xpath": ".w-11rem",
            "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": "9820d102f9f7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8604b78c"
          }
        ]
      },
      {
        "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": 23,
        "examples": [
          {
            "url": "https://www.evergem.be/",
            "html": "<img class=\"logo-img\" title=\"Gemeente Evergem\" alt=\"Gemeente Evergem\" onerror=\"this.onerror = null; this.src = '/images/skin/logo-small.svg'\" src=\"/images/skin/logo-small.svg\">",
            "xpath": null,
            "message": "Link text is repeated in an image 'alt' value within the same link",
            "fingerprint": "51f8d3665e7b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-40d96574"
          },
          {
            "url": "https://www.ronse.be/nl",
            "html": "<img alt=\"Zotte Zomer\" height=\"345\" width=\"460\" src=\"/sites/ronse/files/styles/cta/public/Zotte%20Zomer.png?itok=AcJW6tZp\" loading=\"lazy\">",
            "xpath": null,
            "message": "Link text is repeated in an image 'alt' value within the same link",
            "fingerprint": "bdcb245461bf",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3759e7f5"
          },
          {
            "url": "https://www.waasmunster.be/",
            "html": "<img src=\"/imagecache/AB5BEA00BA205C1EA30D393EC733996B/29116.jpg?w=544&h=544&mode=crop\" class=\"thumb-photo\" alt=\"Recyclagepark gesloten van 19 t.e.m. 23 mei\">",
            "xpath": null,
            "message": "Link text is repeated in an image 'alt' value within the same link",
            "fingerprint": "bb4b2b65a1a2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-df9079f0"
          },
          {
            "url": "https://www.waasmunster.be/",
            "html": "<img src=\"/imagecache/10ED8B73DCACB44971869F48007B25C6/11482.jpg?w=544&h=544&mode=crop\" class=\"thumb-photo\" alt=\"Dienst burgerzaken gesloten op dinsdag 12 mei\">",
            "xpath": null,
            "message": "Link text is repeated in an image 'alt' value within the same link",
            "fingerprint": "4ac0789a88d3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e684ec13"
          },
          {
            "url": "https://www.waasmunster.be/",
            "html": "<img src=\"/imagecache/2A552E25AB7704E9ACBA488C81F0C3D8/29129.png?w=544&h=544&mode=crop\" class=\"thumb-photo\" alt=\"Viva La Vida, Viva De Meermin 9 mei\">",
            "xpath": null,
            "message": "Link text is repeated in an image 'alt' value within the same link",
            "fingerprint": "629283bad664",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d81ccf9b"
          }
        ]
      },
      {
        "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": 20,
        "examples": [
          {
            "url": "https://www.assenede.be/",
            "html": "<style data-href=\"https://www.assenede.be/css/main.css?v32\" media=\"\">",
            "xpath": null,
            "message": "Verify the CSS background image does not convey important information",
            "fingerprint": "c9adfa373821",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1932df00"
          },
          {
            "url": "https://www.assenede.be/",
            "html": "<style data-href=\"https://www.assenede.be/css/slick-theme.css?v2\" media=\"\">",
            "xpath": null,
            "message": "Verify the CSS background image does not convey important information",
            "fingerprint": "5857a932caae",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-65e8e51b"
          },
          {
            "url": "https://www.assenede.be/",
            "html": "<style data-href=\"https://www.assenede.be/css/ddsmoothmenu.css?v4\" media=\"\">",
            "xpath": null,
            "message": "Verify the CSS background image does not convey important information",
            "fingerprint": "a51ffb63b58e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-de4a30b8"
          },
          {
            "url": "https://www.assenede.be/",
            "html": "<style data-href=\"https://www.assenede.be/css/slimbox2.css\" media=\"screen\">",
            "xpath": null,
            "message": "Verify the CSS background image does not convey important information",
            "fingerprint": "b3a447084549",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c5c536a6"
          },
          {
            "url": "https://www.assenede.be/",
            "html": "<style data-href=\"https://www.assenede.be/css/jquery.fancybox.css\" media=\"screen\">",
            "xpath": null,
            "message": "Verify the CSS background image does not convey important information",
            "fingerprint": "6d39fe9cb685",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-31db08c8"
          }
        ]
      },
      {
        "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": 19,
        "examples": [
          {
            "url": "https://www.kluisbergen.be/",
            "html": "<span onclick=\"openNav()\" class=\"button\">",
            "xpath": null,
            "message": "The <span> element with 'onclick' does not have a valid ARIA role specified",
            "fingerprint": "5b2cab52f9ec",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ae0d7cfb"
          },
          {
            "url": "https://www.maarkedal.be/",
            "html": "<div style=\"cursor: pointer;\" onclick=\"window.open('https://www.ivla.be/swfiles/files/Kalender_Maarkedal_2026_web_v20.pdf', '_blank') \" class=\"box shortcut-wrapper overlay-link padding-small bg-light border shadow\">",
            "xpath": null,
            "message": "The <div> element with 'onclick' does not have a valid ARIA role specified",
            "fingerprint": "7e2334df2749",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b4a588e6"
          },
          {
            "url": "https://www.maarkedal.be/",
            "html": "<div style=\"cursor: pointer;\" onclick=\"window.open('/nl/e-loket', '_self') \" class=\"box shortcut-wrapper overlay-link padding-small bg-light border shadow\">",
            "xpath": null,
            "message": "The <div> element with 'onclick' does not have a valid ARIA role specified",
            "fingerprint": "37a9b3893183",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-07496357"
          },
          {
            "url": "https://www.maarkedal.be/",
            "html": "<div style=\"cursor: pointer;\" onclick=\"window.open('/nl/dienstverlening/projecten-wegen-en-verkeer/verkeershinder-en-wegenwerken', '_self') \" class=\"box shortcut-wrapper overlay-link padding-small bg-light border shadow\">",
            "xpath": null,
            "message": "The <div> element with 'onclick' does not have a valid ARIA role specified",
            "fingerprint": "21488f7dda72",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f393894b"
          },
          {
            "url": "https://www.maarkedal.be/",
            "html": "<div style=\"cursor: pointer;\" onclick=\"window.open('https://maarkedal.be/afspraken', '_parent') \" class=\"box shortcut-wrapper overlay-link padding-small bg-light border shadow\">",
            "xpath": null,
            "message": "The <div> element with 'onclick' does not have a valid ARIA role specified",
            "fingerprint": "90b531d75016",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e95f0aee"
          }
        ]
      },
      {
        "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": 19,
        "examples": [
          {
            "url": "https://www.ronse.be/nl",
            "html": "<img loading=\"lazy\" src=\"/sites/ronse/files/styles/cta/public/Zotte%20Zomer.png?itok=AcJW6tZp\" width=\"460\" height=\"345\" alt=\"Zotte Zomer\">",
            "xpath": "img[alt=\"Zotte Zomer\"]",
            "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": "4dc14d8b27f5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-393f38c5"
          },
          {
            "url": "https://www.waasmunster.be/",
            "html": "<img alt=\"Recyclagepark gesloten van 19 t.e.m. 23 mei\" class=\"thumb-photo\" src=\"/imagecache/AB5BEA00BA205C1EA30D393EC733996B/29116.jpg?w=544&amp;h=544&amp;mode=crop\">",
            "xpath": ".first > .news-container > .spotlight-photo > .photo > .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",
            "fingerprint": "e46a29ec633c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d8f101d6"
          },
          {
            "url": "https://www.waasmunster.be/",
            "html": "<img alt=\"Dienst burgerzaken gesloten op dinsdag 12 mei\" class=\"thumb-photo\" src=\"/imagecache/10ED8B73DCACB44971869F48007B25C6/11482.jpg?w=544&amp;h=544&amp;mode=crop\">",
            "xpath": ".news-item.img:nth-child(2) > a > .news-container > .spotlight-photo > .photo > .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",
            "fingerprint": "cf469e04dd1c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d0c25c2e"
          },
          {
            "url": "https://www.waasmunster.be/",
            "html": "<img alt=\"Viva La Vida, Viva De Meermin 9 mei\" class=\"thumb-photo\" src=\"/imagecache/2A552E25AB7704E9ACBA488C81F0C3D8/29129.png?w=544&amp;h=544&amp;mode=crop\">",
            "xpath": "a[href$=\"vivademeermin\"] > .news-container > .spotlight-photo > .photo > .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",
            "fingerprint": "7d8ac45460de",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4bafd134"
          },
          {
            "url": "https://www.waasmunster.be/",
            "html": "<img alt=\"Werken Durmebrug 04/05 t.e.m. 18/05\" class=\"thumb-photo\" src=\"/imagecache/653F6FCCAF6C231B06741CBF6CFBD1DD/16548.jpg?w=544&amp;h=544&amp;mode=crop\">",
            "xpath": ".last > .news-container > .spotlight-photo > .photo > .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",
            "fingerprint": "f964cee4ea46",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-45d569cd"
          }
        ]
      },
      {
        "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": 18,
        "examples": [
          {
            "url": "https://www.assenede.be/",
            "html": "<input aria-haspopup=\"true\" aria-autocomplete=\"list\" role=\"textbox\" autocomplete=\"off\" class=\"ui-autocomplete-input\" placeholder=\"Wat zoek je?\" value=\"\" id=\"txtSearch\" name=\"txtSearch\" type=\"text\">",
            "xpath": null,
            "message": "The explicitly-assigned ARIA role \"textbox\" is redundant with the implicit role of the element <input>",
            "fingerprint": "9e5f0e65cfd6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-cae13f46"
          },
          {
            "url": "https://www.deinze.be/",
            "html": "<nav class=\"navbar-default\" role=\"navigation\">",
            "xpath": null,
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "fingerprint": "691ee0181a11",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b62d0b51"
          },
          {
            "url": "https://www.denderleeuw.be/",
            "html": "<button class=\"owl-dot active\" role=\"button\">",
            "xpath": null,
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "fingerprint": "85d6c376e9e8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2292000d"
          },
          {
            "url": "https://www.denderleeuw.be/",
            "html": "<button class=\"owl-dot\" role=\"button\">",
            "xpath": null,
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "fingerprint": "5a0e24c28b4b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f2cc9252"
          },
          {
            "url": "https://www.horebeke.be/",
            "html": "<button role=\"button\" class=\"cc-nb-okagree\">",
            "xpath": null,
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "fingerprint": "0a7a708ea2cb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-24ddc5b2"
          }
        ]
      },
      {
        "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": 17,
        "examples": [
          {
            "url": "https://aalst.be/",
            "html": "<p>",
            "xpath": null,
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Het ging over alle facetten: bu ... jk alles kon je daar bespreken.\"",
            "fingerprint": "ed36fdc3fded",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a938c687"
          },
          {
            "url": "https://www.denderleeuw.be/",
            "html": "<a title=\"(opens in a new window)\" rel=\"noopener nofollow\" target=\"_blank\" data-extlink=\"\" class=\"ext\" href=\"https://www.denderleeuwinbeweging.be/360\">",
            "xpath": null,
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: 'Ervaar het Denderleeuw van morgen'",
            "fingerprint": "3cf500af7117",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4902a200"
          },
          {
            "url": "https://www.denderleeuw.be/",
            "html": "<a data-click-tracking-label=\"title\" data-click-tracking-action=\"push\" data-click-tracking-category=\"detail\" href=\"/vrije-tijd/uit-in-denderleeuw/uit-agenda?cdbid=90728ced-3a69-4099-92ed-2067271beca1&utm_source=www.denderleeuw.be&utm_medium=referral&utm_campaign=widgets\">",
            "xpath": null,
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: 'Piekeren en stress'",
            "fingerprint": "48b9a467a9ef",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-075bdcf7"
          },
          {
            "url": "https://www.eeklo.be/",
            "html": "<span class=\"sr-only\">",
            "xpath": null,
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: 'Ereburger van de stad Eeklo'",
            "fingerprint": "f6e5f7c75745",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0d81408a"
          },
          {
            "url": "https://www.eeklo.be/",
            "html": "<span>",
            "xpath": null,
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: 'Ereburger van de stad Eeklo'",
            "fingerprint": "8c1bac90284f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a7bb455f"
          }
        ]
      },
      {
        "rule": "heading-order",
        "engine": "axe",
        "metadata": {
          "roles": [
            "Content Author",
            "UX Designer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": "best-practice",
          "description": "Ensures heading levels are not skipped (e.g. h1→h3). Inconsistent heading hierarchy makes page structure difficult to navigate for screen reader users."
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 15,
        "examples": [
          {
            "url": "https://www.berlare.be/",
            "html": "<h3>Vergunningen [enkel na afspraak]</h3>",
            "xpath": ".block-services:nth-child(1) > .node--dienst.node--products.node--dienst--products > .node__content > .field--name-title.field--title.field--type-string > h3",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "7a0dc1a8cc84",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-cfb0cf04"
          },
          {
            "url": "https://www.berlare.be/",
            "html": "<h3>Burgerzaken [enkel na afspraak]</h3>",
            "xpath": ".block-services:nth-child(2) > .node--dienst.node--products.node--dienst--products > .node__content > .field--name-title.field--title.field--type-string > h3",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "4c277eb70ec6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c34e0d40"
          },
          {
            "url": "https://www.berlare.be/",
            "html": "<h3>Sociale dienst</h3>",
            "xpath": ".block-services:nth-child(3) > .node--dienst.node--products.node--dienst--products > .node__content > .field--name-title.field--title.field--type-string > h3",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "51c80adc3cb3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b9c00b6f"
          },
          {
            "url": "https://www.berlare.be/",
            "html": "<h3>Openbare werken</h3>",
            "xpath": ".block-services:nth-child(4) > .node--dienst.node--products.node--dienst--products > .node__content > .field--name-title.field--title.field--type-string > h3",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "d6830605b681",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3938ea16"
          },
          {
            "url": "https://www.brakel.be/",
            "html": "<h4 class=\"hero-posts-item-content-title\">",
            "xpath": "#hero-posts-item-69f98557400d5 > .hero-posts-item-content > .hero-posts-item-content-inner > .hero-posts-item-content-middle > .hero-posts-item-content-middle-inner > .hero-posts-item-content-title",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "93734c2132b4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a4424cd6"
          }
        ]
      },
      {
        "rule": "listitem",
        "engine": "axe",
        "metadata": {
          "roles": [
            "Content Author",
            "Front-End Developer"
          ],
          "severity": "Serious",
          "blocking": false,
          "wcagCriteria": [
            "1.3.1"
          ],
          "conformanceLevel": "A",
          "description": "Ensures <li> elements are contained within a <ul> or <ol>. List items outside lists lose their structural meaning for screen reader users."
        },
        "wcag": {
          "scs": [
            "1.3.1"
          ],
          "level": "A"
        },
        "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 13,
        "examples": [
          {
            "url": "https://www.denderleeuw.be/",
            "html": "<li id=\"paddle_components_list_block_4540\">",
            "xpath": ".cloned.owl-item:nth-child(1) > li",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item does not have a <ul>, <ol> parent element",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "0872220707e4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-75951629"
          },
          {
            "url": "https://www.denderleeuw.be/",
            "html": "<li id=\"paddle_components_list_block_4539\">",
            "xpath": ".cloned.owl-item:nth-child(2) > li",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item does not have a <ul>, <ol> parent element",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "2176525b2c69",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3c3e6de5"
          },
          {
            "url": "https://www.denderleeuw.be/",
            "html": "<li id=\"paddle_components_list_block_4537\">",
            "xpath": ".cloned.owl-item:nth-child(3) > li",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item does not have a <ul>, <ol> parent element",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "d872603328a3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-548527d5"
          },
          {
            "url": "https://www.denderleeuw.be/",
            "html": "<li id=\"paddle_components_list_block_3446\">",
            "xpath": ".active.owl-item:nth-child(4) > li",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item does not have a <ul>, <ol> parent element",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "0caeb230a352",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2a95e543"
          },
          {
            "url": "https://www.denderleeuw.be/",
            "html": "<li id=\"paddle_components_list_block_4523\">",
            "xpath": ".active.owl-item:nth-child(5) > li",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item does not have a <ul>, <ol> parent element",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "b6830dc57f92",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5447709f"
          }
        ]
      },
      {
        "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": 13,
        "examples": [
          {
            "url": "https://www.sint-niklaas.be/",
            "html": "<div id=\"readspeaker-content\" onclick=\"location.href='/onze-dienstverlening/persoonlijke-documenten'\" class=\"node node--theme node--teaser node--theme--teaser layout--onecol clearfix col col-md-6 col-lg-3\">",
            "xpath": null,
            "message": "Possible use of a script to emulate a link",
            "fingerprint": "dab7ad41c264",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7263169f"
          },
          {
            "url": "https://www.sint-niklaas.be/",
            "html": "<div id=\"readspeaker-content\" onclick=\"location.href='/onze-dienstverlening/mobiliteit'\" class=\"node node--theme node--teaser node--theme--teaser layout--onecol clearfix col col-md-6 col-lg-3\">",
            "xpath": null,
            "message": "Possible use of a script to emulate a link",
            "fingerprint": "4f443359248e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-14aa0013"
          },
          {
            "url": "https://www.sint-niklaas.be/",
            "html": "<div id=\"readspeaker-content\" onclick=\"location.href='/onze-dienstverlening/geld-hulp-en-advies'\" class=\"node node--theme node--teaser node--theme--teaser layout--onecol clearfix col col-md-6 col-lg-3\">",
            "xpath": null,
            "message": "Possible use of a script to emulate a link",
            "fingerprint": "a09c05c1c752",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9bc9a55c"
          },
          {
            "url": "https://www.sint-niklaas.be/",
            "html": "<div id=\"readspeaker-content\" onclick=\"location.href='/onze-dienstverlening/opvang'\" class=\"node node--theme node--teaser node--theme--teaser layout--onecol clearfix col col-md-6 col-lg-3\">",
            "xpath": null,
            "message": "Possible use of a script to emulate a link",
            "fingerprint": "0d2fedfbfa45",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ea0d08e4"
          },
          {
            "url": "https://www.sint-niklaas.be/",
            "html": "<div id=\"readspeaker-content\" onclick=\"location.href='/onze-dienstverlening/wonen-en-verbouwen'\" class=\"node node--theme node--teaser node--theme--teaser layout--onecol clearfix col col-md-6 col-lg-3\">",
            "xpath": null,
            "message": "Possible use of a script to emulate a link",
            "fingerprint": "d488531e5d33",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e809c36a"
          }
        ]
      },
      {
        "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": 12,
        "examples": [
          {
            "url": "https://aalst.be/",
            "html": "<h2>",
            "xpath": null,
            "message": "Heading element has no descriptive content",
            "fingerprint": "6b5ec83d144e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d8cc0148"
          },
          {
            "url": "https://www.berlare.be/",
            "html": "<h1 class=\"page-title\">",
            "xpath": null,
            "message": "Heading element has no descriptive content",
            "fingerprint": "94bfca834230",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9f869eca"
          },
          {
            "url": "https://www.berlare.be/",
            "html": "<h3 class=\"c-card__title auto-heading\">",
            "xpath": null,
            "message": "Heading element has no descriptive content",
            "fingerprint": "f12a742ce386",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d31ad226"
          },
          {
            "url": "https://stad.gent/nl",
            "html": "<h3 class=\"bg-none h4\">",
            "xpath": null,
            "message": "Heading element has no descriptive content",
            "fingerprint": "1819d0e2fc07",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ee78469e"
          },
          {
            "url": "https://stad.gent/nl",
            "html": "<h2>",
            "xpath": null,
            "message": "Heading element has no descriptive content",
            "fingerprint": "0eb9a690a06e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d8cc0148"
          }
        ]
      },
      {
        "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": 12,
        "examples": [
          {
            "url": "https://www.berlare.be/",
            "html": "<header class=\"region region--header clearfix\">",
            "xpath": null,
            "message": "Multiple elements with \"banner\" landmarks within the same parent region are not distinguished from one another because they have the same \"\" label",
            "fingerprint": "2aedf4cc7139",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9de61546"
          },
          {
            "url": "https://www.berlare.be/",
            "html": "<header class=\"c-component c-hero c-hero--homepage c-theme--default has-image\">",
            "xpath": null,
            "message": "Multiple elements with \"banner\" landmarks within the same parent region are not distinguished from one another because they have the same \"\" label",
            "fingerprint": "a9a4bc39c918",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-003426c0"
          },
          {
            "url": "https://www.kluisbergen.be/",
            "html": "<form novalidate=\"novalidate\" accept-charset=\"UTF-8\" id=\"mailchimp-signup-subscribe-block-schrijf-je-in-op-de-nieuwsbrief-form\" method=\"post\" action=\"/\">",
            "xpath": null,
            "message": "Multiple elements with \"form\" landmarks within the same parent region are not distinguished from one another because they have the same \"\" label",
            "fingerprint": "b45b0640fb40",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6b0b1b3f"
          },
          {
            "url": "https://www.kluisbergen.be/",
            "html": "<form novalidate=\"novalidate\" accept-charset=\"UTF-8\" id=\"views-exposed-form-search-page-1\" method=\"get\" action=\"/Search\">",
            "xpath": null,
            "message": "Multiple elements with \"form\" landmarks within the same parent region are not distinguished from one another because they have the same \"\" label",
            "fingerprint": "40c23aaa2e26",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e974ecd0"
          },
          {
            "url": "https://www.lokeren.be/",
            "html": "<footer id=\"footer\" class=\"container w-100 d-flex align-items-center\">",
            "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": "11e9c4e90d73",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5d8d8595"
          }
        ]
      },
      {
        "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": 12,
        "examples": [
          {
            "url": "https://www.buggenhout.be/",
            "html": "<html lang=\"nl-be\" class=\"\">",
            "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": "2bec9b7971c3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ee8d7590"
          },
          {
            "url": "https://www.destelbergen.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": "12de1d433322",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ee8d7590"
          },
          {
            "url": "https://www.kruisem.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": "748813b33bf8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ee8d7590"
          },
          {
            "url": "https://www.lede.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": "c8c188ce0183",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ee8d7590"
          },
          {
            "url": "https://www.lochristi.be/",
            "html": "<html class=\"no-js\" 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": "2ff541c0dab3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ee8d7590"
          }
        ]
      },
      {
        "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": 11,
        "examples": [
          {
            "url": "https://www.assenede.be/",
            "html": "<a tabindex=\"-1\" href=\"#\" class=\"flex-prev flex-disabled\">",
            "xpath": null,
            "message": "Component with \"link\" role does not have a tabbable element",
            "fingerprint": "f103a7854900",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-98904c45"
          },
          {
            "url": "https://www.assenede.be/",
            "html": "<a tabindex=\"-1\" href=\"#\" class=\"flex-next flex-disabled\">",
            "xpath": null,
            "message": "Component with \"link\" role does not have a tabbable element",
            "fingerprint": "f65aee3e5dc9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f9eeb1eb"
          },
          {
            "url": "https://www.brakel.be/",
            "html": "<a style=\"margin: 0px 10px 0px 5px; color: rgb(51, 51, 51);\" class=\"cli_settings_button\" role=\"button\">",
            "xpath": null,
            "message": "Component with \"button\" role does not have a tabbable element",
            "fingerprint": "1b90726747f1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2e66e546"
          },
          {
            "url": "https://www.brakel.be/",
            "html": "<a style=\"color: rgb(255, 255, 255); background-color: rgb(210, 18, 66);\" class=\"medium cli-plugin-button cli-plugin-main-button cookie_action_close_header cli_action_button wt-cli-accept-btn\" id=\"cookie_action_close_header\" data-cli_action=\"accept\" role=\"button\">",
            "xpath": null,
            "message": "Component with \"button\" role does not have a tabbable element",
            "fingerprint": "fc0b03f01df0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6138866c"
          },
          {
            "url": "https://www.maldegem.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": "3683b82f0e82",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9fd28490"
          }
        ]
      },
      {
        "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": 11,
        "examples": [
          {
            "url": "https://www.assenede.be/",
            "html": "<article aria-describedby=\"slick-slide-control00\" id=\"slick-slide00\" role=\"tabpanel\" tabindex=\"0\" aria-hidden=\"false\" data-slick-index=\"0\" style=\"width: 768px;\" aria-label=\"Zitdag belastingaangifte op maandag 1 juni\" aria-roledescription=\"slide\" class=\"news-slide slick-slide slick-current slick-active\">",
            "xpath": null,
            "message": "The ARIA role 'tabpanel' is not valid for the element <article>",
            "fingerprint": "f1442004a59d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-c5534dbd"
          },
          {
            "url": "https://www.assenede.be/",
            "html": "<article aria-describedby=\"slick-slide-control01\" id=\"slick-slide01\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"1\" style=\"width: 768px;\" aria-label=\"Winterkermis en Gîrnaertfeesten\" aria-roledescription=\"slide\" class=\"news-slide slick-slide\">",
            "xpath": null,
            "message": "The ARIA role 'tabpanel' is not valid for the element <article>",
            "fingerprint": "b238fe127198",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-486a9a49"
          },
          {
            "url": "https://www.assenede.be/",
            "html": "<article aria-describedby=\"slick-slide-control02\" id=\"slick-slide02\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"2\" style=\"width: 768px;\" aria-label=\"Loting U13Cup en U14 Sparks Cup\" aria-roledescription=\"slide\" class=\"news-slide slick-slide\">",
            "xpath": null,
            "message": "The ARIA role 'tabpanel' is not valid for the element <article>",
            "fingerprint": "2261ac0107a0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-765c9861"
          },
          {
            "url": "https://www.assenede.be/",
            "html": "<article aria-describedby=\"slick-slide-control03\" id=\"slick-slide03\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"3\" style=\"width: 768px;\" aria-label=\"Maand van de markt\" aria-roledescription=\"slide\" class=\"news-slide slick-slide\">",
            "xpath": null,
            "message": "The ARIA role 'tabpanel' is not valid for the element <article>",
            "fingerprint": "0124162e7fcd",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2664ffea"
          },
          {
            "url": "https://www.assenede.be/",
            "html": "<article aria-describedby=\"slick-slide-control04\" id=\"slick-slide04\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"4\" style=\"width: 768px;\" aria-label=\"Nieuwe zomerbrochure\" aria-roledescription=\"slide\" class=\"news-slide slick-slide\">",
            "xpath": null,
            "message": "The ARIA role 'tabpanel' is not valid for the element <article>",
            "fingerprint": "cc2e9e7fbdf0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-692833c7"
          }
        ]
      },
      {
        "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": 11,
        "examples": [
          {
            "url": "https://www.berlare.be/",
            "html": "<a rel=\"noreferrer\" aria-label=\"(link is external)\" data-extlink=\"\" class=\"ext\" target=\"_blank\" href=\"https://berlare.egovflow.be/\">",
            "xpath": null,
            "message": "Accessible name does not match or contain the visible label text",
            "fingerprint": "c1398922b9c5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-155c4c2e"
          },
          {
            "url": "https://www.berlare.be/",
            "html": "<a rel=\"noreferrer\" aria-label=\"(link is external)\" data-extlink=\"\" class=\"ext\" title=\"Themasite cultuur, jeugd, sport en toerisme, \" target=\"_self\" href=\"https://beleefberlare.be/\">",
            "xpath": null,
            "message": "Accessible name does not match or contain the visible label text",
            "fingerprint": "609c562a411b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1dc6c315"
          },
          {
            "url": "https://www.berlare.be/",
            "html": "<button data-once=\"search-menu-anchor\" aria-controls=\"search-menu\" aria-expanded=\"false\" aria-haspopup=\"true\" aria-label=\"search\" class=\"header-anchors__trigger header-anchors__trigger--search\" id=\"search-menu-anchor\">",
            "xpath": null,
            "message": "Accessible name does not match or contain the visible label text",
            "fingerprint": "f33bf4afae60",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-55ec6dab"
          },
          {
            "url": "https://www.berlare.be/",
            "html": "<a rel=\"noreferrer\" aria-label=\"(link is external)\" data-extlink=\"\" class=\"ext\" target=\"_self\" href=\"https://berlare.microsoftcrmportals.com/meldingen/\">",
            "xpath": null,
            "message": "Accessible name does not match or contain the visible label text",
            "fingerprint": "40483cd2e538",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-132f095d"
          },
          {
            "url": "https://www.berlare.be/",
            "html": "<a rel=\"noreferrer\" aria-label=\"(link is external)\" data-extlink=\"\" class=\"ext\" target=\"_blank\" href=\"https://berlare.microsoftcrmportals.com/klachten/\">",
            "xpath": null,
            "message": "Accessible name does not match or contain the visible label text",
            "fingerprint": "9614ce3d5cae",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-afa24e75"
          }
        ]
      },
      {
        "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": 11,
        "examples": [
          {
            "url": "https://www.denderleeuw.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": "0a3abcfcd3bb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4fbc8c09"
          },
          {
            "url": "https://www.destelbergen.be/",
            "html": "<div class=\"sliding-popup-bottom\" style=\"bottom: -285.979px;\" 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": "a572ca5eef61",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5bb6bf33"
          },
          {
            "url": "https://www.gavere.be/",
            "html": "<div style=\"bottom: -3.18457px;\" 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": "5bac920aa6cd",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-94b07e9e"
          },
          {
            "url": "https://stad.gent/nl",
            "html": "<div aria-hidden=\"false\" style=\"display: block;\" name=\"SG-CookieConsent\" dir=\"ltr\" lang=\"nl\" tabindex=\"-1\" aria-labelledby=\"default-name_id-title\" aria-modal=\"true\" role=\"dialog\" class=\"SG-CookieConsent--modal SG-CookieConsent--cookie-consent visible\" id=\"SG-CookieConsent\">",
            "xpath": null,
            "message": "The 'id' \"default-name_id-title\" specified for the ARIA property 'aria-labelledby' value is not valid",
            "fingerprint": "cf3e2da1315c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d3028531"
          },
          {
            "url": "https://www.kruisem.be/",
            "html": "<div style=\"bottom: -39.515px;\" 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": "46ee8acbd66b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-eef8be60"
          }
        ]
      },
      {
        "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": 10,
        "examples": [
          {
            "url": "https://www.brakel.be/",
            "html": "<footer id=\"main-footer\">",
            "xpath": null,
            "message": "Element with \"contentinfo\" role is present without an element with \"main\" role",
            "fingerprint": "a0f262664d9f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-07d04e41"
          },
          {
            "url": "https://www.horebeke.be/",
            "html": "<footer>",
            "xpath": null,
            "message": "Element with \"contentinfo\" role is present without an element with \"main\" role",
            "fingerprint": "265c0a745596",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8e9e96c7"
          },
          {
            "url": "https://www.lochristi.be/",
            "html": "<footer id=\"footer\">",
            "xpath": null,
            "message": "Element with \"contentinfo\" role is present without an element with \"main\" role",
            "fingerprint": "4716ac7a2a49",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8d00d926"
          },
          {
            "url": "https://www.lochristi.be/",
            "html": "<div role=\"contentinfo\" class=\"extra\">",
            "xpath": null,
            "message": "Element with \"contentinfo\" role is present without an element with \"main\" role",
            "fingerprint": "a2d84eb50ab1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9294cb88"
          },
          {
            "url": "https://www.lokeren.be/",
            "html": "<footer id=\"footer\" class=\"container w-100 d-flex align-items-center\">",
            "xpath": null,
            "message": "Element with \"contentinfo\" role is present without an element with \"main\" role",
            "fingerprint": "7652f58d1ec6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-585a1030"
          }
        ]
      },
      {
        "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": 9,
        "examples": [
          {
            "url": "https://www.assenede.be/",
            "html": "<article aria-describedby=\"slick-slide-control00\" id=\"slick-slide00\" role=\"tabpanel\" tabindex=\"0\" aria-hidden=\"false\" data-slick-index=\"0\" style=\"width: 768px;\" aria-label=\"Zitdag belastingaangifte op maandag 1 juni\" aria-roledescription=\"slide\" class=\"news-slide slick-slide slick-current slick-active\">",
            "xpath": null,
            "message": "The tabbable element's role 'article' is not a widget role",
            "fingerprint": "8fb0c0c6899f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9b272b3d"
          },
          {
            "url": "https://www.berlare.be/",
            "html": "<div tabindex=\"0\" style=\"width: 208px;\" aria-hidden=\"false\" data-slick-index=\"0\" class=\"c-slick-slider__slick-item slick-slide slick-current slick-active\">",
            "xpath": null,
            "message": "The tabbable element's role 'generic' is not a widget role",
            "fingerprint": "6d191f8ab529",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-52b7e793"
          },
          {
            "url": "https://www.berlare.be/",
            "html": "<div tabindex=\"0\" style=\"width: 208px;\" aria-hidden=\"false\" data-slick-index=\"1\" class=\"c-slick-slider__slick-item slick-slide slick-active\">",
            "xpath": null,
            "message": "The tabbable element's role 'generic' is not a widget role",
            "fingerprint": "686f6e64b1cd",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ed99d026"
          },
          {
            "url": "https://www.berlare.be/",
            "html": "<div tabindex=\"0\" style=\"width: 208px;\" aria-hidden=\"false\" data-slick-index=\"2\" class=\"c-slick-slider__slick-item slick-slide slick-active\">",
            "xpath": null,
            "message": "The tabbable element's role 'generic' is not a widget role",
            "fingerprint": "f6e10f90cb11",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-cab535fc"
          },
          {
            "url": "https://www.kluisbergen.be/",
            "html": "<div data-cs-id=\"cookiescript_injected\" aria-live=\"assertive\" role=\"alert\" tabindex=\"0\" id=\"cookiescript_injected_wrapper\">",
            "xpath": null,
            "message": "The tabbable element's role 'alert' is not a widget role",
            "fingerprint": "7ab6730fcdc3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-848c807d"
          }
        ]
      },
      {
        "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": 9,
        "examples": [
          {
            "url": "https://www.geraardsbergen.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": "40b4b87147a5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f465c74d"
          },
          {
            "url": "https://www.geraardsbergen.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": "4c0e05165e69",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5f2d2b6a"
          },
          {
            "url": "https://www.geraardsbergen.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": "8257776dd734",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-aaaa16ce"
          },
          {
            "url": "https://www.geraardsbergen.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": "af0381106739",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-589443ce"
          },
          {
            "url": "https://www.geraardsbergen.be/",
            "html": "<li role=\"menuitem\" tabindex=\"0\" aria-haspopup=\"true\" class=\"nav5 dropdown\">",
            "xpath": null,
            "message": "Component with \"menuitem\" role has more than one tabbable element",
            "fingerprint": "dab9613f7bfa",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-519b0a99"
          }
        ]
      },
      {
        "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": 8,
        "examples": [
          {
            "url": "https://aalst.be/",
            "html": "<h2></h2>",
            "xpath": ".block--page-links > 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": "4184fce61127",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-610b7066"
          },
          {
            "url": "https://www.berlare.be/",
            "html": "<h1 class=\"page-title\"></h1>",
            "xpath": ".block-services:nth-child(1) > .node--dienst.node--products.node--dienst--products > .node__header > .container > h1",
            "message": "Headings should not be empty",
            "fixSummary": "Fix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "8d98930dfd8a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-714517b9"
          },
          {
            "url": "https://www.berlare.be/",
            "html": "<h1 class=\"page-title\"></h1>",
            "xpath": ".block-services:nth-child(2) > .node--dienst.node--products.node--dienst--products > .node__header > .container > h1",
            "message": "Headings should not be empty",
            "fixSummary": "Fix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "a3b776010543",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-fc56995f"
          },
          {
            "url": "https://www.berlare.be/",
            "html": "<h1 class=\"page-title\"></h1>",
            "xpath": ".block-services:nth-child(3) > .node--dienst.node--products.node--dienst--products > .node__header > .container > h1",
            "message": "Headings should not be empty",
            "fixSummary": "Fix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "996bf173aa45",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b8e87560"
          },
          {
            "url": "https://www.berlare.be/",
            "html": "<h1 class=\"page-title\"></h1>",
            "xpath": ".block-services:nth-child(4) > .node--dienst.node--products.node--dienst--products > .node__header > .container > h1",
            "message": "Headings should not be empty",
            "fixSummary": "Fix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "54ac1a4d5c7f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d52f4dab"
          }
        ]
      },
      {
        "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": 8,
        "examples": [
          {
            "url": "https://www.berlare.be/",
            "html": "<header class=\"region region--header clearfix\">",
            "xpath": ".region--header",
            "message": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
            "fixSummary": "Fix any of the following:\n  The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable",
            "relatedPaths": [
              ".c-hero"
            ],
            "colorScheme": "light",
            "fingerprint": "b7cb424c6f47",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f000378e"
          },
          {
            "url": "https://www.lochristi.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": "5bc33f742047",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-52076aca"
          },
          {
            "url": "https://www.lochristi.be/",
            "html": "<footer id=\"footer\">",
            "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": [
              ".extra"
            ],
            "colorScheme": "light",
            "fingerprint": "fa3c4c8f019a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-76a8d2af"
          },
          {
            "url": "https://www.lokeren.be/",
            "html": "<footer class=\"container w-100 d-flex align-items-center\" id=\"footer\">",
            "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": [
              "#bottom_footer"
            ],
            "colorScheme": "light",
            "fingerprint": "7ef9657d3f84",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-76a8d2af"
          },
          {
            "url": "https://www.maarkedal.be/",
            "html": "<nav id=\"main-menu\" class=\"dropdown-menu mobile\">",
            "xpath": ".grid7 > nav",
            "message": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
            "fixSummary": "Fix any of the following:\n  The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable",
            "relatedPaths": [
              "footer > .wrapper.grid > .grid6.pane > nav"
            ],
            "colorScheme": "light",
            "fingerprint": "0f31a53b0923",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-dae12785"
          }
        ]
      },
      {
        "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": 8,
        "examples": [
          {
            "url": "https://www.denderleeuw.be/",
            "html": "<button class=\"owl-dot active\" role=\"button\">",
            "xpath": null,
            "message": "Form control with \"button\" role has no associated label",
            "fingerprint": "348e39d3a21d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f59d8896"
          },
          {
            "url": "https://www.denderleeuw.be/",
            "html": "<button class=\"owl-dot\" role=\"button\">",
            "xpath": null,
            "message": "Form control with \"button\" role has no associated label",
            "fingerprint": "cc6f17c39c05",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-720d2055"
          },
          {
            "url": "https://www.evergem.be/",
            "html": "<button aria-expanded=\"false\" type=\"button\" class=\"navbar-toggle btn-menu\" data-dismiss=\"modal\" data-toggle=\"offcanvas\">",
            "xpath": null,
            "message": "Form control element <button> has no associated label",
            "fingerprint": "4f3b485848f6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-35e3d71d"
          },
          {
            "url": "https://www.horebeke.be/",
            "html": "<input style=\"position: relative; vertical-align: top; background-color: transparent;\" dir=\"auto\" spellcheck=\"false\" autocomplete=\"off\" itemprop=\"query-input\" class=\"inputText autoSuggest tt-input\" type=\"text\" maxlength=\"255\" name=\"q_widget\" id=\"qWidget\" value=\"\">",
            "xpath": null,
            "message": "Form control element <input> has no associated label",
            "fingerprint": "d9b355d3f1f7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-41d1d191"
          },
          {
            "url": "https://www.horebeke.be/",
            "html": "<button name=\"search button\" class=\"searchbtn\" type=\"submit\">",
            "xpath": null,
            "message": "Form control element <button> has no associated label",
            "fingerprint": "b5cc872bc263",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-bafde4bc"
          }
        ]
      },
      {
        "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": 8,
        "examples": [
          {
            "url": "https://www.lochristi.be/",
            "html": "<footer id=\"footer\">",
            "xpath": null,
            "message": "Multiple elements with \"contentinfo\" role do not have unique labels",
            "fingerprint": "0fb96fe45e34",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-bdabfc27"
          },
          {
            "url": "https://www.lochristi.be/",
            "html": "<div role=\"contentinfo\" class=\"extra\">",
            "xpath": null,
            "message": "Multiple elements with \"contentinfo\" role do not have unique labels",
            "fingerprint": "54c120134ff3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e8e57ee0"
          },
          {
            "url": "https://www.lokeren.be/",
            "html": "<footer id=\"footer\" class=\"container w-100 d-flex align-items-center\">",
            "xpath": null,
            "message": "Multiple elements with \"contentinfo\" role do not have unique labels",
            "fingerprint": "fc7f68351c67",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-007ac5f9"
          },
          {
            "url": "https://www.lokeren.be/",
            "html": "<footer id=\"bottom_footer\" class=\"container w-100 d-flex align-items-center\">",
            "xpath": null,
            "message": "Multiple elements with \"contentinfo\" role do not have unique labels",
            "fingerprint": "a443856b61d9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-cbe42af1"
          },
          {
            "url": "https://www.oudenaarde.be/",
            "html": "<footer class=\"footer_fourth footer\">",
            "xpath": null,
            "message": "Multiple elements with \"contentinfo\" role do not have unique labels",
            "fingerprint": "3a311dd35ee9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7fcd96c8"
          }
        ]
      },
      {
        "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": 7,
        "examples": [
          {
            "url": "https://www.berlare.be/",
            "html": "<span class=\"fa-ext extlink\" role=\"img\" aria-hidden=\"false\"><span class=\"ext-icon icon-box-arrow-up-right\" data-extlink-placement=\"prepend\"></span></span>",
            "xpath": "#block-berlare-secondarymenu > .menu > .menu-item:nth-child(1) > .ext[href$=\"berlare.egovflow.be/\"][data-extlink=\"\"] > .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": "ee29d48be7bc",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8cf7375e"
          },
          {
            "url": "https://www.berlare.be/",
            "html": "<span class=\"fa-ext extlink\" role=\"img\" aria-hidden=\"false\"><span class=\"ext-icon icon-box-arrow-up-right\" data-extlink-placement=\"prepend\"></span></span>",
            "xpath": "#block-berlare-secondarymenu > .menu > .menu-item:nth-child(3) > .ext[href$=\"beleefberlare.be/\"][data-extlink=\"\"] > .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": "2424be6c297c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ec0860b7"
          },
          {
            "url": "https://www.berlare.be/",
            "html": "<span class=\"fa-ext extlink\" role=\"img\" aria-hidden=\"false\"><span class=\"ext-icon icon-box-arrow-up-right\" data-extlink-placement=\"prepend\"></span></span>",
            "xpath": "#block-searchsuggestions > .menu > .menu-item:nth-child(3) > .ext[data-extlink=\"\"][aria-label=\"(link is external)\"] > .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": "5dde5cbac35e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-08e028dc"
          },
          {
            "url": "https://www.berlare.be/",
            "html": "<span class=\"fa-ext extlink\" role=\"img\" aria-hidden=\"false\"><span class=\"ext-icon icon-box-arrow-up-right\" data-extlink-placement=\"prepend\"></span></span>",
            "xpath": "#block-searchsuggestions > .menu > .menu-item:nth-child(4) > .ext[data-extlink=\"\"][aria-label=\"(link is external)\"] > .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": "a000f8a878c5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5a27491a"
          },
          {
            "url": "https://www.berlare.be/",
            "html": "<span class=\"fa-ext extlink\" role=\"img\" aria-hidden=\"false\"><span class=\"ext-icon icon-box-arrow-up-right\" data-extlink-placement=\"prepend\"></span></span>",
            "xpath": "#block-searchsuggestions > .menu > .menu-item:nth-child(5) > .ext[data-extlink=\"\"][aria-label=\"(link is external)\"] > .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": "1cb249c0be6d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-46c05399"
          }
        ]
      },
      {
        "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": 7,
        "examples": [
          {
            "url": "https://www.deinze.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": "c53b2d71b485",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-cf5909e5"
          },
          {
            "url": "https://www.denderleeuw.be/",
            "html": "<ul class=\"list-unstyled owl-carousel owl-loaded owl-drag\">",
            "xpath": null,
            "message": "The element with role \"list\" owns the child element with the role \"img\" that is not one of the allowed role(s): \"listitem\"",
            "fingerprint": "a1868726a06d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b5d0ef25"
          },
          {
            "url": "https://www.kaprijke.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": "d81e436f9072",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-cf5909e5"
          },
          {
            "url": "https://www.lokeren.be/",
            "html": "<ul>",
            "xpath": null,
            "message": "The element with role \"list\" owns the child element with the role \"list\" that is not one of the allowed role(s): \"listitem\"",
            "fingerprint": "9c1bd14bde1a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-98862063"
          },
          {
            "url": "https://www.sint-lievens-houtem.be/",
            "html": "<ul class=\"media__list list-logos 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": "4b9e35ed04de",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a7150a34"
          }
        ]
      },
      {
        "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": 6,
        "examples": [
          {
            "url": "https://www.buggenhout.be/",
            "html": "<input type=\"text\" name=\"q\" class=\"form-control txt\" id=\"txtkeyword\" title=\"Zoek op buggenhout.be\" autocomplete=\"off\" placeholder=\"Zoek op buggenhout.be\" data-placeholder=\"Zoek op buggenhout.be\" 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": "8723a6d122bb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f5ce98a2"
          },
          {
            "url": "https://www.evergem.be/",
            "html": "<input type=\"text\" name=\"q\" class=\"form-control txt\" id=\"txtkeyword\" title=\"Ik zoek\" autocomplete=\"off\" placeholder=\"Ik zoek\" data-placeholder=\"Ik zoek\" 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": "76ba0d7b3eaa",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f5ce98a2"
          },
          {
            "url": "https://www.lebbeke.be/",
            "html": "<input type=\"text\" name=\"q\" class=\"form-control txt\" id=\"txtkeyword\" title=\"Waar ben je naar op zoek?\" autocomplete=\"off\" placeholder=\"Waar ben je naar op zoek?\" data-placeholder=\"Waar ben je naar op zoek?\" 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": "013a248fdea1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f5ce98a2"
          },
          {
            "url": "https://www.lochristi.be/",
            "html": "<input type=\"text\" class=\"txt\" id=\"txtkeyword\" title=\"Zoeken in de website\" value=\"Zoeken...\" name=\"keyword\">",
            "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": "4f7c0083b0b8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f5ce98a2"
          },
          {
            "url": "https://www.waasmunster.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": "b38e885b7eea",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f5ce98a2"
          }
        ]
      },
      {
        "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": 6,
        "examples": [
          {
            "url": "https://www.horebeke.be/",
            "html": "<html class=\"wf-adellesans-n7-active wf-adellesans-n4-active wf-active\" lang=\"nl\">",
            "xpath": null,
            "message": "Verify there is a way to bypass blocks of content that are repeated on multiple Web pages",
            "fingerprint": "0e6420604b6d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-bd1db1e7"
          },
          {
            "url": "https://www.kluisbergen.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": "7d949ba00c75",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e8dcecbb"
          },
          {
            "url": "https://www.lievegem.be/",
            "html": "<html class=\"wf-proximanova-n9-active wf-proximanova-n7-active wf-proximanova-i4-active wf-proximanova-i7-active wf-proximanova-n4-active wf-active 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": "042b7164b30b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1b145a37"
          },
          {
            "url": "https://www.lokeren.be/",
            "html": "<html lang=\"nl\">",
            "xpath": null,
            "message": "Verify there is a way to bypass blocks of content that are repeated on multiple Web pages",
            "fingerprint": "d8b707363a2f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7e882539"
          },
          {
            "url": "https://www.oosterzele.be/",
            "html": "<html data-critters-container=\"\" lang=\"nl\">",
            "xpath": null,
            "message": "Verify there is a way to bypass blocks of content that are repeated on multiple Web pages",
            "fingerprint": "076048a7f1f8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-69584804"
          }
        ]
      },
      {
        "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": 6,
        "examples": [
          {
            "url": "https://www.kluisbergen.be/",
            "html": "<img src=\"/sites/default/files/styles/banner/public/2026-03/aScherm%C2%ADafbeelding%202026-03-26%20om%2009.50.59%20kopie.jpg?h=69206bc1&itok=2jev8Zas \">",
            "xpath": null,
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "fingerprint": "88e74ff469d5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6457043f"
          },
          {
            "url": "https://www.kluisbergen.be/",
            "html": "<img loading=\"lazy\" width=\"1096\" src=\"/themes/custom/subtheme/logo-wit.svg\" height=\"596\">",
            "xpath": null,
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "fingerprint": "4f222a37da30",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-723b44c1"
          },
          {
            "url": "https://www.lievegem.be/",
            "html": "<img src=\"/sites/default/files/styles/banner_homepage/public/2026-01/20260120_Kanaal%20Gent-Oostende-1_0.jpg?h=f49ed93f&itok=2HsQIy26 \">",
            "xpath": null,
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "fingerprint": "c119814a4492",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-416fea4f"
          },
          {
            "url": "https://www.lokeren.be/",
            "html": "<img style=\"padding-left:0px\" height=\"55px\" src=\"http://www.lokeren.be/assets/620b79396929a194a5087daf/hoplr.png\">",
            "xpath": null,
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "fingerprint": "09d0431af7b7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a79ceeb6"
          },
          {
            "url": "https://www.oudenaarde.be/",
            "html": "<img src=\"/sites/default/files/styles/banner_big/public/2023-12/9700_0.jpg?h=15563aa1&itok=pKxELqgw \">",
            "xpath": null,
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "fingerprint": "2fb2c69aa965",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b5524206"
          }
        ]
      },
      {
        "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": 6,
        "examples": [
          {
            "url": "https://www.lokeren.be/",
            "html": "<footer id=\"footer\" class=\"container w-100 d-flex align-items-center\">",
            "xpath": null,
            "message": "Multiple elements with \"contentinfo\" role found on the page",
            "fingerprint": "d1b88ddb28b6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-52f834e9"
          },
          {
            "url": "https://www.lokeren.be/",
            "html": "<footer id=\"bottom_footer\" class=\"container w-100 d-flex align-items-center\">",
            "xpath": null,
            "message": "Multiple elements with \"contentinfo\" role found on the page",
            "fingerprint": "c0352e3f55db",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-29233227"
          },
          {
            "url": "https://www.oudenaarde.be/",
            "html": "<footer class=\"footer_fourth footer\">",
            "xpath": null,
            "message": "Multiple elements with \"contentinfo\" role found on the page",
            "fingerprint": "5434768a0a35",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d90514e0"
          },
          {
            "url": "https://www.oudenaarde.be/",
            "html": "<footer class=\"footer_fifth footer br-top-main pd-large\">",
            "xpath": null,
            "message": "Multiple elements with \"contentinfo\" role found on the page",
            "fingerprint": "3e5c36399692",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-908cdced"
          },
          {
            "url": "https://www.sint-niklaas.be/",
            "html": "<footer class=\"region region--footer clearfix\">",
            "xpath": null,
            "message": "Multiple elements with \"contentinfo\" role found on the page",
            "fingerprint": "ad8139ac1b02",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-37568248"
          }
        ]
      },
      {
        "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": 6,
        "examples": [
          {
            "url": "https://www.lokeren.be/",
            "html": "<iframe style=\"display: none;\" height=\"0\" width=\"0\" class=\"__cbio_ignored\">",
            "xpath": null,
            "message": "Verify <frame> content is accessible",
            "fingerprint": "5912f093e41c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-bace0ee4"
          },
          {
            "url": "https://www.zulte.be/",
            "html": "<iframe frameborder=\"0\" height=\"225\" width=\"400\" src=\"https://www.youtube.com/embed/\" scrolling=\"no\">",
            "xpath": null,
            "message": "Verify <frame> content is accessible",
            "fingerprint": "e9baba742ddd",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-436f940f"
          },
          {
            "url": "https://www.zulte.be/",
            "html": "<iframe frameborder=\"0\" height=\"225\" width=\"400\" title=\"YouTube video player\" src=\"https://www.youtube.com/embed/O_DHsG-7o9s\" scrolling=\"no\">",
            "xpath": null,
            "message": "Verify <frame> content is accessible",
            "fingerprint": "e734227c4563",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-016c1e22"
          },
          {
            "url": "https://www.zwalm.be/",
            "html": "<iframe allowfullscreen=\"\" frameborder=\"0\" src=\"//www.youtube.com/embed/RAFla3CQiO0?rel=0\" height=\"315\" width=\"560\" loading=\"lazy\">",
            "xpath": null,
            "message": "Verify <frame> content is accessible",
            "fingerprint": "528773331ed1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a5a69721"
          },
          {
            "url": "https://www.zwalm.be/",
            "html": "<iframe allowfullscreen=\"\" frameborder=\"0\" src=\"//www.youtube.com/embed/o2aJlbwmWCw?rel=0\" height=\"315\" width=\"560\" loading=\"lazy\">",
            "xpath": null,
            "message": "Verify <frame> content is accessible",
            "fingerprint": "71d3da38de65",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-40d52ab8"
          }
        ]
      },
      {
        "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": 5,
        "examples": [
          {
            "url": "https://aalst.be/",
            "html": "<h2>",
            "xpath": null,
            "message": "Element <h2> with \"heading\" role has no accessible name",
            "fingerprint": "23c7da0fafb0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a37c7d8a"
          },
          {
            "url": "https://www.berlare.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": "74c0a1d7b8cd",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-590e3a00"
          },
          {
            "url": "https://www.berlare.be/",
            "html": "<h1 class=\"page-title\">",
            "xpath": null,
            "message": "Element <h1> with \"heading\" role has no accessible name",
            "fingerprint": "53aa45f436ef",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-30c7fc9f"
          },
          {
            "url": "https://www.herzele.be/",
            "html": "<h2>",
            "xpath": null,
            "message": "Element <h2> with \"heading\" role has no accessible name",
            "fingerprint": "d261e428436b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a37c7d8a"
          },
          {
            "url": "https://www.oudenaarde.be/",
            "html": "<h3 class=\"rtecenter text-align-center\">",
            "xpath": null,
            "message": "Element <h3> with \"heading\" role has no accessible name",
            "fingerprint": "571b39bc8fc6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-500f1124"
          }
        ]
      },
      {
        "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": 5,
        "examples": [
          {
            "url": "https://aalst.be/",
            "html": "<figure class=\"image image--teaser image--variant-default has-caption\">",
            "xpath": null,
            "message": "The <figure> element does not have an associated label",
            "fingerprint": "5927de431a9a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-bba95524"
          },
          {
            "url": "https://aalst.be/",
            "html": "<figure class=\"image image--teaser image--variant-default\">",
            "xpath": null,
            "message": "The <figure> element does not have an associated label",
            "fingerprint": "67573f12c37d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-326f5e5e"
          },
          {
            "url": "https://www.kluisbergen.be/",
            "html": "<figure class=\"ta-center bgc-grey mg-none\">",
            "xpath": null,
            "message": "The <figure> element does not have an associated label",
            "fingerprint": "4a35ab89d8c4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-5accc7b5"
          },
          {
            "url": "https://www.lievegem.be/",
            "html": "<figure>",
            "xpath": null,
            "message": "The <figure> element does not have an associated label",
            "fingerprint": "554f5350c1d0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "url": "https://www.maarkedal.be/",
            "html": "<figure>",
            "xpath": null,
            "message": "The <figure> element does not have an associated label",
            "fingerprint": "97d84d731be5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8a4bc50c"
          }
        ]
      },
      {
        "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": 5,
        "examples": [
          {
            "url": "https://www.lochristi.be/",
            "html": "<div role=\"navigation\" class=\"topmenu\">",
            "xpath": null,
            "message": "Multiple elements with \"navigation\" role do not have unique labels",
            "fingerprint": "c7b0d3c81d75",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7ddfa77a"
          },
          {
            "url": "https://www.lochristi.be/",
            "html": "<nav role=\"navigation\" id=\"mainmenu\">",
            "xpath": null,
            "message": "Multiple elements with \"navigation\" role do not have unique labels",
            "fingerprint": "98659e1fddc0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8eac2dad"
          },
          {
            "url": "https://www.maarkedal.be/",
            "html": "<nav class=\"dropdown-menu mobile\" id=\"main-menu\">",
            "xpath": null,
            "message": "Multiple elements with \"navigation\" role do not have unique labels",
            "fingerprint": "2b3d623e46c6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f9ec4f9f"
          },
          {
            "url": "https://www.stekene.be/",
            "html": "<nav class=\"TopMenu\">",
            "xpath": null,
            "message": "Multiple elements with \"navigation\" role do not have unique labels",
            "fingerprint": "98cc5895c488",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1cfef6ae"
          },
          {
            "url": "https://www.stekene.be/",
            "html": "<nav id=\"mainmenu\">",
            "xpath": null,
            "message": "Multiple elements with \"navigation\" role do not have unique labels",
            "fingerprint": "a604ee8d48ec",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f28bf92b"
          }
        ]
      },
      {
        "rule": "aria_article_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": 5,
        "examples": [
          {
            "url": "https://www.maarkedal.be/",
            "html": "<article class=\"event promoted sticky teaser events grid\" title=\"0\" about=\"/nl/uit-in-maarkedal/dwars-door-maarkedal-3\">",
            "xpath": null,
            "message": "Multiple elements with \"article\" role do not have unique labels",
            "fingerprint": "2343a2145fef",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8adda916"
          },
          {
            "url": "https://www.maarkedal.be/",
            "html": "<article class=\"event promoted sticky teaser events grid\" title=\"0\" about=\"/nl/uit-in-maarkedal/boekstartdag-zaterdag-23-mei\">",
            "xpath": null,
            "message": "Multiple elements with \"article\" role do not have unique labels",
            "fingerprint": "8e60de535a15",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-48b4ba8e"
          },
          {
            "url": "https://www.maarkedal.be/",
            "html": "<article class=\"event promoted sticky teaser events grid\" title=\"0\" about=\"/nl/uit-in-maarkedal/bk-tijdrijden-elite-fanzone-op-het-etikhoveplein\">",
            "xpath": null,
            "message": "Multiple elements with \"article\" role do not have unique labels",
            "fingerprint": "396f9ad8b1e3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-01e44c89"
          },
          {
            "url": "https://www.maarkedal.be/",
            "html": "<article class=\"event promoted sticky teaser events grid\" title=\"0\" about=\"/nl/uit-in-maarkedal/avondmarkt-op-het-plein-op-11-juli-maarkedal-0\">",
            "xpath": null,
            "message": "Multiple elements with \"article\" role do not have unique labels",
            "fingerprint": "3b4b5d3a874d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-02d2f3c7"
          },
          {
            "url": "https://www.maarkedal.be/",
            "html": "<article class=\"event promoted sticky teaser events grid\" title=\"0\" about=\"/nl/uit-in-maarkedal/lezing-rond-trauma-door-peter-adriaenssens\">",
            "xpath": null,
            "message": "Multiple elements with \"article\" role do not have unique labels",
            "fingerprint": "5e5c4597be2a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-bc56b4cb"
          }
        ]
      },
      {
        "rule": "aria-prohibited-attr",
        "engine": "axe",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [
            "4.1.2"
          ],
          "level": "A"
        },
        "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-prohibited-attr?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 5,
        "examples": [
          {
            "url": "https://www.oudenaarde.be/",
            "html": "<div id=\"burgerBtn\" aria-label=\"Menu\"></div>",
            "xpath": "#burgerBtn",
            "message": "Elements must only use permitted ARIA attributes",
            "fixSummary": "Fix all of the following:\n  aria-label attribute cannot be used on a div with no valid role attribute.",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "7ae19ed0fcff",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e3ee2a28"
          },
          {
            "url": "https://www.zulte.be/",
            "html": "<div class=\"html5-video-player y...\" tabindex=\"\" id=\"movie_player\" data-version=\"/s/player/5afa7c36/p...\" aria-label=\"YouTube Video Player\">",
            "xpath": "iframe[src$=\"embed/\"]",
            "message": "Elements must only use permitted ARIA attributes",
            "fixSummary": "Fix all of the following:\n  aria-label attribute cannot be used on a div with no valid role attribute.",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "b24d66d62aa2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-e20325ab"
          },
          {
            "url": "https://www.zulte.be/",
            "html": "<div class=\"html5-video-player ytp-hide-controls ytp-exp-bottom-control-flexbox ytp-modern-caption ytp-livebadge-color unstarted-mode ytp-small-mode\" tabindex=\"\" id=\"movie_player\" data-version=\"/s/player/5afa7c36/player_embed_tcc.vflset/en_US/base.js\" aria-label=\"YouTube Video Player\">",
            "xpath": "iframe[title=\"YouTube video player\"]",
            "message": "Elements must only use permitted ARIA attributes",
            "fixSummary": "Fix all of the following:\n  aria-label attribute cannot be used on a div with no valid role attribute.",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "8850e24d173b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7a4f63a8"
          },
          {
            "url": "https://www.zwalm.be/",
            "html": "<div class=\"html5-video-player ytp-hide-controls ytp-exp-bottom-control-flexbox ytp-modern-caption ytp-livebadge-color unstarted-mode ytp-small-mode\" tabindex=\"\" id=\"movie_player\" data-version=\"/s/player/cb017549/player_embed_tce.vflset/en_US/base.js\" aria-label=\"YouTube Video Player\">",
            "xpath": ".mdl-cell--4-col.mdl-cell[data-keeper-edited=\"yes\"]:nth-child(1) > .embed-responsive.embed-responsive-16by9 > iframe[width=\"560\"][height=\"315\"][frameborder=\"0\"]",
            "message": "Elements must only use permitted ARIA attributes",
            "fixSummary": "Fix all of the following:\n  aria-label attribute cannot be used on a div with no valid role attribute.",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "aa909262e9fd",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-20519a4a"
          },
          {
            "url": "https://www.zwalm.be/",
            "html": "<div class=\"html5-video-player ytp-hide-controls ytp-exp-bottom-control-flexbox ytp-modern-caption ytp-livebadge-color unstarted-mode ytp-small-mode\" tabindex=\"\" id=\"movie_player\" data-version=\"/s/player/5afa7c36/player_embed_tce.vflset/en_US/base.js\" aria-label=\"YouTube Video Player\">",
            "xpath": ".mdl-cell--4-col.mdl-cell[data-keeper-edited=\"yes\"]:nth-child(2) > .embed-responsive.embed-responsive-16by9 > iframe[width=\"560\"][height=\"315\"][frameborder=\"0\"]",
            "message": "Elements must only use permitted ARIA attributes",
            "fixSummary": "Fix all of the following:\n  aria-label attribute cannot be used on a div with no valid role attribute.",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "279cf2942346",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-91013ded"
          }
        ]
      },
      {
        "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.assenede.be/",
            "html": "<ul role=\"tablist\" style=\"display: block;\" class=\"slick-dots\">",
            "xpath": null,
            "message": "Verify the <ul> element with \"tablist\" role has keyboard access",
            "fingerprint": "6786d00679da",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-de6c1d9b"
          },
          {
            "url": "https://www.geraardsbergen.be/",
            "html": "<ul role=\"menubar\" id=\"nav\" class=\"nav-main\">",
            "xpath": null,
            "message": "Verify the <ul> element with \"menubar\" role has keyboard access",
            "fingerprint": "f35f30333dff",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-58f345b1"
          },
          {
            "url": "https://www.sint-niklaas.be/",
            "html": "<ul role=\"tablist\" class=\"CybotCookiebotDialogNavItems\" id=\"CybotCookiebotDialogNavList\">",
            "xpath": null,
            "message": "Verify the <ul> element with \"tablist\" role has keyboard access",
            "fingerprint": "f085030a18c7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0f0a6e47"
          },
          {
            "url": "https://www.zelzate.be/nl/",
            "html": "<ul style=\"display: block;\" role=\"tablist\" class=\"slick-dots\">",
            "xpath": null,
            "message": "Verify the <ul> element with \"tablist\" role has keyboard access",
            "fingerprint": "fa01ecfa3ff3",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2c901a65"
          }
        ]
      },
      {
        "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": 4,
        "examples": [
          {
            "url": "https://www.brakel.be/",
            "html": "<html lang=\"nl-NL\" class=\"js\">",
            "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": "a52c44e5ffb1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-85b00be0"
          },
          {
            "url": "https://www.lochristi.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": "34cce6f7eded",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-85b00be0"
          },
          {
            "url": "https://www.lokeren.be/",
            "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": "3b7b99cf2532",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-85b00be0"
          },
          {
            "url": "https://www.stekene.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": "17f79956c040",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-85b00be0"
          }
        ]
      },
      {
        "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": 4,
        "examples": [
          {
            "url": "https://www.lochristi.be/",
            "html": "<footer id=\"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": [
              ".extra"
            ],
            "colorScheme": "light",
            "fingerprint": "51cbde45ac76",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2c072ccb"
          },
          {
            "url": "https://www.lokeren.be/",
            "html": "<footer class=\"container w-100 d-flex align-items-center\" id=\"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": [
              "#bottom_footer"
            ],
            "colorScheme": "light",
            "fingerprint": "c16cdf8b464d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2c072ccb"
          },
          {
            "url": "https://www.oudenaarde.be/",
            "html": "<footer class=\"footer_fourth footer\"></footer>",
            "xpath": ".footer_fourth",
            "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_fifth"
            ],
            "colorScheme": "light",
            "fingerprint": "d1df13a6eaaf",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-a88736b9"
          },
          {
            "url": "https://www.sint-niklaas.be/",
            "html": "<footer class=\"region region--footer clearfix\">",
            "xpath": ".region--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": [
              ".region--footer-bottom"
            ],
            "colorScheme": "light",
            "fingerprint": "6950dfa2dda2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-aebb2643"
          }
        ]
      },
      {
        "rule": "input_label_after",
        "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.sint-niklaas.be/",
            "html": "<input checked=\"checked\" disabled=\"disabled\" class=\"CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelButtonDisabled\" id=\"CybotCookiebotDialogBodyLevelButtonNecessary\" type=\"checkbox\">",
            "xpath": null,
            "message": "Label text is located before its associated checkbox or radio button element",
            "fingerprint": "e7fba3554d0c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ce757c6b"
          },
          {
            "url": "https://www.sint-niklaas.be/",
            "html": "<input role=\"switch\" tabindex=\"0\" checked=\"checked\" data-target=\"CybotCookiebotDialogBodyLevelButtonPreferencesInline\" class=\"CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox\" id=\"CybotCookiebotDialogBodyLevelButtonPreferences\" type=\"checkbox\">",
            "xpath": null,
            "message": "Label text is located before its associated checkbox or radio button element",
            "fingerprint": "477653d5c0ad",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d6680181"
          },
          {
            "url": "https://www.sint-niklaas.be/",
            "html": "<input role=\"switch\" tabindex=\"0\" checked=\"checked\" data-target=\"CybotCookiebotDialogBodyLevelButtonStatisticsInline\" class=\"CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox\" id=\"CybotCookiebotDialogBodyLevelButtonStatistics\" type=\"checkbox\">",
            "xpath": null,
            "message": "Label text is located before its associated checkbox or radio button element",
            "fingerprint": "edcd9e9864d2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-faf5eae9"
          },
          {
            "url": "https://www.sint-niklaas.be/",
            "html": "<input role=\"switch\" tabindex=\"0\" checked=\"checked\" data-target=\"CybotCookiebotDialogBodyLevelButtonMarketingInline\" class=\"CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox\" id=\"CybotCookiebotDialogBodyLevelButtonMarketing\" type=\"checkbox\">",
            "xpath": null,
            "message": "Label text is located before its associated checkbox or radio button element",
            "fingerprint": "691f4ebc6ccb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-40d7214e"
          }
        ]
      },
      {
        "rule": "img_alt_null",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 4,
        "examples": [
          {
            "url": "https://www.zelzate.be/nl/",
            "html": "<img title=\"Over Zelzate en bestuur\" alt=\"\" src=\"https://www.zelzate.be/data/showcase/4/1516373096-img-3393.JPG?1777961080\">",
            "xpath": null,
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "fingerprint": "3bee6f88953e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7057346f"
          },
          {
            "url": "https://www.zelzate.be/nl/",
            "html": "<img title=\"OCMW Zelzate\" alt=\"\" src=\"https://www.zelzate.be/data/showcase/142/1629117062-20210709-101630.jpg?1777961080\">",
            "xpath": null,
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "fingerprint": "575bf67be0fa",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0a923539"
          },
          {
            "url": "https://www.zelzate.be/nl/",
            "html": "<img title=\"A tot Z\" alt=\"\" src=\"https://www.zelzate.be/data/showcase/16/1621416584-van-a-tot-z.jpg?1777961080\">",
            "xpath": null,
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "fingerprint": "da47d6d926f5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-16ae21b9"
          },
          {
            "url": "https://www.zelzate.be/nl/",
            "html": "<img title=\"Livestream gemeenteraad en OCMW-raad\" alt=\"\" src=\"https://www.zelzate.be/data/showcase/244/1736165846-img-2887.JPG?1777961080\">",
            "xpath": null,
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "fingerprint": "b6ca0aff1649",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7c7aa35c"
          }
        ]
      },
      {
        "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": 4,
        "examples": [
          {
            "url": "https://www.zulte.be/",
            "html": "<iframe frameborder=\"0\" height=\"225\" width=\"400\" src=\"https://www.youtube.com/embed/\" scrolling=\"no\">",
            "xpath": null,
            "message": "Inline frame does not have a 'title' attribute",
            "fingerprint": "2c512611cce9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-d50353f7"
          },
          {
            "url": "https://www.zwalm.be/",
            "html": "<iframe allowfullscreen=\"\" frameborder=\"0\" src=\"//www.youtube.com/embed/RAFla3CQiO0?rel=0\" height=\"315\" width=\"560\" loading=\"lazy\">",
            "xpath": null,
            "message": "Inline frame does not have a 'title' attribute",
            "fingerprint": "dbc52e901757",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-77cd3ac1"
          },
          {
            "url": "https://www.zwalm.be/",
            "html": "<iframe allowfullscreen=\"\" frameborder=\"0\" src=\"//www.youtube.com/embed/o2aJlbwmWCw?rel=0\" height=\"315\" width=\"560\" loading=\"lazy\">",
            "xpath": null,
            "message": "Inline frame does not have a 'title' attribute",
            "fingerprint": "7e172935fb7d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-06c60f9d"
          },
          {
            "url": "https://www.zwalm.be/",
            "html": "<iframe allowfullscreen=\"\" frameborder=\"0\" src=\"//player.vimeo.com/video/845852267\" height=\"315\" width=\"560\" loading=\"lazy\">",
            "xpath": null,
            "message": "Inline frame does not have a 'title' attribute",
            "fingerprint": "bf9e341becee",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7876a0c3"
          }
        ]
      },
      {
        "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": 3,
        "examples": [
          {
            "url": "https://www.assenede.be/",
            "html": "<article class=\"news-slide slick-sli...\" aria-roledescription=\"slide\" aria-label=\"Winterkermis en Gîrn...\" style=\"width: 1180px;\" data-slick-index=\"1\" aria-hidden=\"false\" tabindex=\"0\" role=\"tabpanel\" id=\"slick-slide01\" aria-describedby=\"slick-slide-control0...\">",
            "xpath": "#slick-slide01",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role tabpanel is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "b6055c362eb8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-fae6666b"
          },
          {
            "url": "https://www.denderleeuw.be/",
            "html": "<button type=\"button\" role=\"presentation\" class=\"owl-prev\"><span aria-label=\"Previous\">‹</span></button>",
            "xpath": ".owl-prev",
            "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": "049dd40f1c1c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9d5295be"
          },
          {
            "url": "https://www.denderleeuw.be/",
            "html": "<button type=\"button\" role=\"presentation\" class=\"owl-next\"><span aria-label=\"Next\">›</span></button>",
            "xpath": ".owl-next",
            "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": "280c4cfe51dd",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-409db32a"
          }
        ]
      },
      {
        "rule": "tabindex",
        "engine": "axe",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Serious",
          "blocking": true,
          "wcagCriteria": [],
          "conformanceLevel": "best-practice",
          "description": "Ensures tabindex attribute values greater than 0 are not used. Positive tabindex values create an unnatural tab order that disorients keyboard users."
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/tabindex?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 3,
        "examples": [
          {
            "url": "https://www.berlare.be/",
            "html": "<a tabindex=\"1\" href=\"\" data-value=\"2\" title=\"Aanvaard alle\" class=\"uxmec_modal-button uxmec_button-save-preferences uxmec_button-acc-all\">Aanvaard alle</a>",
            "xpath": ".uxmec_button-acc-all",
            "message": "Elements should not have tabindex greater than zero",
            "fixSummary": "Fix any of the following:\n  Element has a tabindex greater than 0",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "0be58154e6af",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-1d184be7"
          },
          {
            "url": "https://www.berlare.be/",
            "html": "<a tabindex=\"2\" href=\"\" data-value=\"1\" title=\"Weiger alle\" class=\"uxmec_modal-button uxmec_modal-button-sec uxmec_hide-expand uxmec_button-save-preferences\">Weiger alle</a>",
            "xpath": "a[title=\"Weiger alle\"]",
            "message": "Elements should not have tabindex greater than zero",
            "fixSummary": "Fix any of the following:\n  Element has a tabindex greater than 0",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "6431afccc188",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-aee6a9be"
          },
          {
            "url": "https://www.berlare.be/",
            "html": "<a tabindex=\"3\" href=\"\" title=\"Stel voorkeuren in\" class=\"uxmec_modal-button uxmec_modal-button-sec uxmec_hide-expand\" id=\"uxmec_show-preferences\">Instellingen</a>",
            "xpath": "#uxmec_show-preferences",
            "message": "Elements should not have tabindex greater than zero",
            "fixSummary": "Fix any of the following:\n  Element has a tabindex greater than 0",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "fc77aedc60a4",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-fc0bb33e"
          }
        ]
      },
      {
        "rule": "meta-viewport",
        "engine": "axe",
        "metadata": {
          "roles": [
            "Front-End Developer",
            "UX Designer"
          ],
          "severity": "Critical",
          "blocking": true,
          "wcagCriteria": [
            "1.4.4"
          ],
          "conformanceLevel": "AA",
          "description": "Ensures viewport meta does not disable text scaling. Disabling user-scaling prevents people with low vision from enlarging text to a readable size."
        },
        "wcag": {
          "scs": [
            "1.4.4"
          ],
          "level": "AA"
        },
        "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/meta-viewport?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 3,
        "examples": [
          {
            "url": "https://www.brakel.be/",
            "html": "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\">",
            "xpath": "meta[name=\"viewport\"]",
            "message": "Zooming and scaling must not be disabled",
            "fixSummary": "Fix any of the following:\n  user-scalable on <meta> tag disables zooming on mobile devices",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "87be9d5277f0",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-98527d57"
          },
          {
            "url": "https://www.zottegem.be/",
            "html": "<meta name=\"viewport\" content=\"width=device-width, maximum-scale=1.0, minimum-scale=1.0, initial-scale=1.0\">",
            "xpath": "meta[name=\"viewport\"]",
            "message": "Zooming and scaling must not be disabled",
            "fixSummary": "Fix any of the following:\n  maximum-scale on <meta> tag disables zooming on mobile devices",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "2dcdeffe37fa",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-98527d57"
          },
          {
            "url": "https://www.zwalm.be/",
            "html": "<meta name=\"viewport\" content=\"width=device-width, maximum-scale=1.0, minimum-scale=1.0, initial-scale=1.0\">",
            "xpath": "meta[name=\"viewport\"]",
            "message": "Zooming and scaling must not be disabled",
            "fixSummary": "Fix any of the following:\n  maximum-scale on <meta> tag disables zooming on mobile devices",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "e86b34ec2aa6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-98527d57"
          }
        ]
      },
      {
        "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": 3,
        "examples": [
          {
            "url": "https://www.deinze.be/",
            "html": "<div class=\"row eqh\">",
            "xpath": null,
            "message": "The element <div> is restricted to either landscape or portrait orientation using CSS transform property",
            "fingerprint": "dad65c07229c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f9124085"
          },
          {
            "url": "https://www.deinze.be/",
            "html": "<div class=\"spotlight eqh-home\">",
            "xpath": null,
            "message": "The element <div> is restricted to either landscape or portrait orientation using CSS transform property",
            "fingerprint": "26da029a0ccf",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-713a0bb4"
          },
          {
            "url": "https://www.deinze.be/",
            "html": "<div class=\"header-banner eqh-home\">",
            "xpath": null,
            "message": "The element <div> is restricted to either landscape or portrait orientation using CSS transform property",
            "fingerprint": "dc2a45f9a88b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6b62447e"
          }
        ]
      },
      {
        "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": 3,
        "examples": [
          {
            "url": "https://www.denderleeuw.be/",
            "html": "<button role=\"button\" class=\"owl-dot active\"><span></span></button>",
            "xpath": ".owl-dot.active[role=\"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",
            "fingerprint": "f12fad60025f",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f8429420"
          },
          {
            "url": "https://www.denderleeuw.be/",
            "html": "<button role=\"button\" class=\"owl-dot\"><span></span></button>",
            "xpath": ".owl-dot[role=\"button\"]:nth-child(2)",
            "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": "7e0906033acc",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ec444af1"
          },
          {
            "url": "https://www.horebeke.be/",
            "html": "<button type=\"submit\" class=\"searchbtn\" name=\"search button\">\n    <i class=\"icon-magnifier\"></i>\n\t</button>",
            "xpath": ".searchbtn",
            "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": "6fbd3c06417c",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-4f296c35"
          }
        ]
      },
      {
        "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.eeklo.be/",
            "html": "<span>",
            "xpath": null,
            "message": "Confirm the user instruction is still understandable without the word(s) 'extra'",
            "fingerprint": "35cfbfd2459a",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-54bfb857"
          },
          {
            "url": "https://www.lokeren.be/",
            "html": "<p>",
            "xpath": null,
            "message": "Confirm the user instruction is still understandable without the word(s) 'extra'",
            "fingerprint": "fec4034a309d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-16897965"
          },
          {
            "url": "https://www.wetteren.be/",
            "html": "<div class=\"partial__short\">",
            "xpath": null,
            "message": "Confirm the user instruction is still understandable without the word(s) 'extra'",
            "fingerprint": "9f4ef1c052ac",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-74eda3b6"
          }
        ]
      },
      {
        "rule": "label",
        "engine": "axe",
        "metadata": {
          "roles": [
            "Front-End Developer",
            "UX Designer"
          ],
          "severity": "Critical",
          "blocking": true,
          "wcagCriteria": [
            "1.3.1",
            "4.1.2"
          ],
          "conformanceLevel": "A",
          "description": "Ensures every form input has an associated label. Without labels, screen reader users cannot understand what information a form field requires."
        },
        "wcag": {
          "scs": [
            "4.1.2"
          ],
          "level": "A"
        },
        "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 3,
        "examples": [
          {
            "url": "https://www.horebeke.be/",
            "html": "<input value=\"\" id=\"qWidget\" name=\"q_widget\" maxlength=\"255\" type=\"text\" class=\"inputText autoSuggest tt-input\" itemprop=\"query-input\" autocomplete=\"off\" spellcheck=\"false\" dir=\"auto\" style=\"position: relative; vertical-align: top; background-color: transparent;\">",
            "xpath": "#qWidget",
            "message": "Form elements must have labels",
            "fixSummary": "Fix any of the following:\n  Element does not have an implicit (wrapped) <label>\n  Element does not have an explicit <label>\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element has no placeholder attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "2d73c8919fa6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f3331bbe"
          },
          {
            "url": "https://www.ronse.be/nl",
            "html": "<input data-drupal-selector=\"edit-keywords\" type=\"text\" id=\"edit-keywords\" name=\"keywords\" value=\"\" size=\"30\" maxlength=\"128\" class=\"form-text\">",
            "xpath": "#edit-keywords",
            "message": "Form elements must have labels",
            "fixSummary": "Fix any of the following:\n  Element does not have an implicit (wrapped) <label>\n  Element does not have an explicit <label>\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element has no placeholder attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "fb3d823d5017",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-47a8f2f3"
          },
          {
            "url": "https://www.stekene.be/",
            "html": "<input class=\"txt\" id=\"txtkeyword\" onblur=\"clear_textbox(this,'hfZoek')\" value=\"Waarmee kunnen we je helpen?\" onfocus=\"clear_textbox(this,'hfZoek')\" onkeypress=\"javascript:if (event.keyCode == 13){event.cancelBubble = true;event.returnValue = false;$('#btnSearch').click();}\" type=\"text\">",
            "xpath": "#txtkeyword",
            "message": "Form elements must have labels",
            "fixSummary": "Fix any of the following:\n  Element does not have an implicit (wrapped) <label>\n  Element does not have an explicit <label>\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element has no placeholder attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "4758060ac3b1",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6f2827c6"
          }
        ]
      },
      {
        "rule": "aria_banner_label_unique",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 2,
        "examples": [
          {
            "url": "https://www.berlare.be/",
            "html": "<header class=\"region region--header clearfix\">",
            "xpath": null,
            "message": "Multiple elements with \"banner\" role do not have unique labels",
            "fingerprint": "765364b187c8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7f7a7e1e"
          },
          {
            "url": "https://www.berlare.be/",
            "html": "<header class=\"c-component c-hero c-hero--homepage c-theme--default has-image\">",
            "xpath": null,
            "message": "Multiple elements with \"banner\" role do not have unique labels",
            "fingerprint": "0e31d1fbf4a7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-50ecfeb2"
          }
        ]
      },
      {
        "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": 2,
        "examples": [
          {
            "url": "https://www.denderleeuw.be/",
            "html": "<ul class=\"list-unstyled owl-carousel owl-loaded owl-drag\">",
            "xpath": ".list-unstyled",
            "message": "<ul> and <ol> must only directly contain <li>, <script> or <template> elements",
            "fixSummary": "Fix all of the following:\n  List element has direct children that are not allowed: div",
            "relatedPaths": [
              ".owl-stage-outer",
              ".owl-nav",
              ".owl-dots"
            ],
            "colorScheme": "light",
            "fingerprint": "4e9fc281b3f6",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-118c806e"
          },
          {
            "url": "https://www.lokeren.be/",
            "html": "<ul>",
            "xpath": ".col-lg-2:nth-child(3) > ul",
            "message": "<ul> and <ol> must only directly contain <li>, <script> or <template> elements",
            "fixSummary": "Fix all of the following:\n  List element has direct children that are not allowed: ul",
            "relatedPaths": [
              "ul > ul"
            ],
            "colorScheme": "light",
            "fingerprint": "eee9bda3b20d",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6b040d83"
          }
        ]
      },
      {
        "rule": "presentation-role-conflict",
        "engine": "axe",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/presentation-role-conflict?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 2,
        "examples": [
          {
            "url": "https://www.denderleeuw.be/",
            "html": "<button type=\"button\" role=\"presentation\" class=\"owl-prev\"><span aria-label=\"Previous\">‹</span></button>",
            "xpath": ".owl-prev",
            "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": "32c4ef755b46",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-2e47a761"
          },
          {
            "url": "https://www.denderleeuw.be/",
            "html": "<button type=\"button\" role=\"presentation\" class=\"owl-next\"><span aria-label=\"Next\">›</span></button>",
            "xpath": ".owl-next",
            "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": "6801b7a0aa6e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-78db8ee5"
          }
        ]
      },
      {
        "rule": "aria_attribute_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": 2,
        "examples": [
          {
            "url": "https://www.kluisbergen.be/",
            "html": "<input aria-required=\"true\" required=\"required\" class=\"form-email required\" maxlength=\"254\" size=\"25\" value=\"\" name=\"mergevars[EMAIL]\" id=\"edit-mergevars-email\" type=\"email\" data-drupal-selector=\"edit-mergevars-email\" autocomplete=\"email\">",
            "xpath": null,
            "message": "The ARIA attribute \"aria-required\" is redundant with the HTML attribute \"required\"",
            "fingerprint": "e53c81c5ed70",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7f51f969"
          },
          {
            "url": "https://www.maarkedal.be/",
            "html": "<input aria-required=\"true\" required=\"required\" class=\"form-email required\" maxlength=\"254\" size=\"25\" value=\"\" name=\"mergevars[EMAIL]\" id=\"edit-mergevars-email\" type=\"email\" data-drupal-selector=\"edit-mergevars-email\" autocomplete=\"email\">",
            "xpath": null,
            "message": "The ARIA attribute \"aria-required\" is redundant with the HTML attribute \"required\"",
            "fingerprint": "d9cd8d5d4613",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7f51f969"
          }
        ]
      },
      {
        "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": 2,
        "examples": [
          {
            "url": "https://www.lokeren.be/",
            "html": "<a href=\"https://eservices.minfin.fgov.be/myminfin-web/pages/public\">MyMinfin</a>",
            "xpath": ".card:nth-child(5) > .card-block > p:nth-child(4) > a",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.57:1 with the surrounding text. (Minimum contrast is 3:1, link text: #025157, surrounding text: #666666)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".content-block > .card-columns > .card:nth-child(5) > .card-block > p:nth-child(4)"
            ],
            "colorScheme": "light",
            "fingerprint": "e4646b1f5015",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-443e1be7"
          },
          {
            "url": "https://www.lokeren.be/",
            "html": "<a href=\"https://www.biddit.be\" target=\"_blank\" rel=\"noopener noreferrer\">Biddit</a>",
            "xpath": "a[href$=\"www.biddit.be\"]",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.57:1 with the surrounding text. (Minimum contrast is 3:1, link text: #025157, surrounding text: #666666)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".card:nth-child(8) > .card-block > p:nth-child(3)"
            ],
            "colorScheme": "light",
            "fingerprint": "06ae55c27007",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-6705e4a3"
          }
        ]
      },
      {
        "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.zottegem.be/",
            "html": "<html class=\"skrollr skrollr-desktop mdl-js\">",
            "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": "5d8afa99b709",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9a2136ae"
          },
          {
            "url": "https://www.zwalm.be/",
            "html": "<html class=\"widgets_bootstrapped skrollr skrollr-desktop mdl-js\">",
            "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": "f92e9f9a8b49",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9a2136ae"
          }
        ]
      },
      {
        "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": 2,
        "examples": [
          {
            "url": "https://www.zottegem.be/",
            "html": "<html class=\"skrollr skrollr-desktop mdl-js\">",
            "xpath": null,
            "message": "Page detected as HTML, but does not have a 'lang' attribute",
            "fingerprint": "4154064a5184",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0b102ec0"
          },
          {
            "url": "https://www.zwalm.be/",
            "html": "<html class=\"widgets_bootstrapped skrollr skrollr-desktop mdl-js\">",
            "xpath": null,
            "message": "Page detected as HTML, but does not have a 'lang' attribute",
            "fingerprint": "ef0110dc14d9",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-9b757f21"
          }
        ]
      },
      {
        "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": 1,
        "examples": [
          {
            "url": "https://www.aalter.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": "8abee0124626",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-91e6c091"
          }
        ]
      },
      {
        "rule": "landmark-no-duplicate-banner",
        "engine": "axe",
        "metadata": {
          "roles": [
            "Front-End Developer",
            "UX Designer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": "best-practice",
          "description": "Ensures the page has only one banner landmark (<header> at top level). Multiple banners confuse screen reader users navigating by landmarks."
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-no-duplicate-banner?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 1,
        "examples": [
          {
            "url": "https://www.berlare.be/",
            "html": "<header class=\"region region--header clearfix\">",
            "xpath": ".region--header",
            "message": "Document should not have more than one banner landmark",
            "fixSummary": "Fix any of the following:\n  Document has more than one banner landmark",
            "relatedPaths": [
              ".c-hero"
            ],
            "colorScheme": "light",
            "fingerprint": "6ef6a5597280",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-05a9f486"
          }
        ]
      },
      {
        "rule": "aria-dialog-name",
        "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-dialog-name?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 1,
        "examples": [
          {
            "url": "https://stad.gent/nl",
            "html": "<div id=\"SG-CookieConsent\" class=\"SG-CookieConsent--modal SG-CookieConsent--cookie-consent visible\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"default-name_id-title\" tabindex=\"-1\" lang=\"nl\" dir=\"ltr\" name=\"SG-CookieConsent\" style=\"display: block;\" aria-hidden=\"false\">",
            "xpath": "#SG-CookieConsent",
            "message": "ARIA dialog and alertdialog nodes should have an accessible name",
            "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": "7818a1399b60",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-ce98f36a"
          }
        ]
      },
      {
        "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.kaprijke.be/",
            "html": "<div id=\"suggestionsearch\" aria-live=\"”polite”\">\n\t\t<ul class=\"list-suggestionsearch\"></ul>\n\t</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": "688bd8390db8",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-95ce9245"
          }
        ]
      },
      {
        "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.kaprijke.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": "89ab0fc1fdeb",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-b2d9f002"
          }
        ]
      },
      {
        "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": 1,
        "examples": [
          {
            "url": "https://www.kaprijke.be/",
            "html": "<h3 class=\"title\">",
            "xpath": null,
            "message": "Verify that the heading element is a genuine heading",
            "fingerprint": "76cc89d7c4ba",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-8015545a"
          }
        ]
      },
      {
        "rule": "label_content_exists",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 1,
        "examples": [
          {
            "url": "https://www.laarne.be/",
            "html": "<label for=\"txtkeyword\">",
            "xpath": null,
            "message": "The <label> element does not have descriptive text that identifies the expected input",
            "fingerprint": "c1591b737486",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-784f95f8"
          }
        ]
      },
      {
        "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.laarne.be/",
            "html": "<button type=\"button\" data-snooze=\"3\" data-c=\"Hidepopup02\" data-tooltip=\"Sluiten\" class=\"btn-toggle-close show popup-close is-active\">",
            "xpath": null,
            "message": "The element with role \"button\" contains descendants with implicit roles \"generic\" which are ignored by browsers",
            "fingerprint": "8da3885add31",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-7dbdbebb"
          }
        ]
      },
      {
        "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.lochristi.be/",
            "html": "<div class=\"extra\" role=\"contentinfo\">",
            "xpath": ".extra",
            "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": "932a3d006d2e",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-75ae8be5"
          }
        ]
      },
      {
        "rule": "img_alt_misuse",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 1,
        "examples": [
          {
            "url": "https://www.lokeren.be/",
            "html": "<img src=\"/themes/5a377c01782354f5d039e838/stylesheets/images/lokeren2.png\" alt=\"lokeren2.png\">",
            "xpath": null,
            "message": "Verify that the file name serves as a good inline replacement for the image",
            "fingerprint": "066bc768d1d5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f8a5be57"
          }
        ]
      },
      {
        "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": 1,
        "examples": [
          {
            "url": "https://www.oosterzele.be/",
            "html": "<body class=\"dx-device-desktop dx-device-generic\">",
            "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": "fed84d667bb2",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-cbfc57ba"
          }
        ]
      },
      {
        "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.oudenaarde.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 zoek je?\">",
            "xpath": null,
            "message": "Label text is located after its associated text input or <select> element",
            "fingerprint": "607c41eb38c5",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-3dde7a63"
          }
        ]
      },
      {
        "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.oudenaarde.be/",
            "html": "<label for=\"edit-keys\">",
            "xpath": null,
            "message": "Form control has more than one label",
            "fingerprint": "3fc9f905b401",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-09a34fc1"
          }
        ]
      },
      {
        "rule": "table_headers_exists",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 1,
        "examples": [
          {
            "url": "https://www.stekene.be/",
            "html": "<table cellpadding=\"2\" border=\"0\">",
            "xpath": null,
            "message": "Table has no headers identified",
            "fingerprint": "d1f9d2130f9b",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-0cb3d6e6"
          }
        ]
      },
      {
        "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": 1,
        "examples": [
          {
            "url": "https://www.zwalm.be/",
            "html": "<iframe loading=\"lazy\" width=\"560\" height=\"315\" src=\"//player.vimeo.com/video/845852267\" frameborder=\"0\" allowfullscreen=\"\"></iframe>",
            "xpath": ".mdl-cell--4-col.mdl-cell:nth-child(3) > .embed-responsive.embed-responsive-16by9 > iframe[width=\"560\"][height=\"315\"][frameborder=\"0\"]",
            "message": "Frames must have an accessible name",
            "fixSummary": "Fix any of the following:\n  Element has no title attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "1ba52e3417c7",
            "firstSeenAt": "2026-05-05T06:05:58.884Z",
            "patternId": "A11Y-f5467ae8"
          }
        ]
      }
    ],
    "roleStats": {
      "UX Designer": 401,
      "Visual Designer": 532,
      "Content Author": 123,
      "Front-End Developer": 3451
    },
    "severityStats": {
      "Critical": 33,
      "Serious": 620,
      "Moderate": 3434,
      "Minor": 0
    }
  },
  "changeTracking": {
    "newCount": 4087,
    "resolvedCount": 0,
    "newIssues": [
      {
        "fingerprint": "4184fce61127",
        "url": "https://aalst.be/",
        "ruleKey": "rule:empty-heading|light",
        "engine": "axe"
      },
      {
        "fingerprint": "dbdcdbfc149e",
        "url": "https://aalst.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8a695e75ef6a",
        "url": "https://aalst.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d272320bb50d",
        "url": "https://aalst.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bf2a06fc60f4",
        "url": "https://aalst.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b10292740a68",
        "url": "https://aalst.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "35a57eb6544a",
        "url": "https://aalst.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "df95bffa3e20",
        "url": "https://aalst.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0dba0193d4ed",
        "url": "https://aalst.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a7aefbb234a3",
        "url": "https://aalst.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "41ad1a14bfc8",
        "url": "https://aalst.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "188c90645525",
        "url": "https://aalst.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7e193bef54a4",
        "url": "https://aalst.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8624b7162ff9",
        "url": "https://aalst.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "06b405be95a3",
        "url": "https://aalst.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9435a8e93554",
        "url": "https://aalst.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "361abd041548",
        "url": "https://aalst.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c9f08ef731cd",
        "url": "https://aalst.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2b1212fb7a90",
        "url": "https://aalst.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ed8f304788a1",
        "url": "https://aalst.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6b5ec83d144e",
        "url": "https://aalst.be/",
        "ruleKey": "rule:heading_content_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "23c7da0fafb0",
        "url": "https://aalst.be/",
        "ruleKey": "rule:aria_accessiblename_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "80f902dc3d29",
        "url": "https://aalst.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0b82342274df",
        "url": "https://aalst.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "43bb36645387",
        "url": "https://aalst.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3fa5f19da36d",
        "url": "https://aalst.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f4fd8961e700",
        "url": "https://aalst.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fa7c294c2589",
        "url": "https://aalst.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "64ebbdab7b5a",
        "url": "https://aalst.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "54957125eab0",
        "url": "https://aalst.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "638091d0c3d5",
        "url": "https://aalst.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7b8784f016d8",
        "url": "https://aalst.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bc886378a714",
        "url": "https://aalst.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d6f0b951c2bf",
        "url": "https://aalst.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f565ef8c23bf",
        "url": "https://aalst.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cc9012681b1f",
        "url": "https://aalst.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c9169d29ce68",
        "url": "https://aalst.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6249cab2c71c",
        "url": "https://aalst.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c204a084c766",
        "url": "https://aalst.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "81d0d37c6b0d",
        "url": "https://aalst.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "06318e7530e9",
        "url": "https://aalst.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f94a2b151c5f",
        "url": "https://aalst.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9975ec3a6808",
        "url": "https://aalst.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9e58e7e83f7f",
        "url": "https://aalst.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c21160dae16c",
        "url": "https://aalst.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c0092eebb698",
        "url": "https://aalst.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3e295f943fa0",
        "url": "https://aalst.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f46f1fa3dccb",
        "url": "https://aalst.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "835c59a09e73",
        "url": "https://aalst.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5927de431a9a",
        "url": "https://aalst.be/",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3edabc47f207",
        "url": "https://aalst.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "67573f12c37d",
        "url": "https://aalst.be/",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "812c1f76605b",
        "url": "https://aalst.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ed36fdc3fded",
        "url": "https://aalst.be/",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b94dd137feec",
        "url": "https://aalst.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ba0091815c71",
        "url": "https://aalst.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "01f0230e604a",
        "url": "https://aalst.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3172d18031d4",
        "url": "https://aalst.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "366fe662257f",
        "url": "https://aalst.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3aa6c5307bb0",
        "url": "https://aalst.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e5245af1a83f",
        "url": "https://aalst.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cb55ccd5b85e",
        "url": "https://aalst.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "308e46fea2ff",
        "url": "https://aalst.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "53dd101d79fe",
        "url": "https://aalst.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "77839c496ab8",
        "url": "https://aalst.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e1e3ae37dbc7",
        "url": "https://aalst.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "838cc6a4bcc4",
        "url": "https://aalst.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "97b656d05e78",
        "url": "https://aalst.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "348f121a0708",
        "url": "https://aalst.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "56312560bb0b",
        "url": "https://aalst.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7dd569e3d88d",
        "url": "https://aalst.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a4352b2f1e29",
        "url": "https://aalst.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4b7f20ca9f35",
        "url": "https://aalst.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1eee0750a43e",
        "url": "https://aalst.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "219acb26459f",
        "url": "https://aalst.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b5fcb4c753ae",
        "url": "https://aalst.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9b4069e382fc",
        "url": "https://aalst.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a503a95dc3bc",
        "url": "https://aalst.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b67c24858f79",
        "url": "https://aalst.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9849f1620902",
        "url": "https://aalst.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d9b773360666",
        "url": "https://aalst.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5f9c12c9200e",
        "url": "https://aalst.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2da93bc54cc0",
        "url": "https://aalst.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "adf9703bee0e",
        "url": "https://aalst.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0256f0aa1bff",
        "url": "https://aalst.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "706d5d202a8d",
        "url": "https://aalst.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3f590d7ad893",
        "url": "https://aalst.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0121501492c8",
        "url": "https://aalst.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c9feefc40695",
        "url": "https://aalst.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6de41f4b1005",
        "url": "https://aalst.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ed6cd3e4c5ec",
        "url": "https://aalst.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2f3010d39c9c",
        "url": "https://aalst.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "86f6dc0335db",
        "url": "https://aalst.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7c54342eb928",
        "url": "https://aalst.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "64f96a3d59a6",
        "url": "https://aalst.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aa48c1da19e2",
        "url": "https://aalst.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8e8e1c0c1090",
        "url": "https://aalst.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "048f3a0c74cd",
        "url": "https://aalst.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0586f81c736f",
        "url": "https://aalst.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "922f72792c70",
        "url": "https://aalst.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "77dd5616769d",
        "url": "https://aalst.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f89ebc6c95e3",
        "url": "https://aalst.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1fc5d218da26",
        "url": "https://aalst.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "379c099db136",
        "url": "https://aalst.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8abee0124626",
        "url": "https://www.aalter.be/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3f20ee2d917b",
        "url": "https://www.aalter.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b85f2e1200a2",
        "url": "https://www.aalter.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "270bae850390",
        "url": "https://www.aalter.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ae3d73d478c3",
        "url": "https://www.aalter.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d5333c276a64",
        "url": "https://www.aalter.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "deb73fdfb347",
        "url": "https://www.aalter.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "154c18c3e624",
        "url": "https://www.aalter.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "55d5cbdef0d2",
        "url": "https://www.aalter.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ab1c305141b8",
        "url": "https://www.aalter.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "acf5fe7c9b82",
        "url": "https://www.aalter.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "13e49974eaa5",
        "url": "https://www.aalter.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c3c3532af892",
        "url": "https://www.aalter.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8d7f91ebc3e3",
        "url": "https://www.aalter.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "11c8dce857b6",
        "url": "https://www.aalter.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ef1db8d94ed9",
        "url": "https://www.aalter.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "db2a94a34315",
        "url": "https://www.aalter.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "448056587aff",
        "url": "https://www.aalter.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fbf047fd9ebe",
        "url": "https://www.aalter.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "42123cdd60f0",
        "url": "https://www.aalter.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "704808bf5c02",
        "url": "https://www.aalter.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fa050834c0b5",
        "url": "https://www.aalter.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "97db504fecc0",
        "url": "https://www.aalter.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e367835446ef",
        "url": "https://www.aalter.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6cae959d5aef",
        "url": "https://www.aalter.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2e2775cdb23e",
        "url": "https://www.aalter.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a3395229126c",
        "url": "https://www.aalter.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "51ab33e1c321",
        "url": "https://www.aalter.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c8db04b5c358",
        "url": "https://www.aalter.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "75562aba77ca",
        "url": "https://www.aalter.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "85f055afebb9",
        "url": "https://www.aalter.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cb4e2dbb6a75",
        "url": "https://www.aalter.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "86f891523a7b",
        "url": "https://www.aalter.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7a2abeebd634",
        "url": "https://www.aalter.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "15988b6960e1",
        "url": "https://www.aalter.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dc1bea6e438f",
        "url": "https://www.aalter.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1927581c9988",
        "url": "https://www.aalter.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e50dc681b00d",
        "url": "https://www.aalter.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "861b2c73de7a",
        "url": "https://www.aalter.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "259aa9d0032f",
        "url": "https://www.aalter.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2fb67760e24f",
        "url": "https://www.aalter.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f2fbbde2e692",
        "url": "https://www.aalter.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9b1ed594cb7a",
        "url": "https://www.aalter.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9cad17eed2fb",
        "url": "https://www.aalter.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "be884ddb2453",
        "url": "https://www.aalter.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "412e8b4b47f3",
        "url": "https://www.aalter.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c3e0f6970c7c",
        "url": "https://www.aalter.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2fc5a8ccae9e",
        "url": "https://www.aalter.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6f60869e4074",
        "url": "https://www.aalter.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a930a6ed876b",
        "url": "https://www.aalter.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "110505e6f8e6",
        "url": "https://www.aalter.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ec3e6e91431e",
        "url": "https://www.aalter.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9943bce88f0a",
        "url": "https://www.aalter.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a8137c8fd1e4",
        "url": "https://www.aalter.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2d822fd6b1d8",
        "url": "https://www.aalter.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d308e45430de",
        "url": "https://www.aalter.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ba411baa3a17",
        "url": "https://www.aalter.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a83679419073",
        "url": "https://www.aalter.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b6055c362eb8",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f27aaab6a3d8",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "294b77214675",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8832d55aee28",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2cdffd2c1910",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "57aa3a80559c",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9bffd8d9902e",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e8b3c649f261",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "143e83b84195",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c9adfa373821",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:style_background_decorative|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8e30a93a19a5",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5857a932caae",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:style_background_decorative|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a51ffb63b58e",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:style_background_decorative|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b3a447084549",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:style_background_decorative|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6d39fe9cb685",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:style_background_decorative|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6e1a1328fc5a",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f79d34c97658",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "93dbac4199bb",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "168857913063",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fc5fd33e8650",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "96ed49a43365",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "31833b44816d",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b223ae611e04",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "deac3de10d35",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dc2d8e8d44e4",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "566ef6042fc4",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9e5f0e65cfd6",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "19c420f45333",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1d9716271e89",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "97ced8a458e9",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dfcbb431a856",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f103a7854900",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:widget_tabbable_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f65aee3e5dc9",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:widget_tabbable_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e8f7925fe732",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c2b67d9b3696",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8e1fad425c1a",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bb1db7cf0ecd",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f7132bc61b09",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e913d2de30ca",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "406bd6a7b617",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "860d06d536d5",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e61422a2dc09",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a30c63ee4c75",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f7782c08069c",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f5fd5031e079",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f1442004a59d",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8fb0c0c6899f",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "166b6c79f577",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b238fe127198",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "53684bd4d9e8",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2261ac0107a0",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0124162e7fcd",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "907fcc76b8ec",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cc2e9e7fbdf0",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0dee43931924",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "70d7ed12049e",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "597ad83046bb",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8c90c86fd7a6",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "671bd6c780ac",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a16143b0a2d0",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "05ec6cd45824",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1fa81ed851a7",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "36a811992423",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fb2a9c022914",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6786d00679da",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:aria_keyboard_handler_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c863188dc5c6",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1ca49bc2411f",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0574a83f3953",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fefb9ca68885",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4917550554ae",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a554581299bf",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1dcfd358d190",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "da89111bd9d1",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6f685c5815a8",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "85fb41bf00f1",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ca5b00ebab5e",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e20e9f3c028d",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b4df503f59c9",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "513c8ac6f2a2",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "61b050440ca8",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "033063e53b51",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1fba010a8acd",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1e4e9f2a6611",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "88bbdf6a30b3",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ea57c454cad0",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d601c7ae91ee",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "541f8ba76e14",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "420580cd3826",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4a2d44a6bb53",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1b425b25f9e3",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bc8ec9c4292c",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a1df144361d0",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1fa8b9abdb32",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b64a63181591",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e840e28861d4",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "760442784a88",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "510eb439c918",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8f5e50ee5091",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "35af6ad9c701",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1dee6c4a2e83",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8652414bafec",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d83d34cae4ef",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a2dd72819e11",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d4a67d6c14a5",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6d5fa1ee908a",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7ec552205909",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "93fe14593093",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2776a7eddc6c",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e9dac5fe57a0",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "523bddad127a",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e725acda93ae",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c5d061fc20ad",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "06e5cec6c823",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "16d4597ae577",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8f55b43789f6",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ef38eeec478c",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "87a5f2af5847",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3ca597cb4000",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "44aeeaf6baf7",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9e5b67d2788f",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "23ee8b09f656",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b6e8bf4987f2",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0f772adb2b5d",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a02c4a1d2edf",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b8dfdbbe91e9",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f54f09c5fe2a",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "94903ca0adb3",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7bd44872fa42",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "da9f9771a2bb",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7e3920072ad6",
        "url": "https://www.assenede.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2363c5fc37b7",
        "url": "https://www.berlare.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f9e79377e00e",
        "url": "https://www.berlare.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a9dcd0ccdaca",
        "url": "https://www.berlare.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b1811119e2ef",
        "url": "https://www.berlare.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d8d28d08b8fd",
        "url": "https://www.berlare.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "972bd647e771",
        "url": "https://www.berlare.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "73e01425b9af",
        "url": "https://www.berlare.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "73be1a1226b6",
        "url": "https://www.berlare.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1d8a1042b6c6",
        "url": "https://www.berlare.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "226aa26da9ed",
        "url": "https://www.berlare.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9638e19d8bd2",
        "url": "https://www.berlare.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3c05e5795182",
        "url": "https://www.berlare.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9699115f8fbc",
        "url": "https://www.berlare.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5c8e0226e710",
        "url": "https://www.berlare.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2b22dfd35755",
        "url": "https://www.berlare.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bf98527226da",
        "url": "https://www.berlare.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b33b13b35d9f",
        "url": "https://www.berlare.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "70812ed30252",
        "url": "https://www.berlare.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "490c0c463f4f",
        "url": "https://www.berlare.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c4aa89bbc467",
        "url": "https://www.berlare.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bb2cd14cbd68",
        "url": "https://www.berlare.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "503b8a5b37f4",
        "url": "https://www.berlare.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "57268f23df13",
        "url": "https://www.berlare.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "24e7d6695342",
        "url": "https://www.berlare.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e5d245afc452",
        "url": "https://www.berlare.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c33eb1276c49",
        "url": "https://www.berlare.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8d98930dfd8a",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:empty-heading|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a3b776010543",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:empty-heading|light",
        "engine": "axe"
      },
      {
        "fingerprint": "996bf173aa45",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:empty-heading|light",
        "engine": "axe"
      },
      {
        "fingerprint": "54ac1a4d5c7f",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:empty-heading|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7a0dc1a8cc84",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4c277eb70ec6",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe"
      },
      {
        "fingerprint": "51c80adc3cb3",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d6830605b681",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6ef6a5597280",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:landmark-no-duplicate-banner|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b7cb424c6f47",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:landmark-unique|light",
        "engine": "axe"
      },
      {
        "fingerprint": "482a216bc724",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d535d89f505b",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c586c1a47d8a",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "160b3bef9713",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "081b2d13ceb5",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5ea62c247122",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "57ed2afed72b",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ec25377e7124",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ee29d48be7bc",
        "url": "https://www.berlare.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2424be6c297c",
        "url": "https://www.berlare.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5dde5cbac35e",
        "url": "https://www.berlare.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a000f8a878c5",
        "url": "https://www.berlare.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1cb249c0be6d",
        "url": "https://www.berlare.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "63ba5c926399",
        "url": "https://www.berlare.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "724469a47889",
        "url": "https://www.berlare.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0be58154e6af",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:tabindex|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6431afccc188",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:tabindex|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fc77aedc60a4",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:tabindex|light",
        "engine": "axe"
      },
      {
        "fingerprint": "943351c92c1e",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7a1cb576d2e0",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8663d97e09d0",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ef5150b21f98",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2e15916dd842",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e16904cd4914",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c1398922b9c5",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "74c0a1d7b8cd",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:aria_accessiblename_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7a5e5f3a1e41",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6e3174e82d7a",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "609c562a411b",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "765364b187c8",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:aria_banner_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2aedf4cc7139",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:aria_landmark_name_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "20526a039ba2",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "37f32f101df9",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f20111c7edd7",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "013e287a2b92",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f36be8204580",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f33bf4afae60",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0e31d1fbf4a7",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:aria_banner_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a9a4bc39c918",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:aria_landmark_name_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ce378939d253",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9747d33e157c",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "072799930ad5",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "32e6cccbac77",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "af18815c2803",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e8c6bb3b96b8",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d8ed99ade39f",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7b055388b6e5",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1b5fd6afded0",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "39fb340eec6e",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e0c822f7bbaa",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f46c4df1cecf",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f508498281b5",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "40483cd2e538",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3246bae651d7",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ad78aad07924",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9614ce3d5cae",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a9d5d059952b",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e64799c2e268",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "da585091b350",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5d33f0d5f1c9",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "947ec8089e3d",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c588c1aa5ae5",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ae9a30b66260",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d76b97f9bdfb",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "efa220092789",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "52e879ce20c4",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9988e19c0bad",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "263cde44eff8",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dd8bf901b7fa",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ba1191ebda59",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b921ae48fa8f",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3bdf98350bde",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1197296e91e0",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d3232e411921",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "31babada1533",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b8f2cf05db82",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a26e1a520abf",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "94bfca834230",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:heading_content_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "53aa45f436ef",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:aria_accessiblename_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1dd040fde5fd",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f0d0ed6e9312",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e8da72e81b5d",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "096726188016",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6d191f8ab529",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9bd51e2e034a",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "88b01b13210c",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "686f6e64b1cd",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0218bc41d77a",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "969ef9e50d2d",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f6e10f90cb11",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f12a742ce386",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:heading_content_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "094b9c7d12ef",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "25e12f15558f",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8ced495056bf",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b9124786a88f",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fe6789e3f834",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d77bdb5d8651",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0503aec68e4f",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d1f48880a00b",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2e57807771be",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8cffb7bc13fe",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9e1857192fb0",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7feb05742f62",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "37fc45ad453b",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0945d1e36e4d",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "65037dc83902",
        "url": "https://www.berlare.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "642d4f6d4134",
        "url": "https://www.gemeentebkz.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "febe4b64ee7b",
        "url": "https://www.gemeentebkz.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8cc84f607a0f",
        "url": "https://www.gemeentebkz.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "03d1c7583de2",
        "url": "https://www.gemeentebkz.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "194701b6a4f4",
        "url": "https://www.gemeentebkz.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "838ed81e77b1",
        "url": "https://www.gemeentebkz.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "86698e2d2b5f",
        "url": "https://www.gemeentebkz.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "af919f3ffbdf",
        "url": "https://www.gemeentebkz.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4cbdfba637fc",
        "url": "https://www.gemeentebkz.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6b7be65f7331",
        "url": "https://www.gemeentebkz.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b99821a439ee",
        "url": "https://www.gemeentebkz.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a1176441791a",
        "url": "https://www.gemeentebkz.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0d11436f903d",
        "url": "https://www.gemeentebkz.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "90b662cd308b",
        "url": "https://www.gemeentebkz.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9430f4f66b4e",
        "url": "https://www.gemeentebkz.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2b2cf47ec808",
        "url": "https://www.gemeentebkz.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "caab2749e6bc",
        "url": "https://www.gemeentebkz.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7c20cfbb3021",
        "url": "https://www.gemeentebkz.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8072641d4d97",
        "url": "https://www.gemeentebkz.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3b5ea6d5628a",
        "url": "https://www.gemeentebkz.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2bd1fc422277",
        "url": "https://www.gemeentebkz.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1fb5804f746b",
        "url": "https://www.gemeentebkz.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d5832948cbe8",
        "url": "https://www.gemeentebkz.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8a3eab7f7462",
        "url": "https://www.gemeentebkz.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5a547f2d69c3",
        "url": "https://www.gemeentebkz.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a70b322a77ba",
        "url": "https://www.gemeentebkz.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "513195b4de64",
        "url": "https://www.gemeentebkz.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f44fa95c361e",
        "url": "https://www.gemeentebkz.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8fe2085f6172",
        "url": "https://www.gemeentebkz.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1ac393e56f30",
        "url": "https://www.gemeentebkz.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "581e396fdbf4",
        "url": "https://www.gemeentebkz.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9ff1eed93e22",
        "url": "https://www.gemeentebkz.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "19d1dd7f2351",
        "url": "https://www.gemeentebkz.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0267f5f37b7a",
        "url": "https://www.brakel.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "93734c2132b4",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ca1c75ade663",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c1afaca32a74",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a52c44e5ffb1",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:landmark-one-main|light",
        "engine": "axe"
      },
      {
        "fingerprint": "33c0f01a7cab",
        "url": "https://www.brakel.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d99cdc7458f7",
        "url": "https://www.brakel.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d2349c7129bc",
        "url": "https://www.brakel.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1e280d23adb5",
        "url": "https://www.brakel.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3de07196d7bc",
        "url": "https://www.brakel.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f146f4682b86",
        "url": "https://www.brakel.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a408434e1954",
        "url": "https://www.brakel.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e3d9b22250f4",
        "url": "https://www.brakel.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3718d1358dd3",
        "url": "https://www.brakel.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "be05e54e1208",
        "url": "https://www.brakel.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fb74d5cf5747",
        "url": "https://www.brakel.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2ed47588e2a7",
        "url": "https://www.brakel.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d0f0313de2cc",
        "url": "https://www.brakel.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6f0e3da9ffef",
        "url": "https://www.brakel.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8daf1dc9bcd7",
        "url": "https://www.brakel.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e990cc310b0a",
        "url": "https://www.brakel.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "82c499eb2cbc",
        "url": "https://www.brakel.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "eb4dfe2eb7a5",
        "url": "https://www.brakel.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c41aa1e809f2",
        "url": "https://www.brakel.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0d6d63db7078",
        "url": "https://www.brakel.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "70832338bbf7",
        "url": "https://www.brakel.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9dcc4a272595",
        "url": "https://www.brakel.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "87be9d5277f0",
        "url": "https://www.brakel.be/",
        "ruleKey": "wcag:wcag144|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6e24e2408606",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "12fb1fbc405e",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2b837bb31a4c",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2a72e0fd3b96",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7ea9b2b95eff",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e8e0e2d9f9c5",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "baea03274999",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2d81980380b4",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d372e7de7261",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "162e202e5558",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ccf98a70769b",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "39daeaa7b9e7",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "21833d9b4306",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "65282f9a6cf3",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f7b0cf1103be",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "221d0c6f6f19",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "774f85165599",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "580f21d966b5",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "29ff710f1b34",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ff04d8a20f4b",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9a7a48f3a108",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "db8a4ae205a2",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2dfc0858a9da",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f0941e19df90",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1445bb0b126e",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "54cbb1ae4fae",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "19ebb1d0ac47",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4a8664d80dc1",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "11526d4dc7fd",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "64daa4091ed7",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d95226e0909b",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a986ee09f67f",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "09632b146eec",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "95b2552e3f3d",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bd57e42f2245",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1692809e63d3",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b18b360e3dbf",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d229e32337e6",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "64dd5ea843af",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b4d8bb6c4921",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ea98132ee571",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "904f1125e4c7",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "77562dcb239e",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a9d97ea7abb0",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a47beb4fa821",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "14540f8b9c78",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0e52043ec32b",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "343f2e9c1af9",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "520fff211290",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "864e162d05e3",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a0023613d01b",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "85e86b9a4f19",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b81cd98c8e6d",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ec7031e530b3",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bb3f593adcb2",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bb918a8ecd43",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "13c2ef3b4645",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0d599c807d63",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "47812e829887",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "97dc3fec7696",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8e696595d299",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f4b2fde1eeb3",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d02f3f0a759c",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bb1b656c875c",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d3f4e20d1866",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "142bf93109fa",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6b883e24e7af",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "58eb731166d6",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eaca409737ff",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6ad02f84a58e",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6a02c29c88b8",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "572e79e17c67",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0edc3efc5807",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8943159d9ea1",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3d5c74e97819",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ae28da790869",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "66e4de9856fe",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ec881dc4cc7c",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8cfd88e1f143",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6351a1bed871",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a8490b75ae94",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a29c2fd9d477",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9737b0e33875",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "427ba624b233",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e37b4ebb9522",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8b85993463bc",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dd0f58edfe67",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7eb68fd7de26",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e5573d69e2a9",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2d28b7dd43a6",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "30aa2b53e6ef",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2f5eb60e1306",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a03d24fdbf27",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e44a9ca830da",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "563562789695",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "44c5041f1282",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "769b26bad5f7",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9a0d867f3ef4",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0738e2343acb",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a010eaab35df",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0238f81d7b49",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "20ee29e7fb48",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "97a46d384fdb",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8c261e9b23ed",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "33c6a7295eaa",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b2692b999a8c",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a0f262664d9f",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:aria_contentinfo_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5aeae4181f25",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6727468a0d71",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e7670179a599",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1bca7a868871",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "805d39ef659b",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "609f0f921242",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7463e01aafa0",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5a9ddb2b5c6a",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b0aaf58e935a",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dcd914a70e39",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "201e0312c153",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d5aca2284b78",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1b90726747f1",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:widget_tabbable_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fc0b03f01df0",
        "url": "https://www.brakel.be/",
        "ruleKey": "rule:widget_tabbable_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1e86928f2cff",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "016265c7921d",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9a7cfc6fe90f",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1d2b6d130757",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "209d4b7e49db",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "69c169d3def2",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "66dc8e7e395c",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f48869234990",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8b1e9037700d",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a328b0918930",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0e8346da7c19",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "39b43f5887a8",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fc2f24307427",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ab1e12819414",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "df2207cb9625",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7028a50b9d0f",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a19e0005d879",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "097346a8452e",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7e537206fbee",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a48a7cc55a49",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "23c82a36fdf0",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d84229ecb317",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cae4fd81fbdb",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "62e860d57243",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "70ae7c4a0393",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8723a6d122bb",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "33768a4b9e73",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "21dad5fca7dc",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c542a99ee877",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "504837ed2627",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fcc5a8aa54e9",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e7ddcabf4137",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2bec9b7971c3",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "rule:page-has-heading-one|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e60fbd4177b3",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "820b167412c7",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5e7d8ed1a2d6",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "932e2b642b83",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "84e618661e8c",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1ddaafe849d2",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b138aaca2ada",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4945ad2bb633",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1ce8dafbddd0",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eca5a8ad83f6",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5947a63bb51f",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0e78a6d73e45",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "84e1435a001c",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "67adfddf1f2e",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a78e54206a26",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4d22475dd4ce",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "826b5ba95f0c",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8032d58f60ba",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a9561a7bdf00",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ea24d65c948b",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ab1fbefa56ec",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3cc83eed0bd3",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3b393edef2d4",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8aba91c9523b",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e53d4c77d355",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "28d695987414",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "37699818114d",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "20c7580e9844",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f65294c54218",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "46a044f076a0",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c9c4bd09cdba",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d8ac66f7164b",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4ebb18b0ca8d",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "274c9a29ea17",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9330d3edf8ba",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dfc729da90b6",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "26c7f709b631",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b1973f0bfc22",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ead417a29384",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0aaebbcf8d00",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c27c5bd8421f",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7fd4ec836bc3",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e503597359c5",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a90ef962ee33",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d8a413a43c73",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0c71c1928697",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5fc4660e9840",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2343b24594b5",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ca8c37b6bc98",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bea531cf205a",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ff3153b1d417",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9e1f9b1e5fdc",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9b113c33a0cf",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5689ad615308",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "14fb79f5aad5",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b9ddb706f480",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9fe6f05706a4",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2472113ec0d9",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bfdf34bbae81",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7cec55302bf1",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "171dc7d586e4",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7209513bf9d8",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d788fabdf69d",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "49f25fd7915a",
        "url": "https://www.buggenhout.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3cf2f466b2aa",
        "url": "https://www.deinze.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "30a34c6a4367",
        "url": "https://www.deinze.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "dab7ecfc4e73",
        "url": "https://www.deinze.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a08cbcf71a5b",
        "url": "https://www.deinze.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "03f129139095",
        "url": "https://www.deinze.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a25aa4dce7be",
        "url": "https://www.deinze.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0b3b05b32f2e",
        "url": "https://www.deinze.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f08080b1a663",
        "url": "https://www.deinze.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "64dbd19b609e",
        "url": "https://www.deinze.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a0fc773158d8",
        "url": "https://www.deinze.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7fdb9a680a74",
        "url": "https://www.deinze.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "05c81d0eb995",
        "url": "https://www.deinze.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f3d84098c2f6",
        "url": "https://www.deinze.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5623146ff3a1",
        "url": "https://www.deinze.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2cdcbd1c5c8c",
        "url": "https://www.deinze.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c9c283239757",
        "url": "https://www.deinze.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d4d23ca59e51",
        "url": "https://www.deinze.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "992ea8db3152",
        "url": "https://www.deinze.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "691ee0181a11",
        "url": "https://www.deinze.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c53b2d71b485",
        "url": "https://www.deinze.be/",
        "ruleKey": "rule:aria_child_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "db991ad9b70b",
        "url": "https://www.deinze.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "576a5b28e348",
        "url": "https://www.deinze.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dad65c07229c",
        "url": "https://www.deinze.be/",
        "ruleKey": "rule:element_orientation_unlocked|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "26da029a0ccf",
        "url": "https://www.deinze.be/",
        "ruleKey": "rule:element_orientation_unlocked|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "32dc3826b847",
        "url": "https://www.deinze.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dc2a45f9a88b",
        "url": "https://www.deinze.be/",
        "ruleKey": "rule:element_orientation_unlocked|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "246a04ed3409",
        "url": "https://www.deinze.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "049dd40f1c1c",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "280c4cfe51dd",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f12fad60025f",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7e0906033acc",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c08ff6193a2a",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c5c07f261a84",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6855cf222d31",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6ee5cbc529d2",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "064046dba8a3",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "899628ab8af3",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1facc488fccf",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b9701b3dd93e",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "eb77337f50ae",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8e70963e95b5",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ec5f42b846ab",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c1b8ab46467f",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0789ae1dd34e",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2d8d32d11699",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1f8fa1da171b",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2c570464ad24",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7e89bb51ffe0",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d3370df5a0a3",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0081ce436fac",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7cab45d6e812",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1f3fbd667ec3",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fef80eeeb88b",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d4c4d0818ba5",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f850ed21ebc6",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "695688c24889",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2b45a51af034",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7d8eb68b21ee",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c7fed0554702",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e8bc0b63ecb9",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "32f884ab34d1",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9808da3c8220",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "42c388ec5388",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4e9fc281b3f6",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0872220707e4",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2176525b2c69",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d872603328a3",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0caeb230a352",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b6830dc57f92",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d43584f1c320",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5350897b406c",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "dd039bc8058a",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a8c37128c56d",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "49e57f9da97f",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c2938d3ef094",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "770bd84b15cb",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "32c4ef755b46",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:presentation-role-conflict|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6801b7a0aa6e",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:presentation-role-conflict|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ca3d11bf2de3",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3ecdecade0be",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d15b96ff77ca",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6a670eaf817e",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4074195678c7",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "697fe1506e71",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "66d46ea46c23",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bb1624f99d57",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a7b5db784fa1",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aa9a81dbbca6",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0d155d765376",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2af62fd6a72d",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:style_background_decorative|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "90cc1ab64554",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cd15265339c0",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "90c5109ac8ac",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bfa2b6fa9ff5",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6bdb8901d462",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ff4a5b78271e",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "193e4b6e1a07",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a175a5460718",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3cf500af7117",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a1868726a06d",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:aria_child_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bed3dcd28d34",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a4d380cfc42a",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4db5e7426802",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "17cdd376999e",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9531be15c902",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bd873f67e3a6",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "abae734abe1f",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "63c3852b5f82",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "562e40118dc5",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5ff1333da3c2",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ee1a71384c10",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2907d8f03c50",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e627c15c9628",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "89a7345d4237",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a988be02c4c7",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ec86a48f348f",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e869e83e27bd",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "07d7b6cffe34",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "89ce6c9309d5",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9c7caf722c46",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cbd2006ce598",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cf68dd88d82d",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "85d6c376e9e8",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9bb2a75bf819",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "348e39d3a21d",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:input_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5a0e24c28b4b",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "479919676dc1",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cc6f17c39c05",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:input_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "59f8c0072405",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9381bec3c4fb",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2dd8dc0ea762",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "21e7bbddfea5",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ad7be2bb20c9",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "95df95320537",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "789a88ce988c",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "48b9a467a9ef",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "77f67f02413d",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6dcd30870d1b",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "11981e57f1cb",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "559f39281f52",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0aa2f99c2d00",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "85001ba7c574",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "edbdecf76907",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "815a9aa651d7",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9fcc97e06d3a",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "680d476d3710",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "520518047155",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "575594a196f4",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e333b8e80e58",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "286a37d7c9a8",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aa8d162d3228",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ab59862f5a68",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5e1f742aa715",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e8ace43680dc",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6292f7caee86",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0d6acb24324b",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a37b5ea035d6",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "052056e12299",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0a3abcfcd3bb",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b3b96b61857b",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1f22f1a12251",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "997c7339a5fd",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2a21edbe8423",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "152f6d504830",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ad6e4dc6eff8",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a26a853fb772",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c51ae24bb575",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4408712a1dba",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c4178e3413ce",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fca6e51af5d4",
        "url": "https://www.denderleeuw.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b0d13a2ea9f5",
        "url": "https://www.dendermonde.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "556e01226fed",
        "url": "https://www.dendermonde.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e6a5d3076186",
        "url": "https://www.dendermonde.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bfce91fc24a5",
        "url": "https://www.dendermonde.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6b77710580ee",
        "url": "https://www.dendermonde.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b75de362232c",
        "url": "https://www.dendermonde.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0596f9cd7fe8",
        "url": "https://www.dendermonde.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "27c19d10801c",
        "url": "https://www.dendermonde.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4dce94d4ca01",
        "url": "https://www.dendermonde.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1913117242ae",
        "url": "https://www.dendermonde.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6bf65173b779",
        "url": "https://www.dendermonde.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d9612189f6b4",
        "url": "https://www.dendermonde.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f1caf1fd6031",
        "url": "https://www.dendermonde.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e76b9c995343",
        "url": "https://www.dendermonde.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5fbc1181db89",
        "url": "https://www.dendermonde.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8a0f2114e66d",
        "url": "https://www.dendermonde.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d49e8a011ed4",
        "url": "https://www.dendermonde.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "01e5f3053094",
        "url": "https://www.dendermonde.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6fa6b8456eba",
        "url": "https://www.dendermonde.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e03024d350b9",
        "url": "https://www.dendermonde.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5a9501398cde",
        "url": "https://www.dendermonde.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ba09000c33a1",
        "url": "https://www.dendermonde.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "91d038078df7",
        "url": "https://www.dendermonde.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "71b4552e5c15",
        "url": "https://www.dendermonde.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "87e497c1a9ee",
        "url": "https://www.dendermonde.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3ae253f3bca5",
        "url": "https://www.dendermonde.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ac8fba209ef9",
        "url": "https://www.dendermonde.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "203d50d5b313",
        "url": "https://www.dendermonde.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "599f42c839ca",
        "url": "https://www.dendermonde.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "54d53c369ba3",
        "url": "https://www.dendermonde.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c75f1639c77f",
        "url": "https://www.dendermonde.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "666739687d84",
        "url": "https://www.dendermonde.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "77e3f6cf2445",
        "url": "https://www.dendermonde.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "53023e38fa26",
        "url": "https://www.dendermonde.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2132ea11be71",
        "url": "https://www.dendermonde.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "02856d105672",
        "url": "https://www.dendermonde.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f78aff1ae861",
        "url": "https://www.dendermonde.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "feb02e7e4070",
        "url": "https://www.dendermonde.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "41af63cd5263",
        "url": "https://www.dendermonde.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b44b76d8eeb0",
        "url": "https://www.dendermonde.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2cfd71e8c19b",
        "url": "https://www.dendermonde.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ade6f90f5693",
        "url": "https://www.dendermonde.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8d381f5f6480",
        "url": "https://www.dendermonde.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "65c36ffb0f5a",
        "url": "https://www.dendermonde.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6a654adc5448",
        "url": "https://www.dendermonde.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "99b2dd89569c",
        "url": "https://www.dendermonde.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "69f4b8845c62",
        "url": "https://www.dendermonde.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b05a1b0d7d6a",
        "url": "https://www.dendermonde.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "87337fcd8315",
        "url": "https://www.destelbergen.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e0bb37b71f36",
        "url": "https://www.destelbergen.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "12de1d433322",
        "url": "https://www.destelbergen.be/",
        "ruleKey": "rule:page-has-heading-one|light",
        "engine": "axe"
      },
      {
        "fingerprint": "92ce9686ae4f",
        "url": "https://www.destelbergen.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "096904d36248",
        "url": "https://www.destelbergen.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8f623ff25ee8",
        "url": "https://www.destelbergen.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2f2942d4e439",
        "url": "https://www.destelbergen.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d8eac2527733",
        "url": "https://www.destelbergen.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "54615716e121",
        "url": "https://www.destelbergen.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b90945efbfc1",
        "url": "https://www.destelbergen.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d5212e03aad3",
        "url": "https://www.destelbergen.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2a5e37755740",
        "url": "https://www.destelbergen.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0116dea29efa",
        "url": "https://www.destelbergen.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9c68cd0a562b",
        "url": "https://www.destelbergen.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "691da4507927",
        "url": "https://www.destelbergen.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f14cebd1a899",
        "url": "https://www.destelbergen.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "48ce75e58468",
        "url": "https://www.destelbergen.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f325e87140d0",
        "url": "https://www.destelbergen.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9394709727e7",
        "url": "https://www.destelbergen.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bda1096261d3",
        "url": "https://www.destelbergen.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ae025c992ab0",
        "url": "https://www.destelbergen.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1deb0c575d34",
        "url": "https://www.destelbergen.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3193b9e99bfa",
        "url": "https://www.destelbergen.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ac857a67dcba",
        "url": "https://www.destelbergen.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b75de00879b6",
        "url": "https://www.destelbergen.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a572ca5eef61",
        "url": "https://www.destelbergen.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b3480ddcdbe3",
        "url": "https://www.destelbergen.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6b2680a6da75",
        "url": "https://www.destelbergen.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1969015b7a7c",
        "url": "https://www.destelbergen.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0e9c6997e659",
        "url": "https://www.destelbergen.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d732bb44f22f",
        "url": "https://www.destelbergen.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b8789defc40e",
        "url": "https://www.destelbergen.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2ee5c219d446",
        "url": "https://www.destelbergen.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "89b0fef757c2",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2e15c9623369",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f1d907bcaf82",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d0790bab4b79",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "41c8d392d31c",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0a3e382a9f87",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "aae3f3a544a3",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a30177d8b09e",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "362ba05d711c",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ce9ced007b21",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c411d8f67b23",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "673593e5d898",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4ad205262c12",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a8dbcbe1379e",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2ad99d2e334c",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "42ae57da15f8",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "25f2ad42a336",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "07d6f6fd248f",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5870b9f94b5b",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3d38b028ee18",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5151d9626b92",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0e4fc1b0a67c",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8b9b155419d0",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "aee5b22c89c0",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c8a4c156eaed",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fae549ffcf88",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "39796fd56670",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "61a1849fc403",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1c37cc80d2ca",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8acea99146a9",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "18479a0d14d9",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c83416ed813f",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "987d138a1362",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "099400969183",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "26e501be7ad2",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1808724df4c8",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "287a5522c977",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "94a35820db1d",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "abcf1ec1dc2c",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1a30324d9b9a",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3a2e1dd250e2",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ffa3cdc9e09f",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ef98c47dd0bb",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "dc11ac16b4f4",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "641e2ec56edb",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b3b81579a946",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fe78a1eb2bf2",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ff4fad8bd4a8",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0f67d928d0e9",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7a0aaab6c9f8",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d9aead88505e",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d4b11df6c79d",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "15170389f365",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bfc3f5ea7d5d",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e43cbf0de45a",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "71209d03e99f",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0586e429976a",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ef98dd348261",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7a4b043a348f",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8d61ac0c71d8",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "55d3ca43d071",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "01e54eb79f88",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8b9a1e91644c",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "78dfe18d8e20",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6a946b2ddd08",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "67153f014116",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b7e4d902fdee",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "75109580d06f",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2f3f9040629e",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c3bd949f8666",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c077eccd8a73",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "631bb0337b98",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f7e2f88b9eac",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "80568a0f81ac",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "116674d81a9d",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6037c344bea0",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b006fa26a219",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5f6851a9dc4e",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "842036ae0aa0",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b7f7bd91a286",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "934b893dcf1b",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7e35fb65410c",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cfbc174fc91a",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e8e5c66bbb01",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b8ec6f7ddd94",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9f2cc4eec859",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "22e60db4b61b",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "27b771a030e8",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6b79a6bfac30",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2ea6c6f4d5d3",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3dcd9d7223cf",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "21c9cdfeaaa5",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4af52ff6e015",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f04bd7225080",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9a4b23e87c52",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2c5ce63d4a54",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7c270b62f0c8",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c74bad030da7",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "633bc9b0dc9e",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ed122491a713",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "44c8204dc9ab",
        "url": "https://www.eeklo.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5500ff0e4709",
        "url": "https://www.eeklo.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "86b0d59d70bd",
        "url": "https://www.eeklo.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "59224f05ae12",
        "url": "https://www.eeklo.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f604c2be3167",
        "url": "https://www.eeklo.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f034f42182ba",
        "url": "https://www.eeklo.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0297f24cadb7",
        "url": "https://www.eeklo.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "95671d22b089",
        "url": "https://www.eeklo.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6222ed4ce892",
        "url": "https://www.eeklo.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dc84b7c82050",
        "url": "https://www.eeklo.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9ed5c57f62d9",
        "url": "https://www.eeklo.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d2890f94a2b0",
        "url": "https://www.eeklo.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d5994b3fe172",
        "url": "https://www.eeklo.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2b0db57eaf20",
        "url": "https://www.eeklo.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "05d954920f46",
        "url": "https://www.eeklo.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "98a6ef895525",
        "url": "https://www.eeklo.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f56a8c4b762b",
        "url": "https://www.eeklo.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f033619ac94f",
        "url": "https://www.eeklo.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ddc678e726b3",
        "url": "https://www.eeklo.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "047f66ddb601",
        "url": "https://www.eeklo.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cc7bcd90bb63",
        "url": "https://www.eeklo.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1df4fdcd0049",
        "url": "https://www.eeklo.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a6220611723a",
        "url": "https://www.eeklo.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "04116c0f6275",
        "url": "https://www.eeklo.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1c21dd6eeff1",
        "url": "https://www.eeklo.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b59ca3f7c338",
        "url": "https://www.eeklo.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e0686264ff8f",
        "url": "https://www.eeklo.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3142bc76aae7",
        "url": "https://www.eeklo.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "598eb6f9b9aa",
        "url": "https://www.eeklo.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7e299dd6fcb6",
        "url": "https://www.eeklo.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4096d3bd5727",
        "url": "https://www.eeklo.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "759de336ba15",
        "url": "https://www.eeklo.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "65d83a920478",
        "url": "https://www.eeklo.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ecb06972170c",
        "url": "https://www.eeklo.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "db8f7613da7e",
        "url": "https://www.eeklo.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4fd2fb34ea55",
        "url": "https://www.eeklo.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f6e5f7c75745",
        "url": "https://www.eeklo.be/",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8c1bac90284f",
        "url": "https://www.eeklo.be/",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c8b49f9c4a76",
        "url": "https://www.eeklo.be/",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a25c054b5158",
        "url": "https://www.eeklo.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0b35ec2bf6cd",
        "url": "https://www.eeklo.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f6158f950c03",
        "url": "https://www.eeklo.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "832d351bd10f",
        "url": "https://www.eeklo.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "35cfbfd2459a",
        "url": "https://www.eeklo.be/",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "902fb533978a",
        "url": "https://www.eeklo.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "697faffd4853",
        "url": "https://www.eeklo.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ee26439f916c",
        "url": "https://www.eeklo.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "024c044fb0e9",
        "url": "https://www.eeklo.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "67817f5d2dd6",
        "url": "https://www.eeklo.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "34f27843f987",
        "url": "https://www.eeklo.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d49d87728574",
        "url": "https://www.eeklo.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "14cd87947b65",
        "url": "https://www.eeklo.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "219b6d556f83",
        "url": "https://www.eeklo.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "82ab2a3b5809",
        "url": "https://www.eeklo.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a4f974b2e0a7",
        "url": "https://www.eeklo.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "595acdfc3d1b",
        "url": "https://www.eeklo.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "636335b18aae",
        "url": "https://www.eeklo.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d4e34f5e007a",
        "url": "https://www.eeklo.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8b6f87d4c48d",
        "url": "https://www.eeklo.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3dda41443916",
        "url": "https://www.eeklo.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "217b7c759dbe",
        "url": "https://www.eeklo.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "79599796a43e",
        "url": "https://www.eeklo.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cd29fd3ae930",
        "url": "https://www.eeklo.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7c1ab241cdb0",
        "url": "https://www.eeklo.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b0a481c81633",
        "url": "https://www.eeklo.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "05efa7780729",
        "url": "https://www.eeklo.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "36549ac604f7",
        "url": "https://www.eeklo.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "04dd365983a5",
        "url": "https://www.eeklo.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1a19705c49f3",
        "url": "https://www.eeklo.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "688b4a9ab494",
        "url": "https://www.eeklo.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "28ec39c0e811",
        "url": "https://www.eeklo.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "60296a16d889",
        "url": "https://www.eeklo.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a7a7ba9d2e7b",
        "url": "https://www.eeklo.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bd172e7de7d4",
        "url": "https://www.erpe-mere.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fcc70ae7cb68",
        "url": "https://www.erpe-mere.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1f246cfa143a",
        "url": "https://www.erpe-mere.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "64bae67ee9d9",
        "url": "https://www.erpe-mere.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6656f60110f3",
        "url": "https://www.erpe-mere.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9d255abe1868",
        "url": "https://www.erpe-mere.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e0aada7c9845",
        "url": "https://www.erpe-mere.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8b35d07638b9",
        "url": "https://www.erpe-mere.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f29234058517",
        "url": "https://www.erpe-mere.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "948235028f55",
        "url": "https://www.erpe-mere.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "278d8e508b04",
        "url": "https://www.erpe-mere.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e6173fe38b34",
        "url": "https://www.erpe-mere.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5aabe9808832",
        "url": "https://www.erpe-mere.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1272b47d98b6",
        "url": "https://www.erpe-mere.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4b1d19442e1b",
        "url": "https://www.erpe-mere.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "83d5d46be10e",
        "url": "https://www.erpe-mere.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "798dd04038e3",
        "url": "https://www.erpe-mere.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "57a1349d9dbf",
        "url": "https://www.erpe-mere.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "39c0ced3c311",
        "url": "https://www.erpe-mere.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "47641314b32b",
        "url": "https://www.erpe-mere.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2fa9e5f3faa5",
        "url": "https://www.erpe-mere.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "af3a9ff9747a",
        "url": "https://www.erpe-mere.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "48e403d82adb",
        "url": "https://www.erpe-mere.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3d5e612e315c",
        "url": "https://www.erpe-mere.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "28b02be1e502",
        "url": "https://www.erpe-mere.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "66aaf048b6eb",
        "url": "https://www.erpe-mere.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "186f7e8083fc",
        "url": "https://www.erpe-mere.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f6a44bdb241f",
        "url": "https://www.erpe-mere.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1249cf94dc1e",
        "url": "https://www.erpe-mere.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "23d1e468e1f1",
        "url": "https://www.erpe-mere.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "76ba0d7b3eaa",
        "url": "https://www.evergem.be/",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "57f62edaefa2",
        "url": "https://www.evergem.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ec77f65c5a16",
        "url": "https://www.evergem.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "628aa1a3d275",
        "url": "https://www.evergem.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3bd40131568b",
        "url": "https://www.evergem.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a503eab125e1",
        "url": "https://www.evergem.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4c338e151e34",
        "url": "https://www.evergem.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a7ff60892e1d",
        "url": "https://www.evergem.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6dbc5cefa718",
        "url": "https://www.evergem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a7f73809321c",
        "url": "https://www.evergem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0f0ba212188d",
        "url": "https://www.evergem.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d9cd1d687d48",
        "url": "https://www.evergem.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "51f8d3665e7b",
        "url": "https://www.evergem.be/",
        "ruleKey": "rule:img_alt_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4f3b485848f6",
        "url": "https://www.evergem.be/",
        "ruleKey": "rule:input_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b28874a9f70e",
        "url": "https://www.evergem.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e83392255033",
        "url": "https://www.evergem.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a441b89046f5",
        "url": "https://www.evergem.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1cc1be742380",
        "url": "https://www.evergem.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1c032dda208e",
        "url": "https://www.evergem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9cb0ab0192b3",
        "url": "https://www.evergem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2788c7716946",
        "url": "https://www.evergem.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4bf4e38c1b8c",
        "url": "https://www.gavere.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "67a8f66288e8",
        "url": "https://www.gavere.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "118ee67cab47",
        "url": "https://www.gavere.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3dd7f26c2f5b",
        "url": "https://www.gavere.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6744512a91e8",
        "url": "https://www.gavere.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0027a5c85bc5",
        "url": "https://www.gavere.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1bb94f42a607",
        "url": "https://www.gavere.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0a6596784c49",
        "url": "https://www.gavere.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7d6a8535ec52",
        "url": "https://www.gavere.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c4276241ceed",
        "url": "https://www.gavere.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0b983ca47392",
        "url": "https://www.gavere.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fbd0b18b5925",
        "url": "https://www.gavere.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bdd685ac59d3",
        "url": "https://www.gavere.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "59c0e4613ebc",
        "url": "https://www.gavere.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c16b116a1216",
        "url": "https://www.gavere.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9f65a77b5a95",
        "url": "https://www.gavere.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "959e521eb56f",
        "url": "https://www.gavere.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cb3c0a0c81d9",
        "url": "https://www.gavere.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "359d4d76afd9",
        "url": "https://www.gavere.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a3a8878f42d5",
        "url": "https://www.gavere.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4d52983d7acc",
        "url": "https://www.gavere.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "59a3ee9d62f3",
        "url": "https://www.gavere.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8ec518aaa1aa",
        "url": "https://www.gavere.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b9e002bf782a",
        "url": "https://www.gavere.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3969d9fb803c",
        "url": "https://www.gavere.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0430814bd07b",
        "url": "https://www.gavere.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cf4113109ea9",
        "url": "https://www.gavere.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a60554d05386",
        "url": "https://www.gavere.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6c24a883d07d",
        "url": "https://www.gavere.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "87ab05226ceb",
        "url": "https://www.gavere.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0ae26f90547f",
        "url": "https://www.gavere.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "058d321091a2",
        "url": "https://www.gavere.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "60e730a4793a",
        "url": "https://www.gavere.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "982a0978b6fe",
        "url": "https://www.gavere.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "072b595d3233",
        "url": "https://www.gavere.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eab30d64aaab",
        "url": "https://www.gavere.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d9d6b6cde31b",
        "url": "https://www.gavere.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6e3cdfea0ccf",
        "url": "https://www.gavere.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fa5f1fb78001",
        "url": "https://www.gavere.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8a6be6fdbd4f",
        "url": "https://www.gavere.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fbd75d5295b2",
        "url": "https://www.gavere.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8a27a21c61f7",
        "url": "https://www.gavere.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ebb68d843335",
        "url": "https://www.gavere.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bcbdd9bd1947",
        "url": "https://www.gavere.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e4ad9ea720f1",
        "url": "https://www.gavere.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "50318d5cc984",
        "url": "https://www.gavere.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5bac920aa6cd",
        "url": "https://www.gavere.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b482ac879143",
        "url": "https://www.gavere.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "12cbcf2a045c",
        "url": "https://www.gavere.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fc97ef6f37ef",
        "url": "https://www.gavere.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c242fae3714c",
        "url": "https://www.gavere.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f4c649df2d6c",
        "url": "https://www.gavere.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e114325e5c76",
        "url": "https://www.gavere.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "645e964178bd",
        "url": "https://www.gavere.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7818a1399b60",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:aria-dialog-name|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5d4554a402b6",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cf56c8a07b3b",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b82c13ba3ef1",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6693c9686f7e",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "db56cb952021",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "20142302e7f2",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e906ee1ac7ec",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b383c55e90c3",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "67a4b17ff068",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8e66463a515e",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "658e12118470",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "10a728a7add7",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d90e00ac6675",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "31f8be3eb8bf",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "080b4e5d92b8",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c57402fffb0d",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a43a62108750",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "641a5517a8ed",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7b4f9eab7530",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "13b14f6ab605",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "254a55e6eadf",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "727d33fd3c7f",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1906ab6428e5",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "51b537a19ae2",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "786fd885a5b5",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "442e6ae1e030",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5caa8427d973",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8798cc3c425a",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "270b8850f978",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "da81dd836185",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cb0cb23a0ebb",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a285f0a332bb",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "61d86fd4c33d",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fb6047ced0a3",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2b2d4df2dd3e",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c6de8e8ff6e5",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0da15aa3381c",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6c9833a2d3da",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "08b41030fc3b",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eed968fe0efc",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "237608aaf8a2",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0ca2004a889c",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "216a17369b9a",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a75953b070d1",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c5732a949408",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4bacd6e6ee57",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "41b8c1f2f43d",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1819d0e2fc07",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:heading_content_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f915f0dbb63d",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ae2375e5ccba",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e48e64df3f92",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "232af58ae25d",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6268301661e9",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8dee29a97393",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7bb5d8f9b4dd",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ee057a7bc648",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e970cd4b8369",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "14fd931aa745",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0eb9a690a06e",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:heading_content_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e6b20be6ae9f",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "41e7745cfbdf",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "234d973fb72d",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2bb961be87ae",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e22c79a4c1c6",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4120752db0ad",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b6c308bdd612",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9e8b8c53186f",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b833e37e13d1",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ba5aa01618d1",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:heading_content_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1b09c61fa943",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9e238d1a0020",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ebfb2fef30bf",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1aaec4a45ac1",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4d5f7c4438ed",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4adba5d88310",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fe3dd8c98787",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "82a7a2ca85e2",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8ae7393d6b65",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9ce770e3ee08",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a0ec8dcb7c68",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7396270edbe9",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ab4feedafd30",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "89eecd04e5f2",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "84fd65b063a9",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "73d11195511f",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3b94fbbe462a",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "441e7340a42c",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "312350d0be31",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6f1ef533337d",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6496f9d50a4f",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3194239d5bb2",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7b3ff1fecdfd",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6981c71b3a6f",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7845d0cf3ac7",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6dd67086faf2",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cf3e2da1315c",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "131dd75dfa25",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4edd840653f3",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2bf51cddf2e3",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6ab8bd3168ac",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f694e13698f4",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8c9118f2b573",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "21e28a1f55fd",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "deb252db213c",
        "url": "https://stad.gent/nl",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "940e22cbc548",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a3ae950bcb20",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2c93e9b31668",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "26d3c55f2024",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1e3705fd0e89",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "48355858b101",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "01f295095ea7",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bde8c4f74e19",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d4031819e83d",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ecf06ffa3840",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d74abc6ea346",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3713e286d25f",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "03d7a01e4b99",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1c94c75467ba",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "83bfb47aafa8",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "636df4e91305",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "143730df0406",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "aaaba1167009",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "31f0f3dc8389",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7a87d9303c28",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "18f9c396f728",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7269872de263",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6d7410f78362",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "03ccf36722fa",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0681dd08238e",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c6474ff896c4",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a40c8bb29738",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a4420e316a00",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "398ac108d887",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e2f451be272b",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ea37a29f0176",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1f04c6972fdc",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "df608bd58184",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "59826ac8b4fa",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "28fbb704291e",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2a380979a832",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ba22376db56f",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "77af58fe4803",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2d794d67b70d",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cfd5879a5557",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "71f1f224998e",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "53f57381aea9",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0c43ec938ce7",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "145fbf87c976",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2778aea8d962",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f38c7e4097da",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fead8089ad64",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "add06edc7064",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "98648e28beac",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b30653114016",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "da2ea57ffcf2",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8ab8edda4336",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "21fee87584b4",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7c7f2dc540fc",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7549ae7e3959",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f50b291c0d16",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f35f30333dff",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "rule:aria_keyboard_handler_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "af23057e0bc1",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "40b4b87147a5",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "rule:widget_tabbable_single|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dc9f9e59563d",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "33306fe2576f",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4c0e05165e69",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "rule:widget_tabbable_single|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a7152caff1e6",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f54fbee437cd",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8257776dd734",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "rule:widget_tabbable_single|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8d7ea4ff7ad5",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "27537a750a57",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "af0381106739",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "rule:widget_tabbable_single|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c7e9b7655769",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4e69896b7cf1",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dab9613f7bfa",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "rule:widget_tabbable_single|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8d1c262cb5e3",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "90a9bd7503de",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5c39be1f2038",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "rule:widget_tabbable_single|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "04a1df14fdfe",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ab63f5191c65",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "52058200a43a",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c35661078bd0",
        "url": "https://www.geraardsbergen.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e342a3496bfb",
        "url": "https://www.haaltert.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d3c96c99105b",
        "url": "https://www.haaltert.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2f5068f39f64",
        "url": "https://www.haaltert.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6f3f2f082d70",
        "url": "https://www.haaltert.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7d03485f3cc8",
        "url": "https://www.haaltert.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8f87a466e388",
        "url": "https://www.haaltert.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "07b1d1dc4f22",
        "url": "https://www.haaltert.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7ce4fc0aef4a",
        "url": "https://www.haaltert.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e5947c459ebe",
        "url": "https://www.haaltert.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8395c7553cd0",
        "url": "https://www.haaltert.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "78cda9f919c5",
        "url": "https://www.haaltert.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "249f1be680a0",
        "url": "https://www.haaltert.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "90ed59f4a6a9",
        "url": "https://www.haaltert.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "758ad1aec612",
        "url": "https://www.haaltert.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b68e83471f54",
        "url": "https://www.haaltert.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "96f4f31a8f7d",
        "url": "https://www.hamme.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cb8fd9a8d6a3",
        "url": "https://www.hamme.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e50f495281de",
        "url": "https://www.hamme.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2cde57ae7aa7",
        "url": "https://www.hamme.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ba0ac2d209b9",
        "url": "https://www.hamme.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d569bd3dc366",
        "url": "https://www.hamme.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d5a45bc9b50e",
        "url": "https://www.hamme.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8d32c6e6cfce",
        "url": "https://www.hamme.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "de3741e9dddd",
        "url": "https://www.hamme.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "268b6fa3054d",
        "url": "https://www.hamme.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c96f3a5755c3",
        "url": "https://www.hamme.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "540d445c2eb5",
        "url": "https://www.hamme.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d8fd8291e82f",
        "url": "https://www.hamme.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c327941e27ad",
        "url": "https://www.hamme.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c8c6be1875ca",
        "url": "https://www.hamme.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8ff32cc5e864",
        "url": "https://www.hamme.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ccd2fa1823ad",
        "url": "https://www.hamme.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d766c8901b6d",
        "url": "https://www.hamme.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "36ec0a97a30a",
        "url": "https://www.hamme.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9574057affe3",
        "url": "https://www.hamme.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4db6e67c6db1",
        "url": "https://www.hamme.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a2ee784ee7d4",
        "url": "https://www.hamme.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e58634eb2e93",
        "url": "https://www.hamme.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "409a500453af",
        "url": "https://www.hamme.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8b70922e10c9",
        "url": "https://www.hamme.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f5121379d8b9",
        "url": "https://www.hamme.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eeeca6927d84",
        "url": "https://www.hamme.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "446fb38c4ddc",
        "url": "https://www.hamme.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "75ff698d2f62",
        "url": "https://www.hamme.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "107135795367",
        "url": "https://www.hamme.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7c06d01ae549",
        "url": "https://www.hamme.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "af848d705c6b",
        "url": "https://www.hamme.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e71db0bf679a",
        "url": "https://www.hamme.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d2d35ee3d03d",
        "url": "https://www.hamme.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "19bc75582096",
        "url": "https://www.hamme.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "80af71154260",
        "url": "https://www.hamme.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6ba7df57cc09",
        "url": "https://www.hamme.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fc9411e4e37b",
        "url": "https://www.hamme.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a7340cfafae3",
        "url": "https://www.hamme.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e542e8cca9a0",
        "url": "https://www.hamme.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "18b084d3593c",
        "url": "https://www.hamme.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7f1137cbbf1d",
        "url": "https://www.hamme.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4237760753c9",
        "url": "https://www.hamme.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cb8b434d90fc",
        "url": "https://www.hamme.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8e772c130dbf",
        "url": "https://www.hamme.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "af2e96ea08c3",
        "url": "https://www.hamme.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c49a3378d799",
        "url": "https://www.hamme.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4a5527e29f40",
        "url": "https://www.hamme.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "14cc9179104b",
        "url": "https://www.hamme.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "20f456b3fd06",
        "url": "https://www.herzele.be/",
        "ruleKey": "rule:empty-heading|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1a7b81b67a5a",
        "url": "https://www.herzele.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "38eb4ac9e709",
        "url": "https://www.herzele.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1bcf209ca462",
        "url": "https://www.herzele.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d76078399be9",
        "url": "https://www.herzele.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2996bcc4c470",
        "url": "https://www.herzele.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "215402c36ed3",
        "url": "https://www.herzele.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a4f60c63ac83",
        "url": "https://www.herzele.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9b6b9236bed7",
        "url": "https://www.herzele.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "30492ec80ed8",
        "url": "https://www.herzele.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7df1d9e98c70",
        "url": "https://www.herzele.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "436538f8ead7",
        "url": "https://www.herzele.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e637256ffd24",
        "url": "https://www.herzele.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "885210abb591",
        "url": "https://www.herzele.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2eb972932de2",
        "url": "https://www.herzele.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "218491929c8f",
        "url": "https://www.herzele.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dee17e188919",
        "url": "https://www.herzele.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "493678260f35",
        "url": "https://www.herzele.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d3095cf3ec6d",
        "url": "https://www.herzele.be/",
        "ruleKey": "rule:heading_content_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d261e428436b",
        "url": "https://www.herzele.be/",
        "ruleKey": "rule:aria_accessiblename_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8fbafd02c838",
        "url": "https://www.herzele.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6fbd3c06417c",
        "url": "https://www.horebeke.be/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9427d81fcd2e",
        "url": "https://www.horebeke.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9ebb8d6573a9",
        "url": "https://www.horebeke.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8969da602033",
        "url": "https://www.horebeke.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "58985831ff78",
        "url": "https://www.horebeke.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8d03b0bf6817",
        "url": "https://www.horebeke.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "530a02fc01e7",
        "url": "https://www.horebeke.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "510f09c37ab3",
        "url": "https://www.horebeke.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d77439d56dfb",
        "url": "https://www.horebeke.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5e5c29db9d0a",
        "url": "https://www.horebeke.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2d73c8919fa6",
        "url": "https://www.horebeke.be/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e5df1100c9c8",
        "url": "https://www.horebeke.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2ddbb3f90678",
        "url": "https://www.horebeke.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d0df44712e58",
        "url": "https://www.horebeke.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1c6bbfb705de",
        "url": "https://www.horebeke.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "226c19e724ea",
        "url": "https://www.horebeke.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "52f5eb1283c6",
        "url": "https://www.horebeke.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0e6420604b6d",
        "url": "https://www.horebeke.be/",
        "ruleKey": "rule:html_skipnav_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "91877124f4e6",
        "url": "https://www.horebeke.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "70b19151c92b",
        "url": "https://www.horebeke.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8758a84f79f9",
        "url": "https://www.horebeke.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4c9c2e49a248",
        "url": "https://www.horebeke.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "982169d7330b",
        "url": "https://www.horebeke.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "89c364c84a06",
        "url": "https://www.horebeke.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0a7a708ea2cb",
        "url": "https://www.horebeke.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6fdc47ac6798",
        "url": "https://www.horebeke.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "595722d248d6",
        "url": "https://www.horebeke.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6579398f33bd",
        "url": "https://www.horebeke.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1ef5efbedf16",
        "url": "https://www.horebeke.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "da623a98db0a",
        "url": "https://www.horebeke.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d9b355d3f1f7",
        "url": "https://www.horebeke.be/",
        "ruleKey": "rule:input_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bcf524508914",
        "url": "https://www.horebeke.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b5cc872bc263",
        "url": "https://www.horebeke.be/",
        "ruleKey": "rule:input_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d93856b7785f",
        "url": "https://www.horebeke.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0b065d0049b2",
        "url": "https://www.horebeke.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "43d228abd583",
        "url": "https://www.horebeke.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "54a644ae049b",
        "url": "https://www.horebeke.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8c65508185a6",
        "url": "https://www.horebeke.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "953c2b630d7d",
        "url": "https://www.horebeke.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "84f72efdd3b0",
        "url": "https://www.horebeke.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "696da32667c7",
        "url": "https://www.horebeke.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8eac904c7486",
        "url": "https://www.horebeke.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "279f30a0f549",
        "url": "https://www.horebeke.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9273e59575ba",
        "url": "https://www.horebeke.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3b418a4a95d1",
        "url": "https://www.horebeke.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b23373b8fbfe",
        "url": "https://www.horebeke.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5f2832843da5",
        "url": "https://www.horebeke.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "265c0a745596",
        "url": "https://www.horebeke.be/",
        "ruleKey": "rule:aria_contentinfo_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7207c2c8c6a0",
        "url": "https://www.horebeke.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2561ce9d7b06",
        "url": "https://www.horebeke.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "304ebd24e37e",
        "url": "https://www.horebeke.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ed9c8393d19c",
        "url": "https://www.horebeke.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2b276741b357",
        "url": "https://www.horebeke.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "688bd8390db8",
        "url": "https://www.kaprijke.be/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "89cc1a7ba794",
        "url": "https://www.kaprijke.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3ca49d4ee1ed",
        "url": "https://www.kaprijke.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "431e3e3539f9",
        "url": "https://www.kaprijke.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ce18d3d2e881",
        "url": "https://www.kaprijke.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b1140a26a307",
        "url": "https://www.kaprijke.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5e8c4599f9ce",
        "url": "https://www.kaprijke.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eb09b670f8da",
        "url": "https://www.kaprijke.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "26a3230a2dcb",
        "url": "https://www.kaprijke.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c502917e60ec",
        "url": "https://www.kaprijke.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "20b5681f8798",
        "url": "https://www.kaprijke.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "57c002ec35c2",
        "url": "https://www.kaprijke.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e2dcc8494f33",
        "url": "https://www.kaprijke.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0401a360d16c",
        "url": "https://www.kaprijke.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "89ab0fc1fdeb",
        "url": "https://www.kaprijke.be/",
        "ruleKey": "rule:aria_attribute_value_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d81e436f9072",
        "url": "https://www.kaprijke.be/",
        "ruleKey": "rule:aria_child_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dae428054229",
        "url": "https://www.kaprijke.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "32805f38f099",
        "url": "https://www.kaprijke.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "76cc89d7c4ba",
        "url": "https://www.kaprijke.be/",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1f77a8cf2343",
        "url": "https://www.kaprijke.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f8529758b7a7",
        "url": "https://www.kaprijke.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7cb54d60936f",
        "url": "https://www.kaprijke.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "84adf8744e95",
        "url": "https://www.kaprijke.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b8c6cc531fbd",
        "url": "https://www.kaprijke.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1f248881505a",
        "url": "https://www.kaprijke.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3a64ea58f9e9",
        "url": "https://www.kaprijke.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c7fdfd6bcc91",
        "url": "https://www.kaprijke.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aef490ddedf0",
        "url": "https://www.kaprijke.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a75a9af016c6",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3219b55d6880",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "910d22f43435",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1d29d3b65635",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "078a43df9fc9",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "dc8c0fe9b049",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b1fb66adfe4b",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cfde15d8c665",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "72d57f9f3c79",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ac1e58a09b18",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bc54a19852ea",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "00430e9f492f",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fe92bb8bf24e",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cf9d00f99457",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1de8f170303b",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f7a2b4327685",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ead94f170a55",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c1e2b743507b",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "56eaf0702b89",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "943022a96ee9",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c1b66591fdad",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f06ab1833598",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "af0f190a3900",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fbcfd564e306",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8b9b88c5c212",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fca693a32665",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "655376e729ee",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7d949ba00c75",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:html_skipnav_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e623905294a5",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c0a2d93e6f3d",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a4bce3d178b9",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c39cd1d834b8",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "697c739019a3",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "070e0cdebb2f",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b45b0640fb40",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:aria_landmark_name_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e53c81c5ed70",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:aria_attribute_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e05c834cce1b",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f7cb6875cb67",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "252b976b1627",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8591916c5279",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9174f3ece6bb",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "99dd3b7b847a",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fef75ff77382",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f1fe5da27e0f",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0a09fcc552c3",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3dba7fc1dc8c",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b13495793879",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9ac16415b8ec",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dfd9e7aa3406",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "14df3df17aff",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "73176b6b2af0",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "40c23aaa2e26",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:aria_landmark_name_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "62a220a718f4",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7c24f69d573d",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0abe2491ec3c",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "805c5871cfa5",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a5ce32c837f1",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6e8e43e8c127",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a228802df551",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "05fcd8a06439",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "88e74ff469d5",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:img_alt_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f227209a3a4f",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2f84b87e95ea",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "97770d557205",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a24e603db8b8",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "033fa82eaf93",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5c8e1d534390",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5b2cab52f9ec",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:aria_eventhandler_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9aac2ca53da4",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a0fe760a7886",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6b445fb94e1d",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ccdc7c8cf5a4",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3399869183b3",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5105a2b001e3",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "de0315cc52ff",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "21c8591ab1be",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d7cbf357bedb",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d92653dd0c8e",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b709c0a70724",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e99974280768",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "76974edd86e8",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ebebe26db027",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "057c1005d256",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a9e4ba54dc48",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ba4655babf0d",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "adfe20184b15",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7d775134eaf2",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6271565d3865",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4a35ab89d8c4",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7a836bf8830b",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d149892c75f2",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9bf2b0e6c620",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "84c598ebe71a",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8eafea99719e",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "473f4aa2a36f",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "776ed07d8dd3",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a632a63a8cb5",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e3ac9541c805",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1b6d06063439",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4f222a37da30",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:img_alt_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "890598d394d0",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e799962f0c9e",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7ab6730fcdc3",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7d11097c49b4",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "83a39c66ea5b",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "708278831de3",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "469e283b5d96",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0fb073394de7",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0282f2daa7fa",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "95348cb8e8f9",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "27e7f5848f48",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8c8e3e3fcd0f",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8236a94f9579",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cbc74fb8a486",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8f661d15bd0a",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4a10f5f2dddf",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fdb4f01f32bb",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bf742606b437",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "db5c5e881610",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c1c108236923",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "351ddd5b6810",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "445ee9c9c94d",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d5211c6ec636",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "edccde3f164b",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0bbe25943cea",
        "url": "https://www.kluisbergen.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "748813b33bf8",
        "url": "https://www.kruisem.be/",
        "ruleKey": "rule:page-has-heading-one|light",
        "engine": "axe"
      },
      {
        "fingerprint": "42c261c60e2e",
        "url": "https://www.kruisem.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "590c2dca700e",
        "url": "https://www.kruisem.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d43dd156554b",
        "url": "https://www.kruisem.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e55f9a1fc8fc",
        "url": "https://www.kruisem.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ad7f12ce24ae",
        "url": "https://www.kruisem.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "41a6efc8c322",
        "url": "https://www.kruisem.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c92036fcdfa8",
        "url": "https://www.kruisem.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3b3c0f9b136e",
        "url": "https://www.kruisem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6723668de55e",
        "url": "https://www.kruisem.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3b0bac381656",
        "url": "https://www.kruisem.be/",
        "ruleKey": "rule:style_background_decorative|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b5268008f4ea",
        "url": "https://www.kruisem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "34c4d0638437",
        "url": "https://www.kruisem.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a284c2186ebb",
        "url": "https://www.kruisem.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7e2098345982",
        "url": "https://www.kruisem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0ec30da98cfc",
        "url": "https://www.kruisem.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "83eba5a65d26",
        "url": "https://www.kruisem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d771f5d0183d",
        "url": "https://www.kruisem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a1f20963402b",
        "url": "https://www.kruisem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "551e59ac3588",
        "url": "https://www.kruisem.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2078ab03da3a",
        "url": "https://www.kruisem.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5088f77fe7b5",
        "url": "https://www.kruisem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "524f37d645d0",
        "url": "https://www.kruisem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2de515dc0de6",
        "url": "https://www.kruisem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bcc75a406470",
        "url": "https://www.kruisem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4473e2870994",
        "url": "https://www.kruisem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f474c86e88a7",
        "url": "https://www.kruisem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7d719c23efac",
        "url": "https://www.kruisem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b73e1259eac4",
        "url": "https://www.kruisem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "381745258553",
        "url": "https://www.kruisem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9e2b8a18b456",
        "url": "https://www.kruisem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "42a51d9d3a69",
        "url": "https://www.kruisem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fcaf39a357e6",
        "url": "https://www.kruisem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0b77858f37ed",
        "url": "https://www.kruisem.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0b2882c62b15",
        "url": "https://www.kruisem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5640da1f2332",
        "url": "https://www.kruisem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4682c386dee9",
        "url": "https://www.kruisem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d98f4dceee04",
        "url": "https://www.kruisem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "46ee8acbd66b",
        "url": "https://www.kruisem.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "82b1b4270813",
        "url": "https://www.kruisem.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "695a65a4014a",
        "url": "https://www.kruisem.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bcbd42008cd8",
        "url": "https://www.kruisem.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ff478653bcba",
        "url": "https://www.kruisem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5f572aa6d33e",
        "url": "https://www.kruisem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a9fc6376c096",
        "url": "https://www.kruisem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4471759f144f",
        "url": "https://www.laarne.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "86d3bfb145d9",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1239a4b0edf8",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "08e98b52ebd2",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8f5364cf9e2a",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a58035141780",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4d53bd32eef7",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0790d1923b4d",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d780f477d9f9",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e603c6cca8de",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0ca42820c141",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "09f8c93067b1",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "23e5f94e31be",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8e22ca82aa9e",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "707a7837f165",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1a0bf93e737b",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3d11bf09217e",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a1efcd006044",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "03f13fcd7ed1",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c1591b737486",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:label_content_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0e3be2ffdb76",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9d426a10330d",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "afa8451e143b",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1e948623fab4",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "20572e67bb83",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b6d58f56b275",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "18971036135e",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2abe7e3a4cce",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5a365dcab5aa",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d822f52082f7",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9669dce8d9ca",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "278d20061e41",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ee169819b896",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:heading_content_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e86fabef36b5",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:heading_content_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "42f5064840e2",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a06fb12fd567",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f545b0a0818b",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f3908b3ec589",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "954c2fa3a266",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "94aab9aca66a",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "84d04fd43cd2",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d9664a475bc4",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b6c1e8f0fc9c",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:heading_content_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f79d59560fb2",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ce0753ecb8f8",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:heading_content_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d06169c71d46",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b725373324d1",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a13f71c107d8",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d03cc3714ad9",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "434933efef10",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b416147618d9",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f4ab327b8510",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "14c27ed5f9d1",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6af8868a810f",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b35346633e4a",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "797992cffafd",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "47ab138fbcc2",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6166ae3522f0",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "28f8e1ec77d1",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "90ab8b64ebb9",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cb3ad447ab5a",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ce76914a5966",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ce48860ceb25",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "553d4ffdfab1",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "43edcb275040",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3d6c61fa006a",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "255469a5e246",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b4cf2eeb5f3f",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "382d080f8e76",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8da3885add31",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:aria_descendant_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2553b1e14c5c",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f64d8ffef756",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c5cc5b05ad00",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "880859ba5ccd",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "55fa63e84d12",
        "url": "https://www.laarne.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "013a248fdea1",
        "url": "https://www.lebbeke.be/",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "77d7fc27fd24",
        "url": "https://www.lebbeke.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "74776cdd1d78",
        "url": "https://www.lebbeke.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "db7397e14611",
        "url": "https://www.lebbeke.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5c61f7510820",
        "url": "https://www.lebbeke.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bed2f96b09f2",
        "url": "https://www.lebbeke.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a804d58de920",
        "url": "https://www.lebbeke.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fd3f124e6aa8",
        "url": "https://www.lebbeke.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "60454663277e",
        "url": "https://www.lebbeke.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "05add32c5a5c",
        "url": "https://www.lebbeke.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6cbbc70deb9d",
        "url": "https://www.lebbeke.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f0d6209a2ec3",
        "url": "https://www.lebbeke.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9373a0c0f63e",
        "url": "https://www.lebbeke.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "068b8d99d6ed",
        "url": "https://www.lebbeke.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "03df63c9fe34",
        "url": "https://www.lebbeke.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2fef2b42a8ba",
        "url": "https://www.lebbeke.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3ca77b96ec0f",
        "url": "https://www.lede.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f45949dc9184",
        "url": "https://www.lede.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bc89cc303874",
        "url": "https://www.lede.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "095ef93fb823",
        "url": "https://www.lede.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "70e91973d6e6",
        "url": "https://www.lede.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c8c188ce0183",
        "url": "https://www.lede.be/",
        "ruleKey": "rule:page-has-heading-one|light",
        "engine": "axe"
      },
      {
        "fingerprint": "734df29263d8",
        "url": "https://www.lede.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e217bb1ed06d",
        "url": "https://www.lede.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "947772c31083",
        "url": "https://www.lede.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "32c4591cfbe6",
        "url": "https://www.lede.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0df1d29984ba",
        "url": "https://www.lede.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e7a5030df732",
        "url": "https://www.lede.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2f9d005aaaa0",
        "url": "https://www.lede.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6ea0f5fb637a",
        "url": "https://www.lede.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e47a14cf28ed",
        "url": "https://www.lede.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6d8d2c27d7f1",
        "url": "https://www.lede.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ebf161ffee7f",
        "url": "https://www.lede.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fdfb66a521dd",
        "url": "https://www.lede.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "057974fc8e05",
        "url": "https://www.lede.be/",
        "ruleKey": "rule:style_background_decorative|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0fe64ace88f6",
        "url": "https://www.lede.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "104495c93d96",
        "url": "https://www.lede.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2397edafc393",
        "url": "https://www.lede.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0fd1a90de776",
        "url": "https://www.lede.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "82d3d6fa0ea2",
        "url": "https://www.lede.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f571b33c7239",
        "url": "https://www.lede.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1aecbfbf219c",
        "url": "https://www.lede.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "835273e39848",
        "url": "https://www.lede.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8db0c7334041",
        "url": "https://www.lede.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e5be66e44875",
        "url": "https://www.lede.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "84ddf1a32e7c",
        "url": "https://www.lede.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8f8be8e2ecf7",
        "url": "https://www.lede.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b8fd4cffffa1",
        "url": "https://www.lede.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9a57a458d63a",
        "url": "https://www.lede.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "59b0b13d35fb",
        "url": "https://www.lede.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0bc7a7a91dd8",
        "url": "https://www.lede.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ee0f59255831",
        "url": "https://www.lede.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "541d8d9601eb",
        "url": "https://www.lede.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "de8ef060c023",
        "url": "https://www.lede.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "951e3aaeaea0",
        "url": "https://www.lede.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6694959c81c9",
        "url": "https://www.lede.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4a980ace4bfd",
        "url": "https://www.lede.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5660f7619ff9",
        "url": "https://www.lede.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f8d02bebff24",
        "url": "https://www.lede.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b0586b6803d1",
        "url": "https://www.lede.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bed117d2d19c",
        "url": "https://www.lierde.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9518584a2390",
        "url": "https://www.lierde.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3f8908d06793",
        "url": "https://www.lierde.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d88ee7a22c2a",
        "url": "https://www.lierde.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6ffe3019f872",
        "url": "https://www.lierde.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fe5de71842d1",
        "url": "https://www.lierde.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5c969bacfd40",
        "url": "https://www.lierde.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "09e9622ebcbe",
        "url": "https://www.lierde.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bc75a6f1bb8a",
        "url": "https://www.lierde.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "492886b2a341",
        "url": "https://www.lierde.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a77e58e331ae",
        "url": "https://www.lierde.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "81e56796f4a8",
        "url": "https://www.lierde.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e8d4ea77252d",
        "url": "https://www.lierde.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "19455f11b7e5",
        "url": "https://www.lierde.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0a2d6e20e59f",
        "url": "https://www.lierde.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "587b8316c7bf",
        "url": "https://www.lierde.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "95b4a3596776",
        "url": "https://www.lierde.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aee30aea8496",
        "url": "https://www.lierde.be/",
        "ruleKey": "rule:style_background_decorative|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d3b62a9a9926",
        "url": "https://www.lierde.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3c588eb36448",
        "url": "https://www.lierde.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "74b24a0ad2bb",
        "url": "https://www.lierde.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4cd57b6e0d32",
        "url": "https://www.lierde.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "950c7a73a1cb",
        "url": "https://www.lierde.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ff3b50e5f8ba",
        "url": "https://www.lierde.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "df0066cf2d71",
        "url": "https://www.lierde.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dc60037b6bcd",
        "url": "https://www.lierde.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "65d91f88ac61",
        "url": "https://www.lierde.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9d9ba6ce22fd",
        "url": "https://www.lierde.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1ee76a5e6143",
        "url": "https://www.lierde.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "98510aaa65ed",
        "url": "https://www.lierde.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8e6f5e842368",
        "url": "https://www.lierde.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "58f057e393f5",
        "url": "https://www.lierde.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "44bc92689702",
        "url": "https://www.lierde.be/",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b22f17ee57c2",
        "url": "https://www.lierde.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bcbcb8ae0f05",
        "url": "https://www.lierde.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8774232b3198",
        "url": "https://www.lierde.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f6696a324e66",
        "url": "https://www.lierde.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1e51f09a7812",
        "url": "https://www.lierde.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "341ca9062545",
        "url": "https://www.lierde.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e0a8548e9ee0",
        "url": "https://www.lierde.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eb3d63d92a80",
        "url": "https://www.lierde.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aaa629a816c9",
        "url": "https://www.lierde.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "39bf2c658450",
        "url": "https://www.lierde.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d18ed2450fba",
        "url": "https://www.lierde.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6bf8cbbd5edb",
        "url": "https://www.lierde.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e3cfba02f2e7",
        "url": "https://www.lierde.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "635063ff0d22",
        "url": "https://www.lierde.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3731a8dd951c",
        "url": "https://www.lierde.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bab200aa2db2",
        "url": "https://www.lierde.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1bdbd1906517",
        "url": "https://www.lierde.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4a07309990ea",
        "url": "https://www.lierde.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "911a9eaa8042",
        "url": "https://www.lierde.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7d28e0bc4256",
        "url": "https://www.lierde.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c7d1eeb2797c",
        "url": "https://www.lierde.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bb687471a6ca",
        "url": "https://www.lierde.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "456bac8837c1",
        "url": "https://www.lierde.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "60840085d548",
        "url": "https://www.lierde.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a6377a948b21",
        "url": "https://www.lievegem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1111656ee71d",
        "url": "https://www.lievegem.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "27fb89181b47",
        "url": "https://www.lievegem.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8d2dd8213d3d",
        "url": "https://www.lievegem.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "663d58b5a1ae",
        "url": "https://www.lievegem.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a3727059ff6a",
        "url": "https://www.lievegem.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a0a0cc3d07ac",
        "url": "https://www.lievegem.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "042b7164b30b",
        "url": "https://www.lievegem.be/",
        "ruleKey": "rule:html_skipnav_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "355ff2964a4c",
        "url": "https://www.lievegem.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a1a748c9fa81",
        "url": "https://www.lievegem.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "479e1f63e34a",
        "url": "https://www.lievegem.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "12bdb8864508",
        "url": "https://www.lievegem.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ef2b707016ab",
        "url": "https://www.lievegem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8f33df16ab0a",
        "url": "https://www.lievegem.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3fb818e323da",
        "url": "https://www.lievegem.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6674a8fc7358",
        "url": "https://www.lievegem.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d6a61e037668",
        "url": "https://www.lievegem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e900fb353df3",
        "url": "https://www.lievegem.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "883ec4f9f73f",
        "url": "https://www.lievegem.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "62c74f1f44e1",
        "url": "https://www.lievegem.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d8d6a2a83569",
        "url": "https://www.lievegem.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d422054d6127",
        "url": "https://www.lievegem.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0b5b0beb5422",
        "url": "https://www.lievegem.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "efc04ffd17ef",
        "url": "https://www.lievegem.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0207b6ad34bf",
        "url": "https://www.lievegem.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6392598e32ed",
        "url": "https://www.lievegem.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7a08f215cb23",
        "url": "https://www.lievegem.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1c37e8154373",
        "url": "https://www.lievegem.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bfac403aed01",
        "url": "https://www.lievegem.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "75f7dfe592dc",
        "url": "https://www.lievegem.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2b3d882cbb67",
        "url": "https://www.lievegem.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "359b3e8b9c07",
        "url": "https://www.lievegem.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "983e61c1cdce",
        "url": "https://www.lievegem.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0ddb6ec93fee",
        "url": "https://www.lievegem.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "160d145547e7",
        "url": "https://www.lievegem.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "462b28a11a51",
        "url": "https://www.lievegem.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c119814a4492",
        "url": "https://www.lievegem.be/",
        "ruleKey": "rule:img_alt_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "61e1f3c950fb",
        "url": "https://www.lievegem.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e4dbfac9a5ff",
        "url": "https://www.lievegem.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f7dde0190b7a",
        "url": "https://www.lievegem.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8e45427280cb",
        "url": "https://www.lievegem.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "69eddc8c5f7a",
        "url": "https://www.lievegem.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "98da6eb3cc72",
        "url": "https://www.lievegem.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1b1adb4837b5",
        "url": "https://www.lievegem.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cdb4e97528ba",
        "url": "https://www.lievegem.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eb08aca2a322",
        "url": "https://www.lievegem.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "87995715e451",
        "url": "https://www.lievegem.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "554f5350c1d0",
        "url": "https://www.lievegem.be/",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "110322c40e7d",
        "url": "https://www.lievegem.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0d15ffb1629f",
        "url": "https://www.lievegem.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c42fd0c1c78c",
        "url": "https://www.lievegem.be/",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ac3216ee0c09",
        "url": "https://www.lievegem.be/",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a781ed57f29b",
        "url": "https://www.lievegem.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5b2bf2e548cf",
        "url": "https://www.lievegem.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4c4e68d77f40",
        "url": "https://www.lievegem.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a37ca0ded943",
        "url": "https://www.lievegem.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5145f8f076e6",
        "url": "https://www.lievegem.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f52f7de567af",
        "url": "https://www.lievegem.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bd103f011f18",
        "url": "https://www.lievegem.be/",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a424f6c01e0d",
        "url": "https://www.lievegem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bb1204cb96af",
        "url": "https://www.lievegem.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a720e727d771",
        "url": "https://www.lievegem.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6d7bb389bb8a",
        "url": "https://www.lievegem.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c97dd561cfb8",
        "url": "https://www.lievegem.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "11dd409ccf07",
        "url": "https://www.lievegem.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2b375f2672e0",
        "url": "https://www.lievegem.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0d4fa70955a6",
        "url": "https://www.lievegem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cdca5976267c",
        "url": "https://www.lievegem.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2380679e675f",
        "url": "https://www.lievegem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c3e0e93821ac",
        "url": "https://www.lochristi.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ade1f5f5308e",
        "url": "https://www.lochristi.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2fe7f2aff4f5",
        "url": "https://www.lochristi.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fb84911e6fe8",
        "url": "https://www.lochristi.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "478881c2bae4",
        "url": "https://www.lochristi.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5d95629d59ae",
        "url": "https://www.lochristi.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3f63f6ee2b76",
        "url": "https://www.lochristi.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "927c712fe446",
        "url": "https://www.lochristi.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b0ab13f8609d",
        "url": "https://www.lochristi.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cb04d274373f",
        "url": "https://www.lochristi.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d24cd5365844",
        "url": "https://www.lochristi.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3051440f9c95",
        "url": "https://www.lochristi.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "488ac45158a2",
        "url": "https://www.lochristi.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "680509a6c62f",
        "url": "https://www.lochristi.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3717bae10349",
        "url": "https://www.lochristi.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cb1f5292daa3",
        "url": "https://www.lochristi.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b5d5cf372daf",
        "url": "https://www.lochristi.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "835d215a203b",
        "url": "https://www.lochristi.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f5b463839a19",
        "url": "https://www.lochristi.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ce3c9c15e5a2",
        "url": "https://www.lochristi.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d4f60c4367ab",
        "url": "https://www.lochristi.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5ffb35082642",
        "url": "https://www.lochristi.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "843faeb3fb63",
        "url": "https://www.lochristi.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0dde9713e36f",
        "url": "https://www.lochristi.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "49715dea1a32",
        "url": "https://www.lochristi.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "efeb55c5068e",
        "url": "https://www.lochristi.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "552ad2c85635",
        "url": "https://www.lochristi.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7e486a18c6e0",
        "url": "https://www.lochristi.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "11b064846590",
        "url": "https://www.lochristi.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4f7c0083b0b8",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "932a3d006d2e",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:landmark-contentinfo-is-top-level|light",
        "engine": "axe"
      },
      {
        "fingerprint": "51cbde45ac76",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:landmark-no-duplicate-contentinfo|light",
        "engine": "axe"
      },
      {
        "fingerprint": "34cce6f7eded",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:landmark-one-main|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5bc33f742047",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:landmark-unique|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fa3c4c8f019a",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:landmark-unique|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2ff541c0dab3",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:page-has-heading-one|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bc0ca7edb078",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a6db53aefe93",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "35763fa00591",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ffb0cdb4dc05",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "da959acc6081",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "aadaef369091",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a8e825dfb3dc",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5ade2e69d71c",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "df58badbf3ac",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "49f2ae0587f8",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "da51394fed4d",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4c4062d05d0a",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cd66df404b38",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6fa1d37e7689",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0e39deb5d8f1",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "67994e07a8e0",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aab00724bda7",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "def64978e5e6",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aa7d5daf7d32",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6b2c7539d46a",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c7b0d3c81d75",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:aria_navigation_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0cacbb63bf98",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "393e92533355",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8b851a7ac7bb",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "09ef3655c24f",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "90df97d498f3",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "98659e1fddc0",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:aria_navigation_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4e73e43288c2",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8c37282d8ccf",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "34f0d3f78d64",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2cbef788eb77",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f99570cccd1e",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7cbae86b5a3a",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c0ba5b7e9be6",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b7bed6f9058a",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "126850218a46",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6b398445b00a",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6b87b1a7e9a0",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "079e0133a5c7",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "375dee8f3d73",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0d7aa94ab23d",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dcd8a58187ed",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cb672183decc",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7c22a2df1ab5",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f5efca8a615e",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a0990b71a7ba",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "43ac43138dd4",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a213b44dc215",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3f119228abcd",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "08a20e55ad11",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "45284d53a211",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "92d16dc2f80c",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a164bb9d1512",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5a34ad10e3da",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "10f194f544b0",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a4313ff0c156",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ac44835e2ed7",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e7be7fdec3b3",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "89b3ff754236",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1a539169cfe1",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0821eb0d8cd4",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "182600f74071",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0a9a7e3b2c2a",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ade13be1d09d",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "53d83c1e2971",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f49e58a6f9fd",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "641e1ffaf2b3",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "644f64707513",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4299eab8e9d4",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e56e8f4720be",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0cc24e476b67",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c88adcd13fcb",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5bc01dd7f201",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ea99581e7623",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "132d9765d4e6",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "194709dc00b7",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "59b483809f8c",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "64d86ba59776",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8f88bb9ff025",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "744889813e47",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5c058865e735",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a2b74897167c",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5b8a8c5b003c",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "28b57285d63e",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eaf0eff118bd",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "40871a49e976",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9ecf1d0c75d7",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6b0b56460812",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1dbb3929a4f0",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d1146ba11dcb",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "75d97ddffe83",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "65934c258d31",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8a97a7a8d54b",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "34437db356fa",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "522171f307e0",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "70c00b0f780f",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4716ac7a2a49",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:aria_contentinfo_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0fb96fe45e34",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:aria_contentinfo_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a2d84eb50ab1",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:aria_contentinfo_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "54c120134ff3",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:aria_contentinfo_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "00d47bc80308",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fb5a38046a13",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "080798918a68",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a9bd917ffe14",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "965ba31f3399",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2de8bec20d12",
        "url": "https://www.lochristi.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "956f50c9e8c6",
        "url": "https://www.lokeren.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3f2867324b51",
        "url": "https://www.lokeren.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d760cc82ff3f",
        "url": "https://www.lokeren.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7c42d51f3a1d",
        "url": "https://www.lokeren.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c16cdf8b464d",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:landmark-no-duplicate-contentinfo|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3b7b99cf2532",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:landmark-one-main|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7ef9657d3f84",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:landmark-unique|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e4646b1f5015",
        "url": "https://www.lokeren.be/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "06ae55c27007",
        "url": "https://www.lokeren.be/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0389122c5d24",
        "url": "https://www.lokeren.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "78f591345628",
        "url": "https://www.lokeren.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d381f6036a91",
        "url": "https://www.lokeren.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f1f5bce75884",
        "url": "https://www.lokeren.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "eebe175180ab",
        "url": "https://www.lokeren.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "eee9bda3b20d",
        "url": "https://www.lokeren.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "591872e3e5bb",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:page-has-heading-one|light",
        "engine": "axe"
      },
      {
        "fingerprint": "14225a21250d",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ae5cf250d4ef",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "84853ba1ee0a",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "45230027adb3",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4e52ad3b4336",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d37cad449d28",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2ed24f1e021c",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d8b707363a2f",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:html_skipnav_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bd9693825675",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "93e2a04f7084",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "729bf1525240",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6b1a7aa50e47",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5ba31516eb71",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:style_background_decorative|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6a65540d2c7d",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "76dbd5e32dd7",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "480c7e35a3b7",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cacc575c832d",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "066bc768d1d5",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:img_alt_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3435bf433e2d",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "614b7dad733d",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0c4925f84d67",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ca4b461637b2",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "81820566e8ac",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "67732fd527a8",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "57a652c31b8c",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "afa7ea9426a8",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "61992372e338",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9aaca3a8d1f7",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8556f9178791",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "28ddb69e25ae",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cdcacf6c26b0",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2546280856fd",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f9144454eec1",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6c1051ba7dc0",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4136f7d1ee25",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2c8a04a3b042",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e6958a4bd89e",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7dbff9e73cf3",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e8dc1cd904ce",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a9649a14eeec",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5779d4a8888a",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "237955b4bffd",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1cd5ed056c95",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "51c40b1fa3d5",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "234b1d288170",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ff6a2f5a5ece",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b2506a5ff955",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "62d04c5e306c",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6f23982cf66d",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "272d40666e04",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dccb775d3d4c",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bf726eb30bc5",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4e54736f7d1a",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bcdcaa5d8f0d",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9a8599f0820f",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a7542cb30c56",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7118179a6af3",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "644b4833f829",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4fabf9abdd18",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b87908f0de47",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "01115376bb9e",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1086ed93f1ee",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5fd05574e6ee",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fec4034a309d",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a47dd8fa24fe",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "320c3911b7c4",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "54a944737020",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ae2ef0c845c6",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c4f91f768bb1",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6c56aae22314",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "28fbe228bae1",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b9b04a140966",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b7d629fb1583",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7652f58d1ec6",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:aria_contentinfo_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d1b88ddb28b6",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:aria_contentinfo_single|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fc7f68351c67",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:aria_contentinfo_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "11e9c4e90d73",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:aria_landmark_name_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9c1bd14bde1a",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:aria_child_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e9728d32bf62",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "52e51ac7547e",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "14bbd7872449",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d620a662bec2",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4082a4aa97c6",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "09d0431af7b7",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:img_alt_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cf7345af3311",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:aria_contentinfo_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c0352e3f55db",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:aria_contentinfo_single|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a443856b61d9",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:aria_contentinfo_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "664d9d7eb412",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:aria_landmark_name_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5912f093e41c",
        "url": "https://www.lokeren.be/",
        "ruleKey": "rule:frame_src_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b37db48a6249",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c35bcf0fe72f",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1c9c50c7ec1e",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "dc6c0e2dec06",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "748eb3391677",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "df981d2616c6",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a4ed2411d999",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d91243dc1415",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a42b26e63576",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "284cf9923db7",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d6e844d42478",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "011394d843b1",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5f20749461a1",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2f5acf7a8c1b",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fdbd75d9875f",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c4a33c1d94e9",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "de3ba0f48568",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3a00eee92a5d",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ee7ab4a457e1",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3cdd11cc0031",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c5ee3752e437",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "faf23bfd4e77",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4fa766ed643a",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5ebfee41f6c8",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d5afc1a560fb",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "eaeda052973b",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "50a9994d096a",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e51b7b09a3d0",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "aed3cf741a8b",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fcbcb69dc676",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a03ca5e3b892",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a4d9b9e5f92e",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3b4d2bf006f5",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "435618787f45",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a9992499f007",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "62db470dfb30",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "587b4fde9923",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "044e88d88c24",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "535e30c1579e",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "03829e637882",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6d92222a97d0",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0f31a53b0923",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:landmark-unique|light",
        "engine": "axe"
      },
      {
        "fingerprint": "135fc89f045f",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9b98ecf75510",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0c543c1d1c31",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "571805b18207",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f13eef371598",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9def13bc1357",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "233d9d8df622",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a2cdb432acdf",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "639b1cd229ff",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6e48a59188b7",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b7b38d9a0591",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "db1b0b8fa777",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d62f61b0af95",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8ffc4086c92e",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1a383b478a17",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3e7e97247fcb",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f40a4238813f",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b9ac62f0d274",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "74eb00761d91",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "468bcf147623",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a5215ddbc253",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4e9733dca4bd",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f95369763b04",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ea4101bcec6d",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "76d1d288d678",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6680240a9be0",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0d3d7a9a1778",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "365cef589378",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "415cdd9a948b",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a398c1eeb27d",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "18d6b81778c6",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a4c009cb41c9",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d7bff304dbf3",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bc2db913bea5",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b16ea27a9286",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "69ec894ca6a7",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2f0cd21dac9d",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "72127fe37425",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "71b5e951a3cf",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "12f6e74de5b1",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "44e11e6e5ad9",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d6a98ad003fb",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a252a0de1825",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "24094d6f8f15",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a039314dd7e5",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8d2dcbdb18f6",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "57e3132e6bb4",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ed0b91641e65",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "20cf651e566a",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6961eaf23f21",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bf4ca5296248",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8fd1117b2bd6",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "48c8a15e944f",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "258c199c09d8",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4e5be4864ae3",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b65e7f7b76ee",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2b3d623e46c6",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:aria_navigation_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5097f4a8cd5b",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c737c345ce0d",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e5ce2a3c4553",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "39fe21fe8f57",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fa04675537cd",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6a066709af52",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bf26d2a5e19b",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2bf564b534a9",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5a01b9cf9dd9",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1556ec49b2c2",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "17aaad62f886",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c99df43dd706",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bb192cc56bae",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "34d72dd6559f",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f9765880b0a6",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2a4b23ac9ebb",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c3406138a61b",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4825b244285b",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0dd8521ae3ec",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "36405ab151fa",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aec55f66ebdd",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2baaf1494e42",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c6c1e8724365",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1746463613e0",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "26c29617fd17",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a466c419c71b",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7c2d5f9a002e",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "32fa098d01ba",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7e2334df2749",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:aria_eventhandler_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "76560a4dff51",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7fdd5a493389",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "37a9b3893183",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:aria_eventhandler_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fa65c56827a4",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "21488f7dda72",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:aria_eventhandler_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4b6b128627bc",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "90b531d75016",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:aria_eventhandler_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2c6d6b01b433",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4e393bd66e91",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:aria_eventhandler_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f2e6bac768f9",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e46dc355b962",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:aria_eventhandler_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4f36d220d90d",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "54359b8dfdef",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "97d84d731be5",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a13ab420e156",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ac2f4f397608",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b54cc11766b7",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "638fdfb60b8c",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ce0036943bcc",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "95c32d18dddb",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e15c6f83b744",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ae0be1eb8f78",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "80564186593f",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "403a6a6e77fd",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2343a2145fef",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:aria_article_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1eb7735d28d5",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6aeef022d19e",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "821e6b9a51dd",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8e60de535a15",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:aria_article_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "91bf91ad0c3d",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6adbefe7fc6f",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "92f033d44c58",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "396f9ad8b1e3",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:aria_article_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "86d5ee073a70",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e40337164863",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2933e7c53cae",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3b4b5d3a874d",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:aria_article_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b90615310ae6",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "01066a264dc8",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a83bcb5d7f9f",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5e5c4597be2a",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:aria_article_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "70d524ec064f",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2f4066be58e7",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "65d4a7bc1568",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c6d44cc91fed",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4856dc864ee7",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "167ed7bbec1b",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d9cd8d5d4613",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:aria_attribute_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1b55ed015154",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "65c6d147f742",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b4ac27873430",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1a7e1170888c",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "956b4938d1c4",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8730af277d44",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f87a25a6744f",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "30ccfeed71bc",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ce0fedfd5604",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "298e744a8dac",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "22703d4985cc",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ed0ff4826f28",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f20bc39a67b0",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b2568d3a4ccf",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9c5d01b4bfb3",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "01df47a0bef4",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bdd8725f59f2",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8d27b05e3925",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "32b7381c9f57",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "159912dae4ee",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c4351b59dbae",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b585d57e3789",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "72a6036b8f4c",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "05eed9c2df76",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6d005bde97f4",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8dcc61e70a5b",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a9fde9abc9cf",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "473eeba4dd4d",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2954a774f1e3",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "029a431e0ee8",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ce0faf7e9a40",
        "url": "https://www.maarkedal.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a65bb60a9e53",
        "url": "https://www.maldegem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0dc7ecb08c34",
        "url": "https://www.maldegem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "588ded6c5a9e",
        "url": "https://www.maldegem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b5ae18abb773",
        "url": "https://www.maldegem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ef6c7d7dc73a",
        "url": "https://www.maldegem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e1ac825e4768",
        "url": "https://www.maldegem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "955b7b34315d",
        "url": "https://www.maldegem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "065d060a75df",
        "url": "https://www.maldegem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b18915e71376",
        "url": "https://www.maldegem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "40071b267710",
        "url": "https://www.maldegem.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "11af76e5b03e",
        "url": "https://www.maldegem.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1b1e090edf5a",
        "url": "https://www.maldegem.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5934f497a691",
        "url": "https://www.maldegem.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "61a2906184c8",
        "url": "https://www.maldegem.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c9dde329b5e0",
        "url": "https://www.maldegem.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1302b897ab55",
        "url": "https://www.maldegem.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cc7a56dd1d89",
        "url": "https://www.maldegem.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "382eefb2c82a",
        "url": "https://www.maldegem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f5473aa1d8f0",
        "url": "https://www.maldegem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "43b7be7c74f0",
        "url": "https://www.maldegem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "30bb53b4c93c",
        "url": "https://www.maldegem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5a313c6f3dce",
        "url": "https://www.maldegem.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9dfaa7f3bd96",
        "url": "https://www.maldegem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "86ac7ac51be9",
        "url": "https://www.maldegem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "49dad9cc9664",
        "url": "https://www.maldegem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "24667e4a3d93",
        "url": "https://www.maldegem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3acd579e45b2",
        "url": "https://www.maldegem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "65933f5c193e",
        "url": "https://www.maldegem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "73d76d78d749",
        "url": "https://www.maldegem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "07b71511071d",
        "url": "https://www.maldegem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b6b89b488294",
        "url": "https://www.maldegem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b912c3a146b6",
        "url": "https://www.maldegem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2aacca188cd4",
        "url": "https://www.maldegem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "74f6aa3ba8c4",
        "url": "https://www.maldegem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4c81c62c78f7",
        "url": "https://www.maldegem.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bf3dffc9345c",
        "url": "https://www.maldegem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ae5880c93228",
        "url": "https://www.maldegem.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9e46af708f13",
        "url": "https://www.maldegem.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "226bbbf8718c",
        "url": "https://www.maldegem.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7133d83e4ec4",
        "url": "https://www.maldegem.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3683b82f0e82",
        "url": "https://www.maldegem.be/",
        "ruleKey": "rule:widget_tabbable_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d442e4fba3fc",
        "url": "https://www.maldegem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "524915f56b53",
        "url": "https://www.maldegem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8cc685f7f413",
        "url": "https://www.maldegem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "21509f7f97ee",
        "url": "https://www.maldegem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "45cac8cf954e",
        "url": "https://www.maldegem.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b49a36044feb",
        "url": "https://www.maldegem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "01e4d78a99df",
        "url": "https://www.maldegem.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a5bd80ae901b",
        "url": "https://www.maldegem.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eca24373af17",
        "url": "https://www.maldegem.be/",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "44a30f25528c",
        "url": "https://www.maldegem.be/",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d7a4b759eb52",
        "url": "https://www.maldegem.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c530ea9e6cd3",
        "url": "https://www.maldegem.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "24e7189fb8a3",
        "url": "https://www.maldegem.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c8cfc014f453",
        "url": "https://www.maldegem.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "58ed247808b2",
        "url": "https://www.maldegem.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7d8332e7538c",
        "url": "https://www.maldegem.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "066415977103",
        "url": "https://www.maldegem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7000bf883d22",
        "url": "https://www.maldegem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0e93927ae06a",
        "url": "https://www.maldegem.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1e1021cb215b",
        "url": "https://www.maldegem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3969deb63954",
        "url": "https://www.maldegem.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "164850c39ed6",
        "url": "https://www.merelbeke-melle.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5fae01987627",
        "url": "https://www.merelbeke-melle.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4d9f16cb4d3f",
        "url": "https://www.merelbeke-melle.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2c38299278cb",
        "url": "https://www.merelbeke-melle.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c196762a5afe",
        "url": "https://www.merelbeke-melle.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "83defc5fa134",
        "url": "https://www.merelbeke-melle.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2fb237bccdaa",
        "url": "https://www.merelbeke-melle.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "41e37c59dca2",
        "url": "https://www.merelbeke-melle.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8ca59018afe2",
        "url": "https://www.merelbeke-melle.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "416bda5318f5",
        "url": "https://www.merelbeke-melle.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5200b9ccf6fa",
        "url": "https://www.merelbeke-melle.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4d7a8fdfbbe1",
        "url": "https://www.merelbeke-melle.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ae5b76dea28a",
        "url": "https://www.merelbeke-melle.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cdb3dc406cee",
        "url": "https://www.merelbeke-melle.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "64fabeef3fa8",
        "url": "https://www.merelbeke-melle.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7d7ee96621eb",
        "url": "https://www.merelbeke-melle.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9de37f3e7561",
        "url": "https://www.merelbeke-melle.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1eecd0b4c851",
        "url": "https://www.merelbeke-melle.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1542a5608c54",
        "url": "https://www.merelbeke-melle.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8464e226f23d",
        "url": "https://www.merelbeke-melle.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d9ad9185ff2f",
        "url": "https://www.merelbeke-melle.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9aae616e016f",
        "url": "https://www.merelbeke-melle.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4037498637d0",
        "url": "https://www.merelbeke-melle.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "461b3167cbe8",
        "url": "https://www.merelbeke-melle.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eeceed0a53e6",
        "url": "https://www.merelbeke-melle.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9b394f20d551",
        "url": "https://www.merelbeke-melle.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4a335e53d391",
        "url": "https://www.merelbeke-melle.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1d7a3da7cb11",
        "url": "https://www.merelbeke-melle.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "447886c83014",
        "url": "https://www.merelbeke-melle.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e93b525fb63a",
        "url": "https://www.merelbeke-melle.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "83a772a6a3e0",
        "url": "https://www.merelbeke-melle.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "38ed044ce952",
        "url": "https://www.merelbeke-melle.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4f50126ce1ff",
        "url": "https://www.merelbeke-melle.be/",
        "ruleKey": "rule:widget_tabbable_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "051a00973b17",
        "url": "https://www.merelbeke-melle.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3b66e016e7eb",
        "url": "https://www.merelbeke-melle.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f27936580007",
        "url": "https://www.merelbeke-melle.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bdf4cb0ed260",
        "url": "https://www.merelbeke-melle.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "60f4d67c2c89",
        "url": "https://www.merelbeke-melle.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7bd9bcfc0a57",
        "url": "https://www.merelbeke-melle.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4f1ad15da240",
        "url": "https://www.merelbeke-melle.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b18fdbc39ea8",
        "url": "https://www.merelbeke-melle.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "11c16b722807",
        "url": "https://www.merelbeke-melle.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "00e0580d49a8",
        "url": "https://www.merelbeke-melle.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a829075d7043",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe"
      },
      {
        "fingerprint": "43017b21d904",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7573a8cb098f",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8e34c046ebd7",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "131d3e4b18f4",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f53c46e733ed",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4261088f8e5c",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "673a7d022b76",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2a5835663e99",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "92b7ced7dfab",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "060005c9da4a",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "81c83239fb6b",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9de26185644d",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "77dfd2d71725",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e2d2837ba81a",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0a2e977f6d6e",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ae9689a30a65",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d315b9857c00",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0e254ffb9179",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "845f2008c7bb",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dd7c45ef467d",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "27cd23f9147e",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a2cbf4fc3e8e",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d60e466f92ff",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d92bdf6fd09c",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8c9da2e70e38",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9fe18b28a434",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3e993f2bb70f",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e061cb4579a0",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f7c09e20deb1",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "49a955d11172",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "46fc4968b85b",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5bcbf44dd252",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "64a77fc86647",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "283238d2d1a6",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f1de20f8802a",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b43fc82dfe99",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d129e4b86079",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6d771408b177",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d12dfad249b9",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0b3c9f74af8b",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "89460a849c72",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cf5a66bed9a1",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "75d7db61053c",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "163ce1531574",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7e636fc814ea",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d1fa6854001c",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "69b9a381a08e",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c52e82559b70",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "61c2c5224f0e",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "691df0ec7a6a",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "054e3b5c9905",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1753f2219267",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1b8b39ad7638",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cb688f453000",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3c6c92a6399b",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "88f09577600a",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "beec1b1bc3a6",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e044fdbaa9b5",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3ad4a7707dad",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cc322257574a",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4dc3eade20fa",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:widget_tabbable_single|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3792a982ad90",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fca78f48f41d",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4db6c8369707",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d7857058cb5f",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:widget_tabbable_single|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6fa31ea07f31",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0dfab5b34556",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5240ed936434",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:widget_tabbable_single|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "242ef784a814",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a210163b7c39",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "33ac6449fcf5",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b6aa704960bb",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dbd2b6b7d9c9",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0ea77fbc7222",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ae32d0cde38f",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2e1fcc799585",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "352ca4c19bcf",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d7917ebfb652",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "930f4d3fdd67",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "15cbe2164d19",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8ef14804189e",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1503431d95c2",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0c0eb7b83df3",
        "url": "https://www.nazarethdepinte.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bd2dafdb8a89",
        "url": "https://www.ninove.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b961db5b3a39",
        "url": "https://www.ninove.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bf10aa71373c",
        "url": "https://www.ninove.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "11718285a1b4",
        "url": "https://www.ninove.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f4d847be6122",
        "url": "https://www.ninove.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "714c59b1b5ad",
        "url": "https://www.ninove.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "60ec34cadf8c",
        "url": "https://www.ninove.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "90a34155c066",
        "url": "https://www.ninove.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "71eef86079dc",
        "url": "https://www.ninove.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0434d04a9436",
        "url": "https://www.ninove.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "94ff1079b9c2",
        "url": "https://www.ninove.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "219f7d73e637",
        "url": "https://www.ninove.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7a1da57b7f2e",
        "url": "https://www.ninove.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "273f90308190",
        "url": "https://www.ninove.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "030f13331f9c",
        "url": "https://www.ninove.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ae50c62ecbea",
        "url": "https://www.ninove.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "52499c3e5d01",
        "url": "https://www.ninove.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b72c918f162b",
        "url": "https://www.ninove.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ca1803025c83",
        "url": "https://www.ninove.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "89988b30dffb",
        "url": "https://www.ninove.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7a79f045a341",
        "url": "https://www.ninove.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6bacdec8f559",
        "url": "https://www.ninove.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "62e34b746669",
        "url": "https://www.ninove.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "25bd6a8d7f38",
        "url": "https://www.ninove.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d57d2b8dad09",
        "url": "https://www.ninove.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0fd2660ad4bf",
        "url": "https://www.ninove.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "886de1ad874e",
        "url": "https://www.ninove.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3ffa27be8840",
        "url": "https://www.ninove.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "36194489505a",
        "url": "https://www.ninove.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b808f5e4eb6d",
        "url": "https://www.ninove.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "771e02939d04",
        "url": "https://www.ninove.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "201942cb025b",
        "url": "https://www.ninove.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "42b0bfb6a823",
        "url": "https://www.ninove.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "21f1256d96b2",
        "url": "https://www.ninove.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a4b28646971f",
        "url": "https://www.ninove.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bd1fec00460f",
        "url": "https://www.ninove.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "61ac6080051e",
        "url": "https://www.ninove.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "850391434574",
        "url": "https://www.ninove.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9629bd07301b",
        "url": "https://www.ninove.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4ea9965cb50b",
        "url": "https://www.ninove.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1a587e6b3e76",
        "url": "https://www.ninove.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8b67c229e961",
        "url": "https://www.ninove.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e77d12c9adcc",
        "url": "https://www.ninove.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "395dd7c14e78",
        "url": "https://www.ninove.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "67017d25f685",
        "url": "https://www.ninove.be/",
        "ruleKey": "rule:widget_tabbable_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2ce5193e22c5",
        "url": "https://www.ninove.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9cb6407b14c2",
        "url": "https://www.ninove.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "47196e631856",
        "url": "https://www.ninove.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d1503646229f",
        "url": "https://www.ninove.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a1247585fb6b",
        "url": "https://www.ninove.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d2996e3358ee",
        "url": "https://www.ninove.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5fdb9062250f",
        "url": "https://www.ninove.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "68e343351a69",
        "url": "https://www.ninove.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "065828c88399",
        "url": "https://www.ninove.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e33533003840",
        "url": "https://www.ninove.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5ebe07e2be6f",
        "url": "https://www.ninove.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cce6841214c5",
        "url": "https://www.ninove.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "42344c01229d",
        "url": "https://www.oosterzele.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "11b23156bb00",
        "url": "https://www.oosterzele.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "351df755cb2c",
        "url": "https://www.oosterzele.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2b3049534a23",
        "url": "https://www.oosterzele.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6fc7332245d6",
        "url": "https://www.oosterzele.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b8380efb890b",
        "url": "https://www.oosterzele.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "817e633db2a2",
        "url": "https://www.oosterzele.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6e50d1a0b109",
        "url": "https://www.oosterzele.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8c48392148c4",
        "url": "https://www.oosterzele.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0e618b453b83",
        "url": "https://www.oosterzele.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9ca11a065023",
        "url": "https://www.oosterzele.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "07b296b3baf4",
        "url": "https://www.oosterzele.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f1750a2e89e6",
        "url": "https://www.oosterzele.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cfd27238fdd6",
        "url": "https://www.oosterzele.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f0c2b16ed9d9",
        "url": "https://www.oosterzele.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9820d102f9f7",
        "url": "https://www.oosterzele.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a9eb992a7931",
        "url": "https://www.oosterzele.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "31a8307cf0b8",
        "url": "https://www.oosterzele.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1df5c8c00620",
        "url": "https://www.oosterzele.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3bb6592f22fe",
        "url": "https://www.oosterzele.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "925f87c6d288",
        "url": "https://www.oosterzele.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c1f0dd1018de",
        "url": "https://www.oosterzele.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f54716654b69",
        "url": "https://www.oosterzele.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "89e8f4c5f942",
        "url": "https://www.oosterzele.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2e707ef69a3f",
        "url": "https://www.oosterzele.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e1e6bad976ca",
        "url": "https://www.oosterzele.be/",
        "ruleKey": "rule:page-has-heading-one|light",
        "engine": "axe"
      },
      {
        "fingerprint": "076048a7f1f8",
        "url": "https://www.oosterzele.be/",
        "ruleKey": "rule:html_skipnav_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5efc5cfacdcc",
        "url": "https://www.oosterzele.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d4003f60d0fa",
        "url": "https://www.oosterzele.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fed84d667bb2",
        "url": "https://www.oosterzele.be/",
        "ruleKey": "rule:skip_main_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7ae19ed0fcff",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3ae73e311d5f",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "876e82291cdb",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a1e64b28e75e",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0cb5fa87584f",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2d50d1480172",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fa1d256a5db4",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3189c1a5ba63",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "05011f6b132c",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f24ca021e2af",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "17ea73b4761d",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:empty-heading|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3da0c7448daf",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:empty-heading|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0f6998347546",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d1df13a6eaaf",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:landmark-no-duplicate-contentinfo|light",
        "engine": "axe"
      },
      {
        "fingerprint": "dcb5737a1836",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:landmark-unique|light",
        "engine": "axe"
      },
      {
        "fingerprint": "eb3d41a5d8fa",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "599f8e0a3dba",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "897d9d105fb1",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1e1b0d93e5d9",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fa4cc0f862f0",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "39e87316ac91",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:html_skipnav_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b26607214d02",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "738410a90d71",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0732506f2931",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "674498578031",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "57f5cea5a173",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cc7197f1cc06",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "607c41eb38c5",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:input_label_before|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2a877e5c72ff",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b73eb736fa0f",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "793b8daef783",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "83099c54bf0d",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0eeb46909f10",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "72d8a91f6c6c",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "18f32fb9a5d1",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cbe1f1f25754",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3fc9f905b401",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a43c19e9196d",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e82499d85d87",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2e20a7256d85",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "30ecfe1c37cd",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ef0871e776f6",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "501262ee5d54",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d06497dd8a6e",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7c04821e2310",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "35e0bc5fdc3b",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0a62dc678437",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2fb2c69aa965",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:img_alt_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8658dccc5a29",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7520289b430f",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "708e34d1b35b",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fecc71c99892",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0bbd0a9b4e8c",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a4f0454afd26",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "afc011dc85c6",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4358409b2755",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3f3a0d2806f8",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b535adddddfc",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "488c3e800a66",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "895901a38d41",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b6545dc52b2e",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c5ef247bb13d",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "154620c155b3",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d7b82b569841",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8ff40f02cccb",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "57cc834073ad",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "60fccd489be6",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:heading_content_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "571b39bc8fc6",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:aria_accessiblename_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5434768a0a35",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:aria_contentinfo_single|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3a311dd35ee9",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:aria_contentinfo_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c005342bbefc",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:aria_landmark_name_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3e5c36399692",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:aria_contentinfo_single|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2ccb8d67a7d2",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:aria_contentinfo_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4fd7188a53e7",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:aria_landmark_name_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e1ec9c36b02a",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3df0dcbafd06",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8001ac00b08a",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4f05aeeccc51",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "87cc65bc6736",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eb4806343ce6",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "11bd32f4575a",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8f562e37feaa",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5d1a2b22b97b",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8e31302cd704",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "65f1b87c8118",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aad761e0c3b0",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1cc480610f3e",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fa84f7bf5b5a",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "91d212a9bf35",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0232c02dc5ed",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ca1964098497",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3efbb25a2055",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cb8d0497b29d",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e77c2f5a7950",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "30512b11a788",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6b6f2f7e86ef",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "77a8e47dd650",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8b2b78f22817",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "59cf80aa20ab",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7ffd2caa0379",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ead33a0b1f9b",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8c949fd4973e",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3a265c113293",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "74c607e5f322",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c386af0af787",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fbb09985674a",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "876a3b1e94d9",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3124216444e9",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "32a4d7729443",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "48f332d38d81",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "40ee4f34bdba",
        "url": "https://www.oudenaarde.be/nl",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2d978e52ead9",
        "url": "https://www.ronse.be/nl",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2ee127e36b37",
        "url": "https://www.ronse.be/nl",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5a0c4cd68147",
        "url": "https://www.ronse.be/nl",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6f1b91a95ea3",
        "url": "https://www.ronse.be/nl",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3c8a40f2f0b3",
        "url": "https://www.ronse.be/nl",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "169dd0851a14",
        "url": "https://www.ronse.be/nl",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ea4e2a97d980",
        "url": "https://www.ronse.be/nl",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "caf55d87590c",
        "url": "https://www.ronse.be/nl",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "372eaaf540cc",
        "url": "https://www.ronse.be/nl",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7c2e845f3d38",
        "url": "https://www.ronse.be/nl",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4dc14d8b27f5",
        "url": "https://www.ronse.be/nl",
        "ruleKey": "rule:image-redundant-alt|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fb3d823d5017",
        "url": "https://www.ronse.be/nl",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3db75668a67d",
        "url": "https://www.ronse.be/nl",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7f358384cf85",
        "url": "https://www.ronse.be/nl",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2d2ebb62362b",
        "url": "https://www.ronse.be/nl",
        "ruleKey": "rule:page-has-heading-one|light",
        "engine": "axe"
      },
      {
        "fingerprint": "be591cc7789e",
        "url": "https://www.ronse.be/nl",
        "ruleKey": "rule:page-has-heading-one|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a7077c0e8df2",
        "url": "https://www.ronse.be/nl",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "811f8e157e16",
        "url": "https://www.ronse.be/nl",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eedd71cac27f",
        "url": "https://www.ronse.be/nl",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5332bd19b577",
        "url": "https://www.ronse.be/nl",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9c3bdfae0274",
        "url": "https://www.ronse.be/nl",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "146647203747",
        "url": "https://www.ronse.be/nl",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c48a5e845418",
        "url": "https://www.ronse.be/nl",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f813b2eecf2c",
        "url": "https://www.ronse.be/nl",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ca0d3764a60c",
        "url": "https://www.ronse.be/nl",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fcc4329f3801",
        "url": "https://www.ronse.be/nl",
        "ruleKey": "rule:input_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "22fe8c24656a",
        "url": "https://www.ronse.be/nl",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8e24030dab23",
        "url": "https://www.ronse.be/nl",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cc6c94775ead",
        "url": "https://www.ronse.be/nl",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "feb169233a75",
        "url": "https://www.ronse.be/nl",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f8f27eff70e0",
        "url": "https://www.ronse.be/nl",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b4f78931c056",
        "url": "https://www.ronse.be/nl",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "50b1fb011ab1",
        "url": "https://www.ronse.be/nl",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7279a43a103b",
        "url": "https://www.ronse.be/nl",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f190fb23840e",
        "url": "https://www.ronse.be/nl",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "55fc20ee6f94",
        "url": "https://www.ronse.be/nl",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bdcb245461bf",
        "url": "https://www.ronse.be/nl",
        "ruleKey": "rule:img_alt_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6790ed7dc6b8",
        "url": "https://www.ronse.be/nl",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b76b1f67f3e9",
        "url": "https://www.ronse.be/nl",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0c30b046dd4d",
        "url": "https://www.ronse.be/nl",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fd9ff110cdab",
        "url": "https://www.sint-gillis-waas.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f121ef0c8aee",
        "url": "https://www.sint-gillis-waas.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0cfbed0e987b",
        "url": "https://www.sint-gillis-waas.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0e7f74ed3e17",
        "url": "https://www.sint-gillis-waas.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "66a30a40ee93",
        "url": "https://www.sint-gillis-waas.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "27e6ca53f90a",
        "url": "https://www.sint-gillis-waas.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0f5a0644f834",
        "url": "https://www.sint-gillis-waas.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "77582a48ac40",
        "url": "https://www.sint-gillis-waas.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "88ae57e78aa5",
        "url": "https://www.sint-gillis-waas.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "de291bb4b33a",
        "url": "https://www.sint-gillis-waas.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f13a949f9fbe",
        "url": "https://www.sint-gillis-waas.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "09bc3673ec59",
        "url": "https://www.sint-gillis-waas.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "18b34f9699d3",
        "url": "https://www.sint-gillis-waas.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "31c2f4bb003c",
        "url": "https://www.sint-gillis-waas.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7d5ca34a7332",
        "url": "https://www.sint-gillis-waas.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9f8059825239",
        "url": "https://www.sint-gillis-waas.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9248b75b733f",
        "url": "https://www.sint-gillis-waas.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "afad89d4705d",
        "url": "https://www.sint-gillis-waas.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2a1072d8c245",
        "url": "https://www.sint-gillis-waas.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a4fb137ba1a8",
        "url": "https://www.sint-gillis-waas.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "09d28e781603",
        "url": "https://www.sint-gillis-waas.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5263dbd9e034",
        "url": "https://www.sint-gillis-waas.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9ec37408f196",
        "url": "https://www.sint-gillis-waas.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c4a2ad7af6f6",
        "url": "https://www.sint-gillis-waas.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9b1343ddba91",
        "url": "https://www.sint-gillis-waas.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d3883ed5b8f9",
        "url": "https://www.sint-gillis-waas.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a258941e9f8f",
        "url": "https://www.sint-gillis-waas.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "238d7986c784",
        "url": "https://www.sint-gillis-waas.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0bcf2ff9b417",
        "url": "https://www.sint-gillis-waas.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "329ccd05a865",
        "url": "https://www.sint-gillis-waas.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cf4db38d6357",
        "url": "https://www.sint-gillis-waas.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3df5018fa771",
        "url": "https://www.sint-gillis-waas.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e2e5f467840e",
        "url": "https://www.sint-gillis-waas.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "09a7c6d81993",
        "url": "https://www.sint-gillis-waas.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0344890caf14",
        "url": "https://www.sint-gillis-waas.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "76ba574062dc",
        "url": "https://www.sint-gillis-waas.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "16e8e45b9d2e",
        "url": "https://www.sint-gillis-waas.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c6cf1540e6b0",
        "url": "https://www.sint-gillis-waas.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "15081ce42505",
        "url": "https://www.sint-gillis-waas.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "923979ab96e6",
        "url": "https://www.sint-gillis-waas.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7ae9cbcd0593",
        "url": "https://www.sint-gillis-waas.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "339ed80112d3",
        "url": "https://www.sint-gillis-waas.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ee8dac8237ba",
        "url": "https://www.sint-gillis-waas.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a16c4b979e18",
        "url": "https://www.sint-gillis-waas.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "823113a13880",
        "url": "https://www.sint-gillis-waas.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2544ca6bba40",
        "url": "https://www.sint-gillis-waas.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "87223849deaf",
        "url": "https://www.sint-gillis-waas.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c357f5fa85dd",
        "url": "https://www.sint-gillis-waas.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "582a226d16de",
        "url": "https://www.sint-gillis-waas.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0b74c9b67bb8",
        "url": "https://www.sint-gillis-waas.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9a0f49a0df42",
        "url": "https://www.sint-gillis-waas.be/",
        "ruleKey": "rule:widget_tabbable_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "70c17ec9af5b",
        "url": "https://www.sint-gillis-waas.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5aa2617d846f",
        "url": "https://www.sint-gillis-waas.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3dd686550b3e",
        "url": "https://www.sint-gillis-waas.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "05f63787d026",
        "url": "https://www.sint-gillis-waas.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "18934527c5ca",
        "url": "https://www.sint-gillis-waas.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "199915f98934",
        "url": "https://www.sint-gillis-waas.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "41fbc2381ed3",
        "url": "https://www.sint-gillis-waas.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3c83bfd12e53",
        "url": "https://www.sint-gillis-waas.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1e99438199ea",
        "url": "https://www.sint-gillis-waas.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d2f74477b861",
        "url": "https://www.sint-gillis-waas.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "942635816000",
        "url": "https://www.sint-gillis-waas.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e6ec66c44302",
        "url": "https://www.sint-gillis-waas.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0fb2085462d9",
        "url": "https://www.sint-laureins.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "38d43b018d32",
        "url": "https://www.sint-laureins.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7132889137ac",
        "url": "https://www.sint-laureins.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "de2b6e08b495",
        "url": "https://www.sint-laureins.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d163c60cf5b8",
        "url": "https://www.sint-laureins.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "dc33b37efb88",
        "url": "https://www.sint-laureins.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b2de5d0eef6b",
        "url": "https://www.sint-laureins.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "347a717365ef",
        "url": "https://www.sint-laureins.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bdb069f9928d",
        "url": "https://www.sint-laureins.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e8ef6eafe4ea",
        "url": "https://www.sint-laureins.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fedc1619da07",
        "url": "https://www.sint-laureins.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b8016806fc95",
        "url": "https://www.sint-laureins.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1608b5ec9e0b",
        "url": "https://www.sint-laureins.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "049f5395cfd7",
        "url": "https://www.sint-laureins.be/",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "581281c2e38e",
        "url": "https://www.sint-lievens-houtem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2e166719fb55",
        "url": "https://www.sint-lievens-houtem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "eaf563aef860",
        "url": "https://www.sint-lievens-houtem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e7e6fc0b2ebd",
        "url": "https://www.sint-lievens-houtem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "929b046db4ae",
        "url": "https://www.sint-lievens-houtem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e5a443ee9dac",
        "url": "https://www.sint-lievens-houtem.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1df5dd794550",
        "url": "https://www.sint-lievens-houtem.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "82a2e2f76866",
        "url": "https://www.sint-lievens-houtem.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e7c37ebc8f48",
        "url": "https://www.sint-lievens-houtem.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "068d1251335a",
        "url": "https://www.sint-lievens-houtem.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8360d590586c",
        "url": "https://www.sint-lievens-houtem.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0b793a234255",
        "url": "https://www.sint-lievens-houtem.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a27740435e8a",
        "url": "https://www.sint-lievens-houtem.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "62f64d095082",
        "url": "https://www.sint-lievens-houtem.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "42a0db5d4743",
        "url": "https://www.sint-lievens-houtem.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a59a92a0afd9",
        "url": "https://www.sint-lievens-houtem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cbe3686934bf",
        "url": "https://www.sint-lievens-houtem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e1aefbac8010",
        "url": "https://www.sint-lievens-houtem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4cd570bfa838",
        "url": "https://www.sint-lievens-houtem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "000a7afd0c22",
        "url": "https://www.sint-lievens-houtem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "061eed0f5332",
        "url": "https://www.sint-lievens-houtem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1ce1835915a6",
        "url": "https://www.sint-lievens-houtem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b3a01c690c02",
        "url": "https://www.sint-lievens-houtem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1d1a72da6ed5",
        "url": "https://www.sint-lievens-houtem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "79ecc9d5fadb",
        "url": "https://www.sint-lievens-houtem.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4313575cafea",
        "url": "https://www.sint-lievens-houtem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1ba5f9352967",
        "url": "https://www.sint-lievens-houtem.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "84db4ce33c6b",
        "url": "https://www.sint-lievens-houtem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5bc9ef530db2",
        "url": "https://www.sint-lievens-houtem.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aebe513cb828",
        "url": "https://www.sint-lievens-houtem.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "47ac2e94ba4e",
        "url": "https://www.sint-lievens-houtem.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "64e071adebc0",
        "url": "https://www.sint-lievens-houtem.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e807a7bfc434",
        "url": "https://www.sint-lievens-houtem.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dc8e577e79b6",
        "url": "https://www.sint-lievens-houtem.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4f477d5460a2",
        "url": "https://www.sint-lievens-houtem.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "20743332b812",
        "url": "https://www.sint-lievens-houtem.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8f5a0a237ac0",
        "url": "https://www.sint-lievens-houtem.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "248e94e80345",
        "url": "https://www.sint-lievens-houtem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4d800b55c549",
        "url": "https://www.sint-lievens-houtem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4779735f3f0d",
        "url": "https://www.sint-lievens-houtem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d18ba555133c",
        "url": "https://www.sint-lievens-houtem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3a568581df65",
        "url": "https://www.sint-lievens-houtem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "00f8421b0b17",
        "url": "https://www.sint-lievens-houtem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4b9e35ed04de",
        "url": "https://www.sint-lievens-houtem.be/",
        "ruleKey": "rule:aria_child_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "280c5b6d7071",
        "url": "https://www.sint-lievens-houtem.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dad334b68b7a",
        "url": "https://www.sint-lievens-houtem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9d28e3eaf753",
        "url": "https://www.sint-martens-latem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "11ec70067a83",
        "url": "https://www.sint-martens-latem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "de99172482d0",
        "url": "https://www.sint-martens-latem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3bfd5d5ef50c",
        "url": "https://www.sint-martens-latem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "90fdf0bc3c7b",
        "url": "https://www.sint-martens-latem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "dec15389f220",
        "url": "https://www.sint-martens-latem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "33cd154b3fe1",
        "url": "https://www.sint-martens-latem.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9306a5ca87a6",
        "url": "https://www.sint-martens-latem.be/",
        "ruleKey": "rule:page-has-heading-one|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1694e257bb26",
        "url": "https://www.sint-martens-latem.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cd04f0c01b11",
        "url": "https://www.sint-martens-latem.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f52588671da9",
        "url": "https://www.sint-martens-latem.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1bdf8ea1c4a1",
        "url": "https://www.sint-martens-latem.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8530721fa291",
        "url": "https://www.sint-martens-latem.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7ef5ae470bb4",
        "url": "https://www.sint-martens-latem.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7fdf41e31121",
        "url": "https://www.sint-martens-latem.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1685c7357e9e",
        "url": "https://www.sint-martens-latem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b3a9a85b02b7",
        "url": "https://www.sint-martens-latem.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "91ccd1f2f59f",
        "url": "https://www.sint-martens-latem.be/",
        "ruleKey": "rule:style_background_decorative|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f8879401db80",
        "url": "https://www.sint-martens-latem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a70a629e98a6",
        "url": "https://www.sint-martens-latem.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "514baa7026a1",
        "url": "https://www.sint-martens-latem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "87b9dab5a716",
        "url": "https://www.sint-martens-latem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "608c797de69d",
        "url": "https://www.sint-martens-latem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e8bf34c6900e",
        "url": "https://www.sint-martens-latem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fad4f51a9a83",
        "url": "https://www.sint-martens-latem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "05d1dd6346d7",
        "url": "https://www.sint-martens-latem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "91fcbbd7c411",
        "url": "https://www.sint-martens-latem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1c6a4b6512fc",
        "url": "https://www.sint-martens-latem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d0bdcc7b97b6",
        "url": "https://www.sint-martens-latem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d773f1143e5c",
        "url": "https://www.sint-martens-latem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b8cd71562c44",
        "url": "https://www.sint-martens-latem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "abd21224cbfe",
        "url": "https://www.sint-martens-latem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c189bc7287cb",
        "url": "https://www.sint-martens-latem.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3f77147f4520",
        "url": "https://www.sint-martens-latem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1a92afe7af96",
        "url": "https://www.sint-martens-latem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6d6008b65d67",
        "url": "https://www.sint-martens-latem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a4342539939d",
        "url": "https://www.sint-martens-latem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c2cf5cabf3ff",
        "url": "https://www.sint-martens-latem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4530d0e01422",
        "url": "https://www.sint-martens-latem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f33a59d81216",
        "url": "https://www.sint-martens-latem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f8c0161fc6b8",
        "url": "https://www.sint-martens-latem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fc003008c86b",
        "url": "https://www.sint-martens-latem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f3130a53d4b9",
        "url": "https://www.sint-martens-latem.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8e3f90e18d8a",
        "url": "https://www.sint-martens-latem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d536fb07c608",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0786498801dd",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "18484f64f094",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3f7537e18e4b",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ee7be74ad0f5",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c3ac3e11f58e",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b5cb2fc5377b",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "80271ee15524",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cb61e1ae4869",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "81c26cc62a10",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "51b01c53c406",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "40add5c5e646",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9ffe57a03e35",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5382d55a65ed",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "41601e3c4fb8",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8282468a4f79",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3f8382f81d84",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b870acec5925",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "20e872152872",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6950dfa2dda2",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:landmark-no-duplicate-contentinfo|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fe9e5eee6605",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:landmark-unique|light",
        "engine": "axe"
      },
      {
        "fingerprint": "32f936e6cecd",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5d7ec7efb259",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3e7547957746",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "20fb43e75e04",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ab4cc74a0716",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "734973335c11",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ede8016e1676",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "128efa1dae1a",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5b86d9c418ff",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "664bcd872c00",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0074f1af7e10",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a815b85fd96d",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bb717e52ca3e",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "01a8feacc1d0",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "60bb470ee4c7",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "732f001574ac",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "52a1fbacac80",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9189ffb48786",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bfe5caf2b85b",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d6afa14c5bae",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8936113274f4",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1436981a5a2a",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b696850f4152",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3fa1184a6cc9",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9b1a75dc534c",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e13f5ebe490f",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4b45efecc1e3",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "434c9a9c155c",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f5b3b0c30f1f",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "526469a680ad",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "37448c58984d",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9d96d1a22fd4",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d0f5c0e8170d",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d120b09dcc42",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0a853d1bce0f",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b656443f9c94",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f085030a18c7",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:aria_keyboard_handler_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d1efed7456bf",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c1f89262c2ae",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f5e12ce8fb1d",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3d1e1ff4071e",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cc8ff0212bea",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e7fba3554d0c",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:input_label_after|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "477653d5c0ad",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:input_label_after|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f198f6de3d24",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2a12d2e59b64",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "edcd9e9864d2",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:input_label_after|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f7a898a2099d",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cfa9e346a830",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "691f4ebc6ccb",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:input_label_after|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a6938badcb22",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2f6b06c303cf",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "703193ed54fa",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2425aba79867",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6e5e1603b075",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "405f040ad4d8",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cca1f3310ce3",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "872d5a54699c",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9a467b569fdb",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8e92f519178c",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c9aaefccdb34",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "03db6231a173",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "020ca67b3bba",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a2943be50d69",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a62bf8e4d0e5",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2197b7b3420b",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1630cbfe7042",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4e1a8c896cce",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5a35d5debca8",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dceee4a0c4e5",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5f07ac7766dd",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4007acff2afe",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "82229cd79e1b",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "24cdba2ec0ed",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "96acde00f6f6",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "85974c9e94ae",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d6bdc5143ec5",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "da117fa0833a",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "56ffd89d5d9d",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6717b8fb9522",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "94acefd2c105",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a7058c44af4e",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dac7fbc06f7f",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7145cf35c1d6",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ccbac37c0b26",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f3eecba46741",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e5114dc74f41",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bf4d156e12d9",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cbc6de8c4467",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4b82076e3e1c",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9c81e303fe53",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c11ac6199b13",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:aria_eventhandler_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3484aa8f4000",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dab7ad41c264",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:script_onclick_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5910820c4c07",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "55df6f8bb3d7",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:aria_eventhandler_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4f7ba0a7db18",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4f443359248e",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:script_onclick_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "13f51595c72e",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e9a77dbfe1b5",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:aria_eventhandler_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ff3bfe39e654",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a09c05c1c752",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:script_onclick_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c04e3ff002a4",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "db2ec0affcf4",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:aria_eventhandler_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "48eee1ef43b4",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0d2fedfbfa45",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:script_onclick_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "896bba5a3749",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7456e3d83cd4",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:aria_eventhandler_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b9e1d7eda494",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d488531e5d33",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:script_onclick_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "94e64f8b4df0",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f46692ddd024",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:aria_eventhandler_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1749d500b847",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a9cf51a3ecb4",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:script_onclick_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ba36eb31889d",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c1a34cdba0d3",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:aria_eventhandler_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b2220e1963ea",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bcf1a7ec66d7",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:script_onclick_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "80f70bf10940",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2000947928d1",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:aria_eventhandler_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a9cf96bdea48",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b2b93f67277f",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:script_onclick_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "62ce5405873a",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2bceb9d0c5ce",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:aria_eventhandler_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "12d79e1afbe2",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cbd5e7b16ae4",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:script_onclick_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3636d2ddc5ca",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "32d166da9cf6",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:aria_eventhandler_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "03d80ae90fad",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ea9a5a481878",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:script_onclick_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "455dc1bd50fc",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f83770d82c26",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:aria_eventhandler_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bb1fd5121997",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c45b2d3bb9d0",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:script_onclick_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0750040def82",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "25d02a6a3ea6",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:aria_eventhandler_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bf60b64a011a",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2e36e56e3a0a",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:script_onclick_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "099c0991ae29",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1f552d097cfc",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2c8cef0c5054",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6992489402cf",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "08e75f8a2eaf",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0806b12438b8",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0bcf9dd9107d",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cb0a0072690a",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "50ce8b038f63",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "243364ae1f70",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0de62c45892a",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "50d3ee4af669",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "017fdeaa08c1",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c1a383e49655",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d997fc0ccef6",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "be74dc8422fa",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d02239d16b74",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "244f43c1eb94",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dbbd20f84e4d",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ea3d1cc240d4",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "52bdfcc8cd03",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ac80573431c2",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "783eb64049c0",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d9adee430479",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "402113cab80c",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cf1377a3baea",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1355081ea458",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "74036d708bc6",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "60930b6c0e28",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9f19157e5452",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "71d0e2cec381",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2fcaee5c77b5",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5b10ad4f7c52",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2360fb97e6bd",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a010325457f8",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cce022504fc3",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a01d2bb169e9",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4f3d5ccbe33a",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8c991af09265",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4329957f1153",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:aria_contentinfo_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ad8139ac1b02",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:aria_contentinfo_single|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "939bd99f1f12",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:aria_contentinfo_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e19f6de903a2",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:aria_landmark_name_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1bff57894dc0",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3bacc63c22b7",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "301e435c5fce",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a69e033d803c",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "540163af443b",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "170ef4248d2d",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3cfc4594e059",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5d968011e187",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "08199e5b7706",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "90701e703dcc",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "08cab9e85e9f",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0e2f6b0d847d",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9628cfc4eee1",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "debbcc57233b",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3c71254904f7",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1178e4ceac08",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e6fab77bf5b6",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d3c171450aa3",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a7f238aa0dd8",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6a7a4568e2f4",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "059ba87ebd24",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "803df8ceaccb",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c5429692fa09",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8ec9f30a1e2a",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "758c8787d576",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6a578defbb46",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6c28fe2cbd6c",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "137c2f719b83",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:aria_contentinfo_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c0e1f74f7807",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:aria_contentinfo_single|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ed474a3a316e",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:aria_contentinfo_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2ad24fb03ab9",
        "url": "https://www.sint-niklaas.be/",
        "ruleKey": "rule:aria_landmark_name_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "45f6c4dfc2a7",
        "url": "https://www.stekene.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e7c0ab8882fc",
        "url": "https://www.stekene.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "afe64e28d2f9",
        "url": "https://www.stekene.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2b09d2f66c0e",
        "url": "https://www.stekene.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3d203b8abc14",
        "url": "https://www.stekene.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7bf57bc3673c",
        "url": "https://www.stekene.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "472279af8521",
        "url": "https://www.stekene.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "588fdd3483d9",
        "url": "https://www.stekene.be/",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7d9409c7001f",
        "url": "https://www.stekene.be/",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4758060ac3b1",
        "url": "https://www.stekene.be/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "17f79956c040",
        "url": "https://www.stekene.be/",
        "ruleKey": "rule:landmark-one-main|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cf4d6c0c6d94",
        "url": "https://www.stekene.be/",
        "ruleKey": "rule:landmark-unique|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b282f86b984f",
        "url": "https://www.stekene.be/",
        "ruleKey": "rule:page-has-heading-one|light",
        "engine": "axe"
      },
      {
        "fingerprint": "81ca791c6f2f",
        "url": "https://www.stekene.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8523cd1cfda8",
        "url": "https://www.stekene.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b0c77474740a",
        "url": "https://www.stekene.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "71765181d66d",
        "url": "https://www.stekene.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3fa6b600cef6",
        "url": "https://www.stekene.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "955bae6701a2",
        "url": "https://www.stekene.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5fd01994fc72",
        "url": "https://www.stekene.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3f46018bbb9d",
        "url": "https://www.stekene.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fc67a0608409",
        "url": "https://www.stekene.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e81fac58f501",
        "url": "https://www.stekene.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8c7b47d1b666",
        "url": "https://www.stekene.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f7833c317084",
        "url": "https://www.stekene.be/",
        "ruleKey": "rule:aria_landmark_name_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "98cc5895c488",
        "url": "https://www.stekene.be/",
        "ruleKey": "rule:aria_navigation_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "800147473eb4",
        "url": "https://www.stekene.be/",
        "ruleKey": "rule:aria_landmark_name_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a604ee8d48ec",
        "url": "https://www.stekene.be/",
        "ruleKey": "rule:aria_navigation_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eb4738128c76",
        "url": "https://www.stekene.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "25bf95e57f19",
        "url": "https://www.stekene.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3f00b5a8c4f2",
        "url": "https://www.stekene.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3c96282df5cf",
        "url": "https://www.stekene.be/",
        "ruleKey": "rule:input_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "39d2d6c2da78",
        "url": "https://www.stekene.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "13f5b171ee42",
        "url": "https://www.stekene.be/",
        "ruleKey": "rule:script_onclick_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2693457eb38f",
        "url": "https://www.stekene.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6dc99e017a26",
        "url": "https://www.stekene.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "11a061b4180a",
        "url": "https://www.stekene.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b48f527486ae",
        "url": "https://www.stekene.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1fe89512a82b",
        "url": "https://www.stekene.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f4cc41ae2d18",
        "url": "https://www.stekene.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bcf0eeeb4bf9",
        "url": "https://www.stekene.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "046ffa3cc531",
        "url": "https://www.stekene.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fe30506b0560",
        "url": "https://www.stekene.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "129d063f520c",
        "url": "https://www.stekene.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "19202e8737c1",
        "url": "https://www.stekene.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d1f9d2130f9b",
        "url": "https://www.stekene.be/",
        "ruleKey": "rule:table_headers_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a5ed362ebb19",
        "url": "https://www.stekene.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a74ad40df001",
        "url": "https://www.stekene.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8e3c2c255d4c",
        "url": "https://www.stekene.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e7d8907982c2",
        "url": "https://www.stekene.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4a2e0b241df3",
        "url": "https://www.stekene.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7dfe4f21f885",
        "url": "https://www.stekene.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ce8dc76ca450",
        "url": "https://www.stekene.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a1313eaf3a52",
        "url": "https://www.stekene.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "91ad86b27b77",
        "url": "https://www.stekene.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e8043207b26e",
        "url": "https://www.stekene.be/",
        "ruleKey": "rule:aria_contentinfo_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e7d5c0f59180",
        "url": "https://www.stekene.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a1de485643b4",
        "url": "https://www.stekene.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3e23e42777d3",
        "url": "https://www.stekene.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ebc64fdc0d0f",
        "url": "https://www.temse.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1f753dfe388c",
        "url": "https://www.temse.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "13a5c8ea072a",
        "url": "https://www.temse.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "640e2b01533f",
        "url": "https://www.temse.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "370e3743fe8a",
        "url": "https://www.temse.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fdd901494220",
        "url": "https://www.temse.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2dfd9aa605a5",
        "url": "https://www.temse.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "300dde099465",
        "url": "https://www.temse.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "be7da395ae8d",
        "url": "https://www.temse.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0f8c1851408f",
        "url": "https://www.temse.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9cf624a01417",
        "url": "https://www.temse.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "05dc6e703499",
        "url": "https://www.temse.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9a39014f930e",
        "url": "https://www.temse.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2d9700fe3c38",
        "url": "https://www.temse.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0b716bfdb8bf",
        "url": "https://www.temse.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1bfac570838e",
        "url": "https://www.temse.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "004392748c08",
        "url": "https://www.temse.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "32bf5d7ae8cb",
        "url": "https://www.temse.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d2e1b82271f6",
        "url": "https://www.temse.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d395bbdb28b3",
        "url": "https://www.temse.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4025c4f32f2d",
        "url": "https://www.temse.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "11afe2885429",
        "url": "https://www.temse.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a7dd0f9d1d6c",
        "url": "https://www.temse.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9ea9c4acf5b7",
        "url": "https://www.temse.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "69bccf576a6a",
        "url": "https://www.temse.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6f8e4834c5b8",
        "url": "https://www.temse.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9095a36b6835",
        "url": "https://www.temse.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bf5674c6968c",
        "url": "https://www.waasmunster.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e46a29ec633c",
        "url": "https://www.waasmunster.be/",
        "ruleKey": "rule:image-redundant-alt|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cf469e04dd1c",
        "url": "https://www.waasmunster.be/",
        "ruleKey": "rule:image-redundant-alt|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7d8ac45460de",
        "url": "https://www.waasmunster.be/",
        "ruleKey": "rule:image-redundant-alt|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f964cee4ea46",
        "url": "https://www.waasmunster.be/",
        "ruleKey": "rule:image-redundant-alt|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d399f1448b91",
        "url": "https://www.waasmunster.be/",
        "ruleKey": "rule:image-redundant-alt|light",
        "engine": "axe"
      },
      {
        "fingerprint": "26747f284d48",
        "url": "https://www.waasmunster.be/",
        "ruleKey": "rule:image-redundant-alt|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b38e885b7eea",
        "url": "https://www.waasmunster.be/",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9626e7ac226f",
        "url": "https://www.waasmunster.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "50c49990d2e3",
        "url": "https://www.waasmunster.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "065e4a787574",
        "url": "https://www.waasmunster.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b7accf889d55",
        "url": "https://www.waasmunster.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c61056ec268d",
        "url": "https://www.waasmunster.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "825cb58e3aff",
        "url": "https://www.waasmunster.be/",
        "ruleKey": "rule:aria_child_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3099eb31b650",
        "url": "https://www.waasmunster.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b6c8792f47d4",
        "url": "https://www.waasmunster.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bb4b2b65a1a2",
        "url": "https://www.waasmunster.be/",
        "ruleKey": "rule:img_alt_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4ac0789a88d3",
        "url": "https://www.waasmunster.be/",
        "ruleKey": "rule:img_alt_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "629283bad664",
        "url": "https://www.waasmunster.be/",
        "ruleKey": "rule:img_alt_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0c9d5915fd30",
        "url": "https://www.waasmunster.be/",
        "ruleKey": "rule:img_alt_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b9e9f405e47b",
        "url": "https://www.waasmunster.be/",
        "ruleKey": "rule:img_alt_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "12ef769a2d8e",
        "url": "https://www.waasmunster.be/",
        "ruleKey": "rule:img_alt_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dd1b109a2a76",
        "url": "https://www.wetteren.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f9ab1cfa7e2a",
        "url": "https://www.wetteren.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6e30bde56070",
        "url": "https://www.wetteren.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3a41895ee1f2",
        "url": "https://www.wetteren.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f14c01b01f68",
        "url": "https://www.wetteren.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2114db139348",
        "url": "https://www.wetteren.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "59aecd195bcc",
        "url": "https://www.wetteren.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f2ce1d4cb52c",
        "url": "https://www.wetteren.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "dd98100ef6f1",
        "url": "https://www.wetteren.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7065f6196d44",
        "url": "https://www.wetteren.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c1094af95d2e",
        "url": "https://www.wetteren.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cacdaf4d8430",
        "url": "https://www.wetteren.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1f3aa714a124",
        "url": "https://www.wetteren.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "44448efb20f7",
        "url": "https://www.wetteren.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a5c91abadb29",
        "url": "https://www.wetteren.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "18850cdcc236",
        "url": "https://www.wetteren.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7383ddbd9b43",
        "url": "https://www.wetteren.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "992e02c7236c",
        "url": "https://www.wetteren.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9e544fac6282",
        "url": "https://www.wetteren.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "94ee8d45bc70",
        "url": "https://www.wetteren.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4a02f32bb2e9",
        "url": "https://www.wetteren.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "22cebc812c80",
        "url": "https://www.wetteren.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "48703847d78a",
        "url": "https://www.wetteren.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f4492b0e4632",
        "url": "https://www.wetteren.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e9271de830af",
        "url": "https://www.wetteren.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "85711c3b51b0",
        "url": "https://www.wetteren.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d38479e6ea31",
        "url": "https://www.wetteren.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "177861a5c537",
        "url": "https://www.wetteren.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cd619e5bc53f",
        "url": "https://www.wetteren.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9f4ef1c052ac",
        "url": "https://www.wetteren.be/",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "20c2debd4f58",
        "url": "https://www.wetteren.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a9010e7154dd",
        "url": "https://www.wetteren.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a7985f97c8a8",
        "url": "https://www.wetteren.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "691205dd94c7",
        "url": "https://www.wetteren.be/",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9f972879f2b0",
        "url": "https://www.wetteren.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4e61415315ad",
        "url": "https://www.wetteren.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8648ccc85408",
        "url": "https://www.wetteren.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b5f0af58ee44",
        "url": "https://www.wetteren.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f0b4db705dbb",
        "url": "https://www.wetteren.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "53fc3aca789d",
        "url": "https://www.wichelen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d73c8fb941b6",
        "url": "https://www.wichelen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6302b846d70e",
        "url": "https://www.wichelen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bf0c05d16a68",
        "url": "https://www.wichelen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d689defb2cbd",
        "url": "https://www.wichelen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fedb8ef024ad",
        "url": "https://www.wichelen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1d8d003ad9fc",
        "url": "https://www.wichelen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "30c405fb79fa",
        "url": "https://www.wichelen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "759cefdc7430",
        "url": "https://www.wichelen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "33d33526c32f",
        "url": "https://www.wichelen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1863c988b599",
        "url": "https://www.wichelen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f711791a2185",
        "url": "https://www.wichelen.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "41b8a52fc900",
        "url": "https://www.wichelen.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bd202f1ef643",
        "url": "https://www.wichelen.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "97cc45b3b82e",
        "url": "https://www.wichelen.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "055dfa833457",
        "url": "https://www.wichelen.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f81539e0610c",
        "url": "https://www.wichelen.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "91950cb227f4",
        "url": "https://www.wichelen.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "05b11330a5e0",
        "url": "https://www.wichelen.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bb34e81e967e",
        "url": "https://www.wichelen.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "971a1d699f99",
        "url": "https://www.wichelen.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "284613a6b9e4",
        "url": "https://www.wichelen.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "81cfaaeab1fb",
        "url": "https://www.wichelen.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "49d7aa18ab60",
        "url": "https://www.wichelen.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9c75f795a68a",
        "url": "https://www.wichelen.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fb6d34d6e1f3",
        "url": "https://www.wichelen.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5fa04c17f665",
        "url": "https://www.wichelen.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "40d370e2e58f",
        "url": "https://www.wichelen.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2160a0c7cacc",
        "url": "https://www.wichelen.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4a59236aa580",
        "url": "https://www.wichelen.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3b33d345c23a",
        "url": "https://www.wichelen.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b3b3c9f31d33",
        "url": "https://www.wichelen.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c0a90f3c57d7",
        "url": "https://www.wichelen.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "23785d7efbbb",
        "url": "https://www.wichelen.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a3360500efd5",
        "url": "https://www.wichelen.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "738fc2946591",
        "url": "https://www.wichelen.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "523aecf80413",
        "url": "https://www.wichelen.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e78e5ab8d333",
        "url": "https://www.wichelen.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b6488d03f63b",
        "url": "https://www.wichelen.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e80637d3d782",
        "url": "https://www.wichelen.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "380e8f3233fb",
        "url": "https://www.wichelen.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9e5ad8852b1c",
        "url": "https://www.wichelen.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7c7ebbc12a75",
        "url": "https://www.wichelen.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "409ed01a309f",
        "url": "https://www.wortegem-petegem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0b41af94dc6a",
        "url": "https://www.wortegem-petegem.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b66756dcb8ad",
        "url": "https://www.wortegem-petegem.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2afb7d986e9b",
        "url": "https://www.wortegem-petegem.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d86bd026017d",
        "url": "https://www.wortegem-petegem.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4d69f9ef9542",
        "url": "https://www.wortegem-petegem.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4af96dfa9e2b",
        "url": "https://www.wortegem-petegem.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5aa3b4a30619",
        "url": "https://www.wortegem-petegem.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ec2bb3c6547f",
        "url": "https://www.wortegem-petegem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b8c357c0682c",
        "url": "https://www.wortegem-petegem.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "15f82585c3b6",
        "url": "https://www.wortegem-petegem.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8cb8351134ec",
        "url": "https://www.wortegem-petegem.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d9c59dd63822",
        "url": "https://www.wortegem-petegem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "05966915b898",
        "url": "https://www.wortegem-petegem.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3c8f545ef821",
        "url": "https://www.wortegem-petegem.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7f5a53be9389",
        "url": "https://www.wortegem-petegem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "345e2be993d8",
        "url": "https://www.wortegem-petegem.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "088aadf95182",
        "url": "https://www.wortegem-petegem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aa0d80221172",
        "url": "https://www.wortegem-petegem.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cf9ab00d8398",
        "url": "https://www.wortegem-petegem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5df4bbb990b4",
        "url": "https://www.wortegem-petegem.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7c75bec2a074",
        "url": "https://www.wortegem-petegem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f90d34c19437",
        "url": "https://www.wortegem-petegem.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b4b50468a3b4",
        "url": "https://www.wortegem-petegem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c77d66e9d94e",
        "url": "https://www.wortegem-petegem.be/",
        "ruleKey": "rule:style_background_decorative|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5847a2939974",
        "url": "https://www.wortegem-petegem.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0315fe3ca11a",
        "url": "https://www.wortegem-petegem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a722c126c3c4",
        "url": "https://www.wortegem-petegem.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e62bcb53e810",
        "url": "https://www.wortegem-petegem.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9589298ff48d",
        "url": "https://www.wortegem-petegem.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "91792b5faede",
        "url": "https://www.wortegem-petegem.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f69025a45a1b",
        "url": "https://www.wortegem-petegem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9b003162ff2d",
        "url": "https://www.wortegem-petegem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fe04eb7cf6d0",
        "url": "https://www.wortegem-petegem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d007851511e8",
        "url": "https://www.wortegem-petegem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c8a22cfca0ee",
        "url": "https://www.wortegem-petegem.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "db4d97649a52",
        "url": "https://www.wortegem-petegem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "39fcdb70ae65",
        "url": "https://www.wortegem-petegem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7d11ec6f776f",
        "url": "https://www.wortegem-petegem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "67deff6e85d7",
        "url": "https://www.wortegem-petegem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "73a655078bc1",
        "url": "https://www.wortegem-petegem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "42b13d727f30",
        "url": "https://www.wortegem-petegem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5a7e6494d3ee",
        "url": "https://www.wortegem-petegem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "97bcd3670c3d",
        "url": "https://www.wortegem-petegem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ec9db9b644d4",
        "url": "https://www.wortegem-petegem.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4946eded3a1e",
        "url": "https://www.wortegem-petegem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b69496013801",
        "url": "https://www.wortegem-petegem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "96278a546102",
        "url": "https://www.wortegem-petegem.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3c56e1caa51c",
        "url": "https://www.wortegem-petegem.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "de6b731740f8",
        "url": "https://www.wortegem-petegem.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "515b0f546473",
        "url": "https://www.wortegem-petegem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a049a4d23e2d",
        "url": "https://www.wortegem-petegem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "08d948a807f8",
        "url": "https://www.wortegem-petegem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "685d69accfbb",
        "url": "https://www.zele.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7848306a39e2",
        "url": "https://www.zele.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "aecab33e0aab",
        "url": "https://www.zele.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "77bf14d5b6bd",
        "url": "https://www.zele.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e666c7829d8a",
        "url": "https://www.zele.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7d5e1eee4892",
        "url": "https://www.zele.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0358b8956642",
        "url": "https://www.zele.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0fa1f9047b68",
        "url": "https://www.zele.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "240d21112680",
        "url": "https://www.zele.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ff6774b731be",
        "url": "https://www.zele.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "624918b5f14f",
        "url": "https://www.zele.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "87b414ce9a82",
        "url": "https://www.zele.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "09b763885e5d",
        "url": "https://www.zele.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9bee20bf1b59",
        "url": "https://www.zele.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cca9928f0a93",
        "url": "https://www.zele.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cf51a6e0f6b6",
        "url": "https://www.zele.be/",
        "ruleKey": "rule:image-redundant-alt|light",
        "engine": "axe"
      },
      {
        "fingerprint": "aa931f71458e",
        "url": "https://www.zele.be/",
        "ruleKey": "rule:image-redundant-alt|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e6da871196fd",
        "url": "https://www.zele.be/",
        "ruleKey": "rule:image-redundant-alt|light",
        "engine": "axe"
      },
      {
        "fingerprint": "191f8ee785ba",
        "url": "https://www.zele.be/",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c938c76965cc",
        "url": "https://www.zele.be/",
        "ruleKey": "rule:page-has-heading-one|light",
        "engine": "axe"
      },
      {
        "fingerprint": "25be88b7336d",
        "url": "https://www.zele.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "907e342fa7a4",
        "url": "https://www.zele.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "be8d60a03cab",
        "url": "https://www.zele.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "aa05f3079f7c",
        "url": "https://www.zele.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "61f8e8cde51f",
        "url": "https://www.zele.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "398ca3568270",
        "url": "https://www.zele.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f141975bf999",
        "url": "https://www.zele.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a263882ecdc7",
        "url": "https://www.zele.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0ce554e64b38",
        "url": "https://www.zele.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9241ee8433e8",
        "url": "https://www.zele.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9fe4e56bf200",
        "url": "https://www.zele.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9e17b4b98a51",
        "url": "https://www.zele.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f4e57534551c",
        "url": "https://www.zele.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b8c6a3ee1ba4",
        "url": "https://www.zele.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "61e2ba020b11",
        "url": "https://www.zele.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e65c22e18216",
        "url": "https://www.zele.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8cfe4b6acdb3",
        "url": "https://www.zele.be/",
        "ruleKey": "rule:aria_child_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aba066cfff62",
        "url": "https://www.zele.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ed63c65d17d2",
        "url": "https://www.zele.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cd1f30d39a55",
        "url": "https://www.zele.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "684215ae2a0a",
        "url": "https://www.zele.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "063181dccb8d",
        "url": "https://www.zele.be/",
        "ruleKey": "rule:img_alt_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "843c74d6fb0b",
        "url": "https://www.zele.be/",
        "ruleKey": "rule:img_alt_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7e6d43609e03",
        "url": "https://www.zele.be/",
        "ruleKey": "rule:img_alt_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1ca60f7a0c1b",
        "url": "https://www.zele.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f38a61de8a6e",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "115e24b90dea",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e7306a935acf",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "52a92a019d4a",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "42b50eb304df",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "86382d7657c0",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3c934cc7f2b9",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "301c9b98da4f",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c9daec611980",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "539459389d4e",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1004e68d2bac",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a67867beda3c",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2b2161b8772f",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "48f6727066fb",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "47298fec689e",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:style_background_decorative|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "053e138567ac",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ebaa41d8da1c",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:style_background_decorative|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "89e45cde8bbd",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:style_background_decorative|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "956b2dd0fbde",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:style_background_decorative|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7d212b2b0af2",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:style_background_decorative|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "521dd68e4b62",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5ddaa9c797b3",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a3ccfb6c6653",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "93efdb4f5373",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c0f0b7071db3",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "14c27ce9353f",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c614a9b7e575",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "88b5f9d06f26",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "60aec68be1ef",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1fbb354f2e8f",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a6474f8733d6",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c6514738efbc",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "727a568c1b68",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c878546f42db",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d7c18370d0fc",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e8953d1d8fab",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c5652b2af87c",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "723572d3bf99",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:style_background_decorative|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1ad99086a1cf",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a2f26e91237f",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "360301c8ba5a",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:widget_tabbable_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2a4938362186",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ca8b9cd7b04d",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:widget_tabbable_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d7cf4f53ea9f",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "458e4ad40f1b",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0832215c7f17",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:input_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0ed87cbbfa66",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "943ac95e5e30",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:widget_tabbable_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b9eea3fbe0da",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "21c3abfc4e20",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8b36ca830215",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "21f3ff0a049e",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fe1358cf4594",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bafbc1d50722",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8e00bade47b3",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "892d68338cf7",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b3b4ac339a24",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9571084d049b",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "64e880cb5036",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "921886d65e67",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3f0957e73b12",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b1de990c0900",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e41127a4517d",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "585e17d21e58",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4872b922ea4b",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "389018a5c49c",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "caa662e9f07f",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bb32466c70ce",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7ffa0788fc6e",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "53c5382a1e08",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "570e7a5e8b1a",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3afd124dd07a",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eebc82b45023",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e143d0b5c293",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8cec7086a7ba",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b6972ff6566a",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "95585d26e6e0",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8a21b6bfe00e",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b874530068e2",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6ad7980f88d9",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f6a7bab325aa",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6ca7d87a9ef3",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "622e5203b357",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ea4b5257fbde",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4234edc2b86a",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ef6b720948b9",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b18ac7e1018d",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d05b80189f62",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "43489ac2d249",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b696caa3f201",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "911f9b4821f0",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c5ef780e7833",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "abc876afd9b9",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "53e919965ae0",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5531fb206528",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2303f01139a8",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c97507c3e8de",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d03478a94be3",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ff7d1e45bba4",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a8d3fa64828b",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1f33515062b3",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e06a93389a23",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "59cb5145c0f5",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d12949eebd51",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "41255ef0104c",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "768cf1a413fc",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "238999191cd6",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "35cddd51726a",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "98b0a68ab53f",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "90ef2460ee6c",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aa5f1d5b05c8",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1dedb9ea6727",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "476e9b4347da",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9426072c98f2",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "62d7c71c3c1c",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "88fbfdfc5f63",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "94db893b7091",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ce9037c9394d",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "490f2c7ac9cf",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9e791ba964ef",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bd8cde6616c8",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "82d3c917c8be",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "990578f55448",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ee5d867ee4ce",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4f81f4c7af42",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5921424def32",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8f73db40746a",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d272fd58c071",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "88ffa024ee01",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c10cdb24b816",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ac32ec1675fd",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "41ee55d12a9c",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ac2991c591cc",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5d83231a8bdf",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a1fe22cf9f58",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "529b9aa41995",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c05b9263038d",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5801f41b138b",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "71d03edd7bc5",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "25f6982369f1",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "074ad3f861c8",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f19e57da7f55",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d5039e6e1e60",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2872f96a99df",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fa01ecfa3ff3",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_keyboard_handler_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "59a7e2809749",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "107c810c6d41",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e7d9e12aeb36",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "350728d80782",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "05280668e63b",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "94964116a94a",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "72e3196aa1fa",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e060844e5a24",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "56eee1cf4145",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5a770e869503",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "101fc1a3a45e",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e138bbcbfbb9",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "98b393f42a17",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d7c1a9e052da",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fb0f84f2afe1",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dc84d6047b7e",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "060ea044c0b1",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1e790b547c12",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "553805775bbc",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "efcb051d78f0",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "625421f28177",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fa52ed156b8d",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "584e37e4e38a",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "61eb9cf427d0",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "db169f202d5a",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "61a69556ae4e",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "183787fd011b",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "84312dddac20",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7b69fd5c2c5f",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "242de6cd66a5",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "44af3810d107",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "70105c5ff5c9",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b75b25fefb8f",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "415acfcd1171",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e1e72f49c0fc",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "74c866045887",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "989c71f2b24f",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "779e41f707c1",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "20ade9eb9e75",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f48e849095e9",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ad8a56e8d124",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6a3fbc21e46c",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c8958ae2bc10",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "70010c556a83",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "81e724cfe66b",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c419841f2ea8",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b7355f7dcc9a",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ad11cc5a1c1d",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "28f52c8098d8",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3bee6f88953e",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "777abe81b736",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "857498301edc",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ac36efa1dc39",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "575bf67be0fa",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "42fdc319e829",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9532042ece47",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "da47d6d926f5",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "889d7d7e75c1",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0990f4a711a9",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b6ca0aff1649",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a04f1ada3303",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_contentinfo_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9908fe5499bf",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "72841238fe08",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "617ec92cbd2e",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "92e06b0181e0",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a78629c114bb",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aade871cf7b8",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4470b978a293",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "97e531942995",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "89c9ac585af8",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9d380ce6df7e",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ad45cb27a3e9",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cec41dbfcb83",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "468158cfd1f5",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d1649c808c73",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a2dd21128916",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "409a05d0c77a",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "22f02aa84c6c",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dab6703abac0",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "247cf5e871a7",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bf7bf3248275",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f8b06a77e0ed",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f0f61912710c",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b5161a8d2264",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "50f34dec90cf",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cb2ad8b24115",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5bbead008b3b",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6783c1bd817e",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "76e680781f56",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "be1f2a6090b9",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0b1e4819c1ea",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "31bd11bfe490",
        "url": "https://www.zelzate.be/nl/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3cee405b063c",
        "url": "https://www.zottegem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6ec4784f2799",
        "url": "https://www.zottegem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e71c9d2cb9b9",
        "url": "https://www.zottegem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "122742f6a92b",
        "url": "https://www.zottegem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "66d661dc5427",
        "url": "https://www.zottegem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "56b34568c72a",
        "url": "https://www.zottegem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9672724388ca",
        "url": "https://www.zottegem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ca5133bcac43",
        "url": "https://www.zottegem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c2d0042c5b7c",
        "url": "https://www.zottegem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7164c169de4d",
        "url": "https://www.zottegem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ef1f6bcc29c5",
        "url": "https://www.zottegem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3435c1321520",
        "url": "https://www.zottegem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f5c3ddc33e76",
        "url": "https://www.zottegem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "72e2a4bb5e7a",
        "url": "https://www.zottegem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cd3b711b581a",
        "url": "https://www.zottegem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "96f365c024fd",
        "url": "https://www.zottegem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "03189311b8a4",
        "url": "https://www.zottegem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "000892de2f79",
        "url": "https://www.zottegem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "422b8f1eb2fd",
        "url": "https://www.zottegem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8d7b95c0b1e4",
        "url": "https://www.zottegem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bda50e098db2",
        "url": "https://www.zottegem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "957fe0e4b617",
        "url": "https://www.zottegem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bf271c54f799",
        "url": "https://www.zottegem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3eb5051d1008",
        "url": "https://www.zottegem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6dac10d58548",
        "url": "https://www.zottegem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5f0c21bf7dc5",
        "url": "https://www.zottegem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "472f61fc8acf",
        "url": "https://www.zottegem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2559f49f2279",
        "url": "https://www.zottegem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9238fa4db63b",
        "url": "https://www.zottegem.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "492506300b2d",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0ab1a954259c",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5d8afa99b709",
        "url": "https://www.zottegem.be/",
        "ruleKey": "wcag:wcag311|light",
        "engine": "axe"
      },
      {
        "fingerprint": "044a629269f3",
        "url": "https://www.zottegem.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f5d56aaf3049",
        "url": "https://www.zottegem.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "811f33dcc071",
        "url": "https://www.zottegem.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1858a1512be5",
        "url": "https://www.zottegem.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a2295dd8783e",
        "url": "https://www.zottegem.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b2cabbdad003",
        "url": "https://www.zottegem.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f25123125cd1",
        "url": "https://www.zottegem.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8c048629a817",
        "url": "https://www.zottegem.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ff4e0dec82a1",
        "url": "https://www.zottegem.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0db09601e9ba",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:image-redundant-alt|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e2fc43e6f21b",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:image-redundant-alt|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a849003d70c7",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:image-redundant-alt|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0a80bf044e16",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:image-redundant-alt|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b98013e55afc",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:image-redundant-alt|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9e980fd20198",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:image-redundant-alt|light",
        "engine": "axe"
      },
      {
        "fingerprint": "22e32648479f",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:image-redundant-alt|light",
        "engine": "axe"
      },
      {
        "fingerprint": "08f3dc145c2e",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:image-redundant-alt|light",
        "engine": "axe"
      },
      {
        "fingerprint": "770f029c6508",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:image-redundant-alt|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2dcdeffe37fa",
        "url": "https://www.zottegem.be/",
        "ruleKey": "wcag:wcag144|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b2f07cac2008",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0587e8430cbf",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8c9b551b5945",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "db3d9f629e60",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "498b251d24a9",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f6a23940c70a",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3de0b3eb5559",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "91d345071131",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c1e342a1b3cc",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b45389eedba2",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0e918deff6d0",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4154064a5184",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:html_lang_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f014f9574614",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bcb63731106b",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "25a1642bd4d9",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b6edead7ce02",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3c5077745161",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cbd845b997a3",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b69e1809761d",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c19e7e3e199a",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d8fd6567867a",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5f5bbc0b9863",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8c824204bd46",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "59caec849319",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "46ca9dfe4a24",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dd432e905b3c",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d84de4d2d2c6",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cf0d7b90bca6",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0f7cc1c9d984",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "65f6f5be3243",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5772d35bbcbe",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d7cd904755db",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d4ba541c4efb",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3fb2268347e3",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f76a3e0c2705",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c7655d9a5612",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f5e981b438ff",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e98b321674db",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5e4aa18ba18b",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "82401477f971",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e04d0ceaf52c",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ad922a484f2d",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "832288ff34a6",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:img_alt_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1f70b917dc0b",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:img_alt_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b81b15b62919",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c422e0b229f5",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:img_alt_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "139b63527042",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:img_alt_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ffe12693b5a2",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:img_alt_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "04720af7ba05",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:img_alt_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "873e183202c9",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:img_alt_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a1fb80ec3018",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:img_alt_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c1f6f1d99f61",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:img_alt_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "106ce6bc94e0",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:img_alt_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "05324d8a8f73",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:style_background_decorative|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "300f2be2addc",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:style_background_decorative|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0762a086f39f",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e6118bf824b0",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dc45358670f0",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7969fbfc58b6",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b2df8f9999d0",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4dfffde077bf",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "06e1f7beedb0",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2b52336057a2",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e98fecbc2c98",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ddfe4fb75193",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "358fbdc20293",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b331a2af332f",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7fc8729d225e",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "51d3e7177bc3",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8f7795f9b9ff",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e2321e19e415",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ffbda783e495",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fb1b8826be0c",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a90681ec6e64",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "427ec116faa1",
        "url": "https://www.zottegem.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b24d66d62aa2",
        "url": "https://www.zulte.be/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8850e24d173b",
        "url": "https://www.zulte.be/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "859d4ddd8ffb",
        "url": "https://www.zulte.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fdf06ad02bc2",
        "url": "https://www.zulte.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "055574b421f1",
        "url": "https://www.zulte.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "107c0cf4f7b2",
        "url": "https://www.zulte.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "10441b978caa",
        "url": "https://www.zulte.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c9e033309e13",
        "url": "https://www.zulte.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "084b4fb61d6e",
        "url": "https://www.zulte.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7c3215fece7b",
        "url": "https://www.zulte.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b416d7773c74",
        "url": "https://www.zulte.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4731b3eb675b",
        "url": "https://www.zulte.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "854e0ecb8316",
        "url": "https://www.zulte.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "10126f16a8b6",
        "url": "https://www.zulte.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eb40435085c4",
        "url": "https://www.zulte.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4faaccc6178a",
        "url": "https://www.zulte.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4de06bf49c80",
        "url": "https://www.zulte.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "63eb8685c0fc",
        "url": "https://www.zulte.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0418eac4e1e1",
        "url": "https://www.zulte.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a0b5785d78eb",
        "url": "https://www.zulte.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8aa51719a7a8",
        "url": "https://www.zulte.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "75fb01c335dc",
        "url": "https://www.zulte.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5ffbb955b192",
        "url": "https://www.zulte.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "95745e04128d",
        "url": "https://www.zulte.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c67bd5696c0c",
        "url": "https://www.zulte.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dad21df27425",
        "url": "https://www.zulte.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "548aa9bdd9f1",
        "url": "https://www.zulte.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8b52ab75bdce",
        "url": "https://www.zulte.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "30faebf0072e",
        "url": "https://www.zulte.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3a3620f7ade6",
        "url": "https://www.zulte.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ecc920a15355",
        "url": "https://www.zulte.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d9a6a2e5dc12",
        "url": "https://www.zulte.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "42750e806675",
        "url": "https://www.zulte.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e9baba742ddd",
        "url": "https://www.zulte.be/",
        "ruleKey": "rule:frame_src_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2c512611cce9",
        "url": "https://www.zulte.be/",
        "ruleKey": "rule:frame_title_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "11a3729609d8",
        "url": "https://www.zulte.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "737e8036eb91",
        "url": "https://www.zulte.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e734227c4563",
        "url": "https://www.zulte.be/",
        "ruleKey": "rule:frame_src_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "818936d9b3ce",
        "url": "https://www.zulte.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c24d064090e9",
        "url": "https://www.zulte.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0ae3afab66df",
        "url": "https://www.zulte.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d90e93b7eec9",
        "url": "https://www.zulte.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b029fa1ec6d6",
        "url": "https://www.zulte.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "331eb8fa6b37",
        "url": "https://www.zulte.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "955b570ab7fa",
        "url": "https://www.zulte.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2b1de25d78b5",
        "url": "https://www.zulte.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9d164e1664d3",
        "url": "https://www.zulte.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "29827f8baa9c",
        "url": "https://www.zulte.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a86df2ecd2b9",
        "url": "https://www.zulte.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e7efcabc9a5b",
        "url": "https://www.zulte.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b086d81dbd56",
        "url": "https://www.zulte.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "be812e08591f",
        "url": "https://www.zulte.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "57640e557acd",
        "url": "https://www.zulte.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "51bf1391d569",
        "url": "https://www.zulte.be/",
        "ruleKey": "rule:input_checkboxes_grouped|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "775860a692c6",
        "url": "https://www.zulte.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b11336795151",
        "url": "https://www.zulte.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "22115cc5148b",
        "url": "https://www.zulte.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8def8c85a062",
        "url": "https://www.zulte.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aa909262e9fd",
        "url": "https://zwalm.be/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "279cf2942346",
        "url": "https://zwalm.be/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1b2615ca7e55",
        "url": "https://zwalm.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cc69c6cd323b",
        "url": "https://zwalm.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3c84ff549e74",
        "url": "https://zwalm.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a6c040781312",
        "url": "https://zwalm.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e5608e36d632",
        "url": "https://zwalm.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1e9a9a085014",
        "url": "https://zwalm.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "59923e711982",
        "url": "https://zwalm.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f80b3dbc931b",
        "url": "https://zwalm.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1ba52e3417c7",
        "url": "https://zwalm.be/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4e12f70199e3",
        "url": "https://zwalm.be/",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c59a170cd68c",
        "url": "https://zwalm.be/",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f92e9f9a8b49",
        "url": "https://zwalm.be/",
        "ruleKey": "wcag:wcag311|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c0e17e18d6ed",
        "url": "https://zwalm.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e86b34ec2aa6",
        "url": "https://zwalm.be/",
        "ruleKey": "wcag:wcag144|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cd6e9bb98656",
        "url": "https://zwalm.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "306964fa73ec",
        "url": "https://zwalm.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7183e3d464fb",
        "url": "https://zwalm.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e65811f864ab",
        "url": "https://zwalm.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "932c7a02d11d",
        "url": "https://zwalm.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d377f4a86116",
        "url": "https://zwalm.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "dd345435e976",
        "url": "https://zwalm.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "196982db704e",
        "url": "https://zwalm.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e19bc4380fe6",
        "url": "https://zwalm.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "164aaaf8301a",
        "url": "https://zwalm.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "927bf4833038",
        "url": "https://zwalm.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c09ff37c11c7",
        "url": "https://zwalm.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ccb34f804fb5",
        "url": "https://zwalm.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9d534e2bd8bc",
        "url": "https://zwalm.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c2d3cf1fd593",
        "url": "https://zwalm.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d411f504cced",
        "url": "https://zwalm.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c9d06d01a184",
        "url": "https://zwalm.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ace2b0d06aa2",
        "url": "https://zwalm.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "29958d69caf7",
        "url": "https://zwalm.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5a44223f3af4",
        "url": "https://zwalm.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ef0110dc14d9",
        "url": "https://zwalm.be/",
        "ruleKey": "rule:html_lang_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "33ab0e56a23f",
        "url": "https://zwalm.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1d0acead533e",
        "url": "https://zwalm.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "44dd4acaa9ff",
        "url": "https://zwalm.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "62bcc5e959a1",
        "url": "https://zwalm.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fa59d18e3c75",
        "url": "https://zwalm.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "64c06f0356e9",
        "url": "https://zwalm.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4c7895226909",
        "url": "https://zwalm.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "861b4c6382e8",
        "url": "https://zwalm.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "657653c771e8",
        "url": "https://zwalm.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bf9a0701c365",
        "url": "https://zwalm.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "90206107fec0",
        "url": "https://zwalm.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cead6bce1034",
        "url": "https://zwalm.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5f8668bf4a64",
        "url": "https://zwalm.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7395ec62a312",
        "url": "https://zwalm.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "35249b044b62",
        "url": "https://zwalm.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6b0f6619e145",
        "url": "https://zwalm.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "99035df96934",
        "url": "https://zwalm.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fe6d7ab65b9b",
        "url": "https://zwalm.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "924fe81782a9",
        "url": "https://zwalm.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c1f23ddb1bdf",
        "url": "https://zwalm.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "12f3c544bb5d",
        "url": "https://zwalm.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "43cd14415c61",
        "url": "https://zwalm.be/",
        "ruleKey": "rule:img_alt_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "914b8bc57805",
        "url": "https://zwalm.be/",
        "ruleKey": "rule:img_alt_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0bbe6f694e35",
        "url": "https://zwalm.be/",
        "ruleKey": "rule:img_alt_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6b8c3f575e78",
        "url": "https://zwalm.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "528773331ed1",
        "url": "https://zwalm.be/",
        "ruleKey": "rule:frame_src_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dbc52e901757",
        "url": "https://zwalm.be/",
        "ruleKey": "rule:frame_title_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2b4e81a89c74",
        "url": "https://zwalm.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3d742ca2936a",
        "url": "https://zwalm.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "71d3da38de65",
        "url": "https://zwalm.be/",
        "ruleKey": "rule:frame_src_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7e172935fb7d",
        "url": "https://zwalm.be/",
        "ruleKey": "rule:frame_title_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6aab1b2cd5f5",
        "url": "https://zwalm.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "56c4bb5ba8f6",
        "url": "https://zwalm.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f39e479b3e39",
        "url": "https://zwalm.be/",
        "ruleKey": "rule:frame_src_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bf9e341becee",
        "url": "https://zwalm.be/",
        "ruleKey": "rule:frame_title_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8d124e20ffe6",
        "url": "https://zwalm.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "265ba2a6a593",
        "url": "https://zwalm.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4eb954f55514",
        "url": "https://zwalm.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      }
    ],
    "resolvedIssues": []
  }
}
